2013-04-04 02:38 | remove redundant dc_window function which is in libdc now | Carlos J. Torres | 1 | +2 | -10 |
2013-04-04 02:37 | link against libdc | Carlos J. Torres | 1 | +1 | -1 |
2010-08-31 22:43 | * Properly fix fPIC build | pancake | 4 | +11 | -14 |
2010-08-31 22:31 | fix fPIC compilation | pancake | 2 | +10 | -12 |
2010-08-31 22:26 | cleanup warnings do not update in motion | pancake | 5 | +10 | -7 |
2010-08-31 22:11 | use imlib2 to load images for x11 backend set x11 window title add support for loading and manipulating images in x11 added image.c api to wrap Imlib and cache images | pancake | 5 | +86 | -22 |
2010-08-30 20:53 | check popen return value in calc example | pancake | 1 | +7 | -7 |
2010-08-27 18:32 | honor user-defined font in X11 backend remove warnings | pancake | 2 | +8 | -10 |
2010-08-27 18:01 | enhace support for drawing lines in x11 backend fix build | pancake | 1 | +1 | -6 |
2010-08-27 17:55 | fix event handling 100% cpu usage remove unnecessary touchscreen hacks on x11 fix tlock example for small screens | pancake | 3 | +38 | -42 |
2010-08-25 03:30 | various fixes in animation and layout of test.c | pancake | 3 | +24 | -16 |
2010-08-25 03:00 | initial implementation of multiline input widget swk_text is the widget to enter multiple lines of text supports scrolling, cursor and basic text manipulation filter keycodes at backend level on x11 and sdl add support for 5 button mouse to gi_x11 add animation between screens in t/test.c enter key no longers activates the widget, press control+enter | pancake | 8 | +443 | -29 |
2010-08-24 21:14 | add CCCOLOR for Current Column Color fill the background of some widgets with ColorBG fix text height in SDL rendering update config.def.h | pancake | 6 | +66 | -17 |
2010-08-24 20:06 | fix cursor in swk_entry with some ugly hacks use USE_X11 and USE_SDL defines fix error message when cannot open images add 'close' button in scrollwin screen of test.c | pancake | 5 | +38 | -8 |
2010-08-24 17:04 | fix button widget boundaries | pancake | 1 | +9 | -16 |
2010-08-24 16:34 | fix event issue on some xorg versions various simplifications in the x11 backend use the libdraw's pixmap add left spacing in button and bigbutton widgets | pancake | 2 | +27 | -35 |
2010-08-22 06:06 | drop useless check in gi_x11. dc_init ensures non-null pointer add support for floating point arithmetics to t/calc | pancake | 3 | +4 | -2 |
2010-08-22 05:54 | honor config.h colors and fix window boundaries in gi_x11 use libdraw as dependency for gi_x11 and other minor cosmetic changes | pancake | 9 | +85 | -44 |
2010-08-19 10:18 | removed useless has_event stuff | anselm@garbe.us | 4 | +2 | -26 |
2010-08-19 09:57 | minor fix to has_event | anselm@garbe.us | 1 | +1 | -3 |
2010-08-19 09:48 | fix clean rule | anselm@garbe.us | 1 | +1 | -1 |
2010-08-18 22:38 | add calculator sample application | pancake | 2 | +86 | -1 |
2010-08-18 21:30 | use config.def.mk to cache build options simplify readme | pancake | 3 | +25 | -24 |
2010-08-18 18:14 | * Add 'uninstall' target * Add more information in README * Display warning when image cannot be loaded | pancake | 3 | +24 | -2 |
2010-07-01 23:40 | fix x11 keyboard input (backspace, return) fix vertical align text in buttons in x11 clean warnings and remove deprecated code | pancake | 5 | +27 | -30 |
2010-07-01 19:53 | initial import of the x11 backend | pancake | 2 | +275 | -0 |
2010-06-11 09:06 | update TODO file fix initial break in tlock.c test program fix segfault and invalid w->col value | pancake | 3 | +26 | -14 |
2010-06-11 08:52 | fix glitch drawing first column when colpos=0 doublemove the column position (sync with Y axis speed) | pancake | 2 | +7 | -0 |
2010-06-11 08:46 | added horitzontal dragging support to move column position dim colpos range between [0:w->r.w] sync config.n900.h | pancake | 4 | +27 | -8 |
2010-06-10 22:47 | add support for a second column hook Control-{H,L} to move left/right the column one/two column setup can be changed in runtime fix string corruption issue swk_gi_text make SCROLLSPEED configurable | pancake | 8 | +135 | -87 |
2010-06-10 09:04 | auto scroll when focusing out of screen widgets added support for multiline widgets added big button widget | pancake | 4 | +42 | -7 |
2010-06-09 21:43 | add some more notes in TODO file define FONTFACTOR in gi_sdl and fix text width wrap add IS_SCROLLBOX macro some indent fixes and simplify some code | pancake | 5 | +35 | -35 |
2010-06-09 21:03 | protect rendering function with a singleton do not pass any argument to swk_update() add 'tlock' example program with clock | pancake | 3 | +96 | -14 |
2010-05-15 11:24 | Single global SwkWindow w->running is moved outside window swk_init is now named swk_use() | pancake | 5 | +77 | -66 |
2010-05-09 02:37 | Apply Robert Ransom patchset fixing make clean and removing debug printf Cleanup README and split it into TODO | pancake | 2 | +15 | -59 |
2010-05-08 22:07 | Fix "make clean". | Robert Ransom | 1 | +3 | -1 |
2010-05-08 22:03 | Fix "event: key ..." bread crumbs. | Robert Ransom | 1 | +2 | -2 |
2010-05-07 11:44 | oops. add missing files | pancake | 2 | +0 | -0 |
2010-05-07 11:42 | move example programs to 't/' directory fix swk.mk and use it from t/Makefile remove <enter> key from desktop config.h doublescroll also with mouse wheel fix segfault in swk_gi_text when passing null string initial working version of the ascii-art ui api (t/ui.c) | pancake | 9 | +391 | -289 |
2010-05-07 10:18 | initial import of ui.c (ascii-art UI description parser) install missing swk.h clean warnings | pancake | 5 | +163 | -20 |
2010-05-07 00:16 | initial working drawing for swk_sketch() fix sketch inner surface boundaries | pancake | 3 | +13 | -8 |
2010-05-06 23:29 | fix mouseup invalid click issue describe build instructions in README | pancake | 2 | +10 | -7 |
2010-05-06 23:10 | added specific config.h for n900 (landscape/portrait) workaround for touchscreens (report wrong click x,y) small performance trick for scrolling fix keyboard input in n900 remove the ugly performance trick fix layout of 'about' panel in test program | pancake | 4 | +62 | -8 |
2010-05-06 22:59 | add null pointer check in putpixel() add swk_gi_img_new() to get blank surface display text cursor line in swk_entry initial nonworking implementation of swk_sketch | pancake | 5 | +44 | -10 |
2010-05-06 08:18 | Added getscrpoint helper in gi_sdl Scrollbox is never full window unless specified Draw lines with rects (faster than per-pixel) Implement swk_gi_img_set in sdl to paint pixels | pancake | 2 | +24 | -20 |
2010-05-05 09:12 | * Fix click/scroll event handling * Use constants in putpixel (reduce LOC and complexity) - Remove useless space chars * Minor cleanup for config.def.h - remove N900 stuff, drop bold fonts | pancake | 3 | +51 | -51 |
2010-04-28 22:08 | fix img_free fix line width in swk_label some changes in config.h | pancake | 6 | +73 | -9 |
2010-04-28 21:05 | do not initialize twice the video (fix n900 100% cpu) fix mousebuttondown scrolling scroll two times | pancake | 1 | +3 | -2 |
2010-04-28 20:32 | fix screen size on non-tiled window managers fit initial resize on tiled window managers lock surface on flipping support more than one scrolling area display scroll index on scrolling separators | pancake | 3 | +29 | -6 |
2010-04-28 15:55 | add image support to gi backend tested in example added global event handler in SwkWindow | pancake | 7 | +86 | -10 |
2010-04-28 14:54 | Fix segfault and some keys in n900 | pancake | 2 | +5 | -4 |
2010-04-28 10:17 | implement drag scrolling some minor source simplifications | pancake | 2 | +38 | -27 |
2010-04-28 01:46 | add support for mouse wheel to scroll compile shared library | pancake | 4 | +53 | -35 |
2010-04-28 01:06 | implement full window contents scroll | pancake | 1 | +5 | -5 |
2010-04-28 00:58 | implement progressbar widget some modifications in vertical filler code.. still ugly | pancake | 3 | +57 | -8 |
2010-04-28 00:14 | Added keybindings and functions to scroll and change font size ^+ , ^- to increase/decrease font size ^j, ^k to scroll down and up the vertical filled area No more overlapped widgets Scrolling is possible when using vertical filler | pancake | 5 | +105 | -36 |
2010-04-27 00:09 | do not overlap widgets when vertical fill used add second screen in test program | pancake | 3 | +37 | -8 |
2010-04-26 23:42 | added FONTBOLD define in config.def.h use gray instead of white for font color fix overflow in putpixel function (slow but ok) use antialiased fonts with SDL_ttf embed 'running' variable into SwkWindow swk_gi_fill now supports 'lil' mode (small box) fix overflow in text rendering vertical padding now fits better to bottom swk_exit gets the SwkWindow instance swk_option supports single or multioption selection mode | pancake | 5 | +84 | -32 |
2010-04-26 20:36 | define default window width/height in config.h implemented vertical filler widget option widget supports sharing widget root visual fixes in option widget | pancake | 5 | +61 | -42 |
2010-04-25 22:31 | initial implementation of swk_option widget | pancake | 3 | +34 | -0 |
2010-04-25 22:13 | added config.h to configure colors, font size and keys implied simplification in gi_sdl | pancake | 6 | +75 | -45 |
2010-04-22 13:01 | handle up/down arrow keys implement and use swk_password widget | pancake | 4 | +65 | -16 |
2010-04-21 21:08 | added swk_focus_first() hook ^[hjkl] and Esc keys do not append nonprintable chars in swk_entry align text widgets to their borders | pancake | 4 | +66 | -31 |
2010-04-21 15:24 | Some cleanups and remarks | anselm@garbe.us | 5 | +121 | -115 |
2010-04-21 12:21 | default colors from dwm by default use bold font in sdl backend do not render empty text fix mouse over widget focus | pancake | 3 | +37 | -34 |
2010-04-21 10:22 | swk_entry initial implementation focus_{prev|next} iterates only over non swk_fillers highlight label widgets extended test example | pancake | 4 | +63 | -13 |
2010-04-21 01:35 | fix test program reduce font size to 14px swk_fit_row is now static | pancake | 4 | +6 | -12 |
2010-04-21 01:21 | added sdl_ttf as dependency to draw text basic example is now working with layout and clicks implemented basic drawing primitives in sdl backend sdl backend can be configured with few defines on mouse over and click change box selection added 'Alt' modifier to SwkKeyMod | pancake | 6 | +235 | -52 |
2010-04-20 21:56 | create and install .mk and pkgconfig files fix build and clean warnings | pancake | 3 | +22 | -4 |
2010-04-20 08:32 | do not handle modifier-only keycodes fix key modifier enum | pancake | 2 | +18 | -16 |
2010-04-20 08:26 | fix keysym input (with unicode support) remove outdated stuff | pancake | 2 | +6 | -5 |
2010-04-20 08:19 | revert last commit refactorize some code and remove draw.{c|h} handle mouse events in sdl backend extended example program | pancake | 9 | +156 | -177 |
2010-04-19 23:29 | added pancakes stuff | Anselm R Garbe | 6 | +89 | -22 |
2010-04-19 23:20 | commit initial sdl backend discussed design is partially implemented | pancake | 8 | +288 | -16 |
2010-04-19 12:54 | some more changes | pancake | 1 | +7 | -7 |
2010-04-18 21:36 | result of our discussion today | Anselm R Garbe | 1 | +7 | -1 |
2010-04-18 20:48 | update | Anselm R Garbe | 4 | +49 | -215 |
2010-03-27 22:10 | initial stuff | arg@localhost.localdomain | 5 | +246 | -0 |