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
/
controls_windows.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-05-26
Removed commented-out checkbox stuff from controls_windows.go since we'll be ...
Pietro Gagliardi
2014-05-25
Removed constants from windows_windows.go, controls_windows.go, and comctl_wi...
Pietro Gagliardi
2014-05-25
Changed most instances of var to const in the Windows code. Only one left...
Pietro Gagliardi
2014-04-28
Moved TODOs about stripping non-Windows XP constants to future plans; also re...
Pietro Gagliardi
2014-04-03
Adjusted Button and Combobox sizes on Windows to be better...
Pietro Gagliardi
2014-03-25
Wrote the code to actually scroll Areas on Windows.
Pietro Gagliardi
2014-03-25
Added the actual scrolling to Windows Areas. Now to just adjust the cliprect ...
Pietro Gagliardi
2014-03-25
Made the scrollbars on Windows Areas actually scroll. There are some kinks th...
Pietro Gagliardi
2014-03-25
Added scrollbars to Areas on Windows; they seem to respond properly to resize...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Dropped Windows 2000 support.
Pietro Gagliardi
2014-03-11
TODO reduction and long-migrated code removal.
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-15
Split out combobox and listbox error constants into their own sections of con...
Pietro Gagliardi
2014-02-15
Fixed build errors in the previous commits.
Pietro Gagliardi
2014-02-14
Added Listboxes. You can't use the results just yet...
Pietro Gagliardi
2014-02-14
Added labels.
Pietro Gagliardi
2014-02-14
Added LineEdit.
Pietro Gagliardi
2014-02-14
Added Combobox.
Pietro Gagliardi
2014-02-13
Added Checkbox.Checked().
Pietro Gagliardi
2014-02-12
Added buttons.
Pietro Gagliardi
2014-02-11
Moved things that I haven't migated yet out of the way for now.
Pietro Gagliardi
2014-02-11
Simplifying file structure by combining controls files (2/2).
Pietro Gagliardi
2014-02-11
Simplifying file structure by combining controls files (1/2).
Pietro Gagliardi