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
Age
Commit message (
Expand
)
Author
2014-02-25
Markdown fixup in platform-specific control differences table.
Pietro Gagliardi
2014-02-25
Added platform notes on sliders and spinners.
Pietro Gagliardi
2014-02-25
Removed a stray TODO about a constant in comctl_windows.go.
Pietro Gagliardi
2014-02-25
Listed issues with adding Slider. Will add that later.
Pietro Gagliardi
2014-02-25
Updated candidates list now that ProgressBar is added.
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-25
Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...
Pietro Gagliardi
2014-02-25
More TODOs.
Pietro Gagliardi
2014-02-25
"Note This message [PBM_SETMARQUEE] requires ComCtl32.dll version 6.00 or la...
Pietro Gagliardi
2014-02-25
Added portable parts of ProgressBar.
Pietro Gagliardi
2014-02-24
Markdown fixups in the control planning document.
Pietro Gagliardi
2014-02-24
Added control planning document.
Pietro Gagliardi
2014-02-24
Quick documentation change in prefsize_windows.go.
Pietro Gagliardi
2014-02-24
More TODOs.
Pietro Gagliardi
2014-02-24
Set the default control font on Windows to the expected standard font instead...
Pietro Gagliardi
2014-02-24
Some notes on the last few changes.
Pietro Gagliardi
2014-02-24
And the uitask message fixed was the issue all along. Now it works.
Pietro Gagliardi
2014-02-24
Oh right derp, preferredSize() is running on uitask already; don't use the di...
Pietro Gagliardi
2014-02-24
Potential fix: show the window before getting control preferred sizes; need t...
Pietro Gagliardi
2014-02-24
More TODOs (unrelated to previous commit).
Pietro Gagliardi
2014-02-24
Added Windows preferred size code. It doesn't work right now; both GetDC() an...
Pietro Gagliardi
2014-02-24
Re-added Windows font grabbing code. I won't use it just yet, since I only no...
Pietro Gagliardi
2014-02-24
More TODOs.
Pietro Gagliardi
2014-02-24
Made sure Stack.SetStretchy() (like all other layout-changing functions) cann...
Pietro Gagliardi
2014-02-24
Adjusted main_test.go to make use of SetStretchy(). IT WORKS! :D
Pietro Gagliardi
2014-02-24
Added Stack.preferredSize() and fixed errors in stack.go.
Pietro Gagliardi
2014-02-24
Added Control.preferredSize() and preferredSize() for all the standard Controls.
Pietro Gagliardi
2014-02-24
Fixed some compiler errors in the last few commits.
Pietro Gagliardi
2014-02-24
Wrote the new Stack.setRect().
Pietro Gagliardi
2014-02-24
Changed Orientation to a bool to prevent invalid values outright.
Pietro Gagliardi
2014-02-24
Started rewriting Stack to conform to the new layout plan.
Pietro Gagliardi
2014-02-24
Added a new layout plan for Stack.
Pietro Gagliardi
2014-02-23
Added the preferred widget size basework and its GTK+ implementation.
Pietro Gagliardi
2014-02-23
sigh
Pietro Gagliardi
2014-02-21
Fixed up todo.md to remove things that are done and add more notes.
Pietro Gagliardi
2014-02-21
Fixed the unregistered window class error on 64-bit Windows: turns out it was...
Pietro Gagliardi
2014-02-19
Got rid of my Windows input lag problems on Windows (triggered by the switch ...
Pietro Gagliardi
2014-02-19
More README updates.
Pietro Gagliardi
2014-02-19
Updated README to package-ize.
Pietro Gagliardi
2014-02-19
Super ultra important TODO related to previous two commits.
Pietro Gagliardi
2014-02-19
...and now it magically works again?! after too long, anyway...
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-18
Missed a ui. in the README example code.
Pietro Gagliardi
2014-02-18
More README adjustments.
Pietro Gagliardi
2014-02-18
Expanded the README.
Pietro Gagliardi
2014-02-18
Fixed the faults: upon further examination, the garbage collector was eating ...
Pietro Gagliardi
2014-02-18
Buffered the event channels, as per skelterjohn's suggestion; I thought this ...
Pietro Gagliardi
2014-02-18
Made event dispatch asynchronous to avoid deadlocks; right now events that ca...
Pietro Gagliardi
2014-02-17
Added license and README.
Pietro Gagliardi
[next]