aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
Commit message (Expand)AuthorAge
...
| | * 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 commit 'Dieterbe/experimental' into experimentalGravatar uranther2009-07-03
|\|
| * 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
| |\
* | \ merge with Dieterbe/experimentalGravatar uranther2009-07-01
|\ \ \ | | |/ | |/|
| * | 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
| |\ \
* | | | Fixed a segfault when trying to enter :<enter> as a commandGravatar uranther2009-06-29
* | | | removing more static keywordsGravatar uranther2009-06-29
* | | | Merge from Dieterbe/experimentalGravatar uranther2009-06-29
|\ \ \ \
| | | | * 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
| | |\ \ | | |/ / | |/| |
* | | | Now I'm fixing my own memory leaks...Gravatar uranther2009-06-26
* | | | Typo fix and warning of memory leaksGravatar uranther2009-06-26
* | | | Modified log_history_cb() to be more portable and less wasteful.Gravatar uranther2009-06-26
* | | | Plugged some memory leaks by not unnecessarily calling g_strdup (g_string_app...Gravatar uranther2009-06-26
* | | | 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
| * | | 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
| | | * clean up after mergeGravatar Robert Manea2009-06-16
| | | * fix conflictsGravatar Robert Manea2009-06-16
| | | |\ | | |_|/ | |/| |
| | | * minor style fixes in expand()Gravatar Robert Manea2009-06-16
| * | | Use JavaScriptCore for evaluation, with Uzbl.run()Gravatar Dequis2009-06-15
| | | * renamed expand_vars() to expand() + minor fixesGravatar Robert Manea2009-06-15
| | | * added @() expressions to expand_vars - first draft, expect bugsGravatar Robert Manea2009-06-15
| | | * Merge branch 'experimental' of git://github.com/Dieterbe/uzblGravatar Robert Manea2009-06-15
| | | |\ | | | |/ | | |/|
| * | | Replaced disable_stdin with uzbl -c -Gravatar Dequis2009-06-15
| * | | Working print command with uzblctrlGravatar Dequis2009-06-15
| * | | Fix control_socket to use GIOChannelGravatar Dequis2009-06-15