summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Collapse)Author
2013-01-28New signal 'executeCommand'portix
2013-01-09New command 'print_preview'; new option print-previewerportix
2013-01-09Updating copyright informationportix
2012-12-31Remove unused tabs.c/tabs.h and group functionsportix
2012-12-29Set event name when focusing a tab, adding eventname in tabFocus-signalportix
2012-12-19New commands reload_bookmarks, reload_quickmarks; new signal function ↵portix
connectWebView; new signal tabButtonPress
2012-12-04Indentation in local.cportix
2012-11-30Implementing tab_next/prev, untestedportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
--HG-- rename : scripts/hints.js => scripts/base.js
2012-10-23Fixing element hider issues with webkit-1.10portix
2012-09-17New option show-single-tabportix
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