aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
Commit message (Expand)AuthorAge
* use process id as the default instance nameGravatar Brendan Taylor2011-09-13
* GTK+ 3.1 has deprecated VBox and HBoxGravatar Brendan Taylor2011-09-11
* remove the scrollbars_visible variableGravatar Brendan Taylor2011-07-25
* rearrange variable functions so they aren't all exposedGravatar Brendan Taylor2011-07-12
* Merge branch 'tailhook/wm-integ' into experimentalGravatar Brendan Taylor2011-07-12
|\
* \ Merge branch 'master' into experimentalGravatar Brendan Taylor2011-07-12
|\ \
* | | the status bar is now a custom gtk widgetGravatar Brendan Taylor2011-07-03
| | * Added window_role variable to set WM_WINDOW_ROLEGravatar Paul Colomiets2011-07-02
| | * Ensures that UZBL_URI is set when window is mappedGravatar Paul Colomiets2011-07-02
| |/
* | Revert "wrap the mainbar_label_left when it gets too long."Gravatar Brendan Taylor2011-06-07
* | Merge remote-tracking branch 'keis/split-core' into experimentalGravatar Brendan Taylor2011-06-05
|\ \
| * | hide some implementation details of variablesGravatar David Keijser2011-05-30
| * | move variable hashtable to a more sane placeGravatar David Keijser2011-05-30
* | | drop the set_geometry_hints stuff, it never worked anyhowGravatar Brendan Taylor2011-05-27
* | | rename the window "Uzbl", spaces don't play well with themingGravatar Brendan Taylor2011-05-27
* | | wrap the mainbar_label_left when it gets too long.Gravatar Brendan Taylor2011-05-27
| * | move core variable stuff into variables fileGravatar David Keijser2011-05-25
| * | two more commands from uzbl-coreGravatar David Keijser2011-05-25
| * | refactor search commandsGravatar David Keijser2011-05-24
| * | split commands from uzbl-core.cGravatar David Keijser2011-05-24
|/ /
* | eval_js should take const gchar *scriptGravatar Brendan Taylor2011-05-20
* | moved load_uri_imp into cmd_load_uri (the only place it was used)Gravatar Brendan Taylor2011-05-20
* | add key-press/-release handlers to the status bar labels. fixes #262.Gravatar Brendan Taylor2011-05-19
| * Check if file exist before trying to run itGravatar keis2011-05-15
* | have another shot at fixing window geometry hint issues, thanks stinkyGravatar Brendan Taylor2011-05-10
* | Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ \
* | | dear uzbl, please listen to the user when they tell you what size to be.Gravatar Brendan Taylor2011-05-09
* | | fix compiler warningsGravatar Brendan Taylor2011-04-30
* | | GTK3 always has scrollbars, workaround for https://bugs.webkit.org/show_bug.c...Gravatar Brendan Taylor2011-04-30
* | | Merge branch 'experimental' into scrollbarsGravatar Brendan Taylor2011-04-30
|\ \ \
| | * | add focus and blur events from DOMGravatar keis2011-04-29
| |/ /
| * | allow processes other than uzbl-tabbed to start uzbl-browser instances that a...Gravatar Brendan Taylor2011-04-24
| * | Merge remote-tracking branch 'mathstuf/dev/fix-clashing-long-option' into exp...Gravatar Brendan Taylor2011-04-14
| |\ \
| | * | Avoid --name which GTK uses internallyGravatar Ben Boeckel2011-04-14
| | |/
| * | allow a second argument to the 'download' command that specifies a destinatio...Gravatar Brendan Taylor2011-04-12
| * | add a 'download' command that can download the current url or an arbitrary urlGravatar Brendan Taylor2011-04-12
| |/
| * Merge remote-tracking branch 'keis/fix-clear-cookies-warning' into experimentalGravatar Brendan Taylor2011-03-22
| |\
| * | Fixed array bug.Gravatar Olof-Joachim Frahm2011-03-21
| | * fix clear_cookies warningGravatar keis2011-03-17
| |/
| * Merge branch 'clear-cookies' of git://github.com/keis/uzbl into experimentalGravatar Brendan Taylor2011-03-13
| |\
* | | Merge branch 'experimental' into scrollbarsGravatar Brendan Taylor2011-03-12
|\| |
| * | gtk3: don't render a useless window resizing gripGravatar Brendan Taylor2011-03-12
* | | set_webview_scroll_adjustments is pointless nowGravatar Brendan Taylor2011-03-12
* | | remove some duplicated code in scroll_cmdGravatar Brendan Taylor2011-03-12
| | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clear-cookiesGravatar keis2011-03-12
| | |\ | | |/ | |/|
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into scrollbarsGravatar keis2011-03-05
|\| |
| * | change @uri when the fragment identifier changesGravatar Brendan Taylor2011-03-05
| * | Merge branch 'fix_mem_leak_in_parse_command_parts' of git://github.com/felher...Gravatar Brendan Taylor2011-02-28
| |\ \
| | | * add clear_cookies commandGravatar keis2011-02-28
| | |/ | |/|
| * | check that 'result' is set in eval_js before assigning anything to itGravatar Brendan Taylor2011-02-26