index
:
interesting/andlabs-ui
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-27
Added code to create new Objective-C types at runtime, which will be importan...
Pietro Gagliardi
2014-02-27
And we now have a window in the darwin test! You can't really do much with it...
Pietro Gagliardi
2014-02-27
Wrote helper functions for objc_getClass() and sel_getUid().
Pietro Gagliardi
2014-02-27
Added a helper script for building 32-bit darwin binaries.
Pietro Gagliardi
2014-02-27
Ported the runtime test to Go. It works in both 32-bit and 64-bit!
Pietro Gagliardi
2014-02-27
Now that I have a working Mac OS X setup, added the initial groundwork for th...
Pietro Gagliardi
2014-02-26
Added Grid.SetStretchy to allow one control in a Grid to fill the parent Cont...
Pietro Gagliardi
2014-02-25
Added a way to let Controls in a Grid be sized to fill their cells.
Pietro Gagliardi
2014-02-25
Updated a TODO in the control candidates document related to Windows Common C...
Pietro Gagliardi
2014-02-25
Rewrote the unstable warning at the top of README.md.
Pietro Gagliardi
2014-02-25
Lock Stack's mutex lock like with all other Controls.
Pietro Gagliardi
2014-02-25
No longer preliminary (I was going to wait until I started the OS X backend, ...
Pietro Gagliardi
2014-02-25
More documentation fixups.
Pietro Gagliardi
2014-02-25
Fixed up Grid and Space() documentation.
Pietro Gagliardi
2014-02-25
Wrote the Grid test and found/fixed one error in Grid's position calculations...
Pietro Gagliardi
2014-02-25
Added untested initial Grid. Now to write a test.
Pietro Gagliardi
2014-02-25
Added more control candidate information.
Pietro Gagliardi
2014-02-25
More documentation fixups.
Pietro Gagliardi
2014-02-25
Documentation fixups.
Pietro Gagliardi
2014-02-25
Added Space() for padding layouts.
Pietro Gagliardi
2014-02-25
Removed the example from the README while the API is still volatile.
Pietro Gagliardi
2014-02-25
Split NewCombobox() into separate functions NewCombobox() and NewEditableComb...
Pietro Gagliardi
2014-02-25
Added password entry fields; they are the alternate mode of LineEdit.
Pietro Gagliardi
2014-02-25
Some more control notes.
Pietro Gagliardi
2014-02-25
Updated platform control comparison table.
Pietro Gagliardi
2014-02-25
Still not formatted correctly (should have used gist for this, durr)
Pietro Gagliardi
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
[next]