summaryrefslogtreecommitdiff
path: root/src/completion.c
AgeCommit message (Expand)Author
2013-02-19Filter command/search/navigation historyportix
2013-02-01Escape all characters that must be escaped in util_create_json, additional ar...portix
2013-01-09Updating copyright informationportix
2012-12-29Set event name when focusing a tab, adding eventname in tabFocus-signalportix
2012-12-26New option 'load-on-focus'portix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-12-06Indentation in soup.c, domain.c, download.c, completion.cportix
2012-09-30Use sizeof for stack-allocated strings; fixing one possible buffer overflowportix
2012-08-23Renaming variablesportix
2012-07-25Replace statusbar-padding with bars-paddingportix
2012-07-19Fixing autocompletion: use the horizontal status box instead of alignmentportix
2012-06-13New function tabCompleteportix
2012-05-14Token matching for tabcompletionportix
2012-05-11Replace deprecated gtk_vbox_new/gtk_hbox_new with gtk_box_new when linking ag...portix
2012-03-29Tilde-expansion for downloads and path-completionportix
2012-03-29Reintroducing 'local_set', new command 'toggle_local_setting'portix
2012-03-13Remove not used function util_get_directory_entries; new command 'normal_mode';portix
2012-02-29Remove function dwb_init_vars, call setter functions on init insteadportix
2012-02-12New commands tab_move, tab_move_left, tab_move_rightportix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix...portix
2012-01-11Free glists obtained with g_hash_table_get_valuesportix
2012-01-10Updating man page; remove shortcut 'complete_current_history'portix
2012-01-05Fixing opening local path wenn path completion is used for downloadsportix
2012-01-04Fixing segfault in save_sessionportix
2012-01-04Fix segfault in completion_command_lineportix
2012-01-03Updating version infoportix
2012-01-03Readonly property for Arg, fixes issue with randomly open rubbish pagesportix
2012-01-03Introducing aliases in commandline; allowing a nummod in command lineportix
2012-01-03Fixing setting wrong value in commandline url completionportix
2012-01-03Complete urls in command modeportix
2012-01-03Prepare config.h for better commandline completionportix
2012-01-02Set bar visibility with 'widget-packing'portix
2011-12-30Introducing command history, reimplementing entry_history_forward/back; added...portix
2011-12-28Rename dwb.fc.commands -> dwb.fc.navigationsportix
2011-12-27Single status barportix
2011-12-23Italic title for quickmark completionportix
2011-12-23Quickmarks of arbitrary lengthportix
2011-12-23Change numbering of buffersportix
2011-12-12Print autocompletion connected, italicportix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-12-05Revert input to last input in COMPLETION_MODE when escape is pressedportix
2011-11-03In set bookmark url in commands_bookmarksportix
2011-10-28Merging head 636 with 686portix
2011-10-19Save current view in completion.h, fixes segfault when opening in a new tab.portix
2011-10-19Fixing serveral bugs reported by clang-analyserportix
2011-10-07Destroy correct completion box if openened in new tab/windowportix
2011-10-06file:// prefix for path-completionportix
2011-10-06Clean up local.htmlportix
2011-10-05Merging develop into default, allowing nearly all commands in command modeportix
2011-10-04Hints for buffer completionportix