2003-07-22 |
David Elliott | wxCocoa: Added preliminary Blit support |
tree | commitdiff |
2003-07-21 |
David Elliott | wxCocoa: Preliminary wxMemoryDC implementation |
tree | commitdiff |
2003-07-21 |
David Elliott | Implemented wxDC stack with focus locking and unlocking |
tree | commitdiff |
2003-07-21 |
David Elliott | Added bitmap drawing support |
tree | commitdiff |
2003-07-21 |
David Elliott | wxCocoa: Added preliminary wxBitmap support |
tree | commitdiff |
2003-07-21 |
David Elliott | Remove wxBitmapHandler code |
tree | commitdiff |
2003-07-20 |
Václav Slavík | files.lst files are no longer used |
tree | commitdiff |
2003-07-16 |
David Elliott | Implement GetLabel and SetLabel |
tree | commitdiff |
2003-07-15 |
David Elliott | Added wxAutoNSAutoreleasePool to DoGetBestSize method |
tree | commitdiff |
2003-07-15 |
David Elliott | Added wxAutoNSAutoreleasePool to Create method |
tree | commitdiff |
2003-07-15 |
David Elliott | Use wxAutoNSAutoreleasePool in Create() method |
tree | commitdiff |
2003-07-15 |
David Elliott | SetStringSelection: wxString& should be const |
tree | commitdiff |
2003-07-15 |
David Elliott | Added some stubs |
tree | commitdiff |
2003-07-15 |
David Elliott | wxCocoa: Added wxGauge |
tree | commitdiff |
2003-07-14 |
David Elliott | After calling sizeToFit, round the size up to the next... |
tree | commitdiff |
2003-07-14 |
David Elliott | wxSpinCtrl abuses m_isShown. Don't use it for any logic |
tree | commitdiff |
2003-07-14 |
David Elliott | wxCocoa: Added wxSpinButton |
tree | commitdiff |
2003-07-14 |
David Elliott | Added wxUSE_COMBOBOX guard |
tree | commitdiff |
2003-07-14 |
David Elliott | Fixed file header |
tree | commitdiff |
2003-07-14 |
David Elliott | wxCocoa: Added basic (i.e. not working) implementation... |
tree | commitdiff |
2003-07-14 |
David Elliott | Added wxButtonBase::GetDefaultSize stub |
tree | commitdiff |
2003-07-14 |
David Elliott | Commented out wxAutoNSAutoreleasePool in CallOnInit() |
tree | commitdiff |
2003-07-14 |
David Elliott | Put wxAutoNSAutoreleasePool in methods that may be... |
tree | commitdiff |
2003-07-14 |
David Elliott | Use the new wx/cocoa/autorelease.h header. |
tree | commitdiff |
2003-07-14 |
Julian Smart | Rationalised OnIdle |
tree | commitdiff |
2003-07-14 |
David Elliott | Put OnIdle() back. Without deleting pending objects... |
tree | commitdiff |
2003-07-14 |
David Elliott | In the object destructor, Disassociate the object from... |
tree | commitdiff |
2003-07-14 |
David Elliott | In destructor, pass the NSView ownership to the base... |
tree | commitdiff |
2003-07-14 |
David Elliott | Call -[NSApplication stop] instead of terminate. The... |
tree | commitdiff |
2003-07-14 |
Vadim Zeitlin | removed OnIdle() which didn't compile any longer |
tree | commitdiff |
2003-07-12 |
David Elliott | In the object destructor, leave m_cocoaNSView intact... |
tree | commitdiff |
2003-07-12 |
David Elliott | In the object destructor, Disassociate the object from... |
tree | commitdiff |
2003-07-11 |
David Elliott | Associate/Disassociate now check for non-NULL pointer... |
tree | commitdiff |
2003-07-11 |
David Elliott | Implement SetValue() and GetValue() |
tree | commitdiff |
2003-07-10 |
David Elliott | Add support for foreground and background colors to... |
tree | commitdiff |
2003-07-09 |
David Elliott | Don't save and restore the graphics context for color... |
tree | commitdiff |
2003-07-09 |
David Elliott | Implement wxWindowDC::Clear() |
tree | commitdiff |
2003-07-09 |
David Elliott | Implement SetBackground() |
tree | commitdiff |
2003-07-09 |
David Elliott | wxNullBrush should not be Ok(), and GetNSColor() should... |
tree | commitdiff |
2003-07-09 |
David Elliott | wxBrushRefData constructor: m_style = style instead... |
tree | commitdiff |
2003-07-09 |
David Elliott | Set m_window instead of using wxWindowDC constructor... |
tree | commitdiff |
2003-07-09 |
David Elliott | Store a pointer to the wxWindow in the wxWindowDC class |
tree | commitdiff |
2003-07-09 |
David Elliott | Avoid paint event recursion when the run loop is restar... |
tree | commitdiff |
2003-07-09 |
David Elliott | Remove check for other wxPaintDCs. It should be done... |
tree | commitdiff |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
tree | commitdiff |
2003-07-08 |
David Elliott | Position the status bar properly |
tree | commitdiff |
2003-07-07 |
David Elliott | Use NSColor from wxColour and wxBrush |
tree | commitdiff |
2003-07-07 |
David Elliott | First hack at wxBrush for wxCocoa |
tree | commitdiff |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
tree | commitdiff |
2003-07-06 |
David Elliott | Fixed some fields in the file header |
tree | commitdiff |
2003-07-06 |
David Elliott | Remove finishLaunching method which called wxTheApp... |
tree | commitdiff |
2003-07-05 |
Vadim Zeitlin | some float -> int conversion warnings suppressed (but... |
tree | commitdiff |
2003-07-03 |
David Elliott | Provide empty stubs for constructors |
tree | commitdiff |
2003-07-03 |
David Elliott | Provide NSAutoreleasePool instances during initialization |
tree | commitdiff |
2003-07-02 |
David Elliott | Removed Vadim's comment. Added comment explaining... |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
tree | commitdiff |
2003-06-28 |
David Elliott | include "wx/setup.h" before testing for wxUSE_SLIDER |
tree | commitdiff |
2003-06-28 |
David Elliott | Added wxGUIAppTraits::GetOSVersion() implementation. |
tree | commitdiff |
2003-06-27 |
David Elliott | Removed wxGetOsVersion stub. It's now handled by utils... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | removed duplicate wxTheApp and m_appInitFn definitions... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-23 |
David Elliott | Added #if wxUSE_SLIDER guard |
tree | commitdiff |
2003-06-19 |
David Elliott | Added slider.h/slider.mm to wxCocoa build |
tree | commitdiff |
2003-06-19 |
David Elliott | Missed a few substitutions the first time around |
tree | commitdiff |
2003-06-19 |
David Elliott | Added wxSlider stub |
tree | commitdiff |
2003-06-19 |
David Elliott | Changed colour.cpp to colour.mm |
tree | commitdiff |
2003-06-19 |
David Elliott | First stab at wxColour using NSColor |
tree | commitdiff |
2003-06-13 |
David Elliott | * Added gsockcocoa.c to files list |
tree | commitdiff |
2003-06-13 |
David Elliott | Added GSocket stubs for wxCocoa |
tree | commitdiff |
2003-06-13 |
David Elliott | Use the new wxNSStringWithWxString conversion function |
tree | commitdiff |
2003-06-07 |
David Elliott | Added stub for the new pure virtual DoInsert method |
tree | commitdiff |
2003-06-07 |
David Elliott | include "wx/module.h" for wxModule |
tree | commitdiff |
2003-05-24 |
Julian Smart | Removed wxHTMLHelpControllerBase (putting the |
tree | commitdiff |
2003-05-23 |
Gilles Depeyrot | removed print.cpp from list of Mac files and regenerate... |
tree | commitdiff |
2003-04-19 |
David Elliott | #include "wx/cocoa/ObjcPose.h" from the source in prepa... |
tree | commitdiff |
2003-04-14 |
David Elliott | Added InitMouseEvent helper method (like wxMSW) |
tree | commitdiff |
2003-04-14 |
David Elliott | Catch and forward the following mouse related events: |
tree | commitdiff |
2003-04-13 |
David Elliott | Include datacmn.cpp in wxCocoa |
tree | commitdiff |
2003-04-13 |
David Elliott | Removed everything since it's now in datacmn.cpp |
tree | commitdiff |
2003-04-13 |
David Elliott | Implemented Raise() |
tree | commitdiff |
2003-04-07 |
David Elliott | Do some sanity checks in DoDrawText to make sure we... |
tree | commitdiff |
2003-04-07 |
David Elliott | Added stub for wxIcon(const char **xpm) |
tree | commitdiff |
2003-04-07 |
David Elliott | Relocate DeviceToLogical[XY], add stub for LogicalToDev... |
tree | commitdiff |
2003-04-07 |
David Elliott | X11-specific code doesn't work so well on wxCocoa |
tree | commitdiff |
2003-04-06 |
David Elliott | Replace dc.cpp with dc.mm and dcclient.cpp with dc.mm |
tree | commitdiff |
2003-04-05 |
David Elliott | Added GetBordersForSizer(int *bordertop, int *borderOther) |
tree | commitdiff |
2003-04-05 |
David Elliott | Commented out most the the wxLogDebug |
tree | commitdiff |
2003-04-05 |
Václav Slavík | regenerated makefiles |
tree | commitdiff |
2003-04-01 |
David Elliott | Implemented wxWindowCocoa::Cocoa_drawRect |
tree | commitdiff |
2003-04-01 |
David Elliott | Removed deprecated parser.o from cocoa.t, reran tmake |
tree | commitdiff |
2003-03-31 |
Mattia Barbon | Removed Motif files that only contained stubs |
tree | commitdiff |
2003-03-30 |
Julian Smart | Removing deprecated classes |
tree | commitdiff |
2003-03-24 |
David Elliott | Set the m_isShown flag appropriately from Show() |
tree | commitdiff |
2003-03-24 |
David Elliott | Use m_dummyNSView if necessary to get the superview... |
tree | commitdiff |
2003-03-24 |
David Elliott | Create an NSView in leiu of a radio box |
tree | commitdiff |
2003-03-24 |
David Elliott | Create an NSView in leiu of a real listbox |
tree | commitdiff |
2003-03-24 |
David Elliott | Use m_dummyNSView (if it exists) in place of m_cocoaNSV... |
tree | commitdiff |
2003-03-24 |
David Elliott | CocoaRemoveFromParent can (and will) be called when... |
tree | commitdiff |
2003-03-24 |
David Elliott | Create an NSView (in leiu of a real static line) |
tree | commitdiff |
next |