Pietro Gagliardi
|
e1baf2e04f
|
Some TODO resolution.
|
2015-04-16 23:32:22 -04:00 |
Pietro Gagliardi
|
158817357c
|
More TODOs.
|
2015-04-16 14:50:40 -04:00 |
Pietro Gagliardi
|
0a34d4f894
|
Converted windows/windows.c. Now to build and test. More TODOs.
|
2015-04-16 09:44:06 -04:00 |
Pietro Gagliardi
|
7b73734854
|
Fixed build warnings. More TODOs.
|
2015-04-15 23:14:36 -04:00 |
Pietro Gagliardi
|
4ff76fec17
|
More TODOs.
|
2015-04-12 12:59:39 -04:00 |
Pietro Gagliardi
|
7ddd16b30a
|
More TODOs.
|
2015-04-12 12:53:16 -04:00 |
Pietro Gagliardi
|
efca31420b
|
Fixed a major flaw in the GTK+ implementation I only realized now: by calling gtk_widget_show_all() in uiWindowShow(), we override the user's explicit hide settings! Fix it by calling gtk_widget_show() there (to only show the window), and gtk_widget_show_all() in both the new control constructor (to show the new control initially) and in the container constructor (to show that initially too).
|
2015-04-12 00:59:32 -04:00 |
Pietro Gagliardi
|
a929a0416d
|
More TODOs.
|
2015-04-11 18:24:53 -04:00 |
Pietro Gagliardi
|
ebb77919f9
|
More of the previous commit. More TODOs.
|
2015-04-10 23:24:21 -04:00 |
Pietro Gagliardi
|
0cfe64c2bb
|
Moved the control IDs TODO to TODO.md as that's a long-term TODO; it depends on how container controls play out.
|
2015-04-10 18:32:04 -04:00 |
Pietro Gagliardi
|
e7adf623ae
|
More TODOs.
|
2015-04-10 14:31:16 -04:00 |
Pietro Gagliardi
|
07187a4d18
|
More TODOs.
|
2015-04-10 14:29:45 -04:00 |