uzbl-mobile
15 years agodocumentation overhaul
Dieter Plaetinck [Sat, 16 May 2009 10:21:18 +0000 (12:21 +0200)]
documentation overhaul

15 years agoMerge branch 'config-refactor' into experimental
Dieter Plaetinck [Sat, 16 May 2009 08:02:54 +0000 (10:02 +0200)]
Merge branch 'config-refactor' into experimental

15 years agodocument reset_command_mode in config + reorder a bit
Dieter Plaetinck [Sat, 16 May 2009 07:56:42 +0000 (09:56 +0200)]
document reset_command_mode in config + reorder a bit

15 years agofix return for control_socket
Dieter Plaetinck [Sat, 16 May 2009 07:51:46 +0000 (09:51 +0200)]
fix return for control_socket

15 years agoreenable sockets
Dieter Plaetinck [Sat, 16 May 2009 07:49:21 +0000 (09:49 +0200)]
reenable sockets

15 years agoregression fix: different command syntax for setting uris
Dieter Plaetinck [Sat, 16 May 2009 07:44:44 +0000 (09:44 +0200)]
regression fix: different command syntax for setting uris

15 years agofix for handlers in sample config
Dieter Plaetinck [Sat, 16 May 2009 07:36:05 +0000 (09:36 +0200)]
fix for handlers in sample config

15 years agosupport dmenu vertical patch (with gracefull fallback to normal dmenu)
Dieter Plaetinck [Sat, 16 May 2009 07:23:21 +0000 (09:23 +0200)]
support dmenu vertical patch (with gracefull fallback to normal dmenu)

15 years agofixed settings_init()
Robert Manea [Fri, 15 May 2009 19:31:29 +0000 (21:31 +0200)]
fixed settings_init()

15 years agoMerge branch 'config-refactor' of git://github.com/Dieterbe/uzbl into config-refactor
Robert Manea [Fri, 15 May 2009 19:23:43 +0000 (21:23 +0200)]
Merge branch 'config-refactor' of git://github.com/Dieterbe/uzbl into config-refactor

15 years agouse g io channels for file reading so we dont have size limits on the buffer string
Dieter Plaetinck [Fri, 15 May 2009 19:13:06 +0000 (21:13 +0200)]
use g io channels for file reading so we dont have size limits on the buffer string

15 years agoreorder some stuff to make more sense + allow up to 1k chars on a line
Dieter Plaetinck [Fri, 15 May 2009 17:59:27 +0000 (19:59 +0200)]
reorder some stuff to make more sense + allow up to 1k chars on a line

15 years agosupport reading config file line by line
Dieter Plaetinck [Fri, 15 May 2009 16:53:41 +0000 (18:53 +0200)]
support reading config file line by line

15 years agofixed control_fifo() to return a correct status
Robert Manea [Fri, 15 May 2009 16:23:20 +0000 (18:23 +0200)]
fixed control_fifo() to return a correct status

15 years agofixes in config
Dieter Plaetinck [Fri, 15 May 2009 16:07:44 +0000 (18:07 +0200)]
fixes in config

15 years agoMerge commit 'duc/experimental' into config-refactor
Dieter Plaetinck [Fri, 15 May 2009 15:57:29 +0000 (17:57 +0200)]
Merge commit 'duc/experimental' into config-refactor

15 years agoMerge commit 'rob/config-refactor' into config-refactor
Dieter Plaetinck [Fri, 15 May 2009 15:56:05 +0000 (17:56 +0200)]
Merge commit 'rob/config-refactor' into config-refactor

15 years agomarkup
Dieter Plaetinck [Fri, 15 May 2009 15:53:11 +0000 (17:53 +0200)]
markup

15 years agodeprecated comment
Dieter Plaetinck [Fri, 15 May 2009 15:49:09 +0000 (17:49 +0200)]
deprecated comment

15 years agovalgrind profiling
Dieter Plaetinck [Fri, 15 May 2009 15:48:17 +0000 (17:48 +0200)]
valgrind profiling

