summaryrefslogtreecommitdiff
path: root/new/TODO.md
AgeCommit message (Collapse)Author
2015-04-12More TODOs.Pietro Gagliardi
2015-04-12More TODOs.Pietro Gagliardi
2015-04-12Fixed a major flaw in the GTK+ implementation I only realized now: by ↵Pietro Gagliardi
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-11More TODOs.Pietro Gagliardi
2015-04-10More of the previous commit. More TODOs.Pietro Gagliardi
2015-04-10Moved the control IDs TODO to TODO.md as that's a long-term TODO; it depends ↵Pietro Gagliardi
on how container controls play out.
2015-04-10More TODOs.Pietro Gagliardi
2015-04-10More TODOs.Pietro Gagliardi