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
/
area.go
Age
Commit message (
Expand
)
Author
2018-08-26
And finally migrated Area back.
Pietro Gagliardi
2018-08-26
Moved all the Go files out of the way again, this time so we can migrate them...
Pietro Gagliardi
2018-08-12
Migrated uiArea back.
Pietro Gagliardi
2018-08-11
Moved the existing .go files out of the way and replaced ui.h with the alpha4...
Pietro Gagliardi
2016-01-24
Added Area.ScrollTo().
Pietro Gagliardi
2015-12-21
Wrote clarification on the sizes of points parameters to Areas.
Pietro Gagliardi
2015-12-19
Wrote up Area for real this time.
Pietro Gagliardi
2015-12-16
Did some build fixes.
Pietro Gagliardi
2015-12-11
LET'S GET THIS FINAL REWRITE EVER STARTED
Pietro Gagliardi
2014-10-02
go fmt. Precursor to bug report filing.
Pietro Gagliardi
2014-08-30
...in with the new.
Pietro Gagliardi
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-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-28
Began the migration to the new API. Removed locks from the public control API...
Pietro Gagliardi
2014-06-25
Made the new sizing system work on Windows.
Pietro Gagliardi
2014-06-25
Migrated existing controls to the new sizing system.
Pietro Gagliardi
2014-06-25
Added the necessary work to make new regular Labels work on the other platforms.
Pietro Gagliardi
2014-06-10
More go fmt. That completes the main package go fmt. Won't bother with test o...
Pietro Gagliardi
2014-06-09
Had Area.SetSize() explicitly labelled as repainting the whole Area; made sur...
Pietro Gagliardi
2014-06-09
Areas have worked on all platforms forever now; remove the GTK+ only note fro...
Pietro Gagliardi
2014-06-09
Cleaned up the scrollbars documentation in the Overview.
Pietro Gagliardi
2014-06-09
Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) a...
Pietro Gagliardi
2014-06-08
Removed TODO on getting the available button count: this isn't meaningful. (d...
Pietro Gagliardi
2014-06-07
Documented window switch clicks in Area and implemented them on Windows and M...
Pietro Gagliardi
2014-06-07
Fixed typo in area.go documentation.
Pietro Gagliardi
2014-06-06
Set Area's preferred size in the documentation and on Windows and Mac OS X.
Pietro Gagliardi
2014-06-06
Added Help key handling (as Insert) on Mac OS X.
Pietro Gagliardi
2014-06-06
Marked a sentence in the Area docs as not being active.
Pietro Gagliardi
2014-06-03
Removed the TODO on memstride: we were already using it?????? It is working c...
Pietro Gagliardi
2014-06-03
Made multiple modifier keys undefined; removed the TODO there. If I need to c...
Pietro Gagliardi
2014-06-03
Decided not to rename MouseEvent.Pos.
Pietro Gagliardi
2014-06-02
Documented the changed event handling of Area.
Pietro Gagliardi
2014-05-29
Changed the Modifiers behavior in KeyEvent to more properly handle modifier k...
Pietro Gagliardi
2014-05-23
Finished the Area clicking stuff: formalized the behavior in documentation in...
Pietro Gagliardi
2014-05-16
Changed the meaning of the Modifiers keys to be positional, added Super, and ...
Pietro Gagliardi
2014-05-10
Documented dragging issues caused by how Mac OS X handles mouse events; also ...
Pietro Gagliardi
2014-05-07
Completed extending of mouse buttons to the system's limit; defined (as undef...
Pietro Gagliardi
2014-04-29
Added a quick disclaimer about Area mouse button numbers and documentation.
Pietro Gagliardi
2014-04-29
Added extra mouse buttons to Areas on Windows.
Pietro Gagliardi
2014-04-29
Decided not to cap mouse buttons at 3; reflected this in the public interface...
Pietro Gagliardi
2014-04-20
More TODOs (because I can't think right now).
Pietro Gagliardi
2014-04-14
Added click-to-focus to GTK+ Areas and documented that click-to-focus happens...
Pietro Gagliardi
2014-04-14
Clarified the previous commit.
Pietro Gagliardi
2014-04-14
Ensured that pressing Modifiers+Key/ExtKey does not produce an event with jus...
Pietro Gagliardi
2014-04-13
Pinned down horizontal scrollbar behavior on Listboxes; also reworded the Are...
Pietro Gagliardi
2014-04-12
Documented the thread safety of AreaHandler and Area.SetSize().
Pietro Gagliardi
2014-04-12
Switched to ARGB drawing in Areas on GTK+.
Pietro Gagliardi
[next]