aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * | | | remove all uses of get_loggerGravatar keis2011-06-04
| | | | | |
| | * | | | Made logging easierGravatar Donald Johnson2011-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made init_logger() which sets up the root logger and log level, and then used `logger` as a global to refer to the script's logger right off the bat. Removed usage of `get_logger(name)` entirely.
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge commit '0dd3b8e35a'; remote-tracking branch 'tailhook/asyncsend' into ↵Gravatar keis2011-06-04
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | py-staging
| | | | | * | | 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
| | | | | | | |
| | | * | | | | Deleted unneeded `global args` declaration.Gravatar Donald Johnson2011-05-27
| | | | | | | |
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes the window resize bug, hopefully for good.
| | | * | | | | Made main() method for uzbl-event-managerGravatar Donald Johnson2011-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calls main() upon running the event manager. Work done was moving a gigantic block of repetetive adding for the parser into its own function `make_parser()`, moved `get_logger(...)` out of the if-main branch, and declaring a lot of variables as globals (this can be fixed later; recommended to make all globals in all caps later). This allows someone to attach a debugger or profiler to the event manager more easily, just by editing the script.
| * | | | | | | make the variables in util/uzbl-dir.sh overrideableGravatar Brendan Taylor2011-05-25
| | | | | | | |
| | | | | * | | move core variable stuff into variables fileGravatar David Keijser2011-05-25
| | | | | | | |
| | | | | * | | two more commands from uzbl-coreGravatar David Keijser2011-05-25
| | | | | | | |
| | | | | * | | reorganise uzbl-core.hGravatar David Keijser2011-05-24
| | | | | | | |
| | | | | * | | refactor search commandsGravatar David Keijser2011-05-24
| | | | | | | |
| | | | | * | | split commands from uzbl-core.cGravatar David Keijser2011-05-24
| | |_|_|/ / / | |/| | | | |
| * | | | | | simplify the bookmark bindingGravatar Brendan Taylor2011-05-23
| | | | | | |
| * | | | | | change bookmark bindings to <Ctrl>m and M so they don't clash with scroll ↵Gravatar Brendan Taylor2011-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bindings
| * | | | | | yU should be able to yank URLs with spacesGravatar Brendan Taylor2011-05-23
| | | | | | |
| * | | | | | don't repeat yourself.Gravatar Brendan Taylor2011-05-23
| | | | | | |
| * | | | | | don't repeat yourself.Gravatar Brendan Taylor2011-05-23
| | | | | | |
| * | | | | | macroify some repetitive code in callbacks.cGravatar Brendan Taylor2011-05-23
| | | | | | |
| * | | | | | make uzbl-core --version's output nicerGravatar Brendan Taylor2011-05-23
| | | | | | |
| * | | | | | Merge pull request #52 from keis/follow-input-fixGravatar Brendan Taylor2011-05-22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | form input follower fixes
| | | | | | * | Merge pull request #53 from keis/file-error-checkGravatar Brendan Taylor2011-05-22
| | | | | |/| | | | | | |/| | | | | | | | | | | Check if file exist before trying to run it
| * | | | | | | remove an obsolete commentGravatar Brendan Taylor2011-05-22
| | | | | | | |
| * | | | | | | load URLs like 'host:port' without a schemeGravatar Brendan Taylor2011-05-22
| | | | | | | |
| * | | | | | | add a FAQ about nonresponsive uzblsGravatar Brendan Taylor2011-05-22
| | | | | | | |
| * | | | | | | a few things i missedGravatar Brendan Taylor2011-05-22
| | | | | | | |
| * | | | | | | removing some out-of-date FAQsGravatar Brendan Taylor2011-05-22
| | | | | | | |
| * | | | | | | tidying up the FAQGravatar Brendan Taylor2011-05-22
| | |/ / / / / | |/| | | | |
| * | | | | | fix opening absolute paths on the filesystemGravatar Brendan Taylor2011-05-20
| | | | | | |
| * | | | | | 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
| | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | ins mode on focus_element for textarea/insertGravatar keis2011-05-14
| | | | | |
| | * | | | don't try to call select on select elementsGravatar keis2011-05-14
| | | | | |
| | * | | | use instanceof to check element typeGravatar keis2011-05-14
| | | | | |
| | * | | | check input field type using type propertyGravatar keis2011-05-14
| |/ / / / | | | | | | | | | | | | | | | this field is set even when no type attribute is set on the element
| * | | | have another shot at fixing window geometry hint issues, thanks stinkyGravatar Brendan Taylor2011-05-10
| | | | |
| * | | | Merge remote-tracking branch 'keis/ignore-mod2' into experimentalGravatar Brendan Taylor2011-05-09
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
| * | | | | | dear uzbl, please listen to the user when they tell you what size to be.Gravatar Brendan Taylor2011-05-09
| | | | | | |
| | * | | | | wrap DOM callbacks in version checkGravatar David Keijser2011-05-09
| | | | | | |
| | | * | | | ignore mod2. mostly unneeded and breaks keybindsGravatar David Keijser2011-05-09
| | | | | | |
| * | | | | | install-uzbl-browser should install uzbl-core, the event manager and its pluginsGravatar Brendan Taylor2011-05-08
| | | | | | |