2011-01-14 |
Axel Wagner | Display socket-path in connection-error-message |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Axel Wagner | Use I3SOCK environment-variable |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Fernando Tarlá... | Separate the lines received in a single read. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Axel Wagner | Bugfix: If hide-on-modifier is set, stop the child... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Axel Wagner | Bugfix: Recreate double-buffers on reconfiguring (thx... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Axel Wagner | Use strerror() for more usefull errormessages |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Axel Wagner | Fix typo (thx julien) |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Axel Wagner | Only use font_info after we know, the request succeded |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Axel Wagner | Use "*buffer == '\0'" instead of "strlen(buffer) =... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Axel Wagner | Bugfix: Recover from closed socket |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Axel Wagner | Send child a SIGCONT, so it reacts to SIGTERM (no zombi... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Axel Wagner | Revert "Double-fork() to avoid zombies" |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Axel Wagner | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Axel Wagner | Remove unnecessary declaration |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Axel Wagner | Update changelog and manpage |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Axel Wagner | Update changelog and manpage |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Axel Wagner | Merge branch 'next' |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Axel Wagner | Switch back ws_fg and ws_bg (Thanks julien) |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Axel Wagner | We don't need sig_quit |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Axel Wagner | Send a SIGTERM instead of a SIGQUIT to exit the child |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Axel Wagner | Handle SIGTERM/-INT/-HUP |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Axel Wagner | -V actually does not take an argument (yet) |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Axel Wagner | Double-fork() to avoid zombies |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Axel Wagner | Add support for bar_fg and bar_bg |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Axel Wagner | Call init_colors() earlier |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Axel Wagner | Mention the color-options in the manpage |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Axel Wagner | Some stylechanges to previous commit |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Fernando Tarlá... | Custom colors can be set from the command line. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Fernando Tarlá... | Added a distclean target. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Axel Wagner | Don't map bars on creation, if hide_on_modifier is... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Axel Wagner | Place bar at the bottom of the screen, when creating... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Axel Wagner | Remove unnecessary dependencies |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Adding a manpage |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Use DLOG/ELOG-macros, provide --verbose-option |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Clean the XCB-errorhandling a little bit up |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Use font_ascent instead of font_height, it's more elegant |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Rename xcb_screens to xcb_screen, it's really just one |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Add some more comments |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Use only xcb_query_font() |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | We don't need get_string_width anymore |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Make i3_default_sock_path a local variable |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Move child_pid into child.c |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Use realloc instead of manually reallocating |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Add CHANGELOG |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Axel Wagner | Use draw_text() to render text to the correct spot |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Axel Wagner | Write a wrapper around xcb_image_text_16() |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Axel Wagner | We don't need to crop at that point |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Axel Wagner | Draw the statusline to a seperate buffer-pixmap |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Axel Wagner | Define Macros MAX and MIN |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Axel Wagner | Allocate the right amount of memory for ev_child |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Axel Wagner | Allocate the right amount of memory for ev_child |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Axel Wagner | Reimplement double-buffering |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Merge branch 'hide' into next |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Make hide_on_modifier configurable |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Put usage-message in own function |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Put the bars on top, when reconfiguring |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Unhide on urgent-hint |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Send the child SIGSTOPs and SIGCONTs |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Define overrride-redirect |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Implement hide-on-modifier |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Axel Wagner | Remove trailing newline from stdin |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Axel Wagner | Don't manually strip dzen-formats. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Axel Wagner | Only copy the double-buffer on expose-events |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Axel Wagner | Add declaration, accidentally lost in last commit |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Axel Wagner | Implement double-buffering to get rid of flickering |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Axel Wagner | Implement double-buffering to get rid of flickering |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Axel Wagner | Correct typo in usage-message |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Axel Wagner | Added some error handling for xcb |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Add licensing information |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Add version-option |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Correct behaviour of parsing null-values in src/outputs.c |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Correct the Macro-calls in src/xcb.c |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Move font-height-calculation to the end of init_xcb() |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Use a while-loop in xcb_chk_cb() to account for the... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Merge handle_xcb_event() into xcb_chk_cb() |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Axel Wagner | Add comments |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Axel Wagner | We don't need a callback for null-values |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Axel Wagner | Reconfigure to the correct coordinates |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Axel Wagner | Refresh the workspace-list on output-events |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Axel Wagner | Modify the active-flag on parsing the output-list |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Axel Wagner | Use correct default-path for ipc-socket |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Axel Wagner | Remove superflous xcb_flush()es |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Axel Wagner | Added Unicode-Support |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Axel Wagner | Be more strict with encapsulation |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Axel Wagner | Cleanup some Memory Leaks |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Axel Wagner | Display statusline (without formats) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Axel Wagner | Change the indention-style |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Axel Wagner | Making Mouse-clicks work |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Axel Wagner | Implement workspace-change on mouse-wheel |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Axel Wagner | Migrate to queue.h |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Axel Wagner | Correctly parse the urgent-hint |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Axel Wagner | Move XCB-Event-Handling to xcb.c |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Axel Wagner | Use font-size to correctly determine the size of the... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Axel Wagner | Handling Exposure-Events |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Axel Wagner | Print the workspace-names |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Axel Wagner | Draw the workspace-buttons |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Axel Wagner | Get outputs on start. Create dock window for every... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Axel Wagner | Add temporary files to .gitignore |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Axel Wagner | Rework the IPC-Code |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Axel Wagner | Start tracking changes |
commit | commitdiff | tree | snapshot |
|