aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
Commit message (Collapse)AuthorAge
* Add a variable to mediate multiple button clicksGravatar Ben Boeckel2012-03-09
| | | | | | | | | | The keyevent is always sent for multiple clicks (that aren't in an edit field for left and middle clicks), but the propogation of the event through to webkit can be suppressed if the user wants something else to happen. This allows double and triple click selections (by word and paragraph, respectively) work again.
* Merge remote-tracking branch 'dylex/master'Gravatar Brendan Taylor2012-01-10
|\ | | | | | | | | Conflicts: src/uzbl-core.c
* | ssl certs verificationGravatar Paweł Zuzelski2011-11-23
| | | | | | | | | | | | | | | | | | Introduced config variables: (string) ssl_ca_file (int) ssl_verify ssl_ca_file is openssl-style CAfile containing trusted root certificates. ssl_verify value controls whether to verify remote certs. If it is set to non-zero, uzbl won't connect to remote https site unless it validates cert.
* | add request_handler hookGravatar Devin J. Pohly2011-10-27
| | | | | | | | | | | | | | | | | | This creates a handler `request_handler' in the same vein as scheme_handler, download_handler, etc., which is called whenever the page requests a URI. (Possible applications include Adblock and SSL enforcement.) The handler should get the URI from $1 and print the URI of the resource that should be loaded instead, or print nothing to allow the request unmodified.
* | convert show_status to a getterGravatar Brendan Taylor2011-09-17
| |
* | introduce getter and setter functions.Gravatar Brendan Taylor2011-09-17
| | | | | | | | | | | | | | | | | | | | | | | | some variables didn't always have a value reflecting the browser's internal state. for example, if `default_encoding` was never set then `print @default_encoding` would always print a blank string. this introduces getter functions that ensure the value of a variable is always in sync with the internal state of the browser. also: setters, because sometimes you need to process user input before storing it.
* | use process id as the default instance nameGravatar Brendan Taylor2011-09-13
| | | | | | | | | | | | we were using the X window id, but this won't be unique if you have several displays on the same machine, and it doesn't exist if you're in plug mode.
* | new variable: enable_cross_file_accessGravatar Brendan Taylor2011-09-05
|/ | | | controls whether `file:` URIs are allowed to access other `file:` URIs.
* add a spellcheck_languages variableGravatar Brendan Taylor2011-07-25
| | | | exposes http://webkitgtk.org/reference/WebKitWebSettings.html#WebKitWebSettings--spell-checking-languages
* remove the scrollbars_visible variableGravatar Brendan Taylor2011-07-25
| | | | | | it doesn't work on GTK3, and discussion on the webkit-gtk mailing list suggests that it was never intended to work. instead, GTK theming can be used to hide scrollbars.
* Merge branch 'tailhook/wm-integ' into experimentalGravatar Brendan Taylor2011-07-12
|\ | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h src/uzbl-core.c
* | the status bar is now a custom gtk widgetGravatar Brendan Taylor2011-07-03
| | | | | | | | | | | | it gives the left side of the status bar as much space as it needs (but importantly, no more than the size of the window. this should put the window resize bug to rest for good...
| * Added window_role variable to set WM_WINDOW_ROLEGravatar Paul Colomiets2011-07-02
| | | | | | | | Another feature for easier integrating with window managers
* | move variable hashtable to a more sane placeGravatar David Keijser2011-05-30
| |
* | move core variable stuff into variables fileGravatar David Keijser2011-05-25
| |
* | two more commands from uzbl-coreGravatar David Keijser2011-05-25
| |
* | reorganise uzbl-core.hGravatar David Keijser2011-05-24
| |
* | refactor search commandsGravatar David Keijser2011-05-24
| |
* | split commands from uzbl-core.cGravatar David Keijser2011-05-24
| |
* | eval_js should take const gchar *scriptGravatar Brendan Taylor2011-05-20
| |
* | moved load_uri_imp into cmd_load_uri (the only place it was used)Gravatar Brendan Taylor2011-05-20
| |
* | Merge branch 'experimental' into scrollbarsGravatar Brendan Taylor2011-04-30
|\ \
| * | allow processes other than uzbl-tabbed to start uzbl-browser instances that ↵Gravatar Brendan Taylor2011-04-24
| | | | | | | | | | | | | | | | | | appear in -tabbed not entirely sure that this is useful yet.
| * | add a 'download' command that can download the current url or an arbitrary urlGravatar Brendan Taylor2011-04-12
| |/
* | set_webview_scroll_adjustments is pointless nowGravatar Brendan Taylor2011-03-12
| |
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clear-cookiesGravatar keis2011-03-12
| |\
* | \ Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into scrollbarsGravatar keis2011-03-11
|\ \ \ | | |/ | |/|
| * | remove unused variables from the UzblCore structGravatar Brendan Taylor2011-03-06
| | |
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into scrollbarsGravatar keis2011-03-05
|\| |
| | * add clear_cookies commandGravatar keis2011-02-28
| |/
| * add current_encoding variableGravatar Brendan Taylor2011-02-25
| |
* | fix phantom scrollbarsGravatar keis2011-02-25
|/
* Merge remote-tracking branch 'jakeprobst/imagemenuitem-fix' into experimentalGravatar Brendan Taylor2011-02-20
|\ | | | | | | | | Conflicts: src/uzbl-core.h
| * menu_image_add is now not totally useless and gives the image url as an argumentGravatar Jake Probst2011-02-17
| |
* | assert that NAME arguments are valid namesGravatar keis2011-02-15
| |
* | quote and escape strings in eventsGravatar keis2011-02-15
| |
* | format event strings in send_eventGravatar keis2011-02-15
| | | | | | | | | | send_event now takes a null terminated type, value sequence as arguments vsend_event does the same thing but takes a va_list with arguments.
* | Merge branch 'experimental' into cleaning-commentingGravatar Brendan Taylor2011-02-14
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/uzbl-core.c src/uzbl-core.h
| * \ Merge commit '99961c4' (last_result) into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/cookie-jar.c src/uzbl-core.c
| * \ \ Merge commit '6a737a7137' (keis/intcookies) into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: docs/README.uzbl-event-manager
| * | | | gtk3 needs us to include gtk/gtkx.hGravatar Brendan Taylor2011-02-14
| | |_|/ | |/| |
* | | | Moves I/O functions to a dedicated source file.Gravatar koral2011-02-10
| | | |
* | | | Moves menu functions in a dedicated source file.Gravatar koral2011-02-10
| | | |
* | | | Moves some utility functions to util.c.Gravatar koral2011-02-10
| | | |
* | | | Cleans and reorders initialization elements.Gravatar koral2011-02-03
| | | |
* | | | Cleaning/commenting uzbl-core.h.Gravatar koral2011-02-02
|/ / /
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into intcookiesGravatar keis2011-01-17
| |\ \ | |/ / |/| | | | | | | | Conflicts: Makefile
| | * kill run_handler, inject_handler_args, strfree and sync_stdoutGravatar Brendan Taylor2011-01-14
| | |
| | * add a variable @_ that expands to the result of the last sync commandGravatar Brendan Taylor2011-01-13
| | |
| | * refactor parse_command and parse_cmd_lineGravatar Brendan Taylor2011-01-13
| |/ |/|