aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Expand)AuthorAge
* Fix merge conflicts from salinasv which git didn't tell me about...Gravatar Barrucadu2009-05-19
* merge in from salinasvGravatar Barrucadu2009-05-19
* Fix nonworking modkey.Gravatar Barrucadu2009-05-19
* Fix nonworking toggle_insert_modeGravatar Barrucadu2009-05-19
* Merge branch 'experimental' of git://github.com/DuClare/uzbl into experimentalGravatar Barrucadu2009-05-19
|\
| * Merge commit 'rob/master' into experimentalGravatar DuClare2009-05-19
| |\
* | | Fixed a warning in run_external_js()Gravatar Barrucadu2009-05-19
* | | Fixed memory leaks in get_xdg_file.Gravatar Barrucadu2009-05-19
* | | Moved key_press_cb callback to the main window rather than webkit, to fix thi...Gravatar Barrucadu2009-05-19
| | * converted all variable commands to the callback system, get rid of var_isGravatar Robert Manea2009-05-19
| | * replaced is_string with type, introduced type enumGravatar Robert Manea2009-05-19
| | * commentGravatar Robert Manea2009-05-19
| | * fix callbackGravatar Robert Manea2009-05-19
* | | Modified read_file_by_line to return a GArray, and allow files of more than 5...Gravatar Barrucadu2009-05-19
| | * added callback based uzbl commandsGravatar Robert Manea2009-05-19
* | | Merge branch 'experimental' of git://github.com/DuClare/uzbl into experimentalGravatar Barrucadu2009-05-19
|\| |
| | * be more specific about what we assign to what in var_name_to_ptrGravatar Robert Manea2009-05-19
| | * add additional properties to the commandsGravatar Robert Manea2009-05-19
| * | Disable splitting for some actions, fix sampleconfig-devGravatar DuClare2009-05-19
* | | Revert "Merge branch 'dieter/experimental' into experimental"Gravatar Barrucadu2009-05-19
| * | Finish argv, fix sampleconfig-devGravatar DuClare2009-05-19
* | | Merge commit 'duc/experimental' into experimentalGravatar Barrucadu2009-05-19
|\ \ \ | | |/ | |/|
| | * Argv stubGravatar DuClare2009-05-19
| |/
| * Allow scrolling by a percentage of the page sizeGravatar DuClare2009-05-19
| * Support single quotes.Gravatar DuClare2009-05-19
| * Merge commit 'diet/experimental' into experimentalGravatar DuClare2009-05-19
| |\
| * | Add load_start_handlerGravatar DuClare2009-05-19
| * | Allow splitting wo/unescaping, add load_commit_handler, fix run_handlerGravatar DuClare2009-05-19
* | | Attempt to fix memory leak - commit for robl to have a look.Gravatar Barrucadu2009-05-18
* | | Merge branch 'dieter/experimental' into experimentalGravatar Barrucadu2009-05-18
|\ \ \ | | |/ | |/|
* | | Edited run_external_js() to use read_file_by_line()Gravatar Barrucadu2009-05-18
* | | Added read_file_by_line() functionGravatar Barrucadu2009-05-18
| * | merge in from salinasvGravatar Dieter Plaetinck2009-05-18
| |\ \
* | | | Rewrite run_external_js() to use IO channels.Gravatar Barrucadu2009-05-18
* | | | Added support for one argument to an external JS file.Gravatar Barrucadu2009-05-18
* | | | Renamed "script" to "js".Gravatar Barrucadu2009-05-18
| | | * Merge branch 'quotes' into experimentalGravatar DuClare2009-05-18
| | | |\
| | | | * Document quotation & handlers in sampleconfig, fix leaks and breaksGravatar DuClare2009-05-18
| * | | | duclares keycmdn thingieGravatar Dieter Plaetinck2009-05-18
| |\ \ \ \
* | | | | | Switched to g_strcmp0 instead of a NULL check and strcmpGravatar Barrucadu2009-05-18
* | | | | | Fixed leak in, and tidied up code in, search function.Gravatar Barrucadu2009-05-18
* | | | | | Fix segfault on searchGravatar Barrucadu2009-05-18
* | | | | | Changed "gchar searchxold[500]" to "gchar *searchold" and now use "g_strdup()...Gravatar Barrucadu2009-05-18
* | | | | | Fix for massive CPU usage when searching big pages for the same termGravatar Barrucadu2009-05-18
* | | | | | Change g_free to g_strfreevGravatar Barrucadu2009-05-18
* | | | | | Added support for environmental variables in SET and BIND commands.Gravatar Barrucadu2009-05-18
* | | | | | Revert "Allow whitespace at the beginning of commands."Gravatar Barrucadu2009-05-18
* | | | | | Allow whitespace at the beginning of commands.Gravatar Barrucadu2009-05-18
| * | | | | fixed failing to load argument to --uriGravatar Robert Manea2009-05-18
| | | | | * Fix spawn.sh, let run_command have n args before defaultsGravatar DuClare2009-05-18