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
/
table_windows.go
Age
Commit message (
Collapse
)
Author
2014-08-06
Implemented reasonable table column autosizing on Windows.
Pietro Gagliardi
2014-08-04
Removed Control.containerShow() and Control.containerHide() and the overall ↵
Pietro Gagliardi
ability to show and hide Controls in general; too much effort to get right.
2014-08-03
Converted the new Windows Control code to use interfaces instead of ↵
Pietro Gagliardi
controlbase, just like the GTK+ and Mac OS X backends do now.
2014-08-03
Did the previous commit, but for the Windows backend.
Pietro Gagliardi
2014-08-03
Set up the Control restructure and migrated the Windows implementation over. ↵
Pietro Gagliardi
Lots of repetition, but hopefully more correct and maintainable!
2014-08-01
Added Table.preferredSize() on Windows.
Pietro Gagliardi
2014-08-01
Fixed up more LPCWSTR->LPWSTR conversion, including some code simplification.
Pietro Gagliardi
2014-07-30
Set up a new, cleaner model for deriving Control's methods and applied it to ↵
Pietro Gagliardi
the Windows backend.
2014-07-28
Set up some extended styles on Windows Tables for consistency and future ↵
Pietro Gagliardi
features.
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
Began the implementation of Table on Windows.
Pietro Gagliardi