aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Collapse)AuthorAge
* merge in sm217s cookie code (which is work in progress)Gravatar Dieter Plaetinck2009-05-06
|\
* | added MODE symbol to statusbar templateGravatar Robert Manea2009-05-06
| |
* | added KEYCMD to statusbar templateGravatar Robert Manea2009-05-06
| |
* | refactored status bar template symbol definition and setupGravatar Robert Manea2009-05-06
| |
* | pseudo commitGravatar Robert Manea2009-05-06
| |
* | added URI and NAME symbols to the statusbar templateGravatar Robert Manea2009-05-05
| |
| * Implement saving cookiesGravatar Evgeny Grablyk2009-05-05
| |
| * Run away from a terribly wrong approach.Gravatar Evgeny Grablyk2009-05-05
| |
* | another small fix to build_progressbar_ascii()Gravatar Robert Manea2009-05-05
| |
* | small fix to build_progressbar_ascii()Gravatar Robert Manea2009-05-05
| |
* | added ascii progressbar to statusbar templateGravatar Robert Manea2009-05-05
| |
* | added support for pango markup to the statusbar templateGravatar Robert Manea2009-05-05
| |
* | Added a statusbar parser that allows using arbitrary templates for the ↵Gravatar Robert Manea2009-05-05
| | | | | | | | status bar
* | Refactored networking variables to use the new struct conceptGravatar Robert Manea2009-05-05
| |
* | Refactored more internal variables to use the new struct conceptGravatar Robert Manea2009-05-05
| |
* | Move global variables into structs, first roundGravatar Premysl 'Anydot' Hruby2009-05-04
| | | | | | | | based on robm's modified and cleaned up patch
| * Something's workingGravatar Evgeny Grablyk2009-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
| | | | | | | | | | | | for all variables.
* | | 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%" ↵Gravatar Barrucadu2009-05-03
| | | | | | | | | | | | | | | | | | | | | | | | and "%webkit-micro%", alas no "%kernver%" or "%commit%" yet) to user agent. I'm tired and it's late. I've probably done this in a very poor way which would be infinitely better. Now I am going to go and sleep. When I wake up and come on IRC, tell me how bad the code is :P
* | | 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/configs/sampleconfig examples/configs/sampleconfig-dev uzbl.c
| * | | Small search fixGravatar dusanx2009-05-03
| | | |
| | * | Merge commit 'dieterb/experimental'Gravatar Premysl 'Anydot' Hruby2009-05-03
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/configs/sampleconfig examples/configs/sampleconfig-dev uzbl.c
| * | | | 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
|\| | | | | | | | | | | | | | | | | | | Conflicts: uzbl.c
| * | | 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
|\ \