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 |
2003-07-14 |
David Elliott | Use generic MDI with wxCocoa until a real implementation...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Added (Start|End)DrawingOnTop stubs
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Commented out wxAutoNSAutoreleasePool in CallOnInit()
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Put wxAutoNSAutoreleasePool in methods that may be...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Use the new wx/cocoa/autorelease.h header.
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Place wxAutoNSAutoreleasePool in this header
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Put OnIdle() back. Without deleting pending objects...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | In the object destructor, Disassociate the object from...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | In destructor, pass the NSView ownership to the base...
|
commit | commitdiff | tree |
2003-07-14 |
David Elliott | Call -[NSApplication stop] instead of terminate. The...
|
commit | commitdiff | tree |
2003-07-12 |
David Elliott | In the object destructor, leave m_cocoaNSView intact...
|
commit | commitdiff | tree |
2003-07-12 |
David Elliott | In the object destructor, Disassociate the object from...
|
commit | commitdiff | tree |
2003-07-11 |
David Elliott | Associate/Disassociate now check for non-NULL pointer...
|
commit | commitdiff | tree |
2003-07-11 |
David Elliott | Implement SetValue() and GetValue()
|
commit | commitdiff | tree |
2003-07-11 |
David Elliott | * Removed BASE_AND_GUI_MAC_SRC. At the moment DARWIN...
|
commit | commitdiff | tree |
2003-07-10 |
David Elliott | Add support for foreground and background colors to...
|
commit | commitdiff | tree |
2003-07-10 |
David Elliott | Implement SetBackgroundMode()
|
commit | commitdiff | tree |
2003-07-10 |
David Elliott | include "wx/toolbar.h" instead of tbar(base|smpl).h
|
commit | commitdiff | tree |
2003-07-10 |
David Elliott | Use wxGetEmptyString() so the types in the ?: statement...
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | Don't save and restore the graphics context for color...
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | Implement wxWindowDC::Clear()
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | Implement SetBackground()
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | wxNullBrush should not be Ok(), and GetNSColor() should...
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | wxBrushRefData constructor: m_style = style instead...
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | Set m_window instead of using wxWindowDC constructor...
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | Store a pointer to the wxWindow in the wxWindowDC class
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | Avoid paint event recursion when the run loop is restarted...
|
commit | commitdiff | tree |
2003-07-09 |
David Elliott | Remove check for other wxPaintDCs. It should be done...
|
commit | commitdiff | tree |
2003-07-08 |
David Elliott | wxBITMAP now uses XPM constructor for wxCocoa (like...
|
commit | commitdiff | tree |
2003-07-08 |
David Elliott | wxCocoa: allow wxUSE_NUMBERDLG
|
commit | commitdiff | tree |
next |