summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Expand)Author
2012-01-29Fix for presentation modeportix
2012-01-29Fixing presentation mode when fullscreen is enabledportix
2012-01-28Adding DWB_REFERER to userscript environmentportix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix...portix
2012-01-19Fixing redundant checks for NULL reported by cppcheckportix
2012-01-18Set primary selection in entry on shift-insert; do not uri-escape download fi...portix
2012-01-16New shortcuts entry_confirm, entry_escapeportix
2012-01-12Commands must be seperated with 2 semicolonsportix
2012-01-10Nummod for several functionsportix
2012-01-10Remove adblocker preprocessor directives; new commandline option -xportix
2012-01-09Remove pass-through modeportix
2012-01-08Remove toggalbe unbound setting shortcuts, introducing set and toggle_setting...portix
2012-01-08New command execute_javascript; documenting custom commands; init domain in d...portix
2012-01-06Replace zoom_normal with zoomportix
2012-01-06Return DwbStatus in all functions in commands.cportix
2012-01-04Fixing segfault in save_sessionportix
2012-01-04Rapid hint modeportix
2012-01-03Updating version infoportix
2012-01-03Readonly property for Arg, fixes issue with randomly open rubbish pagesportix
2012-01-02Set bar visibility with 'widget-packing'portix
2011-12-31Remove unecessary entry movement functions, use GtkEditable functions instead.portix
2011-12-30Introducing command history, reimplementing entry_history_forward/back; added...portix
2011-12-29New command 'allow_session_cookie_tmp'portix
2011-12-29Introducing a whitelist for session cookies; new command allow_session_cookieportix
2011-12-28Removing setting 'cookies', introducing setting 'cookies-store-policy'portix
2011-12-28Rename dwb.fc.commands -> dwb.fc.navigationsportix
2011-12-28Reintroducing dwb_update_layout, needed for the correct tabnumber if a tab is...portix
2011-12-28Fixing possible segfault in commands_lock_protectportix
2011-12-28Removing not needed dwb_false; new command 'visible'portix
2011-12-27Single status barportix
2011-12-27Remove tilingportix
2011-12-26Regression: do not ignore arg in commands_add_viewportix
2011-12-26Go back/forward in a new tab/windowportix
2011-12-26Always let NULL be the first argument for calls of view_add in commands.cportix
2011-12-24Lock uris and domains, merging lock-function with protect-functionportix
2011-12-23Update manpage, fixing wrong nummod in commands_protect and commands_lockportix
2011-12-23Quickmarks of arbitrary lengthportix
2011-12-22Let tabs begin at 1portix
2011-12-21Lock tabs to a specific domainportix
2011-12-16Don't set last_cookies to be NULL after allowing cookiesportix
2011-12-15Prompt for domains before allowing them; don't exit if there is still a promp...portix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-12-03Merging branch experimental into defaultportix
2011-12-03Change default value of dwb.state.nummod to -1portix
2011-12-03New command 'protect', thanks to MilkFreezeportix
2011-11-29Reintroducing simple filter rulesportix
2011-11-28Also show topbar when commands_focus_nth_view is calledportix
2011-11-28Introducing toggle_bars, toggle_topbar, toggle_bottombar, presentation_mode, ...portix
2011-11-10Decide if opening a new window/tab only in dwb_load_uri except for click even...portix
2011-11-09Command for find_next/find_previous, fixes wrong return value in dwb_searchportix