aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Expand)AuthorAge
* Preliminary uzbl testing framework - props to bct for the helpGravatar uranther2009-06-24
* removed static keywords on functions for uzbl to be accessible as a libraryGravatar uranther2009-06-24
* Clean up init_fifo() by removing impossible conditionsGravatar uranther2009-06-10
* add 'quit' command, because I can never remember whether it's exit or quit...Gravatar uranther2009-06-10
* Revert "cleanup when uzbl quits"Gravatar uranther2009-06-10
* cleanup when uzbl quitsGravatar uranther2009-06-10
* Cleaned up after lexical scannerGravatar uranther2009-06-10
* Cleaner handling of G_TOKEN_INT, and added G_TOKEN_ERROR error messageGravatar uranther2009-06-10
* Fixed bug when backspacing UTF8 characters in the command box. Also some code...Gravatar uranther2009-06-10
* Fixed some issues with TYPE_FLOAT upon ing and dumping. Also, we need uzbl.gu...Gravatar uranther2009-06-08
* make icon setting configurableGravatar Dieter Plaetinck2009-06-07
* merge in some fixes + basic uzbl icon from urantherGravatar Dieter Plaetinck2009-06-07
|\
| * got rid of my fifo fix for now - it needs more TLCGravatar uranther2009-06-07
| * ok added the zoom back in. fmlGravatar uranther2009-06-06
| * merged with Dieterbe/experimental, finallyGravatar uranther2009-06-06
| |\ | |/ |/|
| * WTFGravatar uranther2009-06-06
* | uzbl now builds on OpenBSDGravatar Abel `00z' Camarillo2009-06-06
|\ \
* \ \ Merge commit 'mxey/experimental' into experimentalGravatar Dieter Plaetinck2009-06-06
|\ \ \
* | | | Let keybinds work when status bar have focus.Gravatar salinasv2009-06-06
| * | | Build in C99 modeGravatar Maximilian Gaß2009-06-06
|/ / /
* | | strtod > atof. Thanks ZabaGravatar Dieter Plaetinck2009-06-06
* | | use stdlib atof() instead of gnu99 strtof() + more sense making example binds...Gravatar Dieter Plaetinck2009-06-06
* | | Make progress bar show empty on start of page loadGravatar Jeremy O'Brien2009-06-06
* | | data: URIs work.Gravatar Tom Adams2009-06-06
* | | Cookies work.Gravatar Tom Adams2009-06-06
* | | javascript: URIs work.Gravatar Tom Adams2009-06-06
| | * doh! i don't need that strdup thereGravatar uranther2009-06-03
| | * there is no 'destroy' signal - probably wanted the 'finished' signal.Gravatar uranther2009-06-03
| | * fixed typo which was giving a gsignal warning on the webinspectorGravatar uranther2009-06-03
| | * fixed an issue where uzbl's fifo would not work if the fifo already existedGravatar uranther2009-06-03
| | * fixed some Glib CRITICAL errors coming from the get_xdg_var() function when a...Gravatar uranther2009-06-03
| | * added uzbl icon to windowGravatar uranther2009-06-03
| |/ |/|
* | merge in uranthers zoomlevel thingie. doesnt work yet because of strof not re...Gravatar Dieter Plaetinck2009-06-02
|\ \
* \ \ merge from Uli Schlachter: policy callback + experimental Makefile + tiny fixesGravatar Dieter Plaetinck2009-06-02
|\ \ \
| | * | fixed incorrect mergeGravatar uranther2009-06-01
| | * | merge with Dieterbe/experimentalGravatar uranther2009-06-01
| | |\ \ | |_|/ / |/| | |
* | | | fixed broken mergeGravatar Sylvester Johansson2009-06-01
* | | | Merge commit 'dieterbe/experimental'Gravatar Sylvester Johansson2009-06-01
|\ \ \ \
| * \ \ \ Merge commit 'rob/master' into experimentalGravatar Dieter Plaetinck2009-06-01
| |\ \ \ \
| * | | | | fix for better uzbl.comm.sync_stdout checking + fix for libsoup-CRITICAL **: ...Gravatar Dieter Plaetinck2009-06-01
| * | | | | cleanup. log script stdout with verbose flagGravatar Dieter Plaetinck2009-05-31
| | * | | | removed get command in favour of printGravatar Robert Manea2009-05-30
| | * | | | added print commandGravatar Robert Manea2009-05-30
| | * | | | Merge branch 'experimental' of git://github.com/DuClare/uzblGravatar Robert Manea2009-05-30
| | |\ \ \ \
| | | * | | | Add var 'verbose'Gravatar DuClare2009-05-30
| | | * | | | Make --uri override the uri read from config.Gravatar DuClare2009-05-30
| | |/ / / / | |/| | | |
| | | | * | oops - removed unnecessary float castGravatar uranther2009-05-29
| | | | * | Replaced reset_zoom with zoom_level; added floats to commandsGravatar uranther2009-05-29
| * | | | | Remove ACT command, remove regexes as they're no longer used.Gravatar DuClare2009-05-29
| * | | | | Make parse_cmd_line parse as actionsGravatar DuClare2009-05-29