| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-14 | More parent planning and related API changes. I now have a better handle ↵ | Pietro Gagliardi | |
| over what I want after last night: p.SetChild() is only called by w.SetChild() and the various uiTab and uiGroup methods; everything else should call Control.SetParent(). Some renaming is needed. | |||
| 2015-04-13 | More parent planning. | Pietro Gagliardi | |
| 2015-04-13 | Added a document explaining how parents and children relate. I'm starting to ↵ | Pietro Gagliardi | |
| think the current system actually does work fine after all... | |||
| 2015-04-13 | More TODOs. | Pietro Gagliardi | |
| 2015-04-13 | Okay, I have no idea what I'm going to do | Pietro Gagliardi | |
| 2015-04-13 | More glossary work. | Pietro Gagliardi | |
| 2015-04-13 | More GLOSSARY stuff. | Pietro Gagliardi | |
| 2015-04-13 | More glossary work. | Pietro Gagliardi | |
| 2015-04-13 | Added a glossary. I'm still not too happy with this... | Pietro Gagliardi | |
| 2015-04-13 | Fixed some code in stack.c. | Pietro Gagliardi | |
| 2015-04-13 | Added uiStackRemove(), the first removal function in package ui! That took ↵ | Pietro Gagliardi | |
| long enough... Now I can piece together all the control and parent logic... | |||
| 2015-04-13 | Converted and fixed the Mac OS X code for uiParent. I'm still not happy, but ↵ | Pietro Gagliardi | |
| this is DEFINITELY a step in the right direction... Perhaps automatic deletion is a pipe dream :/ I should also really nail the parenting/unparenting logic, but for that I need to add one more method. | |||
| 2015-04-13 | Fixed issues in the GTK+ uiParent change. | Pietro Gagliardi | |
| 2015-04-13 | Did the GTK+ conversion to uiParent. Now to build. | Pietro Gagliardi | |
| 2015-04-13 | Finally fixed the Tab content resizing. | Pietro Gagliardi | |
| 2015-04-13 | Fixed notification-sending issue on Windows. | Pietro Gagliardi | |
| 2015-04-13 | Found the wine bug; will fix it next | Pietro Gagliardi | |
| 2015-04-13 | Fixed some build warnings. | Pietro Gagliardi | |
| 2015-04-13 | Fixed initial content area size on uiWindows. | Pietro Gagliardi | |
| 2015-04-13 | More TODOs. The problems I noticed earlier only happen on wine, so... | Pietro Gagliardi | |
| 2015-04-13 | Fixed a small undefined-behavior bug in the parent code. Still not working... | Pietro Gagliardi | |
| 2015-04-12 | Got rid of struct tabPage (it's just an array of uiParent *s now) and added ↵ | Pietro Gagliardi | |
| a uiParentUpdate(). Thought that would fix it, but nope... | |||
| 2015-04-12 | Fix helper: get rid of direct casts to HWND to make errors more obvious. | Pietro Gagliardi | |
| 2015-04-12 | Fixed some runtime issues. Not all there... | Pietro Gagliardi | |
| 2015-04-12 | Fixed build issues. Now to fix runtime issues... | Pietro Gagliardi | |
| 2015-04-12 | Finished the Windows uiParent conversion, I think. Now to test. | Pietro Gagliardi | |
| 2015-04-12 | Some more uiParent migration. | Pietro Gagliardi | |
| 2015-04-12 | Finished writing parent_windows.c. | Pietro Gagliardi | |
| 2015-04-12 | Set up the foundation for the new Windows uiParent. | Pietro Gagliardi | |
| 2015-04-12 | Set up a unified system for containers, now called parents. | Pietro Gagliardi | |
| 2015-04-12 | Fixed Mac OS X tab page clearing. I'm really going to oneed to restructure ↵ | Pietro Gagliardi | |
| the whole container system... | |||
| 2015-04-12 | Implemented uiTab on Mac OS X. It still doesn't quite work yet; switching ↵ | Pietro Gagliardi | |
| from one tab and back doesn't show that tab's controls... | |||
| 2015-04-12 | Some comment and TODO adjustments. | Pietro Gagliardi | |
| 2015-04-12 | More TODOs. | Pietro Gagliardi | |
| 2015-04-12 | More TODOs. | Pietro Gagliardi | |
| 2015-04-12 | Made controls transparent to tab backgrounds on Windows. It doesn't quite ↵ | Pietro Gagliardi | |
| work right... | |||
| 2015-04-12 | Implemented uiTab on Windows. | Pietro Gagliardi | |
| 2015-04-12 | Added uiTab to the GTK+ backend. | Pietro Gagliardi | |
| 2015-04-12 | Quick update/fix to the test program. | Pietro Gagliardi | |
| 2015-04-12 | Fixed 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-12 | Laid the foundation for tabs. | Pietro Gagliardi | |
| 2015-04-12 | More TODOs. | Pietro Gagliardi | |
| 2015-04-11 | Implemented uiLabel on Mac OS X. | Pietro Gagliardi | |
| 2015-04-11 | Implemented uiLabel on GTK+. More TODOs. | Pietro Gagliardi | |
| 2015-04-11 | Made the necessary adjustments to the test program to test labels (and ↵ | Pietro Gagliardi | |
| futureproof other layout changes); getting and setting text on Windows works. | |||
| 2015-04-11 | Implemented uiLabel on Windows. We need to make a somewhat big change to the ↵ | Pietro Gagliardi | |
| test program before we can test getting and setting the label's text, though... | |||
| 2015-04-11 | Set up the foundation for uiLabel. | Pietro Gagliardi | |
| 2015-04-11 | Fixed the stupid 32-bit bug I did that fucking malloc pointer to struct ↵ | Pietro Gagliardi | |
| instead of array of struct thing I always do again jesus fucking christ shit | |||
| 2015-04-11 | More TODOs. | Pietro Gagliardi | |
| 2015-04-11 | Implemented show/hide/enable/disable on Mac OS X new controls. | Pietro Gagliardi | |
