summaryrefslogtreecommitdiff
path: root/src/dwb.h
AgeCommit message (Collapse)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 ↵portix
to system.fileTest; implement system.mkdir --HG-- branch : scripts
2012-05-10Cleaning scripts, closing 2 memory leaksportix
--HG-- branch : scripts
2012-05-07Merging the download fix (rev.1236) into scriptsportix
--HG-- branch : scripts
2012-05-07New webview property allFrames; adding mimeType to download signalportix
--HG-- branch : scripts
2012-05-07New setting 'close-tab-focus-policy', closing #83portix
2012-05-05New global functions bind, prompt, checksum; new property mainFrame; new ↵portix
extension genpass --HG-- branch : scripts
2012-05-03New properties webview.mainFrame, frame.domain, frame.hostportix
--HG-- branch : scripts
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
--HG-- branch : scripts
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the ↵portix
fly, documentation --HG-- branch : scripts
2012-04-17Basic setter/getter functions in scriptsportix
--HG-- branch : scripts
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, ↵portix
otherwise the commandline may not be cleaned
2012-03-27Merging revision 1152 (sync-files) into defaultportix
2012-03-25Unprotect hint_object not on WEBKIT_LOAD_PROVISIONAL but immediately before ↵portix
a new hint_object is created
2012-03-23Create files if they don't existportix
2012-03-23Call dwb_focus_scroll before calling dwb_set_normal_message in ↵portix
dwb_insert_mode, fixes statuselement not visible if insertmode is enabled through hints
2012-03-22Message for insert mode and errorsportix
2012-03-22Branch experimental: reduce disk access with new 'sync-files' propertyportix
--HG-- branch : experimental
2012-03-22Fixing history-syncportix
2012-03-22New command local_set and the interactive verison set_local_setting for ↵portix
changing settings without saving them
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
--HG-- branch : refactor
2012-03-13Remove not used function util_get_directory_entries; new command 'normal_mode';portix
new CP_OVERRIDE-properties for functionmaps.
2012-03-06Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-03-06New setting scheme-handler, closing #117; removed settings 'mail-client' and ↵portix
'ftp-client'
2012-03-05Replace 1 with CP_COMMANDLINE in config.h; get the status of executed ↵portix
commands in dwb_parse_command_line
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 ↵portix
handling if the keyboard layout changes.
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 ↵portix
commandline if an error occured
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 ↵portix
missing --HG-- branch : application