summaryrefslogtreecommitdiff
path: root/redo
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-08-30Fixed wine build. wine is sure missing a few things (and gets a few things ↵Pietro Gagliardi
wrong...)
2014-08-30Demoted TODO to non-TODO.Pietro Gagliardi
2014-08-30Properly handled the LVN_GETDISPINFO notificaiton on Windows this time.Pietro Gagliardi
2014-08-30Figured out the deal with item.mask on Windows Tables. Need to rewrite this...Pietro Gagliardi
2014-08-30More future plans.Pietro Gagliardi
2014-08-30Removed a leftover TODO.Pietro Gagliardi
2014-08-30Fixed image lists on Windows being NON-premultiplied.Pietro Gagliardi
2014-08-29More future plans.Pietro Gagliardi
2014-08-29Fixed the warning popover issues YAYPietro Gagliardi
2014-08-29Reworked the warning popover code to properly show/hide when needed. Not ↵Pietro Gagliardi
working perfectly yet; that'll (hopefully) be the next commit.
2014-08-29Settled alpha support in Windows imagelists; now need to settle ↵Pietro Gagliardi
premultiplied....
2014-08-29Added expository comment.Pietro Gagliardi
2014-08-29Removed stray TODO.Pietro Gagliardi
2014-08-29More future plans.Pietro Gagliardi
2014-08-29Fixed Mac OS X Area.OpenTextFieldAt() not behaving properly. The behavior is ↵Pietro Gagliardi
still a little weird now, but permissible.
2014-08-28And resolved Group boldness on GTK+ TODO.Pietro Gagliardi
2014-08-28Resolved image list icon sizing on GTK+.Pietro Gagliardi
2014-08-28Decided to defer Table WM_MOUSELEAVE (Windows) to later.Pietro Gagliardi
2014-08-28Implemented WM_PRINTCLIENT on Window and cleaned up the WM_CTLCOLOR*** ↵Pietro Gagliardi
message handler; both are on the Windows backend.
2014-08-28More TODOs.Pietro Gagliardi
2014-08-28Simplified Area scrolling code a small bit; no bugfix thoughPietro Gagliardi
2014-08-28Fixed Group child control transparency on Windows.Pietro Gagliardi
2014-08-28Switched from wcscmp() to _wcsicmp() in class names on Windows; class names ↵Pietro Gagliardi
on Windows are case insensitive - http://stackoverflow.com/questions/7928592/are-windows-window-classes-case-sensitive.
2014-08-28Removed merged back file.Pietro Gagliardi
2014-08-28More TODOs.Pietro Gagliardi
2014-08-28More TODOs.Pietro Gagliardi
2014-08-28Added empty Group test.Pietro Gagliardi
2014-08-28Made Groups on Windows control parents.Pietro Gagliardi
2014-08-28Fixed up Area on Windows to always draw the background regardless of the ↵Pietro Gagliardi
size of the clipping rectangle on the Go side and to not send extraneous WM_ERASEBKGND. This will be needed for having Areas draw the background.
2014-08-28Improved control transparency on Windows.Pietro Gagliardi
2014-08-28Tested beep in Mac OS X TextField.Invalid(); works.Pietro Gagliardi
2014-08-27Verified NSImageView properties in the Mac OS X warning popover.Pietro Gagliardi
2014-08-27Checked refuses first responder status of all Controls on Mac OS X; ↵Pietro Gagliardi
everything's fine by default.
2014-08-27Removed wParam from handle() in table_Windows.c as it appears neitehr ↵Pietro Gagliardi
Control nor Shift affect checkboxes in Windows.
2014-08-27Resolved a TODO.Pietro Gagliardi
2014-08-27More improvements to the Mac OS X TextField.Invalid() popover.Pietro Gagliardi
2014-08-27Renamed textField to textfield in the Mac OS X port for consistency.Pietro Gagliardi
2014-08-27Switched from NSPopover for the TextField.Invalid() warning on Mac OS X to a ↵Pietro Gagliardi
custom window subclass.
2014-08-26Cleaned up the TextField.Invalid() popover on Mac OS X a fair bit.Pietro Gagliardi
2014-08-26More TODOs.Pietro Gagliardi
2014-08-26Got rid of the modal queue now that it's no longer needed.Pietro Gagliardi
2014-08-26Implemented the new dialog system on Mac OS X.Pietro Gagliardi
2014-08-26More OpenFile() documentation.Pietro Gagliardi
2014-08-26Implemented the new dialog system on GTK+.Pietro Gagliardi
2014-08-26More TODOs.Pietro Gagliardi
2014-08-26Changed the way dialogs work so that they do real modality properly and ↵Pietro Gagliardi
implemented such on Windows.
2014-08-25Added link to info in dialog_windows.c; removed TODOs in area_window.c and ↵Pietro Gagliardi
basicctrls_windows.c that I decided were fine as they were; more TODOs otherwise.
2014-08-25Moved the IsDialogMessage under notkey to be safe.Pietro Gagliardi