summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-16Use gtk2 rather than gtk3.fix/use_gtk2cos
Quoting from the file INSTALL in the root of this repository: The default build process will try to link against gtk2, if gtk2 isn't installed it will link against gtk3. Reading through irc logs for #dwb exposes some critisism for the matureness of gtk3. Until upstream considers gtk3 being ready for prime time by building for it by default, it makes no sense that the debian packaging deviates from upstream by linking towards libs not primarily developed for.
2013-06-16Imported debian packaging from dwb_20130503hg-2.debian.tar.gzcos
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