uzbl-mobile
15 years agobranches conventions
Dieter Plaetinck [Mon, 18 May 2009 20:39:22 +0000 (22:39 +0200)]
branches conventions

15 years agoFix merge conflicts from salinasv which git didn't tell me about...
Barrucadu [Tue, 19 May 2009 19:06:14 +0000 (20:06 +0100)]
Fix merge conflicts from salinasv which git didn't tell me about...

15 years agomerge in from salinasv
Barrucadu [Tue, 19 May 2009 19:04:58 +0000 (20:04 +0100)]
merge in from salinasv

Conflicts:

uzbl.c
uzbl.h

15 years agoFix nonworking modkey.
Barrucadu [Tue, 19 May 2009 18:58:39 +0000 (19:58 +0100)]
Fix nonworking modkey.

15 years agoFix nonworking toggle_insert_mode
Barrucadu [Tue, 19 May 2009 18:43:57 +0000 (19:43 +0100)]
Fix nonworking toggle_insert_mode

15 years agoMerge branch 'experimental' of git://github.com/DuClare/uzbl into experimental
Barrucadu [Tue, 19 May 2009 18:27:04 +0000 (19:27 +0100)]
Merge branch 'experimental' of git://github.com/DuClare/uzbl into experimental

Conflicts:
uzbl.c

15 years agoMerge commit 'rob/master' into experimental
DuClare [Tue, 19 May 2009 18:21:39 +0000 (21:21 +0300)]
Merge commit 'rob/master' into experimental

Also fixed a ptr bug in set_var_value.

Conflicts:
uzbl.c

15 years agoFixed a warning in run_external_js()
Barrucadu [Tue, 19 May 2009 16:51:34 +0000 (17:51 +0100)]
Fixed a warning in run_external_js()

15 years agoFixed memory leaks in get_xdg_file.
Barrucadu [Tue, 19 May 2009 16:50:24 +0000 (17:50 +0100)]
Fixed memory leaks in get_xdg_file.

15 years agoMoved key_press_cb callback to the main window rather than webkit, to fix this: http...
Barrucadu [Tue, 19 May 2009 15:31:27 +0000 (16:31 +0100)]
Moved key_press_cb callback to the main window rather than webkit, to fix this: uzbl.org/bugs/index.php?do=details&task_id=15

15 years agoconverted all variable commands to the callback system, get rid of var_is
Robert Manea [Tue, 19 May 2009 15:12:07 +0000 (17:12 +0200)]
converted all variable commands to the callback system, get rid of var_is

15 years agoreplaced is_string with type, introduced type enum
Robert Manea [Tue, 19 May 2009 14:29:34 +0000 (16:29 +0200)]
replaced is_string with type, introduced type enum

15 years agocomment
Robert Manea [Tue, 19 May 2009 14:06:10 +0000 (16:06 +0200)]
comment

15 years agofix callback
Robert Manea [Tue, 19 May 2009 13:47:25 +0000 (15:47 +0200)]
fix callback

15 years agoModified read_file_by_line to return a GArray, and allow files of more than 512 lines...
Barrucadu [Tue, 19 May 2009 13:37:36 +0000 (14:37 +0100)]
Modified read_file_by_line to return a GArray, and allow files of more than 512 lines by getting rid of that horrible magic number.

15 years agoadded callback based uzbl commands
Robert Manea [Tue, 19 May 2009 13:22:30 +0000 (15:22 +0200)]
added callback based uzbl commands

15 years agoMerge branch 'experimental' of git://github.com/DuClare/uzbl into experimental
Barrucadu [Tue, 19 May 2009 13:19:39 +0000 (14:19 +0100)]
Merge branch 'experimental' of git://github.com/DuClare/uzbl into experimental

Conflicts:
uzbl.c
uzbl.h

This breaks run_external_js() - segfault

15 years agobe more specific about what we assign to what in var_name_to_ptr
Robert Manea [Tue, 19 May 2009 12:51:15 +0000 (14:51 +0200)]
be more specific about what we assign to what in var_name_to_ptr

