aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-18LEGACY: typo.Aurélien Aptel1-1/+1
2012-09-17Redrawing is fixed.Christoph Lohmann1-1/+0
2012-09-17Fixing the redrawing patch of k0ga, so it's using xclear() in redraw() too.Christoph Lohmann1-7/+9
2012-09-17Clean windows display after resizingRoberto E. Vargas Caballero1-0/+3
2012-09-17Copy non set positions as spacesRoberto E. Vargas Caballero1-7/+10
2012-09-17Add newline in error messagesRoberto E. Vargas Caballero1-2/+2
2012-09-17Add xcalloc wrapperRoberto E. Vargas Caballero1-2/+11
2012-09-16Applying a shortening proposal for the run loop of k0ga.Christoph Lohmann1-11/+8
2012-09-16Remove call to draw in resizeRoberto E. Vargas Caballero1-2/+1
2012-09-16Adding some more fields to the manpage, like authors, license etc.Christoph Lohmann1-1/+15
2012-09-16Remove some solved issues and add some new.Christoph Lohmann1-2/+6
2012-09-16Preliminary solution to the stuttering problem.Christoph Lohmann1-3/+24
2012-09-16Fix selection bugRoberto E. Vargas Caballero1-1/+4
2012-09-16Render only once in each main loop iterationRoberto E. Vargas Caballero1-23/+6
2012-09-16Remove timeout in the main loopRoberto E. Vargas Caballero2-25/+3
2012-09-16Call XSync in redrawRoberto E. Vargas Caballero1-0/+1
2012-09-16Call XdbeQueryExtension before of calling any Xdbe functionRoberto E. Vargas Caballero1-2/+3
2012-09-14Implementing italic-bold. This will require an increase of the avgWdth.Christoph Lohmann2-6/+13
2012-09-13Ignore NUL character as a padding character. Telnet may use this. Patch ofChristoph Lohmann1-0/+2
2012-09-13Importing the patch of Roberto Vargas to inherit signal handlers.Christoph Lohmann1-0/+7
2012-09-13Reset window title on terminal reset too.Christoph Lohmann1-1/+8
2012-09-13Adding a statemant on legacy support.Christoph Lohmann1-0/+17
2012-09-13Adding another bold off sequence.Christoph Lohmann1-0/+1
2012-09-12Remove buffering to fileio instead of calling fflushRoberto E. Vargas Caballero1-7/+5
2012-09-12Add xmalloc and xrealloc wrappersRoberto E. Vargas Caballero1-13/+31
2012-09-12Make nyancat(1) work. Important release feature!Christoph Lohmann1-1/+1
2012-09-12Add preliminary blink stubs. Real implementation is still missing.Christoph Lohmann1-1/+8
2012-09-12Add another obscure way to set a window title.Christoph Lohmann1-0/+4
2012-09-10Fixing the too small window in non-tiling window managers.Christoph Lohmann1-11/+11
2012-09-06Making the selection work again.Christoph Lohmann1-1/+0
2012-09-06Allow simpler stdout -f handling.Christoph Lohmann1-3/+9
2012-09-05Adding instantenous debug output and fixing italic with a reset.Christoph Lohmann1-2/+5
2012-09-05Adding the removal of the timeouts to the TODO.Christoph Lohmann1-0/+1
2012-09-05Removing masks for unhandled enter and leaving events.Christoph Lohmann1-3/+1
2012-09-05If the selection is cleared, draw() and do it on button press too.Christoph Lohmann1-0/+2
2012-09-05Unhighlight selection when selection is owner by other windowRoberto E. Vargas Caballero1-0/+9
2012-09-05Forcing the parameter limit to xcopy() and selpaste(). Thanks to Rob Pilling.Christoph Lohmann1-2/+2
2012-09-05Removing unneeded arguments to copy(). Thanks to Andrew Hills.Christoph Lohmann1-2/+2
2012-09-05Implement italic font support.Christoph Lohmann4-19/+32
2012-09-05Add to TODO to make function keys work.Christoph Lohmann1-0/+5
2012-09-05Enable keypad set and unset commands.Christoph Lohmann1-0/+2
2012-09-05Disable BCE again.Christoph Lohmann2-1/+2
2012-09-05Removing the resize issue from the TODO file.Christoph Lohmann1-1/+0
2012-09-05Fixing the resizing behaviour.Christoph Lohmann1-0/+4
2012-09-04Forgot one line. It's late.Christoph Lohmann1-1/+0
2012-09-04Cleaning up the fixed window size and the resizing of clients.Christoph Lohmann1-4/+10
2012-09-04Another thing for TODO – resize.Christoph Lohmann1-0/+1
2012-09-04Updating the TODO and enabling BCE.Christoph Lohmann2-6/+5
2012-09-04CUP == HVP; CHA == HPA;Christoph Lohmann1-2/+2
2012-09-04Unifying the old style.Christoph Lohmann1-23/+24