summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Expand)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 connect...portix
2012-12-04Indentation in local.cportix
2012-11-30Implementing tab_next/prev, untestedportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
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 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