about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 6769 - support for creating fake files in Mu testsKartik Agaram2020-09-105-3/+118
* 6768 - better error messages when checking screen stateKartik Agaram2020-09-101-94/+332
* 6767Kartik Agaram2020-09-101-3/+49
* 6766Kartik Agaram2020-09-101-24/+24
* 6765Kartik Agaram2020-09-101-0/+22
* 6764Kartik Agaram2020-09-101-168/+0
* 6763Kartik Agaram2020-09-101-0/+83
* 6762Kartik Agaram2020-09-101-8/+210
* 6761Kartik Agaram2020-09-081-1/+1
* 6760Kartik Agaram2020-09-083-9/+13
* 6759 - first test for app/browse/Kartik Agaram2020-09-071-6/+21
* 6758Kartik Agaram2020-09-072-14/+30
* 6757Kartik Agaram2020-09-071-2/+3
* 6756Kartik Agaram2020-09-071-1/+29
* 6755Kartik Agaram2020-09-071-82/+95
* 6754Kartik Agaram2020-09-072-6/+13
* 6753Kartik Agaram2020-09-072-57/+126
* 6752Kartik Agaram2020-09-072-24/+26
* 6751Kartik Agaram2020-09-074-25/+93
* 6750Kartik Agaram2020-09-072-58/+15
* 6749 - plumb screen through in a few placesKartik Agaram2020-09-071-25/+25
* 6748 - promote browser prototype an app with testsKartik Agaram2020-09-075-183/+498
* 6747Kartik Agaram2020-09-071-3/+3
* 6746Kartik Agaram2020-09-0738-15685/+16856
* 6745Kartik Agaram2020-09-071-8/+300
* 6744Kartik Agaram2020-09-071-10/+83
* 6743Kartik Agaram2020-09-071-4/+6
* 6742 - support for formatting in fake screensKartik Agaram2020-09-078-10/+240
* 6741 - fake screen now scrolls correctlyKartik Agaram2020-09-061-10/+73
* 6740Kartik Agaram2020-09-061-0/+19
* 6739Kartik Agaram2020-09-061-9/+3
* 6738Kartik Agaram2020-09-061-5/+17
* 6737Kartik Agaram2020-09-062-10/+133
* 6736Kartik Agaram2020-09-021-13/+13
* 6735 - print unicode string to fake screenKartik Agaram2020-09-021-0/+29
* 6734 - first test for text-mode screen primitivesKartik Agaram2020-09-021-4/+37
* 6733 - read utf-8 'grapheme' from byte streamKartik Agaram2020-08-2816-1/+189
* 6732Kartik Agaram2020-08-281-2/+2
* 6731Kartik Agaram2020-08-282-3/+3
* 6730Kartik Agaram2020-08-281-2/+2
* 6729Kartik Agaram2020-08-281-19/+25
* 6728 - new skeleton for screen primitivesKartik Agaram2020-08-221-1/+132
* 6727 - bugfix in a multiply instructionKartik Agaram2020-08-225-6/+10
* 6726Kartik Agaram2020-08-222-2/+2
* 6725 - support negative literalsKartik Agaram2020-08-222-9/+27
* 6724Kartik Agaram2020-08-2212-18009/+19237
* 6723Kartik Agaram2020-08-221-3/+4
* 6722Kartik Agaram2020-08-222-24/+123
* 6721Kartik Agaram2020-08-221-1/+2
* 6720Kartik Agaram2020-08-2239-106/+106
ting a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple. .SH SEE ALSO .BR dmenu (1) .SH BUGS The status bar may display .BR "EOF" when dwm has been started by an X session manager like .BR xdm (1), because those close standard output before executing dwm. .P Java applications which use the XToolkit/XAWT backend may draw grey windows only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you can set the following environment variable (to use the older Motif backend instead): .BR AWT_TOOLKIT=MToolkit . .P GTK 2.10.9+ versions contain a broken .BR Save\-As file dialog implementation, which requests to reconfigure its window size in an endless loop. However, its window is still respondable during this state, so you can simply ignore the flicker until a new GTK version appears, which will fix this bug, approximately GTK 2.10.12+ versions.