15 years agoAdd actions for scrolling to the beginning / end of buffer
DuClare [Fri, 15 May 2009 15:05:35 +0000 (18:05 +0300)]
Add actions for scrolling to the beginning / end of buffer

15 years agoMerge commit 'rob/config-refactor' into experimental
DuClare [Fri, 15 May 2009 14:29:32 +0000 (17:29 +0300)]
Merge commit 'rob/config-refactor' into experimental

15 years agofix focus bug
Robert Manea [Fri, 15 May 2009 14:22:52 +0000 (16:22 +0200)]
fix focus bug

15 years agofree memory returned by itos()
Robert Manea [Fri, 15 May 2009 14:18:28 +0000 (16:18 +0200)]
free memory returned by itos()

15 years agoAdd reset_command_mode to var->ptr map and give it a default in init_settings
DuClare [Fri, 15 May 2009 14:11:00 +0000 (17:11 +0300)]
Add reset_command_mode to var->ptr map and give it a default in init_settings

15 years agoMerge commit 'diet/config-refactor' into experimental
DuClare [Fri, 15 May 2009 13:34:55 +0000 (16:34 +0300)]
Merge commit 'diet/config-refactor' into experimental

15 years agoRemove deprecated code.
DuClare [Fri, 15 May 2009 13:33:15 +0000 (16:33 +0300)]
Remove deprecated code.

15 years agofix for dup modkey entries. reorder entries in var_name_to_ptr
Dieter Plaetinck [Fri, 15 May 2009 13:32:44 +0000 (15:32 +0200)]
fix for dup modkey entries. reorder entries in var_name_to_ptr

15 years agomerge in Duclares stuff
Dieter Plaetinck [Fri, 15 May 2009 13:19:49 +0000 (15:19 +0200)]
merge in Duclares stuff

15 years agofix for too many always_insert_mode stuff
Dieter Plaetinck [Fri, 15 May 2009 13:15:14 +0000 (15:15 +0200)]
fix for too many always_insert_mode stuff

