uzbl-mobile
14 years agomake keycmd a variable. new escape expansion syntax. delete
Brendan Taylor [Sun, 12 Jul 2009 18:23:24 +0000 (12:23 -0600)]
make keycmd a variable. new escape expansion syntax. delete
expand_template entirely.

14 years agofixed uri_override and verbose_override positioning
Brendan Taylor [Sat, 11 Jul 2009 18:11:59 +0000 (12:11 -0600)]
fixed uri_override and verbose_override positioning

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into replace-expand...
Brendan Taylor [Sat, 11 Jul 2009 16:44:18 +0000 (10:44 -0600)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into replace-expand-template

Conflicts:
uzbl.c

14 years agodocument alternative way for uri setting
Dieter Plaetinck [Sat, 11 Jul 2009 14:18:29 +0000 (16:18 +0200)]
document alternative way for uri setting

14 years ago2 small doc fixes
Dieter Plaetinck [Sat, 11 Jul 2009 14:01:58 +0000 (16:01 +0200)]
2 small doc fixes

14 years agoMerge branch 'experimental' of git@github.com:Dieterbe/uzbl into experimental
Dieter Plaetinck [Sat, 11 Jul 2009 13:46:31 +0000 (15:46 +0200)]
Merge branch 'experimental' of git@github.com:Dieterbe/uzbl into experimental

14 years agoAdded new_window handler.
Tom Adams [Sat, 11 Jul 2009 11:11:13 +0000 (12:11 +0100)]
Added new_window handler.

14 years agodocumentation fixes
Dieter Plaetinck [Sat, 11 Jul 2009 10:57:43 +0000 (12:57 +0200)]
documentation fixes

14 years agonew contribution instructions, most notably new merging workflow
Dieter Plaetinck [Sat, 11 Jul 2009 10:49:53 +0000 (12:49 +0200)]
new contribution instructions, most notably new merging workflow

14 years agoAdd -V/--version option to print the commit and exit.
Tom Adams [Wed, 8 Jul 2009 11:07:52 +0000 (12:07 +0100)]
Add -V/--version option to print the commit and exit.

14 years agoUse first argument as URI if none provided with --uri.
Tom Adams [Tue, 7 Jul 2009 10:50:45 +0000 (11:50 +0100)]
Use first argument as URI if none provided with --uri.

14 years agoDon't g_free uzbl.gui.icon twice!
Tom Adams [Sun, 5 Jul 2009 20:50:43 +0000 (21:50 +0100)]
Don't g_free uzbl.gui.icon twice!

14 years agoOnly open one new window when requested.
Tom Adams [Tue, 30 Jun 2009 05:23:51 +0000 (06:23 +0100)]
Only open one new window when requested.

14 years agoSet the background on the vbox, not the main_window.
Tom Adams [Sat, 11 Jul 2009 10:31:02 +0000 (11:31 +0100)]
Set the background on the vbox, not the main_window.

14 years agoRemove extraneous whitespace.
Tom Adams [Sat, 27 Jun 2009 14:31:35 +0000 (15:31 +0100)]
Remove extraneous whitespace.

14 years agoDon't need backslashes here.
Tom Adams [Sat, 27 Jun 2009 10:17:15 +0000 (11:17 +0100)]
Don't need backslashes here.

14 years agobring readme a bit more up to date
Dieter Plaetinck [Sat, 11 Jul 2009 09:26:44 +0000 (11:26 +0200)]
bring readme a bit more up to date

14 years agofaq entry about default usability
Dieter Plaetinck [Sat, 11 Jul 2009 09:23:21 +0000 (11:23 +0200)]
faq entry about default usability

14 years agoinitilaze uzbl.gui.sbar.mode_indicator
Brendan Taylor [Fri, 10 Jul 2009 01:17:38 +0000 (19:17 -0600)]
initilaze uzbl.gui.sbar.mode_indicator

14 years agosilly me, @MSG -> @status_message
Brendan Taylor [Fri, 10 Jul 2009 01:14:37 +0000 (19:14 -0600)]
silly me, @MSG -> @status_message

14 years agoremove SYM_MODE
Brendan Taylor [Thu, 9 Jul 2009 23:45:10 +0000 (17:45 -0600)]
remove SYM_MODE

14 years agotest nested expansions
Brendan Taylor [Thu, 9 Jul 2009 23:37:46 +0000 (17:37 -0600)]
test nested expansions

14 years ago@MODE works.
Brendan Taylor [Thu, 9 Jul 2009 23:11:03 +0000 (17:11 -0600)]
@MODE works.

14 years agodo expand as well as expand_template in update_title
Brendan Taylor [Thu, 9 Jul 2009 13:09:16 +0000 (07:09 -0600)]
do expand as well as expand_template in update_title

14 years agomove NAME from expand_template to expand
Brendan Taylor [Thu, 9 Jul 2009 05:11:15 +0000 (23:11 -0600)]
move NAME from expand_template to expand

14 years agoescape_expansion test and new failing expand() tests
Brendan Taylor [Thu, 9 Jul 2009 05:09:22 +0000 (23:09 -0600)]
escape_expansion test and new failing expand() tests

14 years agoundef the expand_template symbols that i deleted
Brendan Taylor [Thu, 9 Jul 2009 04:44:51 +0000 (22:44 -0600)]
undef the expand_template symbols that i deleted

14 years agomove all the simple stuff from expand_template
Brendan Taylor [Thu, 9 Jul 2009 04:14:10 +0000 (22:14 -0600)]
move all the simple stuff from expand_template

14 years agoexpand: append "" for a NULL string var
Brendan Taylor [Thu, 9 Jul 2009 03:45:07 +0000 (21:45 -0600)]
expand: append "" for a NULL string var

14 years agotest-expand: rely on default *_indicator and progress_*
Brendan Taylor [Thu, 9 Jul 2009 03:31:49 +0000 (21:31 -0600)]
test-expand: rely on default *_indicator and progress_*

14 years agostrip trailing newline from @()@ expansions
Brendan Taylor [Thu, 9 Jul 2009 01:23:33 +0000 (19:23 -0600)]
strip trailing newline from @()@ expansions

14 years agolots of stuff, see below.
Brendan Taylor [Thu, 9 Jul 2009 01:15:56 +0000 (19:15 -0600)]
lots of stuff, see below.

add uzbl.info, move wk_*_version, COMMIT, and ARCH_UZBL into
var_name_to_const, get rid of unameinfo, split off initialize() from main()

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into replace-expand...
Brendan Taylor [Wed, 8 Jul 2009 03:13:52 +0000 (21:13 -0600)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into replace-expand-template

14 years agomerge doc fix from temoto
Dieter Plaetinck [Tue, 7 Jul 2009 20:30:43 +0000 (22:30 +0200)]
merge doc fix from temoto

14 years agooptional markup escaping in expand()
Brendan Taylor [Tue, 7 Jul 2009 12:42:48 +0000 (06:42 -0600)]
optional markup escaping in expand()

14 years agouse expand instead of expand_template for useragent.
Brendan Taylor [Tue, 7 Jul 2009 10:50:15 +0000 (04:50 -0600)]
use expand instead of expand_template for useragent.

14 years agofixed external links (to be links instead of text) in docs/community
Sergey Shepelev [Tue, 7 Jul 2009 04:04:33 +0000 (08:04 +0400)]
fixed external links (to be links instead of text) in docs/community

14 years agotest for full useragent expansion
Brendan Taylor [Tue, 7 Jul 2009 02:32:09 +0000 (20:32 -0600)]
test for full useragent expansion

14 years agotest simple cmd_useragent
Brendan Taylor [Tue, 7 Jul 2009 01:44:44 +0000 (19:44 -0600)]
test simple cmd_useragent

14 years agosimple tests for all expansions except DOMAIN
Brendan Taylor [Tue, 7 Jul 2009 01:22:00 +0000 (19:22 -0600)]
simple tests for all expansions except DOMAIN

14 years agosimple expansion test passes.
Brendan Taylor [Tue, 7 Jul 2009 00:41:18 +0000 (18:41 -0600)]
simple expansion test passes.

14 years agomerge mason-larobina
Dieter Plaetinck [Sat, 4 Jul 2009 20:00:49 +0000 (22:00 +0200)]
merge mason-larobina

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental
Mason Larobina [Sat, 4 Jul 2009 13:05:19 +0000 (21:05 +0800)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental

14 years agoUpdate configuration section at the head of uzbl_tabbed.py
Mason Larobina [Sat, 4 Jul 2009 11:55:08 +0000 (19:55 +0800)]
Update configuration section at the head of uzbl_tabbed.py

14 years agosmall nits wrt git usage
Moritz Lenz [Sat, 4 Jul 2009 10:29:21 +0000 (12:29 +0200)]
small nits wrt git usage

14 years agotodo updates
Dieter Plaetinck [Sat, 4 Jul 2009 08:01:50 +0000 (10:01 +0200)]
todo updates

14 years agouzbl_tabbed is now included with sample scripts
Dieter Plaetinck [Fri, 3 Jul 2009 19:19:41 +0000 (21:19 +0200)]
uzbl_tabbed is now included with sample scripts

14 years agomerge much better uzbl_tabbed.py + fix for cookies.py
Dieter Plaetinck [Fri, 3 Jul 2009 18:40:48 +0000 (20:40 +0200)]
merge much better uzbl_tabbed.py + fix for cookies.py

14 years agoBug fixes, added "open-tab-from-clipboard" binding
Mason Larobina [Fri, 3 Jul 2009 15:16:31 +0000 (23:16 +0800)]
Bug fixes, added "open-tab-from-clipboard" binding

14 years agoFix cookies.py for XDG_DATA_HOME users.
Mason Larobina [Thu, 2 Jul 2009 15:01:21 +0000 (23:01 +0800)]
Fix cookies.py for XDG_DATA_HOME users.

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental
Mason Larobina [Thu, 2 Jul 2009 10:25:29 +0000 (18:25 +0800)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental

14 years agoMissing os.path.expandvars functions & use markers for message termination
Mason Larobina [Wed, 1 Jul 2009 13:22:18 +0000 (21:22 +0800)]
Missing os.path.expandvars functions & use markers for message termination

14 years agodo not look for xdg config if we want to use stdin as config
Dieter Plaetinck [Tue, 30 Jun 2009 20:11:01 +0000 (22:11 +0200)]
do not look for xdg config if we want to use stdin as config

14 years agoMerge commit 'dequis/stdin' into experimental
Dieter Plaetinck [Tue, 30 Jun 2009 20:04:00 +0000 (22:04 +0200)]
Merge commit 'dequis/stdin' into experimental

14 years agoadd bct to authors file
Dieter Plaetinck [Tue, 30 Jun 2009 19:38:09 +0000 (21:38 +0200)]
add bct to authors file

14 years agoMerge commit 'bct/clean' into experimental
Dieter Plaetinck [Tue, 30 Jun 2009 19:33:59 +0000 (21:33 +0200)]
Merge commit 'bct/clean' into experimental

14 years agotypos
Sylvester Johansson [Tue, 30 Jun 2009 18:57:23 +0000 (20:57 +0200)]
typos

14 years agoFeature requests, gtk_title_pos tab_titles max_title_len
Mason Larobina [Tue, 30 Jun 2009 16:32:02 +0000 (00:32 +0800)]
Feature requests, gtk_title_pos tab_titles max_title_len

14 years agoAdded tablist style policy handler, updated author info & bug fixes.
Mason Larobina [Tue, 30 Jun 2009 14:19:19 +0000 (22:19 +0800)]
Added tablist style policy handler, updated author info & bug fixes.

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental
Mason Larobina [Tue, 30 Jun 2009 11:15:37 +0000 (19:15 +0800)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean
Brendan Taylor [Tue, 30 Jun 2009 03:48:39 +0000 (21:48 -0600)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean

14 years agopoint users to existing uzbl_tabbed.py
Dieter Plaetinck [Mon, 29 Jun 2009 20:03:42 +0000 (22:03 +0200)]
point users to existing uzbl_tabbed.py

14 years agoUpdate todo list.
Mason Larobina [Mon, 29 Jun 2009 16:58:32 +0000 (00:58 +0800)]
Update todo list.

14 years agouzbl_tabbed refactor, huge internal changes.
Mason Larobina [Mon, 29 Jun 2009 16:52:21 +0000 (00:52 +0800)]
uzbl_tabbed refactor, huge internal changes.

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental
Mason Larobina [Mon, 29 Jun 2009 12:53:49 +0000 (20:53 +0800)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental

14 years agoResolved status bar styling issue and added help text in file.
Mason Larobina [Mon, 29 Jun 2009 12:42:10 +0000 (20:42 +0800)]
Resolved status bar styling issue and added help text in file.

14 years agoSpelleng fix.
Mason Larobina [Mon, 29 Jun 2009 11:32:35 +0000 (19:32 +0800)]
Spelleng fix.

14 years agoAdded mxey to uzbl_tabbed contributors section.
Mason Larobina [Mon, 29 Jun 2009 11:26:56 +0000 (19:26 +0800)]
Added mxey to uzbl_tabbed contributors section.

14 years agouzbl_config path now respects XDG_CONFIG_HOME
Mason Larobina [Mon, 29 Jun 2009 11:20:17 +0000 (19:20 +0800)]
uzbl_config path now respects XDG_CONFIG_HOME

14 years agoManually added commit 51a38.. from holizz
Mason Larobina [Mon, 29 Jun 2009 11:12:29 +0000 (19:12 +0800)]
Manually added commit 51a38.. from holizz

14 years agoMerge branch 'experimental' of git@github.com:mason-larobina/uzbl into experimental
Mason Larobina [Mon, 29 Jun 2009 10:45:52 +0000 (18:45 +0800)]
Merge branch 'experimental' of git@github.com:mason-larobina/uzbl into experimental

14 years agoAdded static probe cmds to uzbl instance class
Mason Larobina [Mon, 29 Jun 2009 10:40:39 +0000 (18:40 +0800)]
Added static probe cmds to uzbl instance class

14 years agoSet the background on the vbox, not the main_window.
Tom Adams [Mon, 29 Jun 2009 09:48:56 +0000 (10:48 +0100)]
Set the background on the vbox, not the main_window.

14 years agoFix spelling.
Mason Larobina [Mon, 29 Jun 2009 07:44:37 +0000 (15:44 +0800)]
Fix spelling.

14 years agoStyle tablist text & update window title.
Mason Larobina [Mon, 29 Jun 2009 07:14:30 +0000 (15:14 +0800)]
Style tablist text & update window title.

14 years agoDelete session file when empty.
Mason Larobina [Mon, 29 Jun 2009 06:15:34 +0000 (14:15 +0800)]
Delete session file when empty.

14 years agoReduced tablist update delay.
Mason Larobina [Mon, 29 Jun 2009 06:04:27 +0000 (14:04 +0800)]
Reduced tablist update delay.

By calling self.update_tablist() manually after any notebook tab
manipulation.

14 years agobring contributing info back up to date
Dieter Plaetinck [Sun, 28 Jun 2009 20:13:14 +0000 (22:13 +0200)]
bring contributing info back up to date

14 years agofaq entry about XDG
Dieter Plaetinck [Sun, 28 Jun 2009 20:00:25 +0000 (22:00 +0200)]
faq entry about XDG

14 years agoRemoved redundant timeout variable (minor edit)
Mason Larobina [Sun, 28 Jun 2009 19:51:58 +0000 (03:51 +0800)]
Removed redundant timeout variable (minor edit)

14 years agouzbl_tabbed.py re-write.
Mason Larobina [Sun, 28 Jun 2009 19:40:28 +0000 (03:40 +0800)]
uzbl_tabbed.py re-write.

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).

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean
Brendan Taylor [Sun, 28 Jun 2009 15:43:56 +0000 (09:43 -0600)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean

14 years agotodo updates
Dieter Plaetinck [Sun, 28 Jun 2009 11:29:42 +0000 (13:29 +0200)]
todo updates

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean
Brendan Taylor [Sat, 27 Jun 2009 01:42:03 +0000 (19:42 -0600)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean

14 years agoadd dxdx (dequis) to AUTHORS
Dieter Plaetinck [Wed, 24 Jun 2009 20:29:06 +0000 (22:29 +0200)]
add dxdx (dequis) to AUTHORS

14 years agoMerge commit 'dequis/experimental' into experimental
Dieter Plaetinck [Wed, 24 Jun 2009 20:16:29 +0000 (22:16 +0200)]
Merge commit 'dequis/experimental' into experimental

14 years agoTwo little fixes in README
Dequis [Wed, 24 Jun 2009 20:03:19 +0000 (17:03 -0300)]
Two little fixes in README

Clarification about race conditions and Uzbl object
Change get <key> to print @<key> and remove TODO

14 years agoAdded documentation for javascript features
Dequis [Wed, 24 Jun 2009 19:36:03 +0000 (16:36 -0300)]
Added documentation for javascript features

14 years agoDocument stdin branch changes in README
Dequis [Wed, 24 Jun 2009 17:35:57 +0000 (14:35 -0300)]
Document stdin branch changes in README

14 years agoMerge commit 'robm/master' into experimental
Dequis [Wed, 24 Jun 2009 17:14:39 +0000 (14:14 -0300)]
Merge commit 'robm/master' into experimental

14 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean
Brendan Taylor [Wed, 24 Jun 2009 03:24:11 +0000 (21:24 -0600)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clean

14 years agouse notify::title instead of title-changed signal
Brendan Taylor [Wed, 24 Jun 2009 03:21:57 +0000 (21:21 -0600)]
use notify::title instead of title-changed signal

fixes FS#35

14 years agodon't segfault on 'set' without arguments.
Brendan Taylor [Wed, 24 Jun 2009 02:30:40 +0000 (20:30 -0600)]
don't segfault on 'set' without arguments.

fixes FS#44

14 years agoChecks if XDA_DATA_HOME in os.environ before use
Mason Larobina [Tue, 23 Jun 2009 19:56:14 +0000 (21:56 +0200)]
Checks if XDA_DATA_HOME in os.environ before use

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.

14 years agoChecks if XDA_DATA_HOME in os.environ before use
Mason Larobina [Tue, 23 Jun 2009 08:06:30 +0000 (16:06 +0800)]
Checks if XDA_DATA_HOME in os.environ before use

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

14 years agoRead stdin only if --config is "-"
Dequis [Mon, 22 Jun 2009 20:23:55 +0000 (17:23 -0300)]
Read stdin only if --config is "-"

uzbl -c - works, uzbl -c- doesn't, blame the glib option parser

14 years agoCleanup diff on uzbl.h
Dequis [Mon, 22 Jun 2009 20:16:52 +0000 (17:16 -0300)]
Cleanup diff on uzbl.h

14 years agoMerge commit 'dieterbe/experimental' into experimental
Dequis [Mon, 22 Jun 2009 19:51:11 +0000 (16:51 -0300)]
Merge commit 'dieterbe/experimental' into experimental

14 years agoRevert "Rename fixed Makefile-new-test to Makefile"
Dequis [Mon, 22 Jun 2009 19:50:16 +0000 (16:50 -0300)]
Revert "Rename fixed Makefile-new-test to Makefile"

This reverts commit dca2cb9ef9566618cf7c0ee16cdbe97b9034039f.

14 years agofix typos
Robert Manea [Mon, 22 Jun 2009 14:10:54 +0000 (16:10 +0200)]
fix typos