summaryrefslogtreecommitdiff
path: root/src/dwb.h
AgeCommit message (Expand)Author
2012-05-23New option addressbar-dns-lookup, closing 171portix
2012-05-17Merging branch scripts into defaultportix
2012-05-15New command sanitizeportix
2012-05-14Remove javascript scripts directory and reload_scripts; change io.fileTest to...portix
2012-05-10Cleaning scripts, closing 2 memory leaksportix
2012-05-07Merging the download fix (rev.1236) into scriptsportix
2012-05-07New webview property allFrames; adding mimeType to download signalportix
2012-05-07New setting 'close-tab-focus-policy', closing #83portix
2012-05-05New global functions bind, prompt, checksum; new property mainFrame; new exte...portix
2012-05-03New properties webview.mainFrame, frame.domain, frame.hostportix
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the fly...portix
2012-04-17Basic setter/getter functions in scriptsportix
2012-04-15Remove unnecessary dwb_get_default_settingsportix
2012-04-14New setting 'update-search-delay'portix
2012-04-12Parse commands only from DWB_FIFO not stdout in userscriptsportix
2012-04-04New commands backopen, backopen_url, closing #150portix
2012-03-30Case sensitive search, closing #146portix
2012-03-29New command 'dump' and environment variable 'DWB_HTML_CONTENT' for userscriptsportix
2012-03-29Reintroducing 'local_set', new command 'toggle_local_setting'portix
2012-03-29Check for ssl-state after checking for scriptsportix
2012-03-28Sync cookies only if a sync-interval is specified or when dwb is closedportix
2012-03-28Remove the local_set functions for now as they are disfunctionalportix
2012-03-27Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-03-27Commandline property CP_NEEDS_ARG for commands that need an argument, otherwi...portix
2012-03-27Merging revision 1152 (sync-files) into defaultportix
2012-03-25Unprotect hint_object not on WEBKIT_LOAD_PROVISIONAL but immediately before a...portix
2012-03-23Create files if they don't existportix
2012-03-23Call dwb_focus_scroll before calling dwb_set_normal_message in dwb_insert_mod...portix
2012-03-22Message for insert mode and errorsportix
2012-03-22Branch experimental: reduce disk access with new 'sync-files' propertyportix
2012-03-22Fixing history-syncportix
2012-03-22New command local_set and the interactive verison set_local_setting for chang...portix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
2012-03-13Remove not used function util_get_directory_entries; new command 'normal_mode';portix
2012-03-06Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-03-06New setting scheme-handler, closing #117; removed settings 'mail-client' and ...portix
2012-03-05Replace 1 with CP_COMMANDLINE in config.h; get the status of executed command...portix
2012-03-05Adding new dwb url 'dwb:searchengines'portix
2012-03-04Remove GDK_SHIFT_MASK from CLEAN_STATE-macroportix
2012-03-04Clean all modifiers in CLEAN_STATE that are not used, fixes broken keyboard h...portix
2012-02-29Remove function dwb_init_vars, call setter functions on init insteadportix
2012-02-29New setting 'new-tab-position-policy', closing #85; don't set setting from co...portix
2012-02-27Remove hoverelement from parent if bar is toggledportix
2012-02-26Inject hover-element only if necessaryportix
2012-02-22Merging application into defaultportix
2012-02-21Clear commandline only if message_id == 0portix
2012-02-19Set href for hovering element, some style-modificationsportix
2012-02-18Creating a hover-element if the statusbar is hiddenportix
2012-02-18Use GApplication for single instance handling, session management is still mi...portix