index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-04-08
Cleaned out some of that gunk. I can't avoid subclassing the standard control...
Pietro Gagliardi
2015-04-08
Wrote up cleanup gunk on Mac OS X. Really gunk; I don't like what all this do...
Pietro Gagliardi
2015-04-08
Better monitoring of Objective-C objects (including main GUI objects).
Pietro Gagliardi
2015-04-08
Cleaned up memory leaks in the GTK+ backend.
Pietro Gagliardi
2015-04-08
Finished Windows cleanup management. Everything (almost, only parentWindow is...
Pietro Gagliardi
2015-04-08
Started work on ensuring things get cleaned up. Added a destroy() method to u...
Pietro Gagliardi
2015-04-08
Added allocation logging to Objective-C objects. Fixed some Mac OS X build is...
Pietro Gagliardi
2015-04-07
Added an awk script to check for leaks in the memory logging output we just a...
Pietro Gagliardi
2015-04-07
Implemented the memory logging.
Pietro Gagliardi
2015-04-07
Decided to remove the logging for now. Will inject it right into the allocati...
Pietro Gagliardi
2015-04-07
More allocation logging. I wonder if I can just log directly in the allocator...
Pietro Gagliardi
2015-04-07
More TODO cleanup.
Pietro Gagliardi
2015-04-07
Started working on code to monitor creation and deletion of UI objects correc...
Pietro Gagliardi
2015-04-07
Added WS_TABSTOP to uiButton on Windows.
Pietro Gagliardi
2015-04-07
Resolved a bunch of TODOs. Added one.
Pietro Gagliardi
2015-04-07
Added loading of the standard user32.dll class replacements to comctl32_windo...
Pietro Gagliardi
2015-04-07
Decided to remove containerShow() and containerHide() for now.
Pietro Gagliardi
2015-04-07
Implemented new control preferredSize() on Mac OS X. Now that Stack works eve...
Pietro Gagliardi
2015-04-07
Changed the GTK+ new control system from using g_object_newv() to using g_obj...
Pietro Gagliardi
2015-04-07
Fixed compiler warnings. Stack works!
Pietro Gagliardi
2015-04-07
Implemented uiButton.preferredSize() on Windows. This includes adding a funct...
Pietro Gagliardi
2015-04-07
Wrote in the Stack test. The only thing left is to implement uiButton.preferr...
Pietro Gagliardi
2015-04-07
Fixed compilation errors.
Pietro Gagliardi
2015-04-07
Unified the allocators across all platforms so that everyone uses uiAlloc() a...
Pietro Gagliardi
2015-04-07
Added uiStack. Not yet tested; need to do a few things first.
Pietro Gagliardi
2015-04-07
More TODOs.
Pietro Gagliardi
2015-04-07
Fixed compiler errors and bugs. uiButton on Mac OS X works!
Pietro Gagliardi
2015-04-07
Implemented uiButton on Mac OS X. Now to fix build issues and test...
Pietro Gagliardi
2015-04-07
Added the Mac OS X uiContainer. Added it to uiWindow. Added the Mac OS X coor...
Pietro Gagliardi
2015-04-07
Added the uiDarwinControl logic.
Pietro Gagliardi
2015-04-07
Fixed button showing on GTK+. GTK+ uiButton done!
Pietro Gagliardi
2015-04-07
Implemented uiButton on GTK+. All we need to do is get it to show up...
Pietro Gagliardi
2015-04-07
Fixed compilation issues. Now to implement uiButton on GTK+.
Pietro Gagliardi
2015-04-07
Tied everything together. Now to fix build issues.
Pietro Gagliardi
2015-04-07
Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. Fixed...
Pietro Gagliardi
2015-04-07
Added the new native control code to the GTK+ backend. Fixed some missing sta...
Pietro Gagliardi
2015-04-07
Moved Windows container functions from util_windows.c to container_windows.c.
Pietro Gagliardi
2015-04-07
_snprintf_s() is not supported on Windows XP...
Pietro Gagliardi
2015-04-07
Added uiControlHandle() and fixed other uiButton issues.
Pietro Gagliardi
2015-04-07
Wrote up the initial uiButton implementation. It (mostly; just needs text and...
Pietro Gagliardi
2015-04-07
Hooked up resizing. Now to make a control that uses this.
Pietro Gagliardi
2015-04-07
Fixed build issues. Now I just need to hook resizing into uiWindow and implem...
Pietro Gagliardi
2015-04-07
Hooked everything else together (initialParent, ui_windows.h in uipriv_window...
Pietro Gagliardi
2015-04-07
Hooked up the WM_COMMAND and WM_NOTIFY bouncers.
Pietro Gagliardi
2015-04-07
Added subclassing, which finishes off newcontrol_windows.c.
Pietro Gagliardi
2015-04-07
Added Common Controls code again (because we're going to need the subclassing...
Pietro Gagliardi
2015-04-07
More Windows control work.
Pietro Gagliardi
2015-04-07
More work on the Windows control hooking.
Pietro Gagliardi
2015-04-07
Added a public API for creating raw Windows controls. Removed include guards ...
Pietro Gagliardi
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi
[prev]
[next]