summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Expand)Author
2012-08-27Replace option sync-files with file-sync-interval, sync-files now specifies t...portix
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
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 dwb_simple_comma...portix
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 to...portix
2012-05-04Check for empty arguments in commands_set, fixes #167portix
2012-04-20Buttonpress/release, keypress/release, register/deregister signals on the fly...portix
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, otherwi...portix
2012-03-27Merging revision 1152 (sync-files) into defaultportix
2012-03-23Call dwb_focus_scroll before calling dwb_set_normal_message in dwb_insert_mod...portix
2012-03-22Branch experimental: reduce disk access with new 'sync-files' propertyportix
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-08Dispatch button 2 in hints.js for new tabs; don't load session in newly creat...portix
2012-03-05Replace 1 with CP_COMMANDLINE in config.h; get the status of executed command...portix
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
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 m...portix