index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-03-02
Finished the implementation of Combobox on Mac OS X.
Pietro Gagliardi
2014-03-02
Added the Mac OS X implementation of messageboxes.
Pietro Gagliardi
2014-03-02
Added the other Combobox modification functions to the Mac OS X backend. Befo...
Pietro Gagliardi
2014-03-02
Added the beginning of the Mac OS X implementation of Combobox; also added a ...
Pietro Gagliardi
2014-03-02
Added an alternate textsel for Mac OS X Comboboxes.
Pietro Gagliardi
2014-03-02
Added the alternate value as a parameter to Mac OS X sysData.make() in prepar...
Pietro Gagliardi
2014-03-02
Added Mac OS X Checkboxes.
Pietro Gagliardi
2014-03-01
Now that we have everything up to and including Buttons up and running, we no...
Pietro Gagliardi
2014-03-01
More TODOs.
Pietro Gagliardi
2014-03-01
Expanded documentation for previous commit.
Pietro Gagliardi
2014-03-01
Fixed the preferredSize() stall. Dumb Intel ABI optimizations. Good thing wit...
Pietro Gagliardi
2014-03-01
Added Mac OS X Buttons. Code hangs due to a preferredSize() issue...
Pietro Gagliardi
2014-03-01
Some error message and TODO changes related to the previous commit.
Pietro Gagliardi
2014-03-01
Attempted to fix the lack of resizable window borders by setting the NSApplic...
Pietro Gagliardi
2014-03-01
Fixed non-minimizeable windows in Mac OS X; it was a simple copy-paste fail.
Pietro Gagliardi
2014-03-01
Added windowDidResize: to the Mac OS X delegate for resizing windows. Now to ...
Pietro Gagliardi
2014-03-01
Cleaned up loose ends with the previous commit and got window close events wo...
Pietro Gagliardi
2014-03-01
Added the getSysData() hook. Now to clean up loose ends and apply the delegat...
Pietro Gagliardi
2014-03-01
Fixed most errors. Now I just need to add a sysData pool.
Pietro Gagliardi
2014-03-01
Started to build a single global delegate object; now to fix issues.
Pietro Gagliardi
2014-03-01
Reworded a comment in bleh_darwin.m: the docs don't imply the wrong informati...
Pietro Gagliardi
2014-03-01
Added a TODO marker to the last commit.
Pietro Gagliardi
2014-03-01
Fixed 32-bit Mac OS X builds (and also got rid of clang's current warnings): ...
Pietro Gagliardi
2014-03-01
Added another important Mac OS X TODO about coordinates.
Pietro Gagliardi
2014-03-01
Whoops, misspelled -[NSWindow frame] as -[NSWindow _frame]. Fixed; test progr...
Pietro Gagliardi
2014-03-01
Oops, accidentally removed the code that actually makes the appdelegateclass....
Pietro Gagliardi
2014-03-01
Documentation and TODO changes.
Pietro Gagliardi
2014-03-01
Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...
Pietro Gagliardi
2014-03-01
Fixed a minor startup failure on Mac OS X; now for a big one: apparently the ...
Pietro Gagliardi
2014-03-01
Fixed the compiler errors on Mac OS X; now to get it running...
Pietro Gagliardi
2014-03-01
Fixed Mac OS X sysData.setWindowSize() to get the window origin. Now to fix t...
Pietro Gagliardi
2014-03-01
Fixed various Mac OS X compilation errors.
Pietro Gagliardi
2014-03-01
Added initial Mac OS X sysData code. Almost ready for first test build, hopef...
Pietro Gagliardi
2014-03-01
More TODOs.
Pietro Gagliardi
2014-03-01
Fixed typo in objc_darwin.h.
Pietro Gagliardi
2014-03-01
Changed package main to package ui in darwintest/ imports.
Pietro Gagliardi
2014-03-01
Added _setDelegate to the common Objective-C selectors list and added a clari...
Pietro Gagliardi
2014-03-01
Added objc_msgSend_ptr(), needed by uitask_darwin.go.
Pietro Gagliardi
2014-03-01
Added objc_msgSend_stret_size_noargs(), needed by the Mac OS X sysData.prefer...
Pietro Gagliardi
2014-03-01
Moved the Objective-C wrappers and helpers out of darwintest.
Pietro Gagliardi
2014-03-01
Added preferred size code for Mac OS X.
Pietro Gagliardi
2014-02-28
Added the final version of the Mac OS X delegate type code.
Pietro Gagliardi
2014-02-28
Added the ui() for OS X.
Pietro Gagliardi
2014-02-28
Removed the NSNotificationCenter stuff since we're not using that to run UI o...
Pietro Gagliardi
2014-02-28
Split the actual delegate into a separate file; this simplifies even more thi...
Pietro Gagliardi
2014-02-28
Removed a leftover declaration in objc_darwin.h.
Pietro Gagliardi
2014-02-28
Cleaned up newtypes.go.
Pietro Gagliardi
2014-02-28
Moved some Objective-C stuff to objc_darwin.go, added some helper functions t...
Pietro Gagliardi
2014-02-28
Renamed bleh_darwin.go to objc_darwin.go so I can clean up Objective-C stuff ...
Pietro Gagliardi
2014-02-28
Quick wording fix in the bleh_darwin.m comments.
Pietro Gagliardi
[next]