aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Collapse)AuthorAge
* Merge branch 'event-messages' of git://github.com/Dieterbe/uzbl into ↵Gravatar Robert Manea2009-09-04
|\ | | | | | | | | | | | | event-messages Conflicts: uzbl.c
| * prefix events with "EVENT " for easier filteringGravatar Dieter Plaetinck2009-09-03
| |
| * FIFO_SET eventGravatar Dieter Plaetinck2009-09-03
| |
| * VARIABLE_SET eventGravatar Dieter Plaetinck2009-09-03
| |
| * first steps towards docs, (improved) todo, add key_release skeletonGravatar Dieter Plaetinck2009-09-03
| |
| * Merge branch 'experimental' into event-messagesGravatar Dieter Plaetinck2009-09-03
| |\
| | * Merge branch 'experimental' into bf2Gravatar Tom Adams2009-08-26
| | |\ | | | | | | | | | | | | | | | | Conflicts: examples/config/uzbl/config
| | * | Don't reset keycmd in load_start_cb.Gravatar Tom Adams2009-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To emulate the old functionality, include 'set keycmd = ' in your load_start_handler. Fixes: FS#86 - Command resets on load finish
| | * | Only exit insert mode if !always_insert_mode.Gravatar uranther2009-08-26
| | | | | | | | | | | | | | | | | | | | Fixes: FS#78 - always_insert_mode not working
| | * | Remove redundant history_handler.Gravatar Tom Adams2009-08-26
| | | |
| | | * Merge commit 'remotes/holizz/home-and-end' into experimentalGravatar Dieter Plaetinck2009-08-25
| | | |\
| | | * \ Merge commit 'pawelz/experimental' into experimentalGravatar Dieter Plaetinck2009-08-25
| | | |\ \
| | | * | | merge holizz' scheme handlerGravatar Dieter Plaetinck2009-08-25
| | |/| | |
| | | | * | Pass proxy_url to download handlerGravatar Paweł Zuzelski2009-08-21
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the value of proxy_url variable as optional 9th argument of download handler. Added support for http proxy to the example download handler script. Updated README file.
* | | | | added geometry variableGravatar Robert Manea2009-08-21
| | | | |
* | | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar Robert Manea2009-08-21
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | event-messages
| | | | * Send Home and End straight to WebKit too.Gravatar Tom Adams2009-08-19
| | |_|/ | |/| |
| * | | remove base_urlGravatar Robert Manea2009-08-07
| | | |
| * | | removed html_mode in favour of "data URI scheme"Gravatar Robert Manea2009-08-07
| | | |
* | | | styleGravatar Robert Manea2009-08-07
| |/ / |/| |
* | | also show PUT cookie eventsGravatar Robert Manea2009-08-04
| | |
* | | fixed cookie event messageGravatar Robert Manea2009-08-04
| | |
* | | more comment fixesGravatar Robert Manea2009-08-04
| | |
* | | comment fixesGravatar Robert Manea2009-08-04
| | |
* | | added event messagesGravatar Robert Manea2009-08-04
|/ /
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-07-30
|\ \ | | | | | | | | | | | | Conflicts: uzbl.c
| * | alignmentGravatar Robert Manea2009-07-30
| | |
| * | removed obsolete commentGravatar Robert Manea2009-07-29
| | |
| * | Merge branch 'robhelmut' of http://gnarfk.homelinux.org/~helmut/uzblGravatar Robert Manea2009-07-29
| |\ \
| | * \ Merge branch 'helmutexp' into robhelmutGravatar Helmut Grohne2009-07-29
| | |\ \
| | | * \ Merge branch 'helmut' into helmutexpGravatar Helmut Grohne2009-07-29
| | | |\ \
| | | | * | fixed wrong n2v_p local variable conversionGravatar Helmut Grohne2009-07-29
| | | | | |
| * | | | | cast fixesGravatar Robert Manea2009-07-29
| |/ / / /
| * | | | converted further void**ptr usages to unionGravatar Helmut Grohne2009-07-29
| | | | |
| * | | | Merge branch 'helmutexp' into robGravatar Helmut Grohne2009-07-29
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uzbl.c uzbl.h
| | * | | Merge branch 'helmut' into helmutexpGravatar Helmut Grohne2009-07-29
| | |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: uzbl.c
| | | * | added more /*@null@*/ and const annotationsGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | fixed possible memory leak in find_xdg_fileGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | fixed possible null pointer dereferenceGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | made get_exp_type return an enum as it shouldGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | made global variable n2v_p be localGravatar Helmut Grohne2009-07-29
| | | | |
| | * | | Merge branch 'helmut' into helmutexpGravatar Helmut Grohne2009-07-29
| | |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: uzbl.c
| | | * | fixed strndup -> g_strndup using free -> g_freeGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | made this void **ptr; a union to remove magicGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | added a gsize -> int cast for gccGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | use g_strndup instead of strndupGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | removed useless MAX_BINDINGS macroGravatar Helmut Grohne2009-07-29
| | | | |
| * | | | applied helmut's expand() patchGravatar Robert Manea2009-07-28
| | | | |
* | | | | Checks uzbl in window mode before setting/getting window geometry.Gravatar Mason Larobina2009-07-28
| |/ / / |/| | |
| | * | added some splint commentsGravatar Helmut Grohne2009-07-28
| | | |