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
/
sysdata_windows.go
Age
Commit message (
Expand
)
Author
2014-05-11
Consistency change: all Windows API structure field names now match case-wise...
Pietro Gagliardi
2014-04-28
More Windows TODO cleanup/removal and future plans. The message-only window i...
Pietro Gagliardi
2014-04-13
Fixed Area test time label weirdness by making Labels truncate their text ins...
Pietro Gagliardi
2014-04-13
Rolled back the Windows horizontally scrolling Listbox changes because I can'...
Pietro Gagliardi
2014-04-13
Added horizontal scrollbars to Listboxes on Windows. Also fixed typos and bug...
Pietro Gagliardi
2014-04-12
Fixed Listboxes on Mac OS X having an initial selection.
Pietro Gagliardi
2014-04-12
Fixed Comboboxes on Mac OS X having an initial selection. This also lays the ...
Pietro Gagliardi
2014-04-10
More future plans and TODOs.
Pietro Gagliardi
2014-04-02
Fixed Listbox and LineEdit borders on Windows. Also more TODOs.
Pietro Gagliardi
2014-04-02
Fixed odd Listbox sizing on Windows. (Windows by default sizes List Box contr...
Pietro Gagliardi
2014-04-01
Changed the font loading on Windows to always load the control font unless a ...
Pietro Gagliardi
2014-04-01
Fixed Windows control sizing: turns out simply calling GetTextMetrics() was n...
Pietro Gagliardi
2014-04-01
Made the sysData.make() change from the previous commit on the Windows backend.
Pietro Gagliardi
2014-03-29
Implemented Area.SetSize() on Windows.
Pietro Gagliardi
2014-03-24
Started the Windows implementation of Area.
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Added indeterminate ProgressBar code on Windows and fixed up a few other thin...
Pietro Gagliardi
2014-03-12
Gave Listboxes a border on Windows by implementing the subset of LBS_STANDARD...
Pietro Gagliardi
2014-03-11
Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...
Pietro Gagliardi
2014-03-10
Fixed compiler errors in the previous few commits.
Pietro Gagliardi
2014-03-10
Removed error returns from sysData.setText() now that we no longer care.
Pietro Gagliardi
2014-03-10
Changed Windows sysData.setText() to panic on error. WM_SETTEXT's documentati...
Pietro Gagliardi
2014-03-09
Removed now-unused error returns from sysData.show() and sysData.hide().
Pietro Gagliardi
2014-03-09
Split sysData.show() into separate show() and firstShow() to accomodate Windo...
Pietro Gagliardi
2014-03-09
Steamrolled errors under panic() in Combobox/Listbox.Append()/InsertBefore() ...
Pietro Gagliardi
2014-03-08
Added the Windows implementation of Combobox/Listbox.Len().
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-02-25
Added password entry fields; they are the alternate mode of LineEdit.
Pietro Gagliardi
2014-02-25
Added Windows implementation of ProgressBar and the requisite comctl32.dll code.
Pietro Gagliardi
2014-02-25
Added most of the Windows implementation of ProgressBar. Now to grab the comc...
Pietro Gagliardi
2014-02-24
Set the default control font on Windows to the expected standard font instead...
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-17
Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all con...
Pietro Gagliardi
2014-02-15
Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug inv...
Pietro Gagliardi
2014-02-15
Added Combobox.SelectedIndex().
Pietro Gagliardi
2014-02-15
Added Combobox.Delete() and Listbox.Delete() and added some TODOs.
Pietro Gagliardi
2014-02-15
Added vertical scroll bars to Combobox.
Pietro Gagliardi
2014-02-15
Made sure sysData.selectedIndices() returns an empty slice if nothing was sel...
Pietro Gagliardi
2014-02-15
More error handling reduction.
Pietro Gagliardi
2014-02-15
Reduced the number of unnecessary error returns based on MSDN. The TODOs that...
Pietro Gagliardi
2014-02-15
Resolved some more TODOs... though resolving the rest in this file is going t...
Pietro Gagliardi
2014-02-15
Removed setting the initial width and height in sysData.make() (this gets rid...
Pietro Gagliardi
2014-02-15
Added sysData.setWindowSize(), which will simplify a few things in Window.Ope...
Pietro Gagliardi
2014-02-15
Fixed build errors in the previous commits.
Pietro Gagliardi
2014-02-15
Added combobox/listbox selection helper functions.
Pietro Gagliardi
2014-02-15
Added sysData.insertBefore().
Pietro Gagliardi
2014-02-14
Added scrollbars to Listbox.
Pietro Gagliardi
2014-02-14
Added Listboxes. You can't use the results just yet...
Pietro Gagliardi
2014-02-14
Renamed sysData.editable to sysData.alternate in preparation for ListBox.
Pietro Gagliardi
2014-02-14
Added labels.
Pietro Gagliardi
[next]