| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-15 | Fixed a comment. | Pietro Gagliardi | |
| 2015-04-15 | Added the Mac OS X build rules. | Pietro Gagliardi | |
| 2015-04-15 | Added the Unix build rules. | Pietro Gagliardi | |
| 2015-04-15 | Started building the make structure. | Pietro Gagliardi | |
| 2015-04-15 | Removed control.c. It is no longer needed. | Pietro Gagliardi | |
| 2015-04-15 | Removed ids.go. It can be recreated later. | Pietro Gagliardi | |
| 2015-04-15 | Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay ↵ | Pietro Gagliardi | |
| up here; they'll be moved to IDLs later. | |||
| 2015-04-15 | Split all OS backends into their own folders. | Pietro Gagliardi | |
| 2015-04-15 | Fixed more ui.idl errors. | Pietro Gagliardi | |
| 2015-04-15 | Fixed errors in ui.idl. | Pietro Gagliardi | |
| 2015-04-15 | Converted ui.h to a pgidl file. | Pietro Gagliardi | |
| 2015-04-15 | Fixed the weird 32-bit Linux/64-bit OpenBSD crash. | Pietro Gagliardi | |
| 2015-04-15 | More TODOs. | Pietro Gagliardi | |
| 2015-04-14 | More TODOs. | Pietro Gagliardi | |
| 2015-04-14 | Changed uiStackAdd() to uiStackAppend() and uiStackRemove() to ↵ | Pietro Gagliardi | |
| uiStackDelete(); this will be the naming system other containers will follow. | |||
| 2015-04-14 | Fixed Mac build for qo. A proper Makefile would be best, but I have no idea ↵ | Pietro Gagliardi | |
| how to write one... | |||
| 2015-04-14 | More TODOs. | Pietro Gagliardi | |
| 2015-04-14 | Made the necessary previous commits changes on the Mac OS X backend. ↵ | Pietro Gagliardi | |
| Untested yet. | |||
| 2015-04-14 | Fixed moving label on Windows. | Pietro Gagliardi | |
| 2015-04-14 | More of the last few commits, now on the GTK+ backend. THAT ONE WORKS... | Pietro Gagliardi | |
| 2015-04-14 | TODO refinement. | Pietro Gagliardi | |
| 2015-04-14 | More TODOs. | Pietro Gagliardi | |
| 2015-04-14 | Fixed a small bug in stack.c. Unrelated to the previous commit; that one is ↵ | Pietro Gagliardi | |
| that the uiParentUpdate() isn't updating...? | |||
| 2015-04-14 | More uiParent work. Something I did broke stack removal... | Pietro Gagliardi | |
| 2015-04-14 | More TODOs. | Pietro Gagliardi | |
| 2015-04-14 | More TODOs. | Pietro Gagliardi | |
| 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 | |
