]> git.sur5r.net Git - i3/i3/log
i3/i3
14 years agoAdd licensing information
Axel Wagner [Sat, 7 Aug 2010 16:05:16 +0000 (18:05 +0200)]
Add licensing information

14 years agoAdd version-option
Axel Wagner [Sat, 7 Aug 2010 01:50:22 +0000 (03:50 +0200)]
Add version-option

14 years agoCorrect behaviour of parsing null-values in src/outputs.c
Axel Wagner [Sat, 7 Aug 2010 00:37:12 +0000 (02:37 +0200)]
Correct behaviour of parsing null-values in src/outputs.c

14 years agoCorrect the Macro-calls in src/xcb.c
Axel Wagner [Sat, 7 Aug 2010 00:34:02 +0000 (02:34 +0200)]
Correct the Macro-calls in src/xcb.c

14 years agoMove font-height-calculation to the end of init_xcb()
Axel Wagner [Sat, 7 Aug 2010 00:22:20 +0000 (02:22 +0200)]
Move font-height-calculation to the end of init_xcb()

14 years agoUse a while-loop in xcb_chk_cb() to account for the xcb-buffer
Axel Wagner [Sat, 7 Aug 2010 00:20:01 +0000 (02:20 +0200)]
Use a while-loop in xcb_chk_cb() to account for the xcb-buffer

14 years agoMerge handle_xcb_event() into xcb_chk_cb()
Axel Wagner [Sat, 7 Aug 2010 00:19:25 +0000 (02:19 +0200)]
Merge handle_xcb_event() into xcb_chk_cb()

14 years agoAdd comments
Axel Wagner [Sat, 7 Aug 2010 00:10:05 +0000 (02:10 +0200)]
Add comments

14 years agoWe don't need a callback for null-values
Axel Wagner [Fri, 6 Aug 2010 23:57:00 +0000 (01:57 +0200)]
We don't need a callback for null-values

14 years agoReconfigure to the correct coordinates
Axel Wagner [Fri, 6 Aug 2010 03:53:38 +0000 (05:53 +0200)]
Reconfigure to the correct coordinates

14 years agoRefresh the workspace-list on output-events
Axel Wagner [Fri, 6 Aug 2010 03:52:01 +0000 (05:52 +0200)]
Refresh the workspace-list on output-events

14 years agoModify the active-flag on parsing the output-list
Axel Wagner [Fri, 6 Aug 2010 03:49:57 +0000 (05:49 +0200)]
Modify the active-flag on parsing the output-list

14 years agoUse correct default-path for ipc-socket
Axel Wagner [Fri, 6 Aug 2010 02:11:44 +0000 (04:11 +0200)]
Use correct default-path for ipc-socket

14 years agoRemove superflous xcb_flush()es
Axel Wagner [Fri, 6 Aug 2010 01:42:33 +0000 (03:42 +0200)]
Remove superflous xcb_flush()es

14 years agoAdded Unicode-Support
Axel Wagner [Fri, 6 Aug 2010 01:32:05 +0000 (03:32 +0200)]
Added Unicode-Support

14 years agoBe more strict with encapsulation
Axel Wagner [Thu, 5 Aug 2010 03:09:59 +0000 (05:09 +0200)]
Be more strict with encapsulation

I.e. move the xcb-event-handling into xcb.c and the
child-process-communications into newly created child.c.
Also change some includes.

14 years agoCleanup some Memory Leaks
Axel Wagner [Wed, 4 Aug 2010 02:07:16 +0000 (04:07 +0200)]
Cleanup some Memory Leaks

14 years agoDisplay statusline (without formats)
Axel Wagner [Wed, 4 Aug 2010 01:34:18 +0000 (03:34 +0200)]
Display statusline (without formats)

14 years agoChange the indention-style
Axel Wagner [Tue, 3 Aug 2010 19:20:11 +0000 (21:20 +0200)]
Change the indention-style

14 years agoMaking Mouse-clicks work
Axel Wagner [Fri, 30 Jul 2010 02:19:32 +0000 (04:19 +0200)]
Making Mouse-clicks work

14 years agoImplement workspace-change on mouse-wheel
Axel Wagner [Fri, 30 Jul 2010 01:48:46 +0000 (03:48 +0200)]
Implement workspace-change on mouse-wheel

14 years agoMigrate to queue.h
Axel Wagner [Fri, 30 Jul 2010 01:11:54 +0000 (03:11 +0200)]
Migrate to queue.h

14 years agoCorrectly parse the urgent-hint
Axel Wagner [Thu, 29 Jul 2010 18:19:59 +0000 (20:19 +0200)]
Correctly parse the urgent-hint

14 years agoMove XCB-Event-Handling to xcb.c
Axel Wagner [Tue, 27 Jul 2010 08:18:29 +0000 (10:18 +0200)]
Move XCB-Event-Handling to xcb.c

14 years agoUse font-size to correctly determine the size of the bars and buttons.
Axel Wagner [Tue, 27 Jul 2010 00:16:49 +0000 (02:16 +0200)]
Use font-size to correctly determine the size of the bars and buttons.

14 years agoHandling Exposure-Events
Axel Wagner [Mon, 26 Jul 2010 21:51:51 +0000 (23:51 +0200)]
Handling Exposure-Events

14 years agoPrint the workspace-names
Axel Wagner [Mon, 26 Jul 2010 17:55:02 +0000 (19:55 +0200)]
Print the workspace-names

14 years agoDraw the workspace-buttons
Axel Wagner [Mon, 26 Jul 2010 15:21:46 +0000 (17:21 +0200)]
Draw the workspace-buttons

14 years agoGet outputs on start. Create dock window for every output.
Axel Wagner [Fri, 23 Jul 2010 03:04:13 +0000 (05:04 +0200)]
Get outputs on start. Create dock window for every output.

14 years agoAdd temporary files to .gitignore
Axel Wagner [Fri, 23 Jul 2010 02:44:12 +0000 (04:44 +0200)]
Add temporary files to .gitignore

14 years agoRework the IPC-Code
Axel Wagner [Fri, 23 Jul 2010 02:43:43 +0000 (04:43 +0200)]
Rework the IPC-Code

14 years agoStart tracking changes
Axel Wagner [Wed, 21 Jul 2010 23:15:18 +0000 (01:15 +0200)]
Start tracking changes