Commit Graph

  • 4fcbb7980e work around clients setting 0xFFFF as resize increments Michael Stapelberg 2010-02-20 20:32:43 +0100
  • 432f06a21e Add missing carriage return (Thanks fallen) Michael Stapelberg 2010-02-16 19:55:04 +0100
  • e225742415 Make the warning about $terminal being deprecated an error (Thanks fallen) Michael Stapelberg 2010-02-16 19:25:07 +0100
  • e78bb02082 parser: ignore errors Michael Stapelberg 2010-02-14 16:59:22 +0100
  • f20a446423 s/DLOG/LOG (Thanks ccount) Michael Stapelberg 2010-02-14 13:22:32 +0100
  • 2af2bc36c9 Document the new options Michael Stapelberg 2010-02-13 19:58:43 +0100
  • 64cf88403d lexer/parser: proper error messages Michael Stapelberg 2010-02-13 19:42:54 +0100
  • 01297af20a makefile: parser/lexer also depend on header files Michael Stapelberg 2010-02-13 19:27:28 +0100
  • 79a4e30488 parser: enable verbose error messages, add aliases to tokens Michael Stapelberg 2010-02-13 15:27:43 +0100
  • e446747812 Also warp the pointer when moving a window to a another visible workspace (Thanks Thomas) Michael Stapelberg 2010-02-12 16:19:58 +0100
  • cd929f1199 Bugfix: Correctly do boundary checking/moving to other workspaces when moving floating clients via keyboard (Thanks sasha) Michael Stapelberg 2010-02-12 13:06:59 +0100
  • 3d13d53ae7 Bugfix: Use both parts of WM_CLASS (it contains instance and class) (Thanks fallen) Michael Stapelberg 2010-02-12 15:56:19 +0100
  • 87f8c501da Bugfix: Correctly do boundary checking/moving to other workspaces when moving floating clients via keyboard (Thanks sasha) Michael Stapelberg 2010-02-12 13:06:59 +0100
  • 0b6b8e8380 Bugfix: Use both parts of WM_CLASS (it contains instance and class) (Thanks fallen) Michael Stapelberg 2010-02-12 12:12:25 +0100
  • 9568836e12 Remove duplicate entry (Thanks Merovius) Michael Stapelberg 2010-02-05 16:11:15 +0100
  • 69279d4567 Add documentation for the new focus follows mouse-option Michael Stapelberg 2010-01-29 21:58:28 +0100
  • 88b9700cdb Invert logic for the last commit Michael Stapelberg 2010-01-29 21:51:38 +0100
  • 7f10970fc7 Added focus_follows_mouse config option Kim Silkebækken (lokaltog) 2010-01-26 12:10:48 +0100
  • 7c7756d75f docs: improve documentation on modes (Thanks xeen) Michael Stapelberg 2010-01-26 22:48:12 +0100
  • 36909c6e3b Fixed cursor code in create_window(), allowing the cursor to be changed Kim Silkebækken (lokaltog) 2010-01-26 11:06:10 +0100
  • 148547c765 Fixed cursor orientation when resizing Kim Silkebækken (lokaltog) 2010-01-26 11:05:59 +0100
  • 0abf9cc570 Include date of the last commit in version number (Thanks Scytale) Michael Stapelberg 2010-01-23 22:35:10 +0100
  • 7270b74732 Implement resize command for floating clients Michael Stapelberg 2010-01-23 18:57:29 +0100
  • f399c3ef9d Bugfix: Don’t leak IPC socket to launched processes Michael Stapelberg 2010-01-23 00:34:29 +0100
  • fde11f9a5c Bugfix: Don’t leak IPC socket to launched processes Michael Stapelberg 2010-01-23 00:34:29 +0100
  • fbe8dafe63 manpage: mention i3-msg and i3-input in SEE ALSO (Thanks artoj) Michael Stapelberg 2010-01-20 22:34:25 +0100
  • ee5880364a website: add link to the mailing list archives for i3-discuss Michael Stapelberg 2010-01-20 20:46:08 +0100
  • 028f629cff website: mention new mailing list for discussions Michael Stapelberg 2010-01-19 17:35:04 +0100
  • c606d93630 Feature: Cycle through workspaces Cedric Staub 2010-01-15 16:30:28 +0100
  • aaf46bfc55 bugfix: lexer: return to INITIAL state (Thanks dirkson) Michael Stapelberg 2010-01-08 18:56:01 +0100
  • d949a335e6 bugfix: lexer: return to INITIAL state (Thanks dirkson) Michael Stapelberg 2010-01-08 18:56:01 +0100
  • 1dcb4a39fd Use LOG instead of DLOG (next branch feature only) Michael Stapelberg 2010-01-07 19:24:46 +0100
  • d1a0e930a8 Bugfix: if a font provides no per-char info for width, fall back to the default (Thanks Ciprian) Michael Stapelberg 2010-01-07 14:38:00 +0100
  • af0b33bcc3 Bugfix: if a font provides no per-char info for width, fall back to the default (Thanks Ciprian) Michael Stapelberg 2010-01-07 14:38:00 +0100
  • 86b0dab7ea Bugfix: Use ev_loop_new instead of ev_default_loop because the latter one blocks SIGCHLD (Thanks Ciprian) Michael Stapelberg 2010-01-07 13:36:52 +0100
  • b6de565445 Bugfix: Use ev_loop_new instead of ev_default_loop because the latter one blocks SIGCHLD (Thanks Ciprian) Michael Stapelberg 2010-01-07 13:36:52 +0100
  • a7d3d158b8 website: add youtube link for the screencast Michael Stapelberg 2010-01-05 13:16:43 +0100
  • 1f8bfedcd9 website: link to the new screencast Michael Stapelberg 2010-01-05 11:58:26 +0100
  • 44191d5ffc sighandler: last little style fixes Michael Stapelberg 2010-01-03 22:07:39 +0100
  • 2b1a132c39 grab the pointer inside the signal handler popup Michael Stapelberg 2010-01-03 22:02:07 +0100
  • be33c8e599 Check return code of sigaction() Michael Stapelberg 2010-01-03 21:55:22 +0100
  • a69dfb3f06 Remove expose event mask, expose events will not be generated in any case Michael Stapelberg 2010-01-03 21:55:02 +0100
  • 7b2363776a Use DLOG instead of LOG, remove unnecessary debug statement Michael Stapelberg 2010-01-03 21:54:47 +0100
  • 0c35573e51 some little style changes Michael Stapelberg 2010-01-03 21:54:26 +0100
  • fc4ce84d36 Use doxygen compatible comments Michael Stapelberg 2010-01-03 21:53:42 +0100
  • 8afdf54078 Update copyright to 2010 Michael Stapelberg 2010-01-03 21:53:30 +0100
  • 614b360bd4 added popup for handling SIGSEGV or SIGFPE Jan-Erik Rediger 2010-01-03 14:52:38 +0100
  • 715983024d ewmh: Don’t push workspaces with width=0 and height=0 (Thanks Atsutane, badboy) Michael Stapelberg 2010-01-03 18:36:50 +0100
  • 7c130fb540 Obey the XDG Base Directory Specification for config file paths Michael Stapelberg 2010-01-03 16:58:41 +0100
  • 505eaaf349 Bugfix: Containers could lose their snap state (Thanks Atsutane) Michael Stapelberg 2010-01-01 22:40:50 +0100
  • ba2dd3a3eb Bugfix: Containers could lose their snap state (Thanks Atsutane) Michael Stapelberg 2010-01-01 22:40:50 +0100
  • 8adce413f5 Remove superfluous #include <assert.h> (Thanks badboy) Michael Stapelberg 2010-01-01 17:30:27 +0100
  • 092f3139d8 Remove superfluous #include <assert.h> (Thanks badboy) Michael Stapelberg 2010-01-01 17:30:27 +0100
  • 4c87170494 We don’t have DLOG yet in master branch (Thanks ccount) Michael Stapelberg 2010-01-01 17:29:11 +0100
  • 9dce081837 Bugfix: Don’t put dock clients into floating mode (Thanks xeen) Michael Stapelberg 2010-01-01 16:19:42 +0100
  • 8a9b57c874 Extend testcase for dock clients with wm_transient_for hint Michael Stapelberg 2010-01-01 16:19:55 +0100
  • 65cae2cad1 Bugfix: Don’t put dock clients into floating mode (Thanks xeen) Michael Stapelberg 2010-01-01 16:19:42 +0100
  • 75aac5bc02 ewmh: implement support for _NET_WORKAREA (rdesktop can use that) Michael Stapelberg 2009-12-31 17:48:41 +0100
  • 6de212f7ee Fix bindings using the cursor keys in default config Michael Stapelberg 2009-12-29 17:48:16 +0100
  • c50bde458b Fix bindings using the cursor keys in default config Michael Stapelberg 2009-12-29 17:48:16 +0100
  • e7e9e8e49d ewmh: correctly set _NET_ACTIVE_WINDOW Michael Stapelberg 2009-12-25 15:19:39 +0100
  • 0641e6a1a3 ewmh: correctly set _NET_CURRENT_DESKTOP to the number of the active workspace Michael Stapelberg 2009-12-25 15:05:17 +0100
  • ba82a3e63b Bugfix: Fix NULL pointer dereference in workspaces which have preferred screens but were not used yet (Thanks badboy) Michael Stapelberg 2009-12-23 00:39:03 +0100
  • 3e53ecf69e retab! src/container.c Michael Stapelberg 2009-12-22 23:43:05 +0100
  • 848d9c1b01 Make containers containing exactly one window behave like default containers Michael Stapelberg 2009-12-22 23:40:06 +0100
  • 75ac464c0d makefile: rather than a dependency for each source file, generate loglevels.h by recursion Michael Stapelberg 2009-12-22 12:14:09 +0100
  • 9df64a8d0a Correctly exit when another window manager is already running Michael Stapelberg 2009-12-22 11:29:24 +0100
  • 500127705e debian: update changelog Michael Stapelberg 2009-12-21 23:08:08 +0100
  • 8bee7c8510 debian: merge changelog Michael Stapelberg 2009-12-21 23:06:27 +0100
  • 182433534a Add bugfix release to website Michael Stapelberg 2009-12-21 22:55:02 +0100
  • cfd73acf17 debian: Add i3-wm.doc-base Michael Stapelberg 2009-11-23 21:50:01 +0100
  • 22e499b267 debian: add missing files to docs/ Michael Stapelberg 2009-11-23 21:44:23 +0100
  • 732ba08f30 Add release notes for 3.δ-bf1 Michael Stapelberg 2009-12-21 22:42:59 +0100
  • 6e90d5adcf Add x11-utils as dependency to have xmessage(1) for the welcome message Michael Stapelberg 2009-12-16 22:59:25 +0100
  • 6cdf607424 Add debian changelog for the bugfix release Michael Stapelberg 2009-12-21 22:37:29 +0100
  • e900a8d23d xinerama: correctly put windows which are assigned to a specific screen on that screen when it becomes available (Thanks badboy) Michael Stapelberg 2009-12-21 22:30:08 +0100
  • 0b5554c762 xinerama: change some log messages to errors Michael Stapelberg 2009-12-21 20:41:02 +0100
  • 4b3ff1795c Remove -e and -t from loglevels.h target to make it POSIX compliant (Thanks Mirko) Michael Stapelberg 2009-12-20 23:43:49 +0100
  • 1776c12c0b makefile: properly document dependencies on each target to fix parallel make (Thanks Atsutane) Michael Stapelberg 2009-12-20 12:58:45 +0100
  • e498b90e7a makefile: clean temporary files Michael Stapelberg 2009-12-19 22:42:24 +0100
  • 6ef0d1fa79 Touch each log message and classify it as DLOG (debug), ELOG (error) or LOG (verbose) Michael Stapelberg 2009-12-19 22:39:00 +0100
  • 37d795c81d Add new options -V for verbose mode and -d <loglevel> for debug log levels Michael Stapelberg 2009-12-19 22:38:32 +0100
  • 4226cc61de add log.c/log.h which contain all the log related macros and functions Michael Stapelberg 2009-12-19 22:37:15 +0100
  • 5397e893b9 logging: new makefile target to generate loglevels at compile time Michael Stapelberg 2009-12-19 22:33:50 +0100
  • a61e34d277 Add x11-utils as dependency to have xmessage(1) for the welcome message Michael Stapelberg 2009-12-16 22:59:25 +0100
  • 57e4972fd1 Add clarification about border color in userguide (Thanks xeen) Michael Stapelberg 2009-12-15 19:11:01 +0100
  • 937048d47b Distribute rest space between windows as long as possible. (Thanks msi) Michael Stapelberg 2009-12-13 17:02:22 +0100
  • f87b98e0a7 Take into account the window’s base_{width,height} when resizing (Thanks Mirko) Michael Stapelberg 2009-12-12 22:27:57 +0100
  • 5287dce9cc Partly revert 4ba26659, it was just wrong. Michael Stapelberg 2009-12-12 21:42:56 +0100
  • 8d8804221b Partly revert 4ba26659, it was just wrong. Michael Stapelberg 2009-12-12 21:42:56 +0100
  • 47e54241ce Add new entry in debian/changelog to prevent apt from overwriting self-built packages Michael Stapelberg 2009-12-12 21:34:53 +0100
  • 29d64bd04e Bugfix: Correctly check for fullscreen windows when mapping new clients Michael Stapelberg 2009-12-12 21:31:41 +0100
  • 01f7250f6a Bugfix: Correctly place new windows below fullscreen windows (Thanks Moredread) Michael Stapelberg 2009-12-12 21:29:07 +0100
  • c6c0862e24 Bugfix: Correctly check for fullscreen windows when mapping new clients Michael Stapelberg 2009-12-12 21:31:41 +0100
  • 4afe65eea2 Bugfix: Correctly place new windows below fullscreen windows (Thanks Moredread) Michael Stapelberg 2009-12-12 21:29:07 +0100
  • 3e7ae4f7de Bugfix: Fix assignments to not yet visible workspaces Michael Stapelberg 2009-12-12 18:43:30 +0100
  • ffe925f733 Bugfix: Fix assignments to not yet visible workspaces Michael Stapelberg 2009-12-12 18:43:30 +0100
  • 17082ef5b7 Bugfix: close file handle after parsing Michael Stapelberg 2009-12-11 17:57:42 +0100
  • e5c4fa6c1c Include unistd.h for usleep() Michael Stapelberg 2009-12-08 20:55:17 +0100
  • 06ef55ff1f Bugfix: Don’t resize client after base_height changes if client is in fullscreen mode Michael Stapelberg 2009-12-08 20:52:19 +0100