Commit Graph

1471 Commits

Author SHA1 Message Date
Pietro Gagliardi 04d2c460ae Removed the existing date/time picker; this isn't the preferred way to d o it in modern programs according to Company 2015-09-03 18:10:53 -04:00
Pietro Gagliardi da991fd5bd Fixed a small error in the drawing code transcription. 2015-09-03 17:04:53 -04:00
Pietro Gagliardi 65efca6c30 Started writing the GTK+ date time picker. Cloned GtkEntry frame and background drawing. 2015-09-03 16:48:04 -04:00
Pietro Gagliardi 8ec69eedc1 Added a basic README. 2015-09-02 21:58:27 -04:00
Pietro Gagliardi 5e9be14f7a More screenshots. 2015-09-02 21:51:29 -04:00
Pietro Gagliardi b8b4ee989f More screenshots. 2015-09-02 21:31:59 -04:00
Pietro Gagliardi dab88e74f2 Fixed uiGroup children positioning on Windows. 2015-09-02 21:29:16 -04:00
Pietro Gagliardi 4fc345077b Added a control gallery example. 2015-09-02 21:12:24 -04:00
Pietro Gagliardi eb7372f7c4 Fixed a memory leak. 2015-09-02 19:46:10 -04:00
Pietro Gagliardi 8df022f806 Fixed up uiSpinbox now that we can do it without having an extra container in the way. 2015-09-02 19:35:34 -04:00
Pietro Gagliardi 7abf662076 More TODOs. 2015-09-02 18:29:14 -04:00
Pietro Gagliardi c8ec6e396e More TODOs. 2015-09-02 18:27:12 -04:00
Pietro Gagliardi 80a5f1ac29 More uiRadioButtons work. 2015-09-02 18:26:48 -04:00
Pietro Gagliardi a797c255c1 Cleaned up TODO.md. 2015-09-02 17:49:18 -04:00
Pietro Gagliardi a96e76a4b5 More TODOs. 2015-09-02 16:43:20 -04:00
Pietro Gagliardi 4c85493f2e More TODOs. 2015-09-02 16:29:40 -04:00
Pietro Gagliardi 35a4098a35 Made the uiWindow grow when necessary. 2015-09-02 16:26:54 -04:00
Pietro Gagliardi 3f1b72721e Implemented uiTab minimum size and uiWindow resize restriction. 2015-09-02 16:02:06 -04:00
Pietro Gagliardi 54332b90fb Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
Pietro Gagliardi e3c64dc0d1 Removed what was left in the main folder. We are so fucking close.. 2015-09-02 13:47:18 -04:00
Pietro Gagliardi a14112861f Removed TODOs related to wine bugs. 2015-09-02 13:42:45 -04:00
Pietro Gagliardi 597b1cea5a Made uiTab pages siblings of the tab control itself rather than children. This is more correct. 2015-09-02 13:19:34 -04:00
Pietro Gagliardi eaf8875b3f More boilerplate for uiTab parent changes: added a way to rearrange the Z-order of the current control. 2015-09-02 12:59:57 -04:00
Pietro Gagliardi f6bb30b1e5 Made uiTab a tab stop. 2015-09-02 09:41:32 -04:00
Pietro Gagliardi d44f966fc3 Removed the obsolete HasTabStops() from the Windows backend. It was needed for uiTab due to the incorrect way it worked before; soon I will make it the correct way, and we won't need it. 2015-09-02 09:39:21 -04:00
Pietro Gagliardi 8846af48d4 Implemented z-ordering on uiBox. 2015-09-02 09:36:53 -04:00
Pietro Gagliardi 6be1cabf22 Started integrating tab stops and control IDs. Single-control situations handled. 2015-09-02 09:18:49 -04:00
Pietro Gagliardi 42f6d0f974 Set up the framework for handling Z-order and control IDs. Not actually used yet; we'll do that next. 2015-09-01 21:36:33 -04:00
Pietro Gagliardi 1bb98b2c61 Removed the OLD radio buttons and spinbox code. 2015-09-01 21:27:03 -04:00
Pietro Gagliardi f130360be6 More TODO resolution and TODOs. 2015-09-01 16:44:09 -04:00
Pietro Gagliardi e46822a9b1 More TODO resolution. 2015-09-01 16:10:29 -04:00
Pietro Gagliardi 25208dcab4 Some TODO resolution. 2015-09-01 13:51:25 -04:00
Pietro Gagliardi 9a3bffe566 Fixed a whole bunch of sizing issues on the Windows backend. 2015-09-01 11:46:53 -04:00
Pietro Gagliardi 862b0402b9 More Windows uiTab work. 2015-09-01 11:33:25 -04:00
Pietro Gagliardi 57b9927a25 Some more testing hooks for Windows. 2015-09-01 11:24:16 -04:00
Pietro Gagliardi 5ea3307027 Partial uiTab rewiring. 2015-09-01 09:39:25 -04:00
Pietro Gagliardi 4714bbacd5 Set up uiBox sizing. 2015-09-01 09:18:37 -04:00
Pietro Gagliardi d3d62c849c Fixed uiWindows window sizing issues. 2015-09-01 08:42:42 -04:00
Pietro Gagliardi c4103afb49 Some runtime error fixes. 2015-09-01 07:47:29 -04:00
Pietro Gagliardi 993cb67ba4 Fixed linker errors. Now for runtime errors. 2015-09-01 07:33:13 -04:00
Pietro Gagliardi 099d15b638 More compiler issue fixing. 2015-09-01 07:21:18 -04:00
Pietro Gagliardi 7e11274e3a Fixed very many compilation issues. There's a lot more left to fix, though... 2015-08-31 17:50:23 -04:00
Pietro Gagliardi 67e87f213a Finished the initial run of box.c and GNUmakefile. Now to finally test the build which will break miserably! :D 2015-08-31 17:05:50 -04:00
Pietro Gagliardi 25bbd58915 And wrote up the new Windows control.c. Let's take this to the bridge!... oh right, box.c :| 2015-08-31 15:16:36 -04:00
Pietro Gagliardi cefd262f42 More migration. Just control.c left, and then we can build. 2015-08-31 15:14:02 -04:00
Pietro Gagliardi 413ec1a2c3 More migration. 2015-08-31 13:37:56 -04:00
Pietro Gagliardi 3a607cbbf2 Moved back a whole bunch of Windows files. 2015-08-31 12:45:53 -04:00
Pietro Gagliardi 1a39797a14 More Windows control work. 2015-08-31 12:33:44 -04:00
Pietro Gagliardi ec4ac0d596 Started the migration of uiTab on Windows. Phew; we're getting close... 2015-08-31 11:31:42 -04:00
Pietro Gagliardi 99c37b9697 Wrote up the boilerplate needed for tab pages. 2015-08-31 10:55:33 -04:00