aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Added window_role variable to set WM_WINDOW_ROLEGravatar Paul Colomiets2011-07-02
| | | | Another feature for easier integrating with window managers
* Ensures that UZBL_URI is set when window is mappedGravatar Paul Colomiets2011-07-02
| | | | | | | | This will help window manager to sort windows when they are mapped, instead of moving them back and forth when they are already shown. This is theoretically incurs tiny delay of showing window, but it's shown before main loop is started anyway, and you can't see anything useful before, so the delay is negligible.
* Implemented setting UZBL_URI window propertyGravatar Paul Colomiets2011-07-02
| | | | | This property is set for all uzbl windows unconditionally. This allows window managers and other tools organize windows more carefully.
* Check if file exist before trying to run itGravatar keis2011-05-15
| | | | | | | | find_existing_file modified to return NULL when file does not exist even for simple paths. run_external_js and spawn prints error messages when a file could not be loaded.
* move src/uzbl-browser to bin/uzbl-browserGravatar Brendan Taylor2011-04-11
|
* autoinstall style.cssGravatar Brendan Taylor2011-04-11
|
* fix returning to default encoding ("set current_encoding =")Gravatar Brendan Taylor2011-04-02
|
* Merge remote-tracking branch 'keis/fix-clear-cookies-warning' into experimentalGravatar Brendan Taylor2011-03-22
|\
* | Fixed array bug.Gravatar Olof-Joachim Frahm2011-03-21
| | | | | | | | | | When e.g. spawn_sh modifies the array, invalid stuff is send to the python script, which then breaks while decoding them.
| * fix clear_cookies warningGravatar keis2011-03-17
|/
* Merge branch 'clear-cookies' of git://github.com/keis/uzbl into experimentalGravatar Brendan Taylor2011-03-13
|\
* | gtk3: don't render a useless window resizing gripGravatar Brendan Taylor2011-03-12
| |
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clear-cookiesGravatar keis2011-03-12
| |\ | |/ |/|
* | Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-03-10
|\ \
| * | fix a couple of calls to send_eventGravatar Brendan Taylor2011-03-10
| | |
* | | don't expose send_event_socket and send_event_fifoGravatar Brendan Taylor2011-03-10
| | |
* | | key_to_event: don't crash when gdk_keyval_name returns NULLGravatar Brendan Taylor2011-03-06
| | |
* | | remove unused variables from the UzblCore structGravatar Brendan Taylor2011-03-06
| | |
* | | fix a build errorGravatar Brendan Taylor2011-03-05
| | | | | | | | | | | | i am a bad person who doesn't test my commits.
* | | change @uri when the fragment identifier changesGravatar Brendan Taylor2011-03-05
| | |
* | | fix a build warningGravatar Brendan Taylor2011-03-05
| | |
* | | Merge branch 'fix_mem_leak_in_parse_command_parts' of ↵Gravatar Brendan Taylor2011-02-28
|\ \ \ | | | | | | | | | | | | git://github.com/felher/uzbl into experimental
| | | * add clear_cookies commandGravatar keis2011-02-28
| |_|/ |/| |
* | | check that 'result' is set in eval_js before assigning anything to itGravatar Brendan Taylor2011-02-26
| | |
* | | add current_encoding variableGravatar Brendan Taylor2011-02-25
| | |
* | | Merge remote-tracking branch 'jakeprobst/imagemenuitem-fix' into experimentalGravatar Brendan Taylor2011-02-20
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/uzbl-core.h
| * | | getting yelled at about memory leaksGravatar Jake Probst2011-02-20
| | | |
| | * | fix memory leak in parse_command_partsGravatar Felix Herrmann2011-02-21
| |/ / |/| |
* | | fix crash when using uri without argumentGravatar keis2011-02-19
| | |
| * | menu_image_add is now not totally useless and gives the image url as an argumentGravatar Jake Probst2011-02-17
| | |
* | | Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-02-17
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/util.c
| * | minor refactor of VARIABLE_SET event codeGravatar Brendan Taylor2011-02-17
| | |
* | | fix 'print' on stdinGravatar Brendan Taylor2011-02-17
| | |
* | | further tidying of utility functionsGravatar Brendan Taylor2011-02-15
| | |
| * | assert that NAME arguments are valid namesGravatar keis2011-02-15
| | |
| * | use empty string instead of null for event argsGravatar keis2011-02-15
| | | | | | | | | | | | | | | * url * clipboard text
| * | quote and escape strings in eventsGravatar keis2011-02-15
| | |
| * | new function append_escapedGravatar keis2011-02-15
| | | | | | | | | | | | appends a string after escaping it
| * | format event strings in send_eventGravatar keis2011-02-15
| | | | | | | | | | | | | | | send_event now takes a null terminated type, value sequence as arguments vsend_event does the same thing but takes a va_list with arguments.
* | | clean up redundant $PATH-like expansion codeGravatar Brendan Taylor2011-02-15
|/ /
* | replace itos() with g_strdup_printf()Gravatar Brendan Taylor2011-02-15
| |
* | Merge commit 'f25d19c0' into experimentalGravatar Brendan Taylor2011-02-14
|\ \
| * | fix a crash when executing a nonexistent commandGravatar Brendan Taylor2011-02-14
| | |
* | | Merge branch 'experimental' into cleaning-commentingGravatar Brendan Taylor2011-02-14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/uzbl-core.c src/uzbl-core.h
| * | | Merge commit '99961c4' (last_result) into experimentalGravatar Brendan Taylor2011-02-14
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cookie-jar.c src/uzbl-core.c
| * | | Merge commit '6a737a7137' (keis/intcookies) into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: docs/README.uzbl-event-manager
| * \ \ \ Merge branch 'gtk3' into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \ \
| | * | | | gtk3 needs us to include gtk/gtkx.hGravatar Brendan Taylor2011-02-14
| | | | | |
| * | | | | Merge remote-tracking branch 'keis/gtk3' into experimentalGravatar Brendan Taylor2011-02-14
| |\| | | |
| * | | | | Merge branch 'static-analysis' into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |