summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-05Removed TODO from Mac OS X code about additional label styles; judging from I...Pietro Gagliardi
2014-04-05Gave controls their proper fonts on Mac OS X.Pietro Gagliardi
2014-04-05Updated sysdata_darwin.go to remove some TODOs and change most, if not all, e...Pietro Gagliardi
2014-04-05More TODOs.Pietro Gagliardi
2014-04-05Moved all selector and class initialization for bleh_darwin.m into its own fu...Pietro Gagliardi
2014-04-05Removed NilClass from the shared Mac OS X files (objc_darwin.h and bleh_darwi...Pietro Gagliardi
2014-04-04Fixed 32-bit Mac OS X builds: Area crashed due to random ABI changes. Also mo...Pietro Gagliardi
2014-04-04Changed the way drawRect: was being added to our Mac OS X Area such that we n...Pietro Gagliardi
2014-04-04Updated the Area drawRect: adding error message to look like the ones that co...Pietro Gagliardi
2014-04-04Changed the Area class on Mac OS X to use the new class creation code. This g...Pietro Gagliardi
2014-04-04Created a new, simpler, easier to work with, and consistent way to create the...Pietro Gagliardi
2014-04-04Wrapper functions are no longer used (see the past few commits), so that comm...Pietro Gagliardi
2014-04-04Removed objc_alloc(). This should be all of them. Now to redo how classes are...Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ...Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect_uint_uint_bool().Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect_bool().Pietro Gagliardi
2014-04-04Removed objc_msgSend_uint().Pietro Gagliardi
2014-04-04More TODOs.Pietro Gagliardi
2014-04-04Removed objc_release().Pietro Gagliardi
2014-04-04Added a TODO related to the previous commit.Pietro Gagliardi
2014-04-04Mac OS X indeterminate progresbars were not animating under certain condition...Pietro Gagliardi
2014-04-04Removed objc_new(). The idea is to remove all the objc_* functions that aren'...Pietro Gagliardi
2014-04-04Got rid of objc_addDelegate(); it was only called in one place (Mac OS X Wind...Pietro Gagliardi
2014-04-04Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also...Pietro Gagliardi
2014-04-03Fixed mouse move events on Mac OS X not returning buttons right, I think: tur...Pietro Gagliardi
2014-04-03Adjusted Button and Combobox sizes on Windows to be better...Pietro Gagliardi
2014-04-03Added question about Windows proper sizes... for now...Pietro Gagliardi
2014-04-03Updated TODO on dragging in an Area (decided to go with what GTK+ and Windows...Pietro Gagliardi
2014-04-03Enabled mouse move events on Mac OS X. Mosue events now just got stranger and...Pietro Gagliardi
2014-04-02Fixed the major scrolling corruption on Windows: had to commit the scroll cha...Pietro Gagliardi
2014-04-02More TODOs.Pietro Gagliardi
2014-04-02More TODOs.Pietro Gagliardi
2014-04-02Fixed Listbox and LineEdit borders on Windows. Also more TODOs.Pietro Gagliardi
2014-04-02More TODOs.Pietro Gagliardi
2014-04-02Forced Common Controls version 6 on Windows by embedding the needed manifest in.Pietro Gagliardi
2014-04-02Switched to calling the Windows MulDiv() function instead of reimplementing i...Pietro Gagliardi
2014-04-02Added a println() to the main test window to signal that window closing has h...Pietro Gagliardi
2014-04-02Not using PostThreadMessage() (a few commits back) seems to fix the weird Inv...Pietro Gagliardi
2014-04-02Fixed odd Listbox sizing on Windows. (Windows by default sizes List Box contr...Pietro Gagliardi
2014-04-01Control candidates document updates.Pietro Gagliardi
2014-04-01Changed the font loading on Windows to always load the control font unless a ...Pietro Gagliardi
2014-04-01Fixed Windows control sizing: turns out simply calling GetTextMetrics() was n...Pietro Gagliardi
2014-04-01More TODOs.Pietro Gagliardi
2014-04-01Remove TODO about GTK+ and Cocoa errors since we're just assuming errors are ...Pietro Gagliardi
2014-04-01Fixed the Windows stalling when scrolling an Area problem: messages were gett...Pietro Gagliardi
2014-04-01Separated initial text from sysData.make() on the Mac OS X backend, completin...Pietro Gagliardi
2014-04-01Made the sysData.make() change from the previous commit on the Windows backend.Pietro Gagliardi
2014-04-01Removed the initText parameter from sysData.make() and changed all invocation...Pietro Gagliardi
2014-04-01Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...Pietro Gagliardi
2014-04-01Removed winerrors.md because I screwed it ages ago.Pietro Gagliardi