index
:
swk
master
static widget kit
Anselm R Garbe <anselm@garbe.us>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-04
remove redundant dc_window function which is in libdc now
HEAD
master
Carlos J. Torres
1
-10/+2
2013-04-04
link against libdc
Carlos J. Torres
1
-1/+1
2010-08-31
* Properly fix fPIC build
pancake
4
-14/+11
2010-08-31
fix fPIC compilation
pancake
2
-12/+10
2010-08-31
cleanup warnings
pancake
5
-7/+10
2010-08-31
use imlib2 to load images for x11 backend
pancake
5
-22/+86
2010-08-30
check popen return value in calc example
pancake
1
-7/+7
2010-08-27
honor user-defined font in X11 backend
pancake
2
-10/+8
2010-08-27
enhace support for drawing lines in x11 backend
pancake
1
-6/+1
2010-08-27
fix event handling 100% cpu usage
pancake
3
-42/+38
2010-08-25
various fixes in animation and layout of test.c
pancake
3
-16/+24
2010-08-25
initial implementation of multiline input widget
pancake
8
-29/+443
2010-08-24
add CCCOLOR for Current Column Color
pancake
6
-17/+66
2010-08-24
fix cursor in swk_entry with some ugly hacks
pancake
5
-8/+38
2010-08-24
fix button widget boundaries
pancake
1
-16/+9
2010-08-24
fix event issue on some xorg versions
pancake
2
-35/+27
2010-08-22
drop useless check in gi_x11. dc_init ensures non-null pointer
pancake
3
-2/+4
2010-08-22
honor config.h colors and fix window boundaries in gi_x11
pancake
9
-44/+85
2010-08-19
removed useless has_event stuff
anselm@garbe.us
4
-26/+2
2010-08-19
minor fix to has_event
anselm@garbe.us
1
-3/+1
2010-08-19
fix clean rule
anselm@garbe.us
1
-1/+1
2010-08-18
add calculator sample application
pancake
2
-1/+86
2010-08-18
use config.def.mk to cache build options
pancake
3
-24/+25
2010-08-18
* Add 'uninstall' target
pancake
3
-2/+24
2010-07-01
fix x11 keyboard input (backspace, return)
pancake
5
-30/+27
2010-07-01
initial import of the x11 backend
pancake
2
-0/+275
2010-06-11
update TODO file
pancake
3
-14/+26
2010-06-11
fix glitch drawing first column when colpos=0
pancake
2
-0/+7
2010-06-11
added horitzontal dragging support to move column position
pancake
4
-8/+27
2010-06-10
add support for a second column
pancake
8
-87/+135
2010-06-10
auto scroll when focusing out of screen widgets
pancake
4
-7/+42
2010-06-09
add some more notes in TODO file
pancake
5
-35/+35
2010-06-09
protect rendering function with a singleton
pancake
3
-14/+96
2010-05-15
Single global SwkWindow
pancake
5
-66/+77
2010-05-09
Apply Robert Ransom patchset fixing make clean and removing debug printf
pancake
2
-59/+15
2010-05-08
Fix "make clean".
Robert Ransom
1
-1/+3
2010-05-08
Fix "event: key ..." bread crumbs.
Robert Ransom
1
-2/+2
2010-05-07
oops. add missing files
pancake
2
-0/+0
2010-05-07
move example programs to 't/' directory
pancake
8
-135/+237
2010-05-07
initial import of ui.c (ascii-art UI description parser)
pancake
5
-20/+163
2010-05-07
initial working drawing for swk_sketch()
pancake
3
-8/+13
2010-05-06
fix mouseup invalid click issue
pancake
2
-7/+10
2010-05-06
added specific config.h for n900 (landscape/portrait)
pancake
4
-8/+62
2010-05-06
add null pointer check in putpixel()
pancake
5
-10/+44
2010-05-06
Added getscrpoint helper in gi_sdl
pancake
2
-20/+24
2010-05-05
* Fix click/scroll event handling
pancake
3
-51/+51
2010-04-28
fix img_free
pancake
6
-9/+73
2010-04-28
do not initialize twice the video (fix n900 100% cpu)
pancake
1
-2/+3
2010-04-28
fix screen size on non-tiled window managers
pancake
3
-6/+29
2010-04-28
add image support to gi backend
pancake
7
-10/+86
[next]