.. |
CMakeLists.txt
|
Created a new file for the font matching code.
|
2018-03-11 19:32:08 -04:00 |
alloc.c
|
Migrated implbug() and userbug() to uipriv forms.
|
2018-04-15 21:46:08 -04:00 |
area.c
|
clickCounter -> uiprivClickCounter.
|
2018-04-15 22:26:51 -04:00 |
attrstr.c
|
Switched to using Pango background color attributes. Unix code done for now.
|
2018-03-11 20:23:18 -04:00 |
attrstr.h
|
Switched to using Pango background color attributes. Unix code done for now.
|
2018-03-11 20:23:18 -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
|
uiAlloc() et al -> uiprivAlloc() et al, GTK+ code.
|
2018-04-15 16:36:03 -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
|
Migrated implbug() and userbug() to uipriv forms.
|
2018-04-15 21:46:08 -04:00 |
draw.c
|
Migrated implbug() and userbug() to uipriv forms.
|
2018-04-15 21:46:08 -04:00 |
draw.h
|
Preparation for adding uiDrawCaret().
|
2017-02-10 16:16:43 -05: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
|
Migrated implbug() and userbug() to uipriv forms.
|
2018-04-15 21:46:08 -04:00 |
drawtext.c
|
Removed the NumLines and LineByteRange functions for now; I'll count them under extents.
|
2018-03-17 21:05:05 -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
|
Made the likewise changes on Unix.
|
2018-03-17 23:42:54 -04:00 |
fontmatch.c
|
Fixed build errors, some of which were overisghts and others were habits from the OS X code.
|
2018-03-11 19:59:11 -04:00 |
form.c
|
Merge pull request #141 from ProtonMail/ui-form-delete
|
2016-06-15 12:00:38 -04:00 |
future.c
|
Switched to using Pango background color attributes. Unix code done for now.
|
2018-03-11 20:23:18 -04:00 |
graphemes.c
|
uiAlloc() et al -> uiprivAlloc() et al, GTK+ code.
|
2018-04-15 16:36:03 -04: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
|
uiAlloc() et al -> uiprivAlloc() et al, GTK+ code.
|
2018-04-15 16:36:03 -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
|
uiAlloc() et al -> uiprivAlloc() et al, GTK+ code.
|
2018-04-15 16:36:03 -04:00 |
menu.c
|
shouldQuit() -> uiprivShouldQuit().
|
2018-04-15 21:54:46 -04:00 |
multilineentry.c
|
And handled caret behavior on GTK+.
|
2017-02-07 19:14:51 -05:00 |
opentype.c
|
Migrated opentype.c and graphemes.c back.
|
2018-03-11 16:15:28 -04:00 |
progressbar.c
|
Migrated implbug() and userbug() to uipriv forms.
|
2018-04-15 21:46:08 -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 |
text.c
|
Made the likewise changes on Unix.
|
2018-03-17 23:42:54 -04:00 |
uipriv_unix.h
|
Switched to using Pango background color attributes. Unix code done for now.
|
2018-03-11 20:23:18 -04:00 |
util.c
|
Got rid of complain() on GTK+.
|
2016-05-13 21:00:12 -04:00 |
window.c
|
Cleaned up debugging code and added the main loop bugfix to the README.
|
2016-10-24 17:47:23 -04:00 |