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 |
2003-07-08 |
David Elliott | Position the status bar properly
|
commit | commitdiff | tree |
2003-07-07 |
David Elliott | Use NSColor from wxColour and wxBrush
|
commit | commitdiff | tree |
2003-07-07 |
David Elliott | First hack at wxBrush for wxCocoa
|
commit | commitdiff | tree |
2003-07-06 |
David Elliott | Fixed some fields in the file header
|
commit | commitdiff | tree |
2003-07-06 |
David Elliott | Remove finishLaunching method which called wxTheApp...
|
commit | commitdiff | tree |
2003-07-03 |
David Elliott | Added GetNSColor() accessor
|
commit | commitdiff | tree |
2003-07-03 |
David Elliott | Provide empty stubs for constructors
|
commit | commitdiff | tree |
2003-07-03 |
David Elliott | Provide NSAutoreleasePool instances during initialization
|
commit | commitdiff | tree |
2003-07-03 |
David Elliott | Added CallOnInit() which allows the toolkit (wxCocoa...
|
commit | commitdiff | tree |
2003-07-02 |
David Elliott | Removed Vadim's comment. Added comment explaining...
|
commit | commitdiff | tree |
2003-07-02 |
David Elliott | Removed conflicting wxEntry prototype
|
commit | commitdiff | tree |
2003-07-02 |
David Elliott | It was not acceptable to call the class method from...
|
commit | commitdiff | tree |
2003-07-02 |
David Elliott | Changed BASE_DARWIN_SRC to match BASE_UNIX_SRC
|
commit | commitdiff | tree |
2003-07-02 |
David Elliott | src/mac/corersrc.r is in $(top_srcdir) not ".."
|
commit | commitdiff | tree |
2003-07-01 |
David Elliott | Declare wxObject
|
commit | commitdiff | tree |
2003-06-28 |
David Elliott | Added more generic implementation files to wxCocoa...
|
commit | commitdiff | tree |
2003-06-28 |
David Elliott | include "wx/setup.h" before testing for wxUSE_SLIDER
|
commit | commitdiff | tree |
2003-06-28 |
David Elliott | Added wxGUIAppTraits::GetOSVersion() implementation.
|
commit | commitdiff | tree |
2003-06-27 |
David Elliott | Removed wxGetOsVersion stub. It's now handled by utilscmn...
|
commit | commitdiff | tree |
2003-06-25 |
David Elliott | Changed bool WakeUpIdle() to void to match base class
|
commit | commitdiff | tree |
2003-06-23 |
David Elliott | Added #if wxUSE_SLIDER guard
|
commit | commitdiff | tree |
2003-06-23 |
David Elliott | Only MSW has a class wxIconLocation. The other platforms...
|
commit | commitdiff | tree |
2003-06-23 |
David Elliott | Added #ifdef wxHAS_TASK_BAR_ICON guard
|
commit | commitdiff | tree |
2003-06-19 |
David Elliott | Removed forced default no for wxUSE_SLIDER and wxUSE_COLOURDLG
|
commit | commitdiff | tree |
2003-06-19 |
David Elliott | Added slider.h/slider.mm to wxCocoa build
|
commit | commitdiff | tree |
2003-06-19 |
David Elliott | Missed a few substitutions the first time around
|
commit | commitdiff | tree |
next |