about summary refs log tree commit diff stats
path: root/tag.c
Commit message (Expand)AuthorAgeFilesLines
* renamed ARRANGE into DEFMODEarg@10ksloc.org2006-08-011-1/+1
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-011-18/+4
* applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org2006-08-011-0/+14
* applied Sanders patchesarg@10ksloc.org2006-08-011-0/+4
* committed a patch which fixes the hints of Jukkaarg@10ksloc.org2006-08-011-4/+4
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-211-6/+1
* sanitization of several clunky stuff, removed heretag (rarely of use), simpli...arg@10ksloc.org2006-07-211-22/+4
* using double-linked list in order to get correct prev focus handlingarg@10ksloc.org2006-07-201-0/+7
* cleaned the CUSTOMIZE flagsarg@10ksloc.org2006-07-201-3/+5
* made status bar drawing more robust, implemented togglemax and togglemode, wo...arg@10ksloc.org2006-07-201-2/+9
* cleaned up codearg@10ksloc.org2006-07-201-4/+5
* removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling re...arg@10ksloc.org2006-07-201-18/+16
* implemented regexp matching for rulesarg@10ksloc.org2006-07-191-12/+28
* implemented fallback for too many clients in stacked modearg@10ksloc.org2006-07-191-1/+7
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-191-3/+3
* firefox instance is different nowarg@mmvi2006-07-181-1/+1
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-181-13/+16
* pop on heretagAnselm R. Garbe2006-07-181-1/+1
* added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe2006-07-181-4/+23
* ordered variables in structs and source files alphabeticallyAnselm R. Garbe2006-07-171-11/+10
* several additions in mouse handling ;)Anselm R. Garbe2006-07-161-4/+4
* proceeded with cleaning up, sorting functions, etcAnselm R. Garbe2006-07-151-55/+63
* rearranged several stuffAnselm R. Garbe2006-07-151-0/+171
12-11-22 21:57:37 +0200 added 2 GC leak test cases' href='/ahoang/Nim/commit/tests/gc/cycleleak.nim?h=devel&id=ad53e0b022cb50bc069cfb9d196c3a11b4205b44'>ad53e0b02 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56