aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* add bct to authors fileGravatar Dieter Plaetinck2009-06-30
|
* Merge commit 'bct/clean' into experimentalGravatar Dieter Plaetinck2009-06-30
|\
* | typosGravatar Sylvester Johansson2009-06-30
| |
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into cleanGravatar Brendan Taylor2009-06-29
| |\ | |/ |/|
* | point users to existing uzbl_tabbed.pyGravatar Dieter Plaetinck2009-06-29
| |
* | bring contributing info back up to dateGravatar Dieter Plaetinck2009-06-28
| |
* | faq entry about XDGGravatar Dieter Plaetinck2009-06-28
| |
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into cleanGravatar Brendan Taylor2009-06-28
| |\ | |/ |/|
* | todo updatesGravatar Dieter Plaetinck2009-06-28
| |
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into cleanGravatar Brendan Taylor2009-06-26
| |\ | |/ |/|
* | add dxdx (dequis) to AUTHORSGravatar Dieter Plaetinck2009-06-24
| |
* | Merge commit 'dequis/experimental' into experimentalGravatar Dieter Plaetinck2009-06-24
|\ \
| * | Two little fixes in READMEGravatar Dequis2009-06-24
| | | | | | | | | | | | | | | Clarification about race conditions and Uzbl object Change get <key> to print @<key> and remove TODO
| * | Added documentation for javascript featuresGravatar Dequis2009-06-24
| | |
| * | Merge commit 'robm/master' into experimentalGravatar Dequis2009-06-24
| |\ \
| | | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into cleanGravatar Brendan Taylor2009-06-23
| | | |\ | |_|_|/ |/| | |
| | | * use notify::title instead of title-changed signalGravatar Brendan Taylor2009-06-23
| | | | | | | | | | | | | | | | fixes FS#35
| | | * don't segfault on 'set' without arguments.Gravatar Brendan Taylor2009-06-23
| | | | | | | | | | | | | | | | fixes FS#44
* | | | Checks if XDA_DATA_HOME in os.environ before useGravatar Mason Larobina2009-06-23
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Additionally when XDA_DATA_HOME doesn't exist the cookie jar location defaults to os.environ["HOME"] + '.local/share/uzbl/cookies.txt' however when these strings are concatenated they are missing the path seperator '/'. Problem solved by using the builtin os.path.join to join the environ path and jar location.
| * | | Checks if XDA_DATA_HOME in os.environ before useGravatar Mason Larobina2009-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally when XDA_DATA_HOME doesn't exist the cookie jar location defaults to os.environ["HOME"] + '.local/share/uzbl/cookies.txt' however when these strings are concatenated they are missing the path seperator '/'. Problem solved by using the builtin os.path.join to join the environ path and jar location. On branch experimental: Changes to be committed: modified: examples/data/uzbl/scripts/cookies.py
| | * | Cleanup diff on uzbl.hGravatar Dequis2009-06-22
| | | |
| | * | Merge commit 'dieterbe/experimental' into experimentalGravatar Dequis2009-06-22
| | |\ \ | |_|/ / |/| | |
| | * | Revert "Rename fixed Makefile-new-test to Makefile"Gravatar Dequis2009-06-22
| | | | | | | | | | | | | | | | This reverts commit dca2cb9ef9566618cf7c0ee16cdbe97b9034039f.
| | | * fix typosGravatar Robert Manea2009-06-22
| | | |
| | | * document variable expansion and command/js substitutionGravatar Robert Manea2009-06-22
| | | |
* | | | don't scroll past the end of the page.Gravatar Brendan Taylor2009-06-20
| | | |
* | | | Aaron Griffin [PATCH 1/4] Add libgthread-2.0 to pkg-config, for OSXGravatar Aaron Griffin2009-06-20
|/ / /
* | | Aaron Griffin [PATCH 3/4] Replace cp -ax with -p, for OSX compatGravatar Aaron Griffin2009-06-20
| | |
* | | Aaron Griffin [PATCH 2/4] Remove install -D arg, OSX compatibilityGravatar Dieter Plaetinck2009-06-20
| | |
| * | Revert "Add disable_stdin config option"Gravatar Dequis2009-06-20
| | | | | | | | | | | | This reverts commit 97526404f52875d82d584f18420be72fdc300d93.
| * | Revert "Replaced disable_stdin with uzbl -c -"Gravatar Dequis2009-06-20
| | | | | | | | | | | | This reverts commit ed39cbe56f8923407604a1306a179529521ecd26.
| * | Merge commit 'dieterbe/experimental' into experimentalGravatar Dequis2009-06-20
| |\ \ | |/ / |/| | | | | | | | Conflicts solved: uzbl.c
| | * 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
| | |\ | | |/ | |/|
| | * resetGravatar 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both "js" and "script" commands use eval_js(), which creates an instance of the Uzbl object class (created by js_init()) which right now provides only a run() method (handled by js_run_command()). After evaluating the code, eval_js() removes the object so the scripts from the loaded page can't access it. eval_js() supports returning a string result, and you can use it with uzblctrl to query the DOM. Uzbl.run() also returns a string, but the only useful thing you can do right now with that is to print @uri or other variables.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | That means, read config from stdin. So stdin is always disabled, except when you tell uzbl to read from there. The default one in the xdg config path is still loaded. Fixes problems when sending uzbl to background.
| * | Working print command with uzblctrlGravatar Dequis2009-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: Changed a few g_error to g_warning to avoid crashes on broken socket. Flush the channel after sending, shutdown before closing. Removed unused headers from uzblctrl.c. The socket protocol is straightforward: you send a command terminated with a newline, you receive a reply terminated with a newline. If you ever need newlines inside a reply, you'll have to change this. uzblctrl closes the connection after getting the reply, but any other client can stay connected and send/receive other commands.
| * | Fix control_socket to use GIOChannelGravatar Dequis2009-06-15
| | |
| * | Added *result to get data back from commandsGravatar Dequis2009-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows socket (and stdio) to have a way to reply back. Had to change all their function definitions, unfortunately. Currently, no functions write a result. print will, at least, probably run_js too, and some others. When a function calling parse_command (or parse_cmd_line) is not interested in the result, it is safe to pass NULL. Before calling the function, parse_command creates a GString and prints the result to stdout if verbose is enabled. You could do the same when calling most command functions directly, but not with those that expect a GString. Oh, additionally, I killed NOSPLIT, moved the typedef Command to uzbl.h, and created the struct CommandInfo which replaces a Command[2] array. That fixes FS#22, which is a warning with -pedantic. Heh.