libui/unix
Pietro Gagliardi dd54469677 Set up a future system for OS X like we have on GTK+ and moved everything we already have to it. You'll notice we also set up a loader for what we're going to use this for: using OpenType attributes directly on OS X. 2017-05-19 16:40:52 -04:00
..
CMakeLists.txt Filled in GTK+ opentype.c. This is gonna suck as much as it does now... 2017-05-17 22:56:55 -04:00
_old_drawtext.c
alloc.c Ugh of course I screwed up the malloc() test. Fixed a crash on GTK+ since I guess OS X malloc() autofills to 0? 2017-02-20 15:14:53 -05:00
area.c Preparation for adding uiDrawCaret(). 2017-02-10 16:16:43 -05:00
attrstr.c And implemented the new features stuff on the GTK+ side. 2017-05-17 23:37:16 -04:00
box.c
button.c
cellrendererbutton.c
checkbox.c
child.c
colorbutton.c
combobox.c
control.c
datetimepicker.c
debug.c
draw.c Preparation for adding uiDrawCaret(). 2017-02-10 16:16:43 -05:00
draw.h Preparation for adding uiDrawCaret(). 2017-02-10 16:16:43 -05:00
drawmatrix.c
drawpath.c
drawtext.c More TODOs. 2017-02-24 21:43:37 -05:00
editablecombo.c
entry.c
fontbutton.c Reimplemented uiFontButton on GTK+. 2017-02-11 14:45:58 -05:00
form.c
future.c Added uiAttribute handling code to the GTK+ backend. Not finished yet; not used yet. 2017-02-20 17:11:52 -05:00
graphemes.c
grid.c
group.c
image.c
label.c
main.c
menu.c
multilineentry.c And handled caret behavior on GTK+. 2017-02-07 19:14:51 -05:00
opentype.c And implemented the new features stuff on the GTK+ side. 2017-05-17 23:37:16 -04:00
progressbar.c
radiobuttons.c
separator.c
slider.c
spinbox.c
stddialogs.c
tab.c
text.c
uipriv_unix.h Set up a future system for OS X like we have on GTK+ and moved everything we already have to it. You'll notice we also set up a loader for what we're going to use this for: using OpenType attributes directly on OS X. 2017-05-19 16:40:52 -04:00
util.c
window.c