index
:
jcarr/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
path:
root
/
todo.md
Age
Commit message (
Expand
)
Author
2014-04-12
Documented the thread safety of AreaHandler and Area.SetSize().
Pietro Gagliardi
2014-04-10
Removed TODO about Windows -1 conversions, as the Go spec specifically says t...
Pietro Gagliardi
2014-04-10
Added bounds checking to NewArea() and Area.SetSize() such that an Area must ...
Pietro Gagliardi
2014-04-10
More TODOs.
Pietro Gagliardi
2014-04-10
Fixed Area mouse events being sent when something happens outside the Area it...
Pietro Gagliardi
2014-04-10
Decided not to make Labels selectable; nothing does it and it's a platform de...
Pietro Gagliardi
2014-04-10
Documented scrollbars on Listbox and Area to the best of my ability, shufflin...
Pietro Gagliardi
2014-04-10
More TODOs.
Pietro Gagliardi
2014-04-10
"Fixed" the zero-size Combobox drop-down on Windows by having Windows fix it ...
Pietro Gagliardi
2014-04-10
Removed unnecessary space if the secondaryText argument to MsgBox***() is an ...
Pietro Gagliardi
2014-04-10
Documented that event channels can be assigned to each other to collapse events.
Pietro Gagliardi
2014-04-09
More TODOs and future plans.
Pietro Gagliardi
2014-04-09
Added a test for the extremities of the Area's actual drawing area to make su...
Pietro Gagliardi
2014-04-09
Fixed Area drawing assuming the first pixel of the *image.NRGBA is at i.Pix[0].
Pietro Gagliardi
2014-04-09
Tried to resolve the use a single window class for each type of custom window...
Pietro Gagliardi
2014-04-09
Fixed GTK+ windows having the wrong background.
Pietro Gagliardi
2014-04-08
Slowed GTK+ indeterminate Progressbars down.
Pietro Gagliardi
2014-04-07
Removed the TODOs about AppQuit: fixed on OS X, never a problem on Windows, u...
Pietro Gagliardi
2014-04-06
Added details of application termination handling.
Pietro Gagliardi
2014-04-06
Added borders to GTK+ Listboxes (thanks to jlindgren in irc.gimp.net/#gtk+); ...
Pietro Gagliardi
2014-04-05
More TODOs.
Pietro Gagliardi
2014-04-05
Removed the bit about selectable messagebox text from the TODO file: that's a...
Pietro Gagliardi
2014-04-05
Gave Listboxes a border on Mac OS X. That just leaves GTK+: oyxgen-gtk always...
Pietro Gagliardi
2014-04-05
Split the todo.md file into one for immediate TODOs and one for future work; ...
Pietro Gagliardi
2014-04-05
More TODOs.
Pietro Gagliardi
2014-04-04
More TODOs.
Pietro Gagliardi
2014-04-04
Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also...
Pietro Gagliardi
2014-04-03
Adjusted Button and Combobox sizes on Windows to be better...
Pietro Gagliardi
2014-04-03
Updated TODO on dragging in an Area (decided to go with what GTK+ and Windows...
Pietro Gagliardi
2014-04-02
Fixed the major scrolling corruption on Windows: had to commit the scroll cha...
Pietro Gagliardi
2014-04-02
More TODOs.
Pietro Gagliardi
2014-04-02
More TODOs.
Pietro Gagliardi
2014-04-02
Fixed Listbox and LineEdit borders on Windows. Also more TODOs.
Pietro Gagliardi
2014-04-02
More TODOs.
Pietro Gagliardi
2014-04-02
Not using PostThreadMessage() (a few commits back) seems to fix the weird Inv...
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
More TODOs.
Pietro Gagliardi
2014-04-01
Remove TODO about GTK+ and Cocoa errors since we're just assuming errors are ...
Pietro Gagliardi
2014-04-01
Fixed the Windows stalling when scrolling an Area problem: messages were gett...
Pietro Gagliardi
2014-04-01
Separated initial text from sysData.make() on the Mac OS X backend, completin...
Pietro Gagliardi
2014-04-01
More TODOs.
Pietro Gagliardi
2014-04-01
Reordered each part of the Windows uitask so that it does things in the same ...
Pietro Gagliardi
2014-03-30
Added key events to Mac OS X Areas. Now Area is feature-complete (but buggy) ...
Pietro Gagliardi
2014-03-30
Implemented Area mouse events on Mac OS X. Also fixed a few other things left...
Pietro Gagliardi
2014-03-29
More TODOs.
Pietro Gagliardi
2014-03-29
Added Alt+[key] and F10 handling to Windows Area key events. Also more TODOs.
Pietro Gagliardi
2014-03-29
Documented that the clip area in AreaHandler.Paint() more properly and indica...
Pietro Gagliardi
2014-03-29
More TODOs.
Pietro Gagliardi
[next]