libui/unix
Pietro Gagliardi f46edd097b uiDrawTextWeightUtraBold. 2016-10-21 16:35:46 -04:00
..
CMakeLists.txt Merge branch 'master' of github.com:andlabs/libui 2016-08-10 22:08:45 -04:00
alloc.c Cleaned up the debugging infrastructure on Windows (we stopped using the strsafe functions so there's no useful failure case anymore) and implemented the new one. 2016-05-13 22:05:02 -04:00
area.c Removed intmax_t from everything else EXCEPT the Windows code. Now it's time for THAT... 2016-06-13 21:37:50 -04:00
box.c Started replacement of intmax_t and uintmax_t with int. 2016-06-13 20:46:11 -04:00
button.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
cellrendererbutton.c Some TODO resolution. 2016-06-29 19:20:43 -04:00
checkbox.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
child.c Some TODO resolution/stale TODO elimination. 2016-05-05 17:58:26 -04:00
colorbutton.c Implemented uiColorButton on GTK+. 2016-05-15 23:18:11 -04:00
combobox.c More intmax_t removal. 2016-06-13 21:05:40 -04:00
control.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
datetimepicker.c Even more TODO resolution in uiDateTimePicker on GTK+. 2016-05-22 19:40:56 -04:00
debug.c Started resolving TODOs in the GTK+ backend, marking some LONGTERM. In particular, uiDateTimePicker no longer will be localized, as there doesn't seem to be a way to get that info out. 2016-05-22 19:17:42 -04:00
draw.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
draw.h A lot more drawing migration on Windows. With that done, though, we can finally do this... 2016-05-05 21:49:50 -04:00
drawmatrix.c Answered matrix scaling stuff. https://www.willamette.edu/~gorr/classes/GeneralGraphics/Transforms/transforms2d.htm#Combining 2016-05-22 22:52:29 -04:00
drawpath.c Switched from using M_PI to a named constant uiPi. 2016-05-22 12:00:44 -04:00
drawtext.c uiDrawTextWeightUtraBold. 2016-10-21 16:35:46 -04:00
editablecombo.c Split uiCombobox on GTK+. 2016-05-24 01:35:05 -04:00
entry.c Implemented uiPasswordEntry and uiSearchEntry on GTK+. 2016-06-05 20:54:16 -04:00
fontbutton.c Converted the basic GTK+ controls. Now for the containers. 2016-04-25 20:00:25 -04:00
form.c Merge pull request #141 from ProtonMail/ui-form-delete 2016-06-15 12:00:38 -04:00
future.c Split future symbols into a new file and added one we need to fix our button cell renderer on 3.20. 2016-06-29 15:33:30 -04:00
graphemes.c fix header name 2016-05-26 09:17:34 +08:00
grid.c Finished stripping ui.h of intmax. 2016-06-13 21:20:20 -04:00
group.c More conversion work, including getting rid of a few now-unnecessary function declarations. 2016-04-25 20:09:20 -04:00
image.c Put images on uiTables. We're going to have to swizzle on OS X after all :( 2016-06-27 16:11:15 -04:00
label.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
main.c Split future symbols into a new file and added one we need to fix our button cell renderer on 3.20. 2016-06-29 15:33:30 -04:00
menu.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
multilineentry.c Fixed multilne entry changed events on GTK+. 2016-05-22 23:14:33 -04:00
progressbar.c Stop uiProgressBar pulsing on destroy on GTK+. Fixes #163. 2016-06-21 12:39:53 -04:00
radiobuttons.c More intmax_t removal. 2016-06-13 21:05:40 -04:00
separator.c Added uiNewVerticalSeparator(). 2016-06-17 11:02:17 -04:00
slider.c More intmax_t elminiation. 2016-06-13 20:55:50 -04:00
spinbox.c More intmax_t elminiation. 2016-06-13 20:55:50 -04:00
stddialogs.c More TODO resolution and LONGTERM relegation. 2016-05-28 21:17:54 -04:00
tab.c More intmax_t elminiation. 2016-06-13 20:55:50 -04:00
table.c Added uiTable value setting and events on GTK+. 2016-06-28 22:36:56 -04:00
text.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
uipriv_unix.h Split future symbols into a new file and added one we need to fix our button cell renderer on 3.20. 2016-06-29 15:33:30 -04:00
util.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
window.c Call gtk_widget_destroy() instead of g_object_unref() when destroying uiWindows. Fixes #165. 2016-06-21 12:15:38 -04:00