summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-03Split out the code to add a Control to a Mac OS X Window into its own function.Pietro Gagliardi
2014-03-03More TODOs.Pietro Gagliardi
2014-03-03Removed a leftover crash guard from the Mac OS X sysData code (in this case s...Pietro Gagliardi
2014-03-03Removed crash guards from the Mac OS X sysData code. Also removed some leftov...Pietro Gagliardi
2014-03-03More TODOs.Pietro Gagliardi
2014-03-03Added Mac OS X ProgressBars. Mac OS X now feature-equal!Pietro Gagliardi
2014-03-03Added the scrollbars themselves to the NSScrollView backing the Mac OS X List...Pietro Gagliardi
2014-03-03Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ...Pietro Gagliardi
2014-03-03More TODOs related to the previous commit.Pietro Gagliardi
2014-03-03Changed how the preferred size of controls is determined to accomodate NSTabl...Pietro Gagliardi
2014-03-03Added a Listbox preferredSize test window to the main test program, as it app...Pietro Gagliardi
2014-03-03Fixed selection grabbing and also append/insert/removal crashes: all were sel...Pietro Gagliardi
2014-03-03Ah there we go; columnWithIdentifier: returns an index; we wanted tableColumn...Pietro Gagliardi
2014-03-02Fixed a typo'd selector name related to Listbox selection. Adding items still...Pietro Gagliardi
2014-03-02Whoops, forgot to define sysData.selectedIndices() and sysData.selectedTexts(...Pietro Gagliardi
2014-03-02Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't s...Pietro Gagliardi
2014-03-02Added untested Mac OS X Listbox code. Won't compile yet...Pietro Gagliardi
2014-03-02Added Mac OS X Labels and a bunch of TODOs. Now for Listboxes... oh boy...Pietro Gagliardi
2014-03-02Fixed incorrect object placement by using the window's content rect, not the ...Pietro Gagliardi
2014-03-02Fixed incorrect redrawing of Mac OS X windows after resize. Still need to fix...Pietro Gagliardi
2014-03-02Added the Mac OS X implementation of LineEdit. It seems to work... mostly. Th...Pietro Gagliardi
2014-03-02Finished the implementation of Combobox on Mac OS X.Pietro Gagliardi
2014-03-02Added the Mac OS X implementation of messageboxes.Pietro Gagliardi
2014-03-02Added the other Combobox modification functions to the Mac OS X backend. Befo...Pietro Gagliardi
2014-03-02Added the beginning of the Mac OS X implementation of Combobox; also added a ...Pietro Gagliardi
2014-03-02Added an alternate textsel for Mac OS X Comboboxes.Pietro Gagliardi
2014-03-02Added the alternate value as a parameter to Mac OS X sysData.make() in prepar...Pietro Gagliardi
2014-03-02Added Mac OS X Checkboxes.Pietro Gagliardi
2014-03-01Now that we have everything up to and including Buttons up and running, we no...Pietro Gagliardi
2014-03-01More TODOs.Pietro Gagliardi
2014-03-01Expanded documentation for previous commit.Pietro Gagliardi
2014-03-01Fixed the preferredSize() stall. Dumb Intel ABI optimizations. Good thing wit...Pietro Gagliardi
2014-03-01Added Mac OS X Buttons. Code hangs due to a preferredSize() issue...Pietro Gagliardi
2014-03-01Some error message and TODO changes related to the previous commit.Pietro Gagliardi
2014-03-01Attempted to fix the lack of resizable window borders by setting the NSApplic...Pietro Gagliardi
2014-03-01Fixed non-minimizeable windows in Mac OS X; it was a simple copy-paste fail.Pietro Gagliardi
2014-03-01Added windowDidResize: to the Mac OS X delegate for resizing windows. Now to ...Pietro Gagliardi
2014-03-01Cleaned up loose ends with the previous commit and got window close events wo...Pietro Gagliardi
2014-03-01Added the getSysData() hook. Now to clean up loose ends and apply the delegat...Pietro Gagliardi
2014-03-01Fixed most errors. Now I just need to add a sysData pool.Pietro Gagliardi
2014-03-01Started to build a single global delegate object; now to fix issues.Pietro Gagliardi
2014-03-01Reworded a comment in bleh_darwin.m: the docs don't imply the wrong informati...Pietro Gagliardi
2014-03-01Added a TODO marker to the last commit.Pietro Gagliardi
2014-03-01Fixed 32-bit Mac OS X builds (and also got rid of clang's current warnings): ...Pietro Gagliardi
2014-03-01Added another important Mac OS X TODO about coordinates.Pietro Gagliardi
2014-03-01Whoops, misspelled -[NSWindow frame] as -[NSWindow _frame]. Fixed; test progr...Pietro Gagliardi
2014-03-01Oops, accidentally removed the code that actually makes the appdelegateclass....Pietro Gagliardi
2014-03-01Documentation and TODO changes.Pietro Gagliardi
2014-03-01Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...Pietro Gagliardi
2014-03-01Fixed a minor startup failure on Mac OS X; now for a big one: apparently the ...Pietro Gagliardi