15 years agoadd additional properties to the commands
Robert Manea [Tue, 19 May 2009 12:35:28 +0000 (14:35 +0200)]
add additional properties to the commands

15 years agoDisable splitting for some actions, fix sampleconfig-dev
DuClare [Tue, 19 May 2009 11:54:28 +0000 (14:54 +0300)]
Disable splitting for some actions, fix sampleconfig-dev

15 years agoRevert "Merge branch 'dieter/experimental' into experimental"
Barrucadu [Tue, 19 May 2009 11:49:31 +0000 (12:49 +0100)]
Revert "Merge branch 'dieter/experimental' into experimental"

This reverts commit 992230601106aadf0146cb022cd240136ae2f261, reversing
changes made to 7e301b27e4e61e0c1bd1bc40f1008608969033e6.

15 years agoFinish argv, fix sampleconfig-dev
DuClare [Tue, 19 May 2009 11:24:05 +0000 (14:24 +0300)]
Finish argv, fix sampleconfig-dev

15 years agoMerge commit 'duc/experimental' into experimental
Barrucadu [Tue, 19 May 2009 11:12:36 +0000 (12:12 +0100)]
Merge commit 'duc/experimental' into experimental

Conflicts:
examples/configs/sampleconfig-dev

15 years agoArgv stub
DuClare [Tue, 19 May 2009 08:04:06 +0000 (11:04 +0300)]
Argv stub

15 years agoFix useragent syms in sampleconfig*
DuClare [Tue, 19 May 2009 07:25:21 +0000 (10:25 +0300)]
Fix useragent syms in sampleconfig*

15 years agoAllow scrolling by a percentage of the page size
DuClare [Tue, 19 May 2009 07:03:57 +0000 (10:03 +0300)]
Allow scrolling by a percentage of the page size

15 years agoUpdate sampleconf* for single quotes
DuClare [Tue, 19 May 2009 06:40:07 +0000 (09:40 +0300)]
Update sampleconf* for single quotes

15 years agoSupport single quotes.
DuClare [Tue, 19 May 2009 06:31:53 +0000 (09:31 +0300)]
Support single quotes.

15 years agoMerge commit 'diet/experimental' into experimental
DuClare [Mon, 18 May 2009 21:18:49 +0000 (00:18 +0300)]
Merge commit 'diet/experimental' into experimental

15 years agoAdd load_start_handler
DuClare [Mon, 18 May 2009 21:17:30 +0000 (00:17 +0300)]
Add load_start_handler

15 years agoAllow splitting wo/unescaping, add load_commit_handler, fix run_handler
DuClare [Mon, 18 May 2009 21:09:41 +0000 (00:09 +0300)]
Allow splitting wo/unescaping, add load_commit_handler, fix run_handler

15 years agoAttempt to fix memory leak - commit for robl to have a look.
Barrucadu [Mon, 18 May 2009 21:05:34 +0000 (22:05 +0100)]
Attempt to fix memory leak - commit for robl to have a look.

15 years agoMerge branch 'dieter/experimental' into experimental
Barrucadu [Mon, 18 May 2009 21:01:30 +0000 (22:01 +0100)]
Merge branch 'dieter/experimental' into experimental

Conflicts:
uzbl.c
uzbl.h

15 years agoEdited run_external_js() to use read_file_by_line()
Barrucadu [Mon, 18 May 2009 20:51:46 +0000 (21:51 +0100)]
Edited run_external_js() to use read_file_by_line()

15 years agoAdded read_file_by_line() function
Barrucadu [Mon, 18 May 2009 20:45:39 +0000 (21:45 +0100)]
Added read_file_by_line() function

15 years agobranches conventions
Dieter Plaetinck [Mon, 18 May 2009 20:39:22 +0000 (22:39 +0200)]
branches conventions

15 years agomerge in from salinasv
Dieter Plaetinck [Mon, 18 May 2009 20:32:17 +0000 (22:32 +0200)]
merge in from salinasv

