aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Expand)AuthorAge
* 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
* | 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
| | | | * | Added reset_zoom_level() to reset zoom to 100%, and added keybinding in sampl...Gravatar uranther2009-05-29
| | * | | | use switch in xpand_var()Gravatar Robert Manea2009-05-29
| * | | | | Remove action 'runcmd': commands are deprecated :)Gravatar DuClare2009-05-29
| | | | * | Some cleaning of code, and stricter compiling options (with warnings I don't ...Gravatar uranther2009-05-29
| * | | | | Rem BIND cmd, add 'bind' action. Use parseenv in set_var & bindGravatar DuClare2009-05-29
| * | | | | Don't call parse_cmd_line in set_var, rm SET cmd, rm unused regexesGravatar DuClare2009-05-29
| * | | | | Add 'get' action, remove GET command. Const correctness fix.Gravatar DuClare2009-05-29
| * | | | | Merge commit 'rob/master' into experimentalGravatar DuClare2009-05-29
| |\| | | |
| * | | | | Fix run_handler to consider action chainsGravatar DuClare2009-05-29
| | * | | | added variable delimiters working like in the shell, foo@{var}bazGravatar Robert Manea2009-05-29
| | * | | | one more fix to expand_varsGravatar Robert Manea2009-05-29
| | * | | | fix expand_vars to not append the quoting charGravatar Robert Manea2009-05-29
| | * | | | added possibilty to expand uzbl vars in commandsGravatar Robert Manea2009-05-29
| |/ / / /
* | | / / OH GOD I DON'T KNOW WHAT I AM DOINGGravatar Sylvester Johansson2009-05-28
| |_|/ / |/| | |
| * | | Fix disable_scriptsGravatar DuClare2009-05-28
| * | | Add 'chain' action for binding multiple actionsGravatar DuClare2009-05-28
| * | | Remove KEYCMD and KEYCMDN commandsGravatar DuClare2009-05-28
| * | | Add actions keycmd and keycmd_nlGravatar DuClare2009-05-28
| * | | Add action 'keycmd_bs' for backspacing a charGravatar DuClare2009-05-28
| | * | Fix downloadsGravatar Uli Schlachter2009-05-28
| | * | Allow tabs as delimiters in 'set' commandsGravatar Uli Schlachter2009-05-28
| | * | Fix all compiler warnings about invalid castsGravatar Uli Schlachter2009-05-28