Pietro Gagliardi
|
f93973d3cb
|
Migrated implbug() and userbug() to uipriv forms.
|
2018-04-15 21:46:08 -04:00 |
Pietro Gagliardi
|
6b33c62b84
|
More TODOs.
|
2016-11-08 09:12:11 -05:00 |
Pietro Gagliardi
|
3eeb15bcdb
|
Added the initial implementation of the custom resize code.
|
2016-11-01 11:58:01 -04:00 |
Pietro Gagliardi
|
cc1942a929
|
Prepared OS X for the new uiArea functions.
|
2016-10-26 01:15:01 -04:00 |
Pietro Gagliardi
|
864c6c2511
|
Finished stripping ui.h of intmax.
|
2016-06-13 21:20:20 -04:00 |
Pietro Gagliardi
|
440635447d
|
More intmax_t removal.
|
2016-06-13 21:05:40 -04:00 |
Pietro Gagliardi
|
ec4efe027b
|
Some TODO resolution.
|
2016-05-28 17:36:31 -04:00 |
Pietro Gagliardi
|
a6c48e087b
|
10.8 fixups.
|
2016-05-28 15:57:01 -04:00 |
Pietro Gagliardi
|
3d9d782db3
|
Implemented enabling/disabling on uiArea on OS X.
|
2016-05-28 12:32:47 -04:00 |
Pietro Gagliardi
|
c74ac88598
|
Changed uiArea to use the new scroll view stuff on OS X.
|
2016-05-28 00:21:30 -04:00 |
Pietro Gagliardi
|
221d57cac5
|
More unnecessary TODO removal. Thanks to swillits in irc.freenode.net/#macdev.
|
2016-05-26 23:43:51 -04:00 |
Pietro Gagliardi
|
f8311aa14d
|
More TODO resolution.
|
2016-05-26 22:00:08 -04:00 |
Pietro Gagliardi
|
0205f2e5ca
|
Got rid of complain() on GTK+.
|
2016-05-13 21:00:12 -04:00 |
Pietro Gagliardi
|
d52c92d2f8
|
Cleaned out complain()s in the OS X backend. Affects everything *except* drawtext.m, which will need its own migration.
|
2016-05-13 20:14:46 -04:00 |
Pietro Gagliardi
|
c36d5079db
|
Migrated the controls that don't have children to the new object method model on OS X.
|
2016-04-25 11:54:09 -04:00 |
Pietro Gagliardi
|
639a010a56
|
Tested everything by migrating darwin/combobox.m; fixed errors along the way. Also more TODOs.
|
2016-04-25 10:23:16 -04:00 |
Pietro Gagliardi
|
b6c54aac43
|
Fixed build errors. Let's test!
|
2016-04-24 16:14:19 -04:00 |
Pietro Gagliardi
|
5efad5e850
|
Migrated the uiNewControl() definitions on OS X. This just leaves uiMenu.
|
2016-04-24 16:03:13 -04:00 |
Pietro Gagliardi
|
7b0f930185
|
Removed all the type function declarations from all the controls. More TODOs.
|
2016-04-24 15:04:36 -04:00 |
Pietro Gagliardi
|
7f2194c383
|
Typo fixes in the previous commit.
|
2016-01-24 21:50:10 -05:00 |
Pietro Gagliardi
|
ab0230b428
|
Added a function for scrolling uiAreas. Implemented on OS X; stubbed elsewhere.
|
2016-01-24 21:41:34 -05:00 |
Pietro Gagliardi
|
11a3fcfad0
|
Fixed the drawing shenanigans.
|
2016-01-08 13:51:39 -05:00 |
Pietro Gagliardi
|
a1beccd63d
|
Pinpointed the issues with mouseExited:. A TODO for now; this is gonna be murder to figure out :)
|
2015-12-27 22:19:59 -05:00 |
Pietro Gagliardi
|
66ad8066ea
|
Improved the exited debugging.
|
2015-12-27 17:13:57 -05:00 |
Pietro Gagliardi
|
93a9847b59
|
Added debugging code for mouseExited:. In El Capitan it's not working in scrolled views...
|
2015-12-27 16:15:18 -05:00 |
Pietro Gagliardi
|
c095d80098
|
Implemented mouse tracking on OS X.
|
2015-12-19 16:35:18 -05:00 |
Pietro Gagliardi
|
35f2cc55da
|
Fixed compiler errors. Now to implement mouse tracking.
|
2015-12-19 16:15:50 -05:00 |
Pietro Gagliardi
|
a0c3c80393
|
Finished migrating OS X uiArea to the new scroll system. Now to compile and test. Crossed events come next.
|
2015-12-19 15:33:54 -05:00 |
Pietro Gagliardi
|
8cf437211d
|
Dropped ALL the custom scrolling crap from darwin/area.m. We're going back to NSScrollView baby!
|
2015-12-19 15:13:44 -05:00 |
Pietro Gagliardi
|
8084041139
|
Removed uiAreaHandler.RedrawOnResize(); Direct2D requires us to always redraw on resize (see previous commit). Added windows/amd64 to the example makefiles and updated them to use libui.xxx instead of new.xxx.
|
2015-12-04 21:04:51 -05:00 |
Pietro Gagliardi
|
191c026d29
|
And implemented on OS X.
|
2015-10-14 08:50:56 -04:00 |
Pietro Gagliardi
|
2cbbc6c69d
|
Removed the DPI fields from uiAreaDrawParams. We no longer worry about DPI.
|
2015-10-13 19:44:16 -04:00 |
Pietro Gagliardi
|
40acbd8fa0
|
Did the matrix stuff on OS X. Now we can implement more tests.
|
2015-10-11 13:53:47 -04:00 |
Pietro Gagliardi
|
7075bea0f5
|
Added uiAreaQueueRedrawAll() and implemented on all platforms. NOW we can focus exclusively on the test suite.
|
2015-10-09 15:27:57 -04:00 |
Pietro Gagliardi
|
56d0d35f83
|
More TODOs.
|
2015-10-09 12:34:26 -04:00 |
Pietro Gagliardi
|
4deb0f364c
|
Migrated the OS X uiArea back into main.
|
2015-10-09 12:33:45 -04:00 |