summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Collapse)Author
2012-08-27Replace option sync-files with file-sync-interval, sync-files now specifies ↵portix
type of file to sync; also sync session
2012-08-14New webview-method setTitleportix
2012-07-29Using GROUP_VISIBLE makroportix
2012-07-29Groups: correct messagesportix
2012-07-28Prepare groupsportix
2012-06-27New command toggle_tabportix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-19Fixing getting wrong searchengine url if action points to the same site; new ↵portix
command download; clean completion labels in command mode
2012-06-12focus_tab focuses first tab if modifier is omitted or last tab if modifier is 0portix
2012-06-11New command evalportix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-27New option 'close-last-tab'; adding doc-Makefile and dwb.1.txtportix
2012-05-25Don't call dwb_clean_key_buffer if STATUS_END is returned in ↵portix
dwb_simple_command, keybuffer is already freed in dwb_end
2012-05-21Modify arg_local instead of arg in commands_proxyportix
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-04Check for empty arguments in commands_set, fixes #167portix
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the ↵portix
fly, documentation --HG-- branch : scripts
2012-04-04New commands backopen, backopen_url, closing #150portix
2012-03-30Case sensitive search, closing #146portix
2012-03-29Remove not used commands_toggle_propertyportix
2012-03-29New command 'dump' and environment variable 'DWB_HTML_CONTENT' for userscriptsportix
2012-03-29Save session also if commandline-argument -R is given, closing #135portix
2012-03-29Reintroducing 'local_set', new command 'toggle_local_setting'portix
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-28Set minimum zoom levelportix
2012-03-28Messages for zoom-levelportix
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-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-22Branch experimental: reduce disk access with new 'sync-files' propertyportix
--HG-- branch : experimental
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-08Dispatch button 2 in hints.js for new tabs; don't load session in newly ↵portix
created windows
2012-03-05Replace 1 with CP_COMMANDLINE in config.h; get the status of executed ↵portix
commands in dwb_parse_command_line
2012-02-29New command: 'cancel_download', closing #108portix
2012-02-27Remove hoverelement from parent if bar is toggledportix
2012-02-25New command clear_tabportix
2012-02-23Replace dwb://-uris with dwb:-urisportix
2012-02-22Merging application into defaultportix
2012-02-21New session managementportix
--HG-- branch : application
2012-02-18Creating a hover-element if the statusbar is hiddenportix
2012-02-12New setting tabbar-visibleportix
2012-02-12New commands tab_move, tab_move_left, tab_move_rightportix
2012-02-10New command 'reload_userscripts', closing #79portix
2012-01-29Another fix for presentation mode: if fullscreen if enabled in presentation ↵portix
mode it's not possible to leave presentation_mode