summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-12Exit with empty views when ending by closing last tab.fix/clear_views_on_closecos
When close-last-tab-policy is set to close, it makes sense to empty the list of views when closing the last tab. The user expectation when first closing all tabs & then starting dwb with one or several urls as arguments is that only the provided urls should be opened. Without this commit an empty tab is created in addition to the ones provided to be opened.
2013-06-12Check for cairo-1.12HEADmasterportix
2013-06-11Removing option 'enable-accelerated-compositing'portix
2013-06-10Merge branch 'master' of bitbucket.org:portix/dwbportix
2013-06-10Updating AUTHORSportix
2013-06-10Merged in radhermit/dwb/json-c (pull request #1) portix
Fix compile with >=json-c-0.11
2013-06-06Dummyportix
2013-06-04Implementing net.hostMatchportix
2013-06-04Implementing net.domainMatchportix
2013-06-04Add key and modifier to bind-callback argumentsportix
2013-06-03Allow binding of numbersportix
2013-06-02Open io-channels in non-blocking mode, wrap system.spawn againStefan Bolte
2013-06-02Check retrurn value of write in global_spawnStefan Bolte
2013-06-02Regression, don't wrap system.spawnStefan Bolte
system.spawn blocks the main-thread when wrapped
2013-06-01Fixing wrong scope in system.spawnportix
2013-06-01Expand ~ in all api-functionsportix
2013-05-30Remove toStdin argument of system.spawnportix
wrap system.spawn to pass stdout/stderr to Deferred-chain
2013-05-30Pass return value of deferred callback to chaining functionsportix
2013-05-29Make stdin fourth parameter in system.spawnportix
2013-05-29Allow piping to stdin in system.spawnSyncportix
2013-05-28Call dwb_load_uri in commands_undoportix
Going to a history item ignores fragment-parts of a url, replacing it with dwb_load_uri fixes this behaviour.
2013-05-28Portability fix for OpenBSDportix
2013-05-28Merged in isd/dwb (pull request #4) portix
Portability fix: m4's --define is not posix
2013-05-28Portability fix: m4's --define is not posixIan Denhardt
In particular, OpenBSD doesn't seem to have the long version; use -D instead.
2013-05-27Removing unused variableportix
2013-05-27Allow entering numbers with hint-style number, lowercase letters with ↵portix
hintstyle letter
2013-05-27Remove output in scripts.cportix
2013-05-26Remove 'write_version_header'portix
2013-05-26Adding property id to exports objectportix
2013-05-26Remove exar/main.c from default build targetsportix
2013-05-26Initialize all headers in exar.cportix
2013-05-25Fixing exar delete for directories, adding --archive to manpageportix
2013-05-25Replace check for 0 with EE_OK in exar.cportix
2013-05-25Merge branch 'master' of bitbucket.org:portix/dwbportix
2013-05-25Fixing segfault in commands_zoom/scroll if argument is used on commandlineportix
2013-05-24Add -lm to linker flagsStefan Bolte
2013-05-22Adding debug target for exar.cportix
2013-05-22Fixing uninitialized valueportix
2013-05-22Fixing segfault in changeMode signal if no tab has been openedportix
2013-05-22exar: Remove tmpfile if file deletion failsportix
2013-05-21Rename archive -> exportsportix
2013-05-21Fixing hints_rapid opes ndefault searchengineportix
2013-05-21Define object 'archive' for script-archives.portix
2013-05-21Pass additinal arguments to xincludeportix
2013-05-21Implementing exar_contains, exar_search_containsportix
2013-05-21Error message when including archive fails, bash-completion for --archiveportix
2013-05-20Also allow packed extensionsStefan Bolte
2013-05-20Fixing unused-result error in main.c, closing #317portix
2013-05-20Fixing format conversionsportix
2013-05-20Using off_t for filesizes in exar.cportix