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-06-07
Changed SetWindowLong() to SetWindowLongPtr() in the Windows backend. I forgo...
Pietro Gagliardi
2014-06-07
Fixed a regression in the Windows Area code: when I fixed numpad behavior, I ...
Pietro Gagliardi
2014-06-07
Documented click event on activate behavior in the GTK+ backend.
Pietro Gagliardi
2014-06-07
Documented window switch clicks in Area and implemented them on Windows and M...
Pietro Gagliardi
2014-06-07
Fixed incorrect numpad handling on Windows Areas.
Pietro Gagliardi
2014-06-07
Removed the TODO about doing keyboard checks in the same order on each platfo...
Pietro Gagliardi
2014-06-07
Fixed typo in area.go documentation.
Pietro Gagliardi
2014-06-06
Elaborated previous commit.
Pietro Gagliardi
2014-06-06
Added note that Areas get focus on Mac OS X on a click event automatically si...
Pietro Gagliardi
2014-06-06
Made the preferred size of an Area its size on GTK+ as well.
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
Updated some TODOs.
Pietro Gagliardi
2014-06-06
Did half the work to fix Help key handling in Mac OS X.
Pietro Gagliardi
2014-06-06
Added Help key handling (as Insert) on Mac OS X.
Pietro Gagliardi
2014-06-06
Disabled Travis.ci for now.
Pietro Gagliardi
2014-06-06
Merge pull request #12 from TrevorS/patch-1
Pietro Gagliardi
2014-06-06
Cleaned up some TODOs. Removed the 18 March 2014 one because since all UI pro...
Pietro Gagliardi
2014-06-06
Typo, I -> i in Windows.
Trevor Strieber
2014-06-06
Reorganized and cleaned up the todo.md file.
Pietro Gagliardi
2014-06-06
Formatting fixes in the placeholder README.
Pietro Gagliardi
2014-06-06
Properly link to andlabs/wakeup in the replacement README.
Pietro Gagliardi
2014-06-06
Strummed up a new placeholder README in an effort to replace the existing one.
Pietro Gagliardi
2014-06-06
Marked a sentence in the Area docs as not being active.
Pietro Gagliardi
2014-06-06
Updated doc.go with the MsgBox() change.
Pietro Gagliardi
2014-06-06
Fixed the standard window class focus behavior on Windows from the previous c...
Pietro Gagliardi
2014-06-05
Implemented code to save and restore control focus on Windows properly when s...
Pietro Gagliardi
2014-06-05
Changed Checkbox on Windows to use BS_CHECKBOX instead of BS_AUTOCHECKBOX; th...
Pietro Gagliardi
2014-06-05
Removed the GTK+ indefinite progressbar TODO; the choppiness is correct for G...
Pietro Gagliardi
2014-06-05
Removed TODO on gdk_device_ungrab() errors: this is a bug in oxygen-gtk and G...
Pietro Gagliardi
2014-06-05
Removed some leftover debugging code from the previous few commits.
Pietro Gagliardi
2014-06-05
Fixed the GTK+ Combobox sizing issues for real this time.
Pietro Gagliardi
2014-06-05
Fixed resizing of editable comboboxes in the GTK+ backend. Uneditable combobo...
Pietro Gagliardi
2014-06-05
Decided not to change the default window title of a MsgBox() on Windows for n...
Pietro Gagliardi
2014-06-05
Figured out what happens if a message box is created for an invisible window,...
Pietro Gagliardi
2014-06-05
Verified resize differences on MsgBox() with a parent.
Pietro Gagliardi
2014-06-05
More TODOs.
Pietro Gagliardi
2014-06-05
Implemented message box transience on Mac OS X.
Pietro Gagliardi
2014-06-05
Implemented the new MsgBox() transience behavior on GTK+.
Pietro Gagliardi
2014-06-04
Implemented the new MsgBox() transience on Windows.
Pietro Gagliardi
2014-06-04
More TODOs.
Pietro Gagliardi
2014-06-04
Added the concept of transience to MsgBox() and MsgBoxError(). Individual imp...
Pietro Gagliardi
2014-06-04
Resolved the ACTCTX_FLAG_SET_PROCESS_DEFAULT TODO by deciding to enable this ...
Pietro Gagliardi
2014-06-04
Resolved TODO about indeterminate ProgressBar repetition by deciding to leave...
Pietro Gagliardi
2014-06-04
Removed TODOs about sign extension on Windows; situation resolved.
Pietro Gagliardi
2014-06-04
Added a link to the older Layout page on MSDN to prefsize_windows.go.
Pietro Gagliardi
2014-06-04
Resolved a TODO in stdwndclass_windows.go about deferring WM_NCCREATE to DefW...
Pietro Gagliardi
2014-06-03
Marked the README as needing updates and added API change warnings.
Pietro Gagliardi
2014-06-03
Big change to Window: split Open()'s functionality into Create() and Open(); ...
Pietro Gagliardi
2014-06-03
Quick changes: turned "Window has been opened" to "Window has been created" s...
Pietro Gagliardi
2014-06-03
Decided to panic in the hwnd sanity check in sysdata_windows.go; the situatio...
Pietro Gagliardi
[next]