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
/
area.go
Age
Commit message (
Expand
)
Author
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
2014-04-11
Rewrote Area code on Windows to use alpha-premultiplied RGB and only use GDI ...
Pietro Gagliardi
2014-04-11
Added a general-purpose function to produce a native-endian ARGB representati...
Pietro Gagliardi
2014-04-11
Changed from using image.NRGBA to image.RGBA (premultiplied alpha) in Area.Pa...
Pietro Gagliardi
2014-04-10
Added bounds checking to NewArea() and Area.SetSize() such that an Area must ...
Pietro Gagliardi
2014-04-10
Documented scrollbars on Listbox and Area to the best of my ability, shufflin...
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-07
Updated Area's KeyEvent documentation to talk about some window managers on U...
Pietro Gagliardi
2014-04-01
Removed the initText parameter from sysData.make() and changed all invocation...
Pietro Gagliardi
2014-03-30
Updated the documentation: Area now works on all platforms, Modifiers behavio...
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
Documented that the clip area in AreaHandler.Paint() more properly and indica...
Pietro Gagliardi
2014-03-29
Re-added the numeric keypad keys to ExtKey and removed predefkeys in area_uni...
Pietro Gagliardi
2014-03-29
Removed the numpad constants pending re-evaluation of how to handle those.
Pietro Gagliardi
2014-03-28
Changed the definition of KeyEvent to be positional. The implementation has n...
Pietro Gagliardi
2014-03-27
Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...
Pietro Gagliardi
2014-03-23
Fixed a slight documentation error in area.go.
Pietro Gagliardi
2014-03-23
Added Area resizing. Everything mostly works, but not making things smaller...
Pietro Gagliardi
2014-03-23
Had ExtKey start at 1 so KeyEvent.ExtKey can be 0.
Pietro Gagliardi
2014-03-17
Changed the new resizing code so that it uses the same allocated slice per wi...
Pietro Gagliardi
2014-03-17
Changed window resizes so that the actual Control.setRect() functions appende...
Pietro Gagliardi
2014-03-17
Removed the mutexes from Labels and Areas because I'm at my wits end about se...
Pietro Gagliardi
2014-03-16
Changed Area to use a delegate handler object that implements the new AreaHan...
Pietro Gagliardi
2014-03-15
Clarified that MouseEvent.Held will not include Down/Up.
Pietro Gagliardi
2014-03-15
Added note in MouseEvent documentation about both Down and Up being 0 represe...
Pietro Gagliardi
2014-03-15
Added (untested) GTK+ implementation of Area's mouse events.
Pietro Gagliardi
2014-03-15
Added portable code for Area's MouseEvent.
Pietro Gagliardi
2014-03-15
Documented the details of Area's coordinate system.
Pietro Gagliardi
2014-03-14
Added the portable code for Area.
Pietro Gagliardi