about summary refs log tree commit diff stats
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
* added nsz' patchAnselm R Garbe2008-06-111-0/+3
|
* integrated Peter Hartlich's patch, removed const char *c from union, ↵Anselm R Garbe2008-06-111-4/+4
| | | | simplified togglelayout
* applied anydot's patchset.diffAnselm R Garbe2008-06-111-35/+35
|
* Gottox' drawtext simplificationAnselm R Garbe2008-06-011-1/+1
|
* applied noviewprev.diff, fix.diff and unusedflags.diffAnselm R Garbe2008-06-011-1/+1
|
* removed Layout->updategeom, unnecessaryAnselm R Garbe2008-05-261-3/+3
|
* applied yiyus domax patch with slight modificationsAnselm R Garbe2008-05-261-36/+16
|
* s/int/uint/ in config.hAnselm R Garbe2008-05-221-38/+38
|
* setmfact argument was wrongAnselm R Garbe2008-05-221-2/+2
|
* applied Gottox bitmask + void *arg patchAnselm R Garbe2008-05-221-43/+44
|
* merged tile.c again into dwm.canselm@anselm12008-05-191-3/+1
|
* recent changes, introduced togglebar, changed some defines into variable ↵Anselm R Garbe2008-05-191-4/+9
| | | | declarations where possible
* removed the <M> togglelayout callAnselm R Garbe2008-05-171-3/+2
|
* removed monocle for nowAnselm R Garbe2008-05-171-1/+0
|
* removed the exact focus mechanism of next/prev windowAnselm R Garbe2008-05-171-2/+0
|
* moved all tile()-related stuff into tile.c which is included from ↵Anselm R Garbe2008-05-171-7/+7
| | | | config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
* removed tileh, renamed tilev into tile again, removed counttiles, tilemasterAnselm R Garbe2008-05-171-1/+1
|
* removed Layout->isfloatingAnselm R Garbe2008-05-171-4/+4
|
* removed reapply() -- unnecessaryAnselm R Garbe2008-05-171-1/+0
|
* renamed setlayout into togglelayoutAnselm R Garbe2008-05-171-74/+73
|
* having monocle on Mod1-mAnselm R Garbe2008-05-111-0/+1
|
* removed Geom stuff, introduced updategeom() again, still view is somewhat ↵Anselm R Garbe2008-05-111-11/+1
| | | | broken?
* cleaned up config.def.hAnselm R Garbe2008-05-111-8/+2
|
* implemented exact focus next, if arg != NULL to focus{next,prev}Anselm R Garbe2008-05-111-0/+2
|
* applied JUCE patchAnselm R Garbe2008-05-061-0/+2
|
* applied yiyus fgeom patchAnselm R Garbe2008-04-271-1/+4
|
* geometry fix proposed by JukkaAnselm R Garbe2008-04-081-1/+1
|
* some cleanup changesAnselm R Garbe2008-04-031-2/+0
|
* uncommented dual layout in preparation of dwm 4.9anselm@anselm12008-04-021-2/+2
|
* applied Peter Hartlich's simplification patch of setmfact and his revival of ↵anselm@anselm12008-04-021-1/+1
| | | | MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
* revival of mfact and setmfactAnselm R Garbe2008-03-241-1/+4
|
* setlayout and setgeom are now togglable againAnselm R Garbe2008-03-241-14/+6
|
* geom indicator and layout indicator is only displayed if there are several ↵Anselm R Garbe2008-03-241-4/+1
| | | | geoms/layouts
* added sample of {grow,shrink}master to config.def.hAnselm R Garbe2008-03-171-0/+4
|
* geoms are now drawed in the status barAnselm R Garbe2008-03-171-4/+4
|
* removed the string-based setgeom approach, introduced a new Geom type ↵Anselm R Garbe2008-03-171-15/+13
| | | | instead and a helper macro
* made the string-based setgeom workingAnselm R Garbe2008-03-151-2/+14
|
* some experimental state DO NOT USE THIS, I plan to have a nicer interface to ↵Anselm R Garbe2008-03-141-3/+3
| | | | change geometries
* some changes towards 4.9Anselm R Garbe2008-03-141-5/+8
|
* removed all defines of geoms, implemented setgeoms() instead, added ↵Anselm R Garbe2008-03-131-34/+0
| | | | config.anselm.h to show how I'd like to see that people edit their geoms
* changed config.def.hAnselm R Garbe2008-03-061-2/+2
|
* new stuffAnselm R Garbe2008-03-061-4/+6
|
* implemented setlayout in the way proposed on the ml, split tile() into two ↵Anselm R Garbe2008-03-061-17/+17
| | | | functions, a third will follow soon
* changed config.def.hAnselm R Garbe2008-03-051-32/+9
|
* integrated the new -x -y -w toggles of dmenu into my setupAnselm R Garbe2008-03-051-1/+6
|
* implemented the stuff as I discussed on dwm@Anselm R Garbe2008-03-051-6/+55
|
* renamed maximise to monocle again.Anselm R Garbe2008-03-051-4/+2
|
* renamed MAXLEN into MAXTAGLEN (backward compliance)anselm@anselm12008-03-041-1/+1
|
* renamed monocle into maxmise, documented the keybindings in dwm(1)anselm@anselm12008-03-041-5/+7
|
* monocle goes mainstreamAnselm R Garbe2008-03-041-1/+3
|
n891' href='#n891'>891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994