summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-08Added an optimization to the Tab code on Windows where only the current tab w...Pietro Gagliardi
2014-08-08Added nested and empty tabs to the test program, and fixed up relevant docume...Pietro Gagliardi
2014-08-08Removed borders from Areas on the GTK+ backend.Pietro Gagliardi
2014-08-08More TODOs.Pietro Gagliardi
2014-08-08More TODO/future plan separation.Pietro Gagliardi
2014-08-08Starting splitting out future plans from the TODOs again; this time: Group.Pietro Gagliardi
2014-08-08Decided to revert the transparency changes; I'll try flicker-free first.Pietro Gagliardi
2014-08-07More compatibility file updates.Pietro Gagliardi
2014-08-07Added what should have been the flicker-free code to Windows containers; it d...Pietro Gagliardi
2014-08-06Made containers transparent on Windows. This is the first of a four-part set ...Pietro Gagliardi
2014-08-06Made the tabs of Tab controls on Windows children of the main tab control its...Pietro Gagliardi
2014-08-06Disabled Table column autoresizing on Windows for now as it causes weird bugs...Pietro Gagliardi
2014-08-06Decided to set the frame before calling baselineOffsetFromBottom in xsizing_d...Pietro Gagliardi
2014-08-06Removed areaPrefSize() from the Mac OS X backend; we now store the Area's siz...Pietro Gagliardi
2014-08-06Removed leftover TODOs: container does handle margins now.Pietro Gagliardi
2014-08-06Implemented reasonable table column autosizing on Windows.Pietro Gagliardi
2014-08-05Removed the NSMakeRect(0, 0, 100, 100) dummy init rect from the Mac OS X back...Pietro Gagliardi
2014-08-05Fixed area_windows.c data types.Pietro Gagliardi
2014-08-05More TODOs.Pietro Gagliardi
2014-08-05Made standalone labels aligned to the top-left on GTK+.Pietro Gagliardi
2014-08-05Set vertical alignment of Labels next to Areas on GTK+.Pietro Gagliardi
2014-08-05Removed leftover TODO.Pietro Gagliardi
2014-08-05Renamed textField to textfield; this is just for the private implementation.Pietro Gagliardi
2014-08-05Added the hollow brush to the list of static data initialized by uiinit() in ...Pietro Gagliardi
2014-08-05Re-added the NSApplication support code for Area on Mac OS X.Pietro Gagliardi
2014-08-05Added the Mac OS X implementation of Area... somewhat messily, but eh.Pietro Gagliardi
2014-08-05Removed sizer_windows.go now that it is no longer needed.Pietro Gagliardi
2014-08-05Fixed errors with Area on Windows. Woo!Pietro Gagliardi
2014-08-05Fixed lots of syntax errors, including one where I forgot a parameter to a Wi...Pietro Gagliardi
2014-08-05Mostly completed writing Area on Windows. Now to fix compiler errors.Pietro Gagliardi
2014-08-05Started re-adding Area to the Windows backend: ported the existing code to C.Pietro Gagliardi
2014-08-05Resolved Mac app bundle startup issues.Pietro Gagliardi
2014-08-05Fixed up the implementation of Area on GTK+ and the Area test. Seems to be fi...Pietro Gagliardi
2014-08-04Some slight Area cleanup.Pietro Gagliardi
2014-08-04Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.Pietro Gagliardi
2014-08-04Re-added the events files for Area.Pietro Gagliardi
2014-08-04Re-added area.go. This is the start of re-adding Area.Pietro Gagliardi
2014-08-04Same as three commits ago, but for the GTK+ backend.Pietro Gagliardi
2014-08-04More TODOs.Pietro Gagliardi
2014-08-04Same as previous commit, but for showing and hiding containers on Windows.Pietro Gagliardi
2014-08-04Merged cases of C.moveWindow() on Windows containers to one place (container_...Pietro Gagliardi
2014-08-04Decided to keep tab textures on Windows.Pietro Gagliardi
2014-08-04Applied the container change to the GTK+ backend. Woo!Pietro Gagliardi
2014-08-04Re-added base units calculation to the resizing code now that container store...Pietro Gagliardi
2014-08-04Completed the migration of the Windows backend to the new container system.Pietro Gagliardi
2014-08-04Split layout and Window on Windows to use two separate window classes. This i...Pietro Gagliardi
2014-08-04Began the big sizer cleanup: renamed sizer to container, renamed sizer.go to ...Pietro Gagliardi
2014-08-04Fixed the broken Mac OS X build and removed some leftover debugging cruft.Pietro Gagliardi
2014-08-04Added a credit I missed two commits ago.Pietro Gagliardi
2014-08-04Fixed an error in the previous commit.Pietro Gagliardi