URI: 
       Log - ltk - GUI toolkit for X11 (WIP)
  HTML git clone git://lumidify.org/ltk.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/ltk.git (encrypted, but very slow)
  HTML git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/ltk.git (over tor)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       Date              Commit message                            Author
   DIR 2024-05-10 15:59  Move keypress/keyrelease handling to se…  lumidify
   DIR 2024-05-06 21:33  Add basic combobox; improve external co…  lumidify
   DIR 2024-05-03 21:28  Remove unneeded clipping code             lumidify
   DIR 2024-05-03 21:16  Add basic radiobutton                     lumidify
   DIR 2024-05-03 17:35  Add basic checkbutton                     lumidify
   DIR 2024-05-03 12:01  Move ltk_surface definition to graphics…  lumidify
   DIR 2024-05-03 11:42  Remove some undefined behavior            lumidify
   DIR 2024-05-03 08:40  Fix clipping on border sides              lumidify
   DIR 2024-05-02 20:03  Implement theme inheritance               lumidify
   DIR 2024-05-02 14:10  Move theme config to main config file     lumidify
   DIR 2024-05-01 19:24  Restructure configuration parsing for k…  lumidify
   DIR 2024-04-27 13:10  Add mixed dpi support using xrandr        lumidify
   DIR 2024-03-26 09:51  Possibly fix nondeterministic freezing …  lumidify
   DIR 2024-03-25 18:16  Re-add client-server functionality        lumidify
   DIR 2024-03-15 21:00  Remove socket functionality for now       lumidify
   DIR 2023-11-16 21:31  Fix Makefile                              lumidify
   DIR 2023-11-15 21:51  Add basic image support; add more optio…  lumidify
   DIR 2023-10-27 10:16  Remove some boilerplate from command ha…  lumidify
   DIR 2023-09-01 16:35  Fix fontconfig initialization with pang…  lumidify
   DIR 2023-08-27 19:55  Add basic support for external line edi…  lumidify
   DIR 2023-08-25 12:56  Add basic support for RTL text to line …  lumidify
   DIR 2023-08-24 21:18  Add mouse support to text entry           lumidify
   DIR 2023-08-21 18:25  Add clipboard support to text entry       lumidify
   DIR 2023-08-17 20:47  Make line entry slightly more usable (b…  lumidify
   DIR 2023-08-17 13:38  Add more keysyms                          lumidify
   DIR 2023-08-16 20:11  Add double/triple-click; add explicit s…  lumidify
   DIR 2023-07-30 18:50  Add initial incomplete implementation o…  lumidify
   DIR 2022-07-23 11:08  Implement key events and mappings         lumidify
   DIR 2022-06-24 15:06  Add sequence numbers to protocol          lumidify
   DIR 2022-06-24 12:31  Add event masks                           lumidify
   DIR 2022-06-23 10:37  Standardize error handling                lumidify
   DIR 2022-06-22 17:27  Turn menu entries into regular widgets    lumidify
   DIR 2022-06-16 18:04  Remove obsolete draw.{c,h}                lumidify
   DIR 2022-06-16 18:04  Start adding widget flags                 lumidify
   DIR 2022-06-16 08:47  Clean up mouse event handling a bit; br…  lumidify
   DIR 2022-06-05 21:45  Abstract event handling a bit             lumidify
   DIR 2022-06-02 06:48  Improve theme handling                    lumidify
   DIR 2022-05-24 15:49  Fix bug with resizing widget surfaces     lumidify
   DIR 2022-05-22 19:49  Remove undefined behavior from widget v…  lumidify
   DIR 2022-05-22 19:16  Add command line argument to prevent da…  lumidify
   DIR 2022-05-22 19:11  Update stb_truetype                       lumidify
   DIR 2022-05-22 15:12  Add menus                                 lumidify
   DIR 2022-05-08 15:10  Make scrolling normal                     lumidify
   DIR 2022-05-05 11:14  Slightly improve graphics and text inte…  lumidify
   DIR 2022-04-25 20:03  Add hilariously bad pixmap cache          lumidify
   DIR 2021-12-26 10:02  Add double buffering                      lumidify
   DIR 2021-04-26 16:37  Add missing include for stdint.h          lumidify
   DIR 2021-03-03 15:46  Add line breaking to pango text backend   lumidify
   DIR 2021-03-01 19:07  Add basic line breaking to stb text ren…  lumidify
   DIR 2021-02-27 20:26  Add graphics helper functions             lumidify
   DIR 2021-02-22 21:26  Relicense to ISC to make the stupid lic…  lumidify
   DIR 2021-02-22 21:05  Move some functions from ltkd.c to widg…  lumidify
   DIR 2021-02-22 20:05  Move source files to src                  lumidify
   DIR 2021-02-22 19:01  Standardize some type names               lumidify
   DIR 2021-02-22 18:54  Change ltk_widget to use a vtable         lumidify
   DIR 2021-02-21 16:23  Exit ltkd when no clients are left        lumidify
   DIR 2021-02-20 21:52  Fix lots of warnings                      lumidify
   DIR 2021-02-20 21:01  Fix at least some of the millions of wa…  lumidify
   DIR 2021-02-20 20:15  Improve makefile, but possibly just mak…  lumidify
   DIR 2021-02-20 19:32  Move diagnostic functions to util         lumidify
   DIR 2021-02-20 17:02  Fix compilation on linux                  lumidify
   DIR 2021-02-20 17:00  Improve makefile                          lumidify
   DIR 2021-02-20 13:36  Improve memory wrappers                   lumidify
   DIR 2021-02-19 21:54  Somewhat simplify compile options         lumidify
   DIR 2021-02-19 21:43  Add wrapper for memory allocation         lumidify
   DIR 2021-02-17 18:36  Fix crash with pango renderer             lumidify
   DIR 2021-01-30 19:20  Redirect stdout and stderr to logfile     lumidify
   DIR 2021-01-30 17:01  Merge branch 'master' of lumidify.org:/…  lumidify
   DIR 2021-01-30 17:01  Add exit button to testbox.sh, just for…  lumidify
   DIR 2021-01-25 20:11  Fix includes                              lumidify
   DIR 2021-01-24 19:49  Fix some bugs; add buggy gopher test      lumidify
   DIR 2021-01-24 16:24  Make button clipping work somewhat        lumidify
   DIR 2021-01-23 21:11  Do some more stuff with the scrollbar, …  lumidify
   DIR 2021-01-23 15:42  Make scrollbar simpler so it works some…  lumidify
   DIR 2021-01-22 18:42  Somewhat fix mouse event handling         lumidify
   DIR 2021-01-19 21:24  Continue adding very broken scrollbar s…  lumidify
   DIR 2021-01-17 20:25  Add very broken scrollbar support to box  lumidify
   DIR 2021-01-16 21:56  Fix compilation with pango                lumidify
   DIR 2021-01-16 20:37  Improve resizing; misc. changes           lumidify
   DIR 2021-01-14 21:43  Add basic box widget                      lumidify
   DIR 2021-01-07 19:41  Add 'destroy' command; make grid sticky…  lumidify
   DIR 2021-01-06 20:54  Add label widget                          lumidify
   DIR 2020-12-31 19:34  Clean up headers a bit                    lumidify
   DIR 2020-12-30 20:37  Improve error reporting                   lumidify
   DIR 2020-12-29 21:44  Well, I guess I forgot to change that a…  lumidify
   DIR 2020-12-29 21:41  Improve logging                           lumidify
   DIR 2020-12-29 20:38  Improve theme handling                    lumidify
   DIR 2020-12-29 19:36  Clean up window even on fatal exit; add…  lumidify
   DIR 2020-12-29 13:34  Fix select delay on Linux; realize that…  lumidify
   DIR 2020-12-28 22:23  Read sockets from common directory so m…  lumidify
   DIR 2020-12-27 21:03  Cleanup                                   lumidify
   DIR 2020-12-24 21:17  Fix crash when destroying font            lumidify
   DIR 2020-12-24 13:14  Fix build on Linux                        lumidify
   DIR 2020-12-24 13:06  Use sockets instead of stdin and stdout   lumidify
   DIR 2020-09-13 19:28  Fix basic rendering                       lumidify
   DIR 2020-09-10 20:25  Add pango text support; break other tex…  lumidify
   DIR 2020-06-07 15:28  Add quit command                          lumidify
   DIR 2020-06-07 12:24  Make text rendering standalone            lumidify
   DIR 2020-06-07 10:05  Add config.mk                             lumidify
   DIR 2020-06-07 07:28  Add note about sleep(1) to README         lumidify
   DIR 2020-06-07 07:22  Fix event queueing                        lumidify
   DIR 2020-06-07 07:16  Misc. fixes                               lumidify
   DIR 2020-06-07 07:09  Somewhat fix parsing; improve test_anim…  lumidify
   DIR 2020-06-06 20:06  Fix some stuff                            lumidify
   DIR 2020-06-06 18:48  Add basic drawing area                    lumidify
   DIR 2020-06-06 17:17  Allow longer strings in commands; fix t…  lumidify
   DIR 2020-06-05 20:04  Add basic text rendering                  lumidify
   DIR 2020-06-04 17:59  And another whoops                        lumidify
   DIR 2020-06-04 17:54  Whoops                                    lumidify
   DIR 2020-06-03 19:44  Rework command system                     lumidify
   DIR 2020-06-02 16:56  Read from stdin instead of FIFO           lumidify
   DIR 2020-06-01 19:38  Check for invalid row/column              lumidify
   DIR 2020-06-01 19:14  Initial commit                            lumidify
       
  TEXT Atom feed
  TEXT Atom feed (tags)