aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* add request_handler hookGravatar Devin J. Pohly2011-10-27
* Get the click context all the timeGravatar Ben Boeckel2011-10-25
* fix segfault when setting 'accept_languages'Gravatar Brendan Taylor2011-10-21
* set the window name on embedded windows tooGravatar Brendan Taylor2011-10-05
* fix set_iconGravatar Brendan Taylor2011-09-27
* fix a warning i just introducedGravatar Brendan Taylor2011-09-20
* do the exit lag workaround in plug mode tooGravatar Brendan Taylor2011-09-20
* refactor set_uri, fixing a memory leakGravatar Brendan Taylor2011-09-17
* don't change the page when given a blank URLGravatar Brendan Taylor2011-09-17
* convert show_status to a getterGravatar Brendan Taylor2011-09-17
* introduce getter and setter functions.Gravatar Brendan Taylor2011-09-17
* don't repeat yourself: settings X propertiesGravatar Brendan Taylor2011-09-15
* Merge remote-tracking branch 'keis/event-format' into experimentalGravatar Brendan Taylor2011-09-13
|\
* | make init_fifo and init_socket be less surprising.Gravatar Brendan Taylor2011-09-13
* | delete stale sockets instead of reattachingGravatar Brendan Taylor2011-09-13
* | delete stale fifos instead of reattachingGravatar Brendan Taylor2011-09-13
* | remove a particularly useless verbose messageGravatar Brendan Taylor2011-09-13
* | use process id as the default instance nameGravatar Brendan Taylor2011-09-13
* | GTK+ 3.1 has deprecated VBox and HBoxGravatar Brendan Taylor2011-09-11
* | stupid typo in the last commitGravatar Brendan Taylor2011-09-11
* | backwards compatibility with key names from GTK < 2.22Gravatar Brendan Taylor2011-09-11
| * remove event formatting from run_parsed_commandGravatar keis2011-09-11
| * bail if trying to send events with newlinesGravatar keis2011-09-11
| * format events in C localeGravatar keis2011-09-11
|/
* new variable: enable_cross_file_accessGravatar Brendan Taylor2011-09-05
* Merge remote-tracking branch 'keis/exit-lag-workaround' into experimentalGravatar Brendan Taylor2011-08-07
|\
* \ Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into mouse-eventsGravatar keis2011-07-28
|\ \
| | * add workaround for slow npviewer cleanupGravatar keis2011-07-28
| |/
| * add a spellcheck_languages variableGravatar Brendan Taylor2011-07-25
| * remove the scrollbars_visible variableGravatar Brendan Taylor2011-07-25
| * fix testsGravatar Brendan Taylor2011-07-12
| * 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
| |\ \
| * | | fix ellipsization on gtk2Gravatar Brendan Taylor2011-07-03
| * | | 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
| | | * Implemented setting UZBL_URI window propertyGravatar 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
| | * | move uri_change_cb to variablesGravatar David Keijser2011-05-30
| | * | use g_object_unref to free soup loggerGravatar David Keijser2011-05-30
| | * | move variable callback functions into variables.cGravatar 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