aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Expand)AuthorAge
* "set keycmd = x" is now equivalent to "keycmd x"Gravatar Brendan Taylor2009-07-12
* update mode indicator when @insert_mode is setGravatar Brendan Taylor2009-07-12
* get rid of some duplication in expand()Gravatar Brendan Taylor2009-07-12
* make keycmd a variable. new escape expansion syntax. deleteGravatar Brendan Taylor2009-07-12
* fixed uri_override and verbose_override positioningGravatar Brendan Taylor2009-07-11
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into replace-ex...Gravatar Brendan Taylor2009-07-11
|\
| * document alternative way for uri settingGravatar Dieter Plaetinck2009-07-11
| * 2 small doc fixesGravatar Dieter Plaetinck2009-07-11
| * Added new_window handler.Gravatar Tom Adams2009-07-11
| * Add -V/--version option to print the commit and exit.Gravatar Tom Adams2009-07-11
| * Use first argument as URI if none provided with --uri.Gravatar Tom Adams2009-07-11
| * Don't g_free uzbl.gui.icon twice!Gravatar Tom Adams2009-07-11
| * Only open one new window when requested.Gravatar Tom Adams2009-07-11
| * Set the background on the vbox, not the main_window.Gravatar Tom Adams2009-07-11
| * Remove extraneous whitespace.Gravatar Tom Adams2009-07-11
* | initilaze uzbl.gui.sbar.mode_indicatorGravatar Brendan Taylor2009-07-09
* | silly me, @MSG -> @status_messageGravatar Brendan Taylor2009-07-09
* | @MODE works.Gravatar Brendan Taylor2009-07-09
* | do expand as well as expand_template in update_titleGravatar Brendan Taylor2009-07-09
* | move NAME from expand_template to expandGravatar Brendan Taylor2009-07-08
* | move all the simple stuff from expand_templateGravatar Brendan Taylor2009-07-08
* | expand: append "" for a NULL string varGravatar Brendan Taylor2009-07-08
* | strip trailing newline from @()@ expansionsGravatar Brendan Taylor2009-07-08
* | lots of stuff, see below.Gravatar Brendan Taylor2009-07-08
* | optional markup escaping in expand()Gravatar Brendan Taylor2009-07-07
* | use expand instead of expand_template for useragent.Gravatar Brendan Taylor2009-07-07
* | test simple cmd_useragentGravatar Brendan Taylor2009-07-06
* | simple expansion test passes.Gravatar Brendan Taylor2009-07-06
|/
* merge much better uzbl_tabbed.py + fix for cookies.pyGravatar Dieter Plaetinck2009-07-03
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-07-02
|\
| * do not look for xdg config if we want to use stdin as configGravatar Dieter Plaetinck2009-06-30
| * Merge commit 'dequis/stdin' into experimentalGravatar Dieter Plaetinck2009-06-30
| |\
* | | Manually added commit 51a38.. from holizzGravatar Mason Larobina2009-06-29
* | | Set the background on the vbox, not the main_window.Gravatar Tom Adams2009-06-29
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into cleanGravatar Brendan Taylor2009-06-26
| |\ \ | |/ / |/| |
* | | Merge commit 'robm/master' into experimentalGravatar Dequis2009-06-24
|\ \ \
| | * | use notify::title instead of title-changed signalGravatar Brendan Taylor2009-06-23
| | * | don't segfault on 'set' without arguments.Gravatar Brendan Taylor2009-06-23
| | | * Read stdin only if --config is "-"Gravatar Dequis2009-06-22
| | |/
* | | Merge commit 'dieterbe/experimental' into experimentalGravatar Dequis2009-06-22
|\ \ \ | | |/ | |/|
| * | don't scroll past the end of the page.Gravatar Brendan Taylor2009-06-20
* | | Revert "Add disable_stdin config option"Gravatar Dequis2009-06-20
* | | Revert "Replaced disable_stdin with uzbl -c -"Gravatar Dequis2009-06-20
* | | Merge commit 'dieterbe/experimental' into experimentalGravatar Dequis2009-06-20
|\| |
| | * fix possible double free in expand()Gravatar Robert Manea2009-06-19
| | * allow @<...>@ inside of @(...)@ and vice versaGravatar Robert Manea2009-06-18
| | * make detection of simple vars more shell likeGravatar Robert Manea2009-06-18
| | * command expansion uses @(command)@ / js expansion @<java script>@Gravatar Robert Manea2009-06-17
| | * expand() fixGravatar Robert Manea2009-06-16
| | * added JS expansion command @<java script>Gravatar Robert Manea2009-06-16