aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | point users to existing uzbl_tabbed.pyGravatar Dieter Plaetinck2009-06-29
| | | | | |
* | | | | | Update todo list.Gravatar Mason Larobina2009-06-30
| | | | | |
* | | | | | uzbl_tabbed refactor, huge internal changes.Gravatar Mason Larobina2009-06-30
| | | | | |
* | | | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-06-29
|\| | | | |
* | | | | | Resolved status bar styling issue and added help text in file.Gravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | Spelleng fix.Gravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | Added mxey to uzbl_tabbed contributors section.Gravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | uzbl_config path now respects XDG_CONFIG_HOMEGravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | Manually added commit 51a38.. from holizzGravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | Merge branch 'experimental' of git@github.com:mason-larobina/uzbl into ↵Gravatar Mason Larobina2009-06-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | experimental
* | | | | | | Added static probe cmds to uzbl instance classGravatar Mason Larobina2009-06-29
| | | | | | |
| * | | | | | Set the background on the vbox, not the main_window.Gravatar Tom Adams2009-06-29
|/ / / / / /
* | | | | | Fix spelling.Gravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | Style tablist text & update window title.Gravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | Delete session file when empty.Gravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | Reduced tablist update delay.Gravatar Mason Larobina2009-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By calling self.update_tablist() manually after any notebook tab manipulation.
| * | | | | bring contributing info back up to dateGravatar Dieter Plaetinck2009-06-28
| | | | | |
| * | | | | faq entry about XDGGravatar Dieter Plaetinck2009-06-28
| | | | | |
* | | | | | Removed redundant timeout variable (minor edit)Gravatar Mason Larobina2009-06-29
| | | | | |
* | | | | | uzbl_tabbed.py re-write.Gravatar Mason Larobina2009-06-29
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Re-written the uzbl_tabbed.py script to use a fifo control interface and inherit configuration options from the users uzbl configuration file (if it exists).
| | | | * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into the00zGravatar Abel `00z' Camarillo2009-06-28
| | | |/| | |_|_|/ |/| | |
| | | * more portability on shell scriptsGravatar Abel `00z' Camarillo2009-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i haven't really tested this, but i expect that someone that knows the code (and cares about it) to do the last portability changes. i don't think that this scripts are going to run with a shell different than bash anyway...
| * | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into cleanGravatar Brendan Taylor2009-06-28
| |\ \ \ | |/ / / |/| | |
* | | | todo updatesGravatar Dieter Plaetinck2009-06-28
| | | |
| | | * make domnload.sh more portableGravatar Abel `00z' Camarillo2009-06-28
| | | | | | | | | | | | | | | | now not bash-specific.
| | | * Makefile now supports "transparently" BSD makeGravatar Abel `00z' Camarillo2009-06-28
| |_|/ |/| | | | | | | | added support for pmake
| * | 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
| | | |
| | | * Document stdin branch changes in READMEGravatar 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
| | | | * Read stdin only if --config is "-"Gravatar Dequis2009-06-22
| |_|_|/ |/| | | | | | | | | | | uzbl -c - works, uzbl -c- doesn't, blame the glib option parser
| | * | 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.