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
/
controls_windows.go
Age
Commit message (
Expand
)
Author
2014-07-30
Renamed the controls* and containers* files to basicctrls* and containerctrls...
Pietro Gagliardi
2014-07-29
Changed Control.setParent() to take the same argument type on all platforms; ...
Pietro Gagliardi
2014-07-29
Added Label and implemented it on all platforms.
Pietro Gagliardi
2014-07-28
Fixed up borders for currently implemented controls on Windows.
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-25
Simplified the control nesting model by removing Control.unparent() and requi...
Pietro Gagliardi
2014-07-25
Added the framework for tabs, added necessary assistant routines for tabs, an...
Pietro Gagliardi
2014-07-21
More TODOs.
Pietro Gagliardi
2014-07-21
Mostly added Checkbox to the Windows backend; it doesn't show up right away a...
Pietro Gagliardi
2014-07-19
Fixed more conversion kinks. Now for a major change...
Pietro Gagliardi
2014-07-19
Started dropping the whole request/response system because it fell apart... t...
Pietro Gagliardi
2014-07-18
Added (and applied) standard Windows fonts.
Pietro Gagliardi
2014-07-18
Fixed all the remaining compiler errors. C conversion works!
Pietro Gagliardi
2014-07-17
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ...
Pietro Gagliardi
2014-07-17
Migrated controls_windows.go to C.
Pietro Gagliardi
2014-07-17
Added the code for the subclassing. And it smashes the stack. Wonderful...
Pietro Gagliardi
2014-07-17
Laid down the framework for control events on Windows. The only problem left ...
Pietro Gagliardi
2014-07-15
Added basic control showing to the Windows backend.
Pietro Gagliardi
2014-07-15
Added the beginninig of the Windows Control code.
Pietro Gagliardi