15 years agoRewrite run_external_js() to use IO channels.
Barrucadu [Mon, 18 May 2009 20:20:48 +0000 (21:20 +0100)]
Rewrite run_external_js() to use IO channels.

15 years agoAdded support for one argument to an external JS file.
Barrucadu [Mon, 18 May 2009 20:03:31 +0000 (21:03 +0100)]
Added support for one argument to an external JS file.

15 years agoRenamed "script" to "js".
Barrucadu [Mon, 18 May 2009 19:08:56 +0000 (20:08 +0100)]
Renamed "script" to "js".
Added "script" command which executes an external JS file.
Moved hinting to an external JS file.

I renamed "script" to "js" because we use "sh" for one-line *sh scripts, so "js" for one-line JS scripts is nice and consistent.

15 years agoUpdate session.sh
DuClare [Mon, 18 May 2009 19:07:58 +0000 (22:07 +0300)]
Update session.sh

15 years agoUpdate sampleconfig
DuClare [Mon, 18 May 2009 19:03:52 +0000 (22:03 +0300)]
Update sampleconfig

15 years agoMerge branch 'quotes' into experimental
DuClare [Mon, 18 May 2009 18:57:05 +0000 (21:57 +0300)]
Merge branch 'quotes' into experimental

15 years agoDocument quotation & handlers in sampleconfig, fix leaks and breaks
DuClare [Mon, 18 May 2009 18:55:41 +0000 (21:55 +0300)]
Document quotation & handlers in sampleconfig, fix leaks and breaks

15 years agoduclares keycmdn thingie
Dieter Plaetinck [Mon, 18 May 2009 18:47:07 +0000 (20:47 +0200)]
duclares keycmdn thingie

15 years agoSwitched to g_strcmp0 instead of a NULL check and strcmp
Barrucadu [Mon, 18 May 2009 15:29:29 +0000 (16:29 +0100)]
Switched to g_strcmp0 instead of a NULL check and strcmp

15 years agoFixed leak in, and tidied up code in, search function.
Barrucadu [Mon, 18 May 2009 15:26:48 +0000 (16:26 +0100)]
Fixed leak in, and tidied up code in, search function.

15 years agoFix segfault on search
Barrucadu [Mon, 18 May 2009 15:23:52 +0000 (16:23 +0100)]
Fix segfault on search

15 years agoChanged "gchar searchxold[500]" to "gchar *searchold" and now use "g_strdup()" instea...
Barrucadu [Mon, 18 May 2009 15:14:45 +0000 (16:14 +0100)]
Changed "gchar searchxold[500]" to "gchar *searchold" and now use "g_strdup()" instead of "strcpy()".

15 years agoFix for massive CPU usage when searching big pages for the same term
Barrucadu [Mon, 18 May 2009 15:08:51 +0000 (16:08 +0100)]
Fix for massive CPU usage when searching big pages for the same term

15 years agoChange g_free to g_strfreev
Barrucadu [Mon, 18 May 2009 14:34:44 +0000 (15:34 +0100)]
Change g_free to g_strfreev

15 years agoAdded support for environmental variables in SET and BIND commands.
Barrucadu [Mon, 18 May 2009 14:14:14 +0000 (15:14 +0100)]
Added support for environmental variables in SET and BIND commands.

15 years agoRevert "Allow whitespace at the beginning of commands."
Barrucadu [Mon, 18 May 2009 13:28:56 +0000 (14:28 +0100)]
Revert "Allow whitespace at the beginning of commands."

This reverts commit febaba03b24b767fb8622ad9f8a5b0d749c60047.

15 years agoAllow whitespace at the beginning of commands.
Barrucadu [Mon, 18 May 2009 13:28:18 +0000 (14:28 +0100)]
Allow whitespace at the beginning of commands.

15 years agofixed failing to load argument to --uri
Robert Manea [Mon, 18 May 2009 12:48:31 +0000 (14:48 +0200)]
fixed failing to load argument to --uri

15 years agoFix spawn.sh, let run_command have n args before defaults
DuClare [Mon, 18 May 2009 12:26:14 +0000 (15:26 +0300)]
Fix spawn.sh, let run_command have n args before defaults