15 years agoRename parse_status_template to expand_template (it's used for useragent too)
DuClare [Fri, 15 May 2009 13:13:52 +0000 (16:13 +0300)]
Rename parse_status_template to expand_template (it's used for useragent too)

15 years agoAdd SET handling for useragent.
DuClare [Fri, 15 May 2009 12:58:58 +0000 (15:58 +0300)]
Add SET handling for useragent.

15 years agomerge pipe config into dev config
Dieter Plaetinck [Fri, 15 May 2009 12:56:34 +0000 (14:56 +0200)]
merge pipe config into dev config

15 years agomerge in Duclares stuff
Dieter Plaetinck [Fri, 15 May 2009 12:28:35 +0000 (14:28 +0200)]
merge in Duclares stuff

15 years agofixed gtk warning
Robert Manea [Fri, 15 May 2009 11:39:05 +0000 (13:39 +0200)]
fixed gtk warning

15 years agoremoved status_top from cfg file parser
Robert Manea [Fri, 15 May 2009 11:36:50 +0000 (13:36 +0200)]
removed status_top from cfg file parser

15 years agoadded status_top to cmd parser
Robert Manea [Fri, 15 May 2009 11:33:45 +0000 (13:33 +0200)]
added status_top to cmd parser

15 years agoCleanup.
DuClare [Fri, 15 May 2009 11:19:26 +0000 (14:19 +0300)]
Cleanup.

15 years agoAdd missing declaration, add runcmd for running bind, etc. via gui
DuClare [Fri, 15 May 2009 11:14:15 +0000 (14:14 +0300)]
Add missing declaration, add runcmd for running bind, etc. via gui

Example: bind :$_ = runcmd %s
Then you can type :$bind xx = exit

15 years agoAdded SET handling for always_insert_mode.
DuClare [Fri, 15 May 2009 10:11:34 +0000 (13:11 +0300)]
Added SET handling for always_insert_mode.

15 years agoset_var_value: suppress warnings from remove_feature and ip
DuClare [Fri, 15 May 2009 10:03:08 +0000 (13:03 +0300)]
set_var_value: suppress warnings from remove_feature and ip

15 years agoAdded SET handling for modkey
DuClare [Fri, 15 May 2009 09:56:25 +0000 (12:56 +0300)]
Added SET handling for modkey

15 years agoadded modkey and always_insert to cmd parser
Robert Manea [Fri, 15 May 2009 09:48:35 +0000 (11:48 +0200)]
added modkey and always_insert to cmd parser

15 years agoMerge branch 'experimental' of git://github.com/DuClare/uzbl into config-refactor
Robert Manea [Fri, 15 May 2009 09:01:19 +0000 (11:01 +0200)]
Merge branch 'experimental' of git://github.com/DuClare/uzbl into config-refactor

15 years agopseudo commit
Robert Manea [Fri, 15 May 2009 09:00:56 +0000 (11:00 +0200)]
pseudo commit

15 years agoCleanup.
DuClare [Fri, 15 May 2009 08:55:56 +0000 (11:55 +0300)]
Cleanup.

15 years agoMerge commit 'diet/config-refactor' into experimental
DuClare [Thu, 14 May 2009 21:42:39 +0000 (00:42 +0300)]
Merge commit 'diet/config-refactor' into experimental

15 years agoAdded SET handling for http_debug and fixed a bug wrt setting ints
DuClare [Thu, 14 May 2009 21:39:56 +0000 (00:39 +0300)]
Added SET handling for http_debug and fixed a bug wrt setting ints

15 years agoMerge commit 'rob/master' into experimental
Dieter Plaetinck [Thu, 14 May 2009 21:20:34 +0000 (23:20 +0200)]
Merge commit 'rob/master' into experimental

15 years agoupdate authors file
Dieter Plaetinck [Thu, 14 May 2009 21:16:06 +0000 (23:16 +0200)]
update authors file

15 years agoimport whats useful from duclares sample stuff
Dieter Plaetinck [Thu, 14 May 2009 21:11:51 +0000 (23:11 +0200)]
import whats useful from duclares sample stuff

15 years agobetter name for resetting to command mode
Dieter Plaetinck [Thu, 14 May 2009 20:56:25 +0000 (22:56 +0200)]
better name for resetting to command mode

15 years agoMerge commit 'duc/experimental' into config-refactor
Dieter Plaetinck [Thu, 14 May 2009 20:48:20 +0000 (22:48 +0200)]
Merge commit 'duc/experimental' into config-refactor

15 years agotodo updates
Dieter Plaetinck [Thu, 14 May 2009 20:35:26 +0000 (22:35 +0200)]
todo updates

15 years agoMerge commit 'rob/config-refactor' into config-refactor
Dieter Plaetinck [Thu, 14 May 2009 20:24:13 +0000 (22:24 +0200)]
Merge commit 'rob/config-refactor' into config-refactor

15 years agotodo updates
Dieter Plaetinck [Thu, 14 May 2009 20:21:26 +0000 (22:21 +0200)]
todo updates

15 years agoAdded SET handlers for max_conns and max_conns_host
DuClare [Thu, 14 May 2009 19:40:04 +0000 (22:40 +0300)]
Added SET handlers for max_conns and max_conns_host

15 years agoRename create_socket to init_socket, refactor init_*
DuClare [Thu, 14 May 2009 18:57:11 +0000 (21:57 +0300)]
Rename create_socket to init_socket, refactor init_*

15 years agoMerge set_fifo_dir with create_fifo and rename to init_fifo
DuClare [Thu, 14 May 2009 16:36:02 +0000 (19:36 +0300)]
Merge set_fifo_dir with create_fifo and rename to init_fifo

15 years agoUse g_warning rather than g_error when settin up a fifo
DuClare [Thu, 14 May 2009 16:17:02 +0000 (19:17 +0300)]
Use g_warning rather than g_error when settin up a fifo

15 years agoAdded functionality for (re)setting fifo_dir.
DuClare [Thu, 14 May 2009 12:47:39 +0000 (15:47 +0300)]
Added functionality for (re)setting fifo_dir.

15 years agoMade CMD case insensitive
DuClare [Thu, 14 May 2009 11:02:33 +0000 (14:02 +0300)]
Made CMD case insensitive

15 years agoMerge commit 'rob/config-refactor' into experimental
DuClare [Thu, 14 May 2009 10:47:37 +0000 (13:47 +0300)]
Merge commit 'rob/config-refactor' into experimental

Conflicts:
uzbl.c

15 years agoadded var_is() function
Robert Manea [Thu, 14 May 2009 10:02:01 +0000 (12:02 +0200)]
added var_is() function

15 years agoadded ability to set proxy_url on the fly, refactored some code
Robert Manea [Thu, 14 May 2009 09:01:46 +0000 (11:01 +0200)]
added ability to set proxy_url on the fly, refactored some code

15 years agoAlways watch cookie signals; make the handler func return if var unset
DuClare [Wed, 13 May 2009 14:24:35 +0000 (17:24 +0300)]
Always watch cookie signals; make the handler func return if var unset

15 years agoMade handlers configurable via the new cfg system.
DuClare [Wed, 13 May 2009 13:43:43 +0000 (16:43 +0300)]
Made handlers configurable via the new cfg system.

15 years agoMerge commit 'rob/config-refactor' into experimental
DuClare [Wed, 13 May 2009 13:26:05 +0000 (16:26 +0300)]
Merge commit 'rob/config-refactor' into experimental

Conflicts:
uzbl.c

15 years agoinitial command don't have to be uppercase any more
Robert Manea [Wed, 13 May 2009 11:16:05 +0000 (13:16 +0200)]
initial command don't have to be uppercase any more

15 years agoAdded CMD <foo> for invoking core commands via stdin and scripts.
DuClare [Wed, 13 May 2009 10:42:56 +0000 (13:42 +0300)]
Added CMD <foo> for invoking core commands via stdin and scripts.

15 years agocommand files can contain comments and empty lines
Robert Manea [Wed, 13 May 2009 10:15:04 +0000 (12:15 +0200)]
command files can contain comments and empty lines

15 years agoIgnore modmask if it's unset
DuClare [Wed, 13 May 2009 08:42:11 +0000 (11:42 +0300)]
Ignore modmask if it's unset

15 years agoAdded load_finish_handler, call when a page has finished loading.
DuClare [Wed, 13 May 2009 07:44:30 +0000 (10:44 +0300)]
Added load_finish_handler, call when a page has finished loading.

15 years agoMerge commit 'rob/config-refactor' into experimental
DuClare [Wed, 13 May 2009 05:59:33 +0000 (08:59 +0300)]
Merge commit 'rob/config-refactor' into experimental

15 years agotypos in sampleconfig-pipe
Robert Manea [Tue, 12 May 2009 23:35:21 +0000 (01:35 +0200)]
typos in sampleconfig-pipe

15 years agofixed BIND regex's greedyness, support to overwrite existing bindings
Robert Manea [Tue, 12 May 2009 23:28:13 +0000 (01:28 +0200)]
fixed BIND regex's greedyness, support to overwrite existing bindings

15 years agostdin, fifo, socket support only the new command style, added uri variable
Robert Manea [Tue, 12 May 2009 22:26:16 +0000 (00:26 +0200)]
stdin, fifo, socket support only the new command style, added uri variable

15 years agoMerge commit 'rob/config-refactor' into experimental
DuClare [Tue, 12 May 2009 21:27:33 +0000 (00:27 +0300)]
Merge commit 'rob/config-refactor' into experimental

15 years agofixed segfault on free
Robert Manea [Tue, 12 May 2009 21:18:41 +0000 (23:18 +0200)]
fixed segfault on free

15 years agoadded status_msg and MSG to status template
Robert Manea [Tue, 12 May 2009 21:00:08 +0000 (23:00 +0200)]
added status_msg and MSG to status template

15 years ago2 bugfixes in cookie handler
Dieter Plaetinck [Tue, 12 May 2009 20:44:53 +0000 (22:44 +0200)]
2 bugfixes in cookie handler

15 years agocorrect erroneous cmd name
Robert Manea [Tue, 12 May 2009 20:42:08 +0000 (22:42 +0200)]
correct erroneous cmd name

15 years agoMerge commit 'dieterbe/config-refactor' into experimental
DuClare [Tue, 12 May 2009 19:26:59 +0000 (22:26 +0300)]
Merge commit 'dieterbe/config-refactor' into experimental

Conflicts:
examples/configs/sampleconfig
examples/configs/sampleconfig-dev

15 years agoMerge commit 'rob/config-refactor' into config-refactor
Dieter Plaetinck [Tue, 12 May 2009 18:52:29 +0000 (20:52 +0200)]
Merge commit 'rob/config-refactor' into config-refactor

15 years agoclarify name
Dieter Plaetinck [Tue, 12 May 2009 17:12:32 +0000 (19:12 +0200)]
clarify name

15 years agoWhitespace cleanup.
DuClare [Tue, 12 May 2009 16:32:44 +0000 (19:32 +0300)]
Whitespace cleanup.

15 years agofurther enhancements to the cmd parser, added sampleconfig-pipe
Robert Manea [Tue, 12 May 2009 16:31:51 +0000 (18:31 +0200)]
further enhancements to the cmd parser, added sampleconfig-pipe

15 years agoWhitespace cleanup
DuClare [Tue, 12 May 2009 16:30:39 +0000 (19:30 +0300)]
Whitespace cleanup

15 years agomore efficient error catching in commands
Robert Manea [Tue, 12 May 2009 15:50:47 +0000 (17:50 +0200)]
more efficient error catching in commands

15 years agocatch errors in commands
Robert Manea [Tue, 12 May 2009 15:46:29 +0000 (17:46 +0200)]
catch errors in commands

15 years agoadded BIND to cmd parser
Robert Manea [Tue, 12 May 2009 15:17:35 +0000 (17:17 +0200)]
added BIND to cmd parser

15 years agofirst partially working command parser
Robert Manea [Tue, 12 May 2009 13:33:46 +0000 (15:33 +0200)]
first partially working command parser

15 years agoAdded my cfg, a simple session manager and a clipboard handler.
DuClare [Tue, 12 May 2009 12:46:14 +0000 (15:46 +0300)]
Added my cfg, a simple session manager and a clipboard handler.

15 years agoReset insert mode on page load, added option to disable the behavior.
DuClare [Tue, 12 May 2009 10:28:59 +0000 (13:28 +0300)]
Reset insert mode on page load, added option to disable the behavior.

15 years agoErase the command line upon loading a new page.
DuClare [Tue, 12 May 2009 08:01:55 +0000 (11:01 +0300)]
Erase the command line upon loading a new page.

15 years agoMerge branch 'experimental' of git@github.com:DuClare/uzbl into experimental
DuClare [Mon, 11 May 2009 21:22:37 +0000 (00:22 +0300)]
Merge branch 'experimental' of git@github.com:DuClare/uzbl into experimental

15 years agoIgnore presses of shift.
DuClare [Mon, 11 May 2009 21:13:17 +0000 (00:13 +0300)]
Ignore presses of shift.

15 years agoDon't process commands when shift is pressed.
DuClare [Mon, 11 May 2009 21:13:17 +0000 (00:13 +0300)]
Don't process commands when shift is pressed.

15 years agoUse incremental search in sampleconfigs.
DuClare [Mon, 11 May 2009 20:25:45 +0000 (23:25 +0300)]
Use incremental search in sampleconfigs.

15 years agoAdded support for incremental commands.
DuClare [Mon, 11 May 2009 20:16:48 +0000 (23:16 +0300)]
Added support for incremental commands.