summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-15Fixed errors in ui.idl.Pietro Gagliardi
2015-04-15Converted ui.h to a pgidl file.Pietro Gagliardi
2015-04-15Fixed the weird 32-bit Linux/64-bit OpenBSD crash.Pietro Gagliardi
2015-04-15More TODOs.Pietro Gagliardi
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14Changed uiStackAdd() to uiStackAppend() and uiStackRemove() to uiStackDelete(...Pietro Gagliardi
2015-04-14Fixed Mac build for qo. A proper Makefile would be best, but I have no idea h...Pietro Gagliardi
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14Made the necessary previous commits changes on the Mac OS X backend. Untested...Pietro Gagliardi
2015-04-14Fixed moving label on Windows.Pietro Gagliardi
2015-04-14More of the last few commits, now on the GTK+ backend. THAT ONE WORKS...Pietro Gagliardi
2015-04-14TODO refinement.Pietro Gagliardi
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14Fixed a small bug in stack.c. Unrelated to the previous commit; that one is t...Pietro Gagliardi
2015-04-14More uiParent work. Something I did broke stack removal...Pietro Gagliardi
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14More parent planning and related API changes. I now have a better handle over...Pietro Gagliardi
2015-04-13More parent planning.Pietro Gagliardi
2015-04-13Added a document explaining how parents and children relate. I'm starting to ...Pietro Gagliardi
2015-04-13More TODOs.Pietro Gagliardi
2015-04-13Okay, I have no idea what I'm going to doPietro Gagliardi
2015-04-13More glossary work.Pietro Gagliardi
2015-04-13More GLOSSARY stuff.Pietro Gagliardi
2015-04-13More glossary work.Pietro Gagliardi
2015-04-13Added a glossary. I'm still not too happy with this...Pietro Gagliardi
2015-04-13Fixed some code in stack.c.Pietro Gagliardi
2015-04-13Added uiStackRemove(), the first removal function in package ui! That took lo...Pietro Gagliardi
2015-04-13Converted and fixed the Mac OS X code for uiParent. I'm still not happy, but ...Pietro Gagliardi
2015-04-13Fixed issues in the GTK+ uiParent change.Pietro Gagliardi
2015-04-13Did the GTK+ conversion to uiParent. Now to build.Pietro Gagliardi
2015-04-13Finally fixed the Tab content resizing.Pietro Gagliardi
2015-04-13Fixed notification-sending issue on Windows.Pietro Gagliardi
2015-04-13Found the wine bug; will fix it nextPietro Gagliardi
2015-04-13Fixed some build warnings.Pietro Gagliardi
2015-04-13Fixed initial content area size on uiWindows.Pietro Gagliardi
2015-04-13More TODOs. The problems I noticed earlier only happen on wine, so...Pietro Gagliardi
2015-04-13Fixed a small undefined-behavior bug in the parent code. Still not working...Pietro Gagliardi
2015-04-12Got rid of struct tabPage (it's just an array of uiParent *s now) and added a...Pietro Gagliardi
2015-04-12Fix helper: get rid of direct casts to HWND to make errors more obvious.Pietro Gagliardi
2015-04-12Fixed some runtime issues. Not all there...Pietro Gagliardi
2015-04-12Fixed build issues. Now to fix runtime issues...Pietro Gagliardi
2015-04-12Finished the Windows uiParent conversion, I think. Now to test.Pietro Gagliardi
2015-04-12Some more uiParent migration.Pietro Gagliardi
2015-04-12Finished writing parent_windows.c.Pietro Gagliardi
2015-04-12Set up the foundation for the new Windows uiParent.Pietro Gagliardi
2015-04-12Set up a unified system for containers, now called parents.Pietro Gagliardi
2015-04-12Fixed Mac OS X tab page clearing. I'm really going to oneed to restructure th...Pietro Gagliardi
2015-04-12Implemented uiTab on Mac OS X. It still doesn't quite work yet; switching fro...Pietro Gagliardi
2015-04-12Some comment and TODO adjustments.Pietro Gagliardi