summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-08-25Improved modalqueue.c error handling. A bit dirty to have the same function ↵Pietro Gagliardi
in multiple Go files like this, but meh.
2014-08-25Settled OpenFile() modality issues on Windows.Pietro Gagliardi
2014-08-25Added cleanup of Windows image lists.Pietro Gagliardi
2014-08-25Removed stray TODO.Pietro Gagliardi
2014-08-25Decided to keep OFN_NODEREFERENCELINKS; the Mac backend does so.Pietro Gagliardi
2014-08-25Part 2 of previous commit.Pietro Gagliardi
2014-08-25Moved some functions around.Pietro Gagliardi
2014-08-25Added a third function for comdlg32.dll errors on Windows.Pietro Gagliardi
2014-08-25Made the width of TextFields more reasonable on Mac OS X.Pietro Gagliardi
2014-08-25Settled some strict typing issues on the Mac OS X backend.Pietro Gagliardi
2014-08-25Implemented changing themes in Windows Tables. Phew...Pietro Gagliardi
2014-08-25Stored the HIMAGELIST in the tableData struct. Now to store the HTHEME too...Pietro Gagliardi
2014-08-25Fixed a stupid typo. I'm an idiot.Pietro Gagliardi
2014-08-25Switched the image list stuff to a static function/message pair.Pietro Gagliardi
2014-08-25Dropped checkboxImageList. This is the first of a multi-part commit stream ↵Pietro Gagliardi
becasue when I tried doing it alll at once the program broke in utterly mysterious ways.
2014-08-25Started writing the framework for having each Table on Windows to maintain ↵Pietro Gagliardi
their own checkbox image list. This will be needed to properly handle WM_THEMECHANGED.
2014-08-25Cleaned up the checkbox image list section of imagelist_winidows.c.Pietro Gagliardi
2014-08-25Added code for printing HRESULTs on Windows. (There is no HRESULT-to-string ↵Pietro Gagliardi
function because HRESULTs were designed to be extensible in vendor-specific ways.)
2014-08-25Added error return checks to MessageBeep();Pietro Gagliardi
2014-08-24Split ymargin into top and bottom margins to accomodate Groups on Windows; ↵Pietro Gagliardi
fixed those.
2014-08-24Removed stray/leftover TODO.Pietro Gagliardi
2014-08-24Tested TextField.Invalid() beeps on GTK+. Works.Pietro Gagliardi
2014-08-24More TODOs.Pietro Gagliardi
2014-08-24Added beep to TextFIeld.Invalid() on Mac OS X.Pietro Gagliardi
2014-08-24Added error beep to GTK+ TextField.Invalid().Pietro Gagliardi
2014-08-23Update future plans.Pietro Gagliardi
2014-08-23Implemented more/most of Area.OpenTextFieldAt() on Windows.Pietro Gagliardi
2014-08-23More fixes to Windows Area.OpenTextFieldAt(). Thanks to ↵Pietro Gagliardi
http://stackoverflow.com/questions/25462989/why-am-i-getting-wm-mouseactivate-when-i-click-on-my-child-window-i-have-it-cha
2014-08-23Fixed a lot of Area.OpenTextFieldAt(); thanks to mikeash in ↵Pietro Gagliardi
irc.freenode.net/#macdev.
2014-08-22Started the Mac OS X implementation of Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-22Began implementing Area.OpenTextFieldAt() on Windows.Pietro Gagliardi
2014-08-22Fixed focus-out bug in GTK+ Area TextField.Pietro Gagliardi