about summary refs log tree commit diff stats
path: root/event.c
Commit message (Collapse)AuthorAgeFilesLines
* changed main event loopAnselm R.Garbe2006-08-151-0/+13
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-141-3/+3
|
* applied sanders man page patch, removed button2 from bar clickAnselm R.Garbe2006-08-141-3/+3
|
* fixedAnselm R.Garbe2006-08-141-1/+1
|
* remove unnecessary XSyncAnselm R.Garbe2006-08-141-1/+0
|
* added mappingnotify event for kb refreshesAnselm R.Garbe2006-08-141-0/+12
|
* removed unneecessary crapAnselm R.Garbe2006-08-141-6/+1
|
* pplied Sanders appendtag patchAnselm R.Garbe2006-08-141-0/+6
|
* some other small fixesAnselm R.Garbe2006-08-141-2/+4
|
* removed ungrabkeys again (because of sander's mail)Anselm R.Garbe2006-08-141-16/+0
|
* implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe2006-08-141-0/+16
|
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-141-3/+6
|
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-141-2/+5
|
* removed viewnext/viewprevAnselm R.Garbe2006-08-141-23/+9
|
* made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Anselm R.Garbe2006-08-131-1/+1
| | | | (more clear)
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe2006-08-111-5/+2
| | | | view... updated man page (works great!) nice feature
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-111-1/+7
|
* realized that client focussing through the bar is pretty useless, better is ↵Anselm R.Garbe2006-08-111-5/+5
| | | | sloppy view focussing for B1/B3 as well instead
* implemented focusprev on button1 press in the bar, and focusnext on button3 ↵Anselm R.Garbe2006-08-111-2/+6
| | | | press in the bar
* applied Sanders zoom_update patchAnselm R.Garbe2006-08-101-2/+1
|
* applied sumik's multihead patchAnselm R.Garbe2006-08-101-5/+10
|
* applied sander's patchAnselm R.Garbe2006-08-101-11/+8
|
* disallow zoom on maximized clientsAnselm R.Garbe2006-08-101-9/+8
|
* added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe2006-08-091-0/+2
|
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-081-13/+0
|
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-081-0/+13
|
* applied grabbing-- and shell_minimalarg@10ksloc.org2006-08-071-8/+0
|
* small performance tweak ;)arg@10ksloc.org2006-08-041-2/+4
|
* fixed xterm font change (all other related apps should work fine with this ↵arg@10ksloc.org2006-08-041-14/+12
| | | | fix as well)
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org2006-08-031-1/+1
| | | | rest is calculated correctly, rules take an int array for the tags
* made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org2006-08-021-19/+46
| | | | make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
* new stuffarg@10ksloc.org2006-08-021-5/+2
|
* implemented focus on enterwindow on titlebarsarg@10ksloc.org2006-08-021-1/+1
|
* applied Sanders patches (numlock2)arg@10ksloc.org2006-08-021-5/+12
|
* reverting to old resize policyarg@10ksloc.org2006-08-021-10/+13
|
* new resize stuff (using XConfigureWindow instead of XSendEvent)arg@10ksloc.org2006-08-021-13/+10
|
* removed 1 missing LOCarg@10ksloc.org2006-08-011-1/+0
|
* saved 2LOCarg@10ksloc.org2006-08-011-4/+2
|
* uppercasing all define'd values (uppercase-prefixed should only be enum ↵arg@10ksloc.org2006-08-011-4/+4
| | | | field qualifiers)
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-011-58/+10
|
* applied Cedric's NumLock patcharg@10ksloc.org2006-08-011-1/+17
|
* applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org2006-08-011-0/+2
|
* applied Sanders patchesarg@10ksloc.org2006-08-011-11/+3
|
* prepared 0.5 0.5arg@10ksloc.org2006-07-211-3/+9
|
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-211-2/+2
|
* simplified main.c, switching back to single urxvt usagearg@10ksloc.org2006-07-211-1/+1
|
* applied sanders maxfix patcharg@10ksloc.org2006-07-211-2/+2
|
* sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org2006-07-211-12/+11
| | | | simplified pop(), changed shortcuts to always contain MODKEY
* cleaned the CUSTOMIZE flagsarg@10ksloc.org2006-07-201-0/+2
|
* made status bar drawing more robust, implemented togglemax and togglemode, ↵arg@10ksloc.org2006-07-201-8/+3
| | | | works quite well
>876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 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