summaryrefslogtreecommitdiff
path: root/winapi_windows.h
AgeCommit message (Collapse)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2015-02-20Removed residual ImageList references.Pietro Gagliardi
2015-02-19Added tableSetSelection to the new Windows Table and hooked it up to the ↵Pietro Gagliardi
package ui Table.
2015-02-19Added tableGetSelection to the new Windows Table and hooked it up to package ↵Pietro Gagliardi
ui's Table.
2015-02-18Began fixing the new Windows Table. In its current state one bug is fixed ↵Pietro Gagliardi
and another has been spotted, with the diagnosis coming next.
2015-02-17Fixed the other build errors. Awesome, Go's linker won't recognize the COM ↵Pietro Gagliardi
IIDs in uuid.dll; guess we're bumping the minimum required version of Go, maybe?...
2015-02-17Tied Table initialization in. Now to test!Pietro Gagliardi
2015-02-17Next part of Table code: HBITMAP generation code migration.Pietro Gagliardi
2015-02-17More Windows Table migration.Pietro Gagliardi
2015-02-17Began the Windows Table integration.Pietro Gagliardi
2015-01-06Split out all Windows header file inclusion into a single ↵Pietro Gagliardi
wininclude_windows.h so all subdirectory files can be on the same page.
2015-01-04Added the standard accessible object, added it to a few navigation-related ↵Pietro Gagliardi
places to make Inspect.exe's life easier, and added some more get_accName() debug stuff.
2014-11-09Started the work to add accessibility to the new Windows Table. Also ↵Pietro Gagliardi
adjusted winapi_windows.h to accomodate this (defined CINTERFACE and included <oleacc.h>).
2014-11-06Clarification of previous commitPietro Gagliardi
2014-11-06Let us end the scourge of vanilla MinGW once and for allPietro Gagliardi
2014-11-05More Windows window class logic simplification. This will be needed for ↵Pietro Gagliardi
read-only TextFields, next.
2014-11-05Implemented TextField.ReadOnly() on Mac OS X. Began standardizing window ↵Pietro Gagliardi
class name access on Windows.
2014-11-05Started adding TextField.ReadOnly() and implemented it (mostly) on Windows.Pietro Gagliardi
2014-11-04Started the Windows ProgressBar implemetnation. There's still an important ↵Pietro Gagliardi
detail left over...
2014-11-02Started the work for Spinbox.OnChanged() on Windows with the edit control.Pietro Gagliardi
2014-11-01Started handling Spinbox events on Windows.Pietro Gagliardi
2014-10-30Fixed Windows Spinbox sizing for now.Pietro Gagliardi
2014-10-28Added the initial Windows Spinbox code.Pietro Gagliardi
2014-10-27Fixed Group on Windows not sending events to children. I /think/ we're done ↵Pietro Gagliardi
with container madness on the Windows backend...
2014-10-27Removed the gouicontainer window class from the Windows backend; it is no ↵Pietro Gagliardi
longer needed.
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi