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
path:
root
/
redo
Age
Commit message (
Expand
)
Author
2014-07-28
Set up some extended styles on Windows Tables for consistency and future feat...
Pietro Gagliardi
2014-07-28
Implemented Table item text grabbing on Windows.
Pietro Gagliardi
2014-07-28
Fixed up borders for currently implemented controls on Windows.
Pietro Gagliardi
2014-07-28
Fixed the Tab wrong control drawing issues on Windows.
Pietro Gagliardi
2014-07-28
Began the implementation of Table on Windows.
Pietro Gagliardi
2014-07-28
Quick note about Table.Unlock() and updates.
Pietro Gagliardi
2014-07-28
Added the basic Table interface. Now to implement it...
Pietro Gagliardi
2014-07-28
Fixed the proper recursive application of spaced on Windows tabs by having co...
Pietro Gagliardi
2014-07-28
Made the previous commit's changes on Windows. If the Stack Overflow question...
Pietro Gagliardi
2014-07-28
Began final simplification of size code. spaced is now a global variable; eit...
Pietro Gagliardi
2014-07-28
Made Tab in the GTK+ backend scrollable (in case there are too many tabs).
Pietro Gagliardi
2014-07-27
Added a note about GTK+ color selection dialog deprecations for later.
Pietro Gagliardi
2014-07-27
Copied stack.go and grid.go to a temporary restaging area; removed the margin...
Pietro Gagliardi
2014-07-27
Actually implemented margins in the right place — in container.resize() its...
Pietro Gagliardi
2014-07-26
Made the sizing recursive chain idempotent and added a -spaced option to the ...
Pietro Gagliardi
2014-07-26
Removed sizing.endResize(); it's not really used at this point.
Pietro Gagliardi
2014-07-26
Adjusted autocompletion settings for TextField on Mac OS X.
Pietro Gagliardi
2014-07-26
Verified Mac OS X control appearance and fonts with Interface Builder.
Pietro Gagliardi
2014-07-26
Implemented TextField on Mac OS X.
Pietro Gagliardi
2014-07-26
Implemented TextField on GTK+.
Pietro Gagliardi
2014-07-26
Made TextFields properly horizontally scrollable on Windows.
Pietro Gagliardi
2014-07-26
Implemented TextField on Windows.
Pietro Gagliardi
2014-07-26
Renamed LineEdit to TextField.
Pietro Gagliardi
2014-07-26
More TODOs.
Pietro Gagliardi
2014-07-25
Implemented Tab on Mac OS X. Woo! I'll need to add justification for what I'm...
Pietro Gagliardi
2014-07-25
Cleaned up sizing a bit. Being able to know how big something will be ahead o...
Pietro Gagliardi
2014-07-25
Implemented Tab on GTK+. I really don't like the way sizing works now...
Pietro Gagliardi
2014-07-25
Implemented the various parenting and sizing changes on the Mac OS X backend;...
Pietro Gagliardi
2014-07-25
Updated the GTK+ backend to have the new parenting and sizing changes. Now to...
Pietro Gagliardi
2014-07-25
Adjusted sizing data to act as the base container type; this is needed for pr...
Pietro Gagliardi
2014-07-25
Simplified the control nesting model by removing Control.unparent() and requi...
Pietro Gagliardi
2014-07-25
Removed extern from C function definitions in containers_windows.c.
Pietro Gagliardi
2014-07-25
More TODOs.
Pietro Gagliardi
2014-07-25
Implemented Tab on Windows.
Pietro Gagliardi
2014-07-25
Added the framework for tabs, added necessary assistant routines for tabs, an...
Pietro Gagliardi
2014-07-24
Re-added LineEdit interface. Honestly I'm not too thrilled with how the unpar...
Pietro Gagliardi
2014-07-23
Fixed compilation errors on Mac OS X. Reparenting works; redrawing, however...
Pietro Gagliardi
2014-07-22
Implemented Checkbox on Mac OS X. Also untested; will test next.
Pietro Gagliardi
2014-07-22
Oops, forgot to fill in a name in a comment in the previous commit. Fixed.
Pietro Gagliardi
2014-07-22
Implemented the Control parent/unparent redraw provisions on the GTK+ backend.
Pietro Gagliardi
2014-07-22
Added provisions for proper window redraw on Window.SetParent() and implement...
Pietro Gagliardi
2014-07-22
Moved Window.SetControl() into window.go pending addition of fake resize events.
Pietro Gagliardi
2014-07-21
More TODOs.
Pietro Gagliardi
2014-07-21
Fixed the RemoveWindowSubclass() crash in Windows Checkboxes.
Pietro Gagliardi
2014-07-21
Mostly added Checkbox to the Windows backend; it doesn't show up right away a...
Pietro Gagliardi
2014-07-21
Added Checkbox on the GTK+ backend, added a checkbox to the test program, and...
Pietro Gagliardi
2014-07-21
Switched from gtk_init() to the version that lets us catch and report any err...
Pietro Gagliardi
2014-07-21
Actually, switch back to GtkLayout, as GtkFixed has the side effect of not al...
Pietro Gagliardi
2014-07-21
Switched the GTK+ layout control from GtkLayout back to GtkFixed; the size-al...
Pietro Gagliardi
2014-07-21
Implemented initial window size on the GTK+ backend.
Pietro Gagliardi
[next]