15 years agofix mem leaks, round #2
Robert Manea [Mon, 18 May 2009 12:08:23 +0000 (14:08 +0200)]
fix mem leaks, round #2

15 years agoRemove bunches of old code, fix run_handler, free some stuff
DuClare [Mon, 18 May 2009 10:44:43 +0000 (13:44 +0300)]
Remove bunches of old code, fix run_handler, free some stuff

15 years agofix memory leaks, round #1
Robert Manea [Mon, 18 May 2009 10:11:10 +0000 (12:11 +0200)]
fix memory leaks, round #1

15 years agoMerge commit 'rob/master' into experimental
DuClare [Mon, 18 May 2009 09:03:21 +0000 (12:03 +0300)]
Merge commit 'rob/master' into experimental

15 years agoremoved comment
Robert Manea [Mon, 18 May 2009 06:55:37 +0000 (08:55 +0200)]
removed comment

15 years agofixed add_binding(), handle multiple redifinitions properly
Robert Manea [Mon, 18 May 2009 06:47:37 +0000 (08:47 +0200)]
fixed add_binding(), handle multiple redifinitions properly

15 years agofixed control_stdin to recognize all input
Robert Manea [Sun, 17 May 2009 22:26:30 +0000 (00:26 +0200)]
fixed control_stdin to recognize all input

15 years agoDocument KEYCMDN
DuClare [Sun, 17 May 2009 22:14:43 +0000 (01:14 +0300)]
Document KEYCMDN

15 years agoMerge commit 'diet/experimental' into experimental
DuClare [Sun, 17 May 2009 22:11:35 +0000 (01:11 +0300)]
Merge commit 'diet/experimental' into experimental

15 years agoAdd KEYCMDN, which is like KEYCMD but also executes immediately.
DuClare [Sun, 17 May 2009 22:07:39 +0000 (01:07 +0300)]
Add KEYCMDN, which is like KEYCMD but also executes immediately.

15 years agoAdd split_quoted, use the safer functions in run_command, break stuff
DuClare [Sun, 17 May 2009 21:57:41 +0000 (00:57 +0300)]
Add split_quoted, use the safer functions in run_command, break stuff

15 years agoAdded an optional param to toggle_insert_mode, which allows to specify whether to...
Barrucadu [Sun, 17 May 2009 21:42:32 +0000 (22:42 +0100)]
Added an optional param to toggle_insert_mode, which allows to specify whether to enable or disable it.

15 years agoChanged insert_mode into toggle_insert_mode.
Barrucadu [Sun, 17 May 2009 21:29:17 +0000 (22:29 +0100)]
Changed insert_mode into toggle_insert_mode.

