2003-08-19 |
David Elliott | Use NSBox with the NSBoxSeparator box type
|
commit | commitdiff | tree |
2003-08-19 |
David Elliott | Override CocoaSetEnabled() to call -[NSControl setEnabled:]
|
commit | commitdiff | tree |
2003-08-19 |
David Elliott | Override CocoaSetEnabled() to do nothing. Although...
|
commit | commitdiff | tree |
2003-08-19 |
David Elliott | Added machinery to Enable/Disable windows. When a...
|
commit | commitdiff | tree |
2003-08-19 |
David Elliott | Wrap NSTableView in an NSScrollView and disable the...
|
commit | commitdiff | tree |
2003-08-19 |
David Elliott | Use bounds rect instead of frame rect when positioning...
|
commit | commitdiff | tree |
2003-08-19 |
David Elliott | Use setAutoresizingMask: NSViewMinYMargin to keep subviews...
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | SetInitialFrameRect: use frameRect.size.height to calculate...
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | DoMoveWindow: setNeedsDisplay:YES for the superview
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | * Implement GetValue() and SetValue().
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | Implement GetValue() and SetValue() and send an event...
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | wxCocoa: Added NSMutableArray and NSTableColumn
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | wxCocoa: added NSTableView.(mm|h)
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | some more wxListBox support
|
commit | commitdiff | tree |
2003-08-18 |
David Elliott | Added NSTableView support
|
commit | commitdiff | tree |
2003-08-17 |
David Elliott | Handle setting of client size for all types of windows
|
commit | commitdiff | tree |
2003-08-14 |
David Elliott | Stub for wxRegion::Offset
|
commit | commitdiff | tree |
2003-08-14 |
David Elliott | Implemented toolbar/statusbar positioning
|
commit | commitdiff | tree |
2003-08-14 |
David Elliott | Implemented window scrolling using wxWindowCocoaScroller
|
commit | commitdiff | tree |
2003-08-14 |
David Elliott | wxCocoa: Added NSScrollView definition
|
commit | commitdiff | tree |
2003-08-13 |
David Elliott | Improve default size. If the control is auto-fit its...
|
commit | commitdiff | tree |
2003-08-13 |
David Elliott | Create an NSPopUpButton and size it appropriately
|
commit | commitdiff | tree |
2003-08-13 |
David Elliott | Make appropriate use of MakeDefaultNSRect and SetInitialFram...
|
commit | commitdiff | tree |
2003-08-13 |
David Elliott | Added helper functions for setting initial window size:
|
commit | commitdiff | tree |
2003-08-13 |
David Elliott | Don't send idle events while an assertion dialog is...
|
commit | commitdiff | tree |
2003-08-12 |
David Elliott | Implement Raise()/Lower() using [NSVIew sortSubviewsUsingFun...
|
commit | commitdiff | tree |
2003-08-12 |
David Elliott | Laid groundwork for scrolling.
|
commit | commitdiff | tree |
2003-08-11 |
David Elliott | Replaced id with winid so it doesn't conflict with...
|
commit | commitdiff | tree |
2003-08-11 |
David Elliott | Added dummy resources for wxCocoa so bundles will build
|
commit | commitdiff | tree |
2003-08-11 |
David Elliott | Added default implementation for drawRect and mouse...
|
commit | commitdiff | tree |
2003-08-08 |
David Elliott | lock/unlockFocus when doing the copy in SelectObject
|
commit | commitdiff | tree |
2003-08-08 |
David Elliott | * Since AppKit cannot draw directly on NSBitmapImageRep...
|
commit | commitdiff | tree |
2003-08-08 |
David Elliott | * When cloning the ref data, copy the NSBitmapImageRep...
|
commit | commitdiff | tree |
2003-08-06 |
David Elliott | Contrary to what I had thought, the addSubview and...
|
commit | commitdiff | tree |
2003-08-06 |
David Elliott | Don't install idle event handler in secondary threads.
|
commit | commitdiff | tree |
2003-08-06 |
David Elliott | wxCocoa: Added NSThread
|
commit | commitdiff | tree |
2003-08-05 |
David Elliott | In destructor: DestroyChildren() and make sure m_cocoaNSView...
|
commit | commitdiff | tree |
2003-08-05 |
David Elliott | Removed wxTheBitmapList code
|
commit | commitdiff | tree |
2003-08-05 |
David Elliott | Initialize m_cocoaDash to NULL in copy constructor
|
commit | commitdiff | tree |
2003-08-04 |
David Elliott | Implement new static Unload(handle) instead of old...
|
commit | commitdiff | tree |
2003-08-04 |
David Elliott | Remove src/cocoa/pen.cpp
|
commit | commitdiff | tree |
2003-08-04 |
David Elliott | wxCocoa: Added pen.mm, removed pen.cpp
|
commit | commitdiff | tree |
2003-08-04 |
David Elliott | Use wxPen
|
commit | commitdiff | tree |
2003-08-04 |
David Elliott | Added dash support
|
commit | commitdiff | tree |
2003-08-04 |
David Elliott | wxPen implementation (no dash support yet)
|
commit | commitdiff | tree |
2003-08-03 |
David Elliott | Added wxGUIAppTraits::GetToolkitInfo (ok?)
|
commit | commitdiff | tree |
2003-08-03 |
David Elliott | Removed wxGUIAppTraits::GetOSVersion
|
commit | commitdiff | tree |
2003-08-03 |
David Elliott | Removed wxTheApp = this from wxApp constructor
|
commit | commitdiff | tree |
2003-07-31 |
David Elliott | wxCocoa: Allow wxUSE_CLIPBOARD/wxUSE_DATAOBJ
|
commit | commitdiff | tree |
2003-07-29 |
David Elliott | Added stubs for (DeviceToLogical|LogicalToDevice)(X...
|
commit | commitdiff | tree |
2003-07-29 |
David Elliott | Stub for wxIcon constructor taking a non-const xpm
|
commit | commitdiff | tree |
2003-07-29 |
David Elliott | Stub for wxRegion constructor taking a wxRect
|
commit | commitdiff | tree |
2003-07-29 |
David Elliott | IMPLEMENT_DYNAMIC_CLASS for wxSpinEvent
|
commit | commitdiff | tree |
2003-07-29 |
David Elliott | Keep track of the captured mouse window so the base...
|
commit | commitdiff | tree |
2003-07-28 |
David Elliott | wxCocoa: Added clipbrd.(mm|h) dataobj.(mm|h) dataform...
|
commit | commitdiff | tree |
2003-07-28 |
David Elliott | wxCocoa: Include new platform-specific headers
|
commit | commitdiff | tree |
2003-07-28 |
David Elliott | Added wxClipboard and wxDataObject (and friends) declaration...
|
commit | commitdiff | tree |
2003-07-28 |
David Elliott | wxCocoa: added src/cocoa/fontenum.mm
|
commit | commitdiff | tree |
2003-07-28 |
David Elliott | Added wxFontEnumerator stubs
|
commit | commitdiff | tree |
2003-07-28 |
David Elliott | Don't use pragma interface/implemenation for __APPLE__
|
commit | commitdiff | tree |
2003-07-28 |
David Elliott | pragma interface/implementation should not be used...
|
commit | commitdiff | tree |
2003-07-25 |
David Elliott | Fixed operator[] recursion
|
commit | commitdiff | tree |
2003-07-24 |
David Elliott | Better stub for wxDisplaySize
|
commit | commitdiff | tree |
2003-07-24 |
David Elliott | Added build instructions, readme, and TODO
|
commit | commitdiff | tree |
2003-07-22 |
David Elliott | wxCocoa: Added preliminary Blit support
|
commit | commitdiff | tree |
2003-07-22 |
David Elliott | Added NSImage definition
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | dcmemory.cpp is now dcmemory.mm
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | wxCocoa: Preliminary wxMemoryDC implementation
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | Don't depend on wx/dcmemory.h to include wx/dcclient...
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | Implemented wxDC stack with focus locking and unlocking
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | Remove CR at end of each line (had been checked in...
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | Added bitmap drawing support
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | wxCocoa: Added preliminary wxBitmap support
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | Remove wxBitmapHandler code
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | wxCursorRefData inherits from wxObjectRefData instead...
|
commit | commitdiff | tree |
2003-07-21 |
David Elliott | Added NSBitmapImageRep
|
commit | commitdiff | tree |
2003-07-16 |
David Elliott | Implement GetLabel and SetLabel
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | Added wxAutoNSAutoreleasePool to DoGetBestSize method
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | Added wxAutoNSAutoreleasePool to Create method
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | Use wxAutoNSAutoreleasePool in Create() method
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | SetStringSelection: wxString& should be const
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | wxCocoa: enable help system
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | Added some stubs
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | wxCocoa: Enable gauge and progress dialog
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | wxCocoa: Added gauge.(mm|h)
|
commit | commitdiff | tree |
2003-07-15 |
David Elliott | wxCocoa: Added wxGauge
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | After calling sizeToFit, round the size up to the next...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxSpinCtrl abuses m_isShown. Don't use it for any logic
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: Allow calendar control, spin button, spin...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: added spinbutt.(mm|h)
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: Added wxSpinButton
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: enable combo box
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Added wxUSE_COMBOBOX guard
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: Added combobox.(mm|h)
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Fixed file header
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: Added basic (i.e. not working) implementation...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Added default argument (true) to Show()
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: Allow find/replace dialog, font dialog, grid...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Added wxButtonBase::GetDefaultSize stub
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | wxCocoa: allow sash, splitter, and startup tips
|
commit | commitdiff | tree |
next |