.. |
m4
|
* Add a Lua interface to (parts of) betawidget
|
2008-09-07 23:47:53 +00:00 |
platform
|
* Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line
|
2008-10-13 13:04:37 +00:00 |
tools
|
Make sure we correctly enable double buffering for SDL.
|
2008-09-18 22:21:08 +00:00 |
Makefile.am
|
* Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line
|
2008-10-13 13:04:37 +00:00 |
autogen.sh
|
* Add a Lua interface to (parts of) betawidget
|
2008-09-07 23:47:53 +00:00 |
betawidget.i
|
Replace the custom crafted Lua interface code for the addEventHandler and addTimerEventHandler methods of class widget with a SWIG typemap
|
2008-09-14 13:27:03 +00:00 |
clipboard.h
|
Improve the Doxygen documentation for clipboard.h; make the return value of widgetSetClipboardText on OS X mean something.
|
2008-08-30 10:02:28 +00:00 |
configure.ac
|
Check both the `lua5.1` and `lua` pkg-config package in betawidget's ./configure script
|
2008-09-13 22:36:47 +00:00 |
font.c
|
Add font.[ch] which abstract Cairo's internal font setting routines.
|
2008-08-25 18:25:13 +00:00 |
font.h
|
* Make sure that we only have a compile and link time dependency on Cairo when compiling and linking betawidget, not when using it
|
2008-09-06 15:38:31 +00:00 |
geom.c
|
Add GPLv2 or above licensing cruft to betawidget.
|
2008-08-13 22:00:17 +00:00 |
geom.h
|
Add more granular window positioning functions to Betawidget.
|
2008-08-15 19:29:57 +00:00 |
hBox.c
|
Making padding a const int, as opposed to accessing it directly, in the hBox class.
|
2008-10-16 12:34:19 +00:00 |
hBox.h
|
Add padding support to the hBox class; also, ensure that we set the default alignment/padding in the constructor; finally, improve the Doxygen documentation.
|
2008-10-16 10:38:50 +00:00 |
internal-cairo.h
|
* Don't use a single cairo_pattern to store the window gradient for ''all'' windows
|
2008-09-13 23:15:44 +00:00 |
keycode.h
|
Add GPLv2 or above licensing cruft to betawidget.
|
2008-08-13 22:00:17 +00:00 |
lua-wrap.h
|
* Add a Lua interface to (parts of) betawidget
|
2008-09-07 23:47:53 +00:00 |
spacer.c
|
Fix a couple of typos and a compiler warning in betawidget.
|
2008-08-20 13:05:44 +00:00 |
spacer.h
|
* Add a Lua interface to (parts of) betawidget
|
2008-09-07 23:47:53 +00:00 |
table.c
|
Add support for setting the horizontal/vertical padding of a table and fix a bug in the padding alignment code.
|
2008-11-21 18:51:34 +00:00 |
table.h
|
Fix an indentation error in table.h
|
2008-11-22 13:55:01 +00:00 |
textEntry.c
|
Add textEntry class (warning: unfinished) to betawidget.
|
2008-09-02 17:53:34 +00:00 |
textEntry.h
|
* Add a Lua interface to (parts of) betawidget
|
2008-09-07 23:47:53 +00:00 |
vector.c
|
Add GPLv2 or above licensing cruft to betawidget.
|
2008-08-13 22:00:17 +00:00 |
vector.h
|
Add GPLv2 or above licensing cruft to betawidget.
|
2008-08-13 22:00:17 +00:00 |
widget.c
|
Add the concept of a NUL size to betawidget which is needed to allow widgets to be added to a parent-less container.
|
2008-11-21 17:52:21 +00:00 |
widget.h
|
Fix the inclusion of GLEE in betawidget; this fixes the blending problems under nVidia Linux. Plus some minor indentation fixes.
|
2008-09-18 11:24:36 +00:00 |
window.c
|
Slight cosmetic improvement to the window alignment code (factoring out a / 2).
|
2008-09-18 22:56:36 +00:00 |
window.h
|
Switch from a virtal method to an event handler for re-generating the window's pattern.
|
2008-09-14 13:49:37 +00:00 |