15 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl
salinasv [Sun, 17 May 2009 20:46:22 +0000 (15:46 -0500)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl

15 years agoMerge branch 'dieter/experimental' into experimental
Barrucadu [Sun, 17 May 2009 20:13:12 +0000 (21:13 +0100)]
Merge branch 'dieter/experimental' into experimental

15 years agoMerge branch 'experimental' of git://github.com/Dieterbe/uzbl
Robert Manea [Sun, 17 May 2009 20:05:30 +0000 (22:05 +0200)]
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl

15 years agoDinamically alloc state strings.
salinasv [Sun, 17 May 2009 18:55:27 +0000 (13:55 -0500)]
Dinamically alloc state strings.

15 years agotodo
Dieter Plaetinck [Sun, 17 May 2009 18:31:13 +0000 (20:31 +0200)]
todo

15 years agomarkup
Dieter Plaetinck [Sun, 17 May 2009 18:08:55 +0000 (20:08 +0200)]
markup

15 years agoadd link to github tutorials
Dieter Plaetinck [Sun, 17 May 2009 18:07:59 +0000 (20:07 +0200)]
add link to github tutorials

15 years agotypo
Dieter Plaetinck [Sun, 17 May 2009 18:04:05 +0000 (20:04 +0200)]
typo

15 years agomarkup fixes
Dieter Plaetinck [Sun, 17 May 2009 18:01:51 +0000 (20:01 +0200)]
markup fixes

15 years agoinfo about arguments +typo
Dieter Plaetinck [Sun, 17 May 2009 17:57:08 +0000 (19:57 +0200)]
info about arguments +typo

15 years agoMerge commit 'duc/experimental' into experimental
Dieter Plaetinck [Sun, 17 May 2009 17:47:23 +0000 (19:47 +0200)]
Merge commit 'duc/experimental' into experimental

15 years agobetter organize/markup readme
Dieter Plaetinck [Sun, 17 May 2009 17:46:47 +0000 (19:46 +0200)]
better organize/markup readme

15 years agoREADME: Add a list of actions
DuClare [Sun, 17 May 2009 17:44:27 +0000 (20:44 +0300)]
README: Add a list of actions

15 years agoMerge commit 'duc/experimental' into experimental
Dieter Plaetinck [Sun, 17 May 2009 17:26:44 +0000 (19:26 +0200)]
Merge commit 'duc/experimental' into experimental

15 years agomore more fancy xclip related things in sample configs
Dieter Plaetinck [Sun, 17 May 2009 17:26:03 +0000 (19:26 +0200)]
more more fancy xclip related things in sample configs

15 years agoMerge commit 'diet/experimental' into experimental
DuClare [Sun, 17 May 2009 17:18:01 +0000 (20:18 +0300)]
Merge commit 'diet/experimental' into experimental

15 years agoFill missing stuff in get_var_value
DuClare [Sun, 17 May 2009 17:11:29 +0000 (20:11 +0300)]
Fill missing stuff in get_var_value

15 years agoFix README moar^3
DuClare [Sun, 17 May 2009 17:03:56 +0000 (20:03 +0300)]
Fix README moar^3

15 years agoFix README moar^2
DuClare [Sun, 17 May 2009 17:02:05 +0000 (20:02 +0300)]
Fix README moar^2

15 years agoFix README moar
DuClare [Sun, 17 May 2009 16:59:01 +0000 (19:59 +0300)]
Fix README moar

15 years agoFix README
DuClare [Sun, 17 May 2009 16:56:54 +0000 (19:56 +0300)]
Fix README

15 years agoMerge branch 'dieter/experimental' into experimental
Barrucadu [Sun, 17 May 2009 16:54:15 +0000 (17:54 +0100)]
Merge branch 'dieter/experimental' into experimental

15 years agoMerge commit 'duc/experimental' into experimental
Dieter Plaetinck [Sun, 17 May 2009 16:50:13 +0000 (18:50 +0200)]
Merge commit 'duc/experimental' into experimental

15 years agoREADME/COMMAND SYNTAX: Clarify SET
DuClare [Sun, 17 May 2009 16:41:14 +0000 (19:41 +0300)]
README/COMMAND SYNTAX: Clarify SET

15 years agoDocument commands
DuClare [Sun, 17 May 2009 16:30:25 +0000 (19:30 +0300)]
Document commands

15 years agodisable cookies again
Dieter Plaetinck [Sun, 17 May 2009 15:59:30 +0000 (17:59 +0200)]
disable cookies again

15 years agokeep configs in sync
Dieter Plaetinck [Sun, 17 May 2009 15:29:49 +0000 (17:29 +0200)]
keep configs in sync

15 years agoMerge branch 'dieter/experimental' into experimental
Barrucadu [Sun, 17 May 2009 15:27:13 +0000 (16:27 +0100)]
Merge branch 'dieter/experimental' into experimental

15 years agomoo
Dieter Plaetinck [Sun, 17 May 2009 15:26:02 +0000 (17:26 +0200)]
moo

15 years agocleanup after merging in from splattael
Dieter Plaetinck [Sun, 17 May 2009 15:21:52 +0000 (17:21 +0200)]
cleanup after merging in from splattael

15 years agoMerge commit 'splat/search_reverse' into experimental
Dieter Plaetinck [Sun, 17 May 2009 15:08:26 +0000 (17:08 +0200)]
Merge commit 'splat/search_reverse' into experimental