aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Expand)AuthorAge
* Move global variables into structs, first roundGravatar Premysl 'Anydot' Hruby2009-05-04
* Corrected options, removed verbose option as it's not used anywhere.Gravatar Barrucadu2009-05-04
* Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-05-04
|\
* | Now supports all values uname() can grab in the user agent. See sampleconfig ...Gravatar Barrucadu2009-05-04
* | Added KERNVER, ACH, and COMMIT variables to user agent.Gravatar Barrucadu2009-05-04
* | Replaced str_replace to be far, far nicer.Gravatar Barrucadu2009-05-04
* | Fixed GLib errors / possible segfault in networking options loading.Gravatar Barrucadu2009-05-04
* | Added hacky variable suppot (currently "%webkit-major%", "%webkit-minor%" and...Gravatar Barrucadu2009-05-03
* | Added str_replace function. To be used for adding variables to user agent.Gravatar Barrucadu2009-05-03
| * merged in Barrucadus stuffGravatar Dieter Plaetinck2009-05-03
| |\ | |/ |/|
| * merge in anydots stuffGravatar Dieter Plaetinck2009-05-03
| |\
* | | Added command "script" to run javascript on the current page.Gravatar Barrucadu2009-05-03
* | | Fixed code style error.Gravatar Barrucadu2009-05-03
* | | Fixed a warning.Gravatar Barrucadu2009-05-03
* | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-05-03
|\| |
| * | Small search fixGravatar dusanx2009-05-03
| | * Merge commit 'dieterb/experimental'Gravatar Premysl 'Anydot' Hruby2009-05-03
| | |\
| * | | SearchGravatar dusanx2009-05-03
| | |/ | |/|
| | * Solve FS#7, resizing window after hovering linkGravatar Premysl 'Anydot' Hruby2009-05-03
| * | Insert mode bugfixGravatar dusanx2009-05-03
* | | Removed no_fifo and no_socket variables.Gravatar Barrucadu2009-05-03
* | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-05-03
|\| |
| * | Merge branch 'dus/master' into experimentalGravatar Dieter Plaetinck2009-05-03
| |\ \
| * | | somewhat improved fifo code. bug still not fixedGravatar Dieter Plaetinck2009-05-03
| | * | Insert = paste clipboard, shitf+insert = paste primaryGravatar dusanx2009-05-03
| * | | fix for blocking on open(fifo) waiting for a writerGravatar Dieter Plaetinck2009-05-03
* | | | Added no_fifo and no_socket variables to config file.Gravatar Barrucadu2009-05-02
* | | | Merge branch 'anydot/master' into experimentalGravatar Barrucadu2009-05-02
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | reload while ignoring cache function addedGravatar Premysl 'Anydot' Hruby2009-05-02
| * | Fix memory leak, use g_strdup instead of estrdupGravatar Premysl 'Anydot' Hruby2009-05-02
* | | make output from bindings nicerGravatar Dieter Plaetinck2009-05-02
* | | some fixes for socket & fifo. fifo is still broken thoughGravatar Dieter Plaetinck2009-05-02
|/ /
* / fix for broken socket. works fine again now :)Gravatar Dieter Plaetinck2009-05-02
|/
* Merge branch 'dus/master' into experimentalGravatar Dieter Plaetinck2009-05-02
|\
* \ merge robm changes: instance naming + better socket codeGravatar Dieter Plaetinck2009-05-02
|\ \
| | * Parameter commands and backspace handlingGravatar dusanx2009-05-02
| |/ |/|
* | Minor fifo fixGravatar dusanx2009-05-02
* | somewhat cleaned up version of sm217s network stuffGravatar Dieter Plaetinck2009-05-01
|\ \
* \ \ Merge commit 'any/master' into experimentalGravatar Dieter Plaetinck2009-05-01
|\ \ \
| | * \ Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Evgeny Grablyk2009-05-01
| | |\ \ | |_|/ / |/| | |
| | * | Add support for network settingsGravatar Evgeny Grablyk2009-05-01
* | | | merged in dusans stuffGravatar Dieter Plaetinck2009-05-01
|\ \ \ \
* \ \ \ \ Merge branch 'bar/experimental' into experimentalGravatar Dieter Plaetinck2009-05-01
|\ \ \ \ \
* | | | | | fix for broken bookmark script. we cannot add arbitrary arguments to keybound...Gravatar Dieter Plaetinck2009-05-01
| | * | | | Open in new window, all parameters forwardedGravatar dusanx2009-05-01
| | | |/ / | | |/| |
| * | | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-05-01
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Moved structs/function primitives to uzbl.h file, so we no longer need the gr...Gravatar Barrucadu2009-05-01
| | | * | Use only 2 scrolling functionGravatar Premysl 'Anydot' Hruby2009-05-01
| |_|/ / |/| | |
* | | | scroll stuff, thx to jouz, with slight changesGravatar Premysl 'Anydot' Hruby2009-05-01
* | | | Control thread wasn't detachedGravatar Premysl 'Anydot' Hruby2009-05-01