2003-06-17 |
David Elliott | DEFAULT_wxUSE_TABDIALOG=yes for wxCocoa (Generic notebook)
|
commit | commitdiff | tree |
2003-06-13 |
David Elliott | Include wx/file.h even when using precompiled headers
|
commit | commitdiff | tree |
2003-06-13 |
David Elliott | * Added gsockcocoa.c to files list
|
commit | commitdiff | tree |
2003-06-13 |
David Elliott | Added GSocket stubs for wxCocoa
|
commit | commitdiff | tree |
2003-06-13 |
David Elliott | Use the new wxNSStringWithWxString conversion function
|
commit | commitdiff | tree |
2003-06-13 |
David Elliott | Added wxString to NSString conversion functions
|
commit | commitdiff | tree |
2003-06-13 |
David Elliott | Proposed wxMac MDI interface (in limbo)
|
commit | commitdiff | tree |
2003-06-13 |
David Elliott | Added support for delayed deactivation of windows ...
|
commit | commitdiff | tree |
2003-06-12 |
David Elliott | Make wxMDIParentFrame a regular top level window
|
commit | commitdiff | tree |
2003-06-09 |
David Elliott | Apple #pragma implementation fix (Yes, some of us do...
|
commit | commitdiff | tree |
2003-06-08 |
David Elliott | Restored Objective-C typesafety while retaining proper...
|
commit | commitdiff | tree |
2003-06-08 |
David Elliott | Mention RFC 1738, in particular file://hostname/path...
|
commit | commitdiff | tree |
2003-06-07 |
David Elliott | Place m_lastDoubleClick initialization inside existing...
|
commit | commitdiff | tree |
2003-06-07 |
David Elliott | Added #if wxUSE_DATAOBJ guard around header
|
commit | commitdiff | tree |
2003-06-07 |
David Elliott | Added stub for the new pure virtual DoInsert method
|
commit | commitdiff | tree |
2003-06-07 |
David Elliott | include "wx/module.h" for wxModule
|
commit | commitdiff | tree |
2003-04-19 |
David Elliott | Separated the Objective-C to C++ association code into...
|
commit | commitdiff | tree |
2003-04-19 |
David Elliott | #include "wx/cocoa/ObjcPose.h" from the source in preparatio...
|
commit | commitdiff | tree |
2003-04-14 |
David Elliott | When saving the editable state, use the real state...
|
commit | commitdiff | tree |
2003-04-14 |
David Elliott | Added InitMouseEvent helper method (like wxMSW)
|
commit | commitdiff | tree |
2003-04-14 |
David Elliott | Catch and forward the following mouse related events:
|
commit | commitdiff | tree |
2003-04-14 |
David Elliott | Added NSEvent class for wxCocoa
|
commit | commitdiff | tree |
2003-04-14 |
David Elliott | Use (generic) text dialog for wxCocoa
|
commit | commitdiff | tree |
2003-04-13 |
David Elliott | Include datacmn.cpp in wxCocoa
|
commit | commitdiff | tree |
2003-04-13 |
David Elliott | Removed everything since it's now in datacmn.cpp
|
commit | commitdiff | tree |
2003-04-13 |
David Elliott | Implemented Raise()
|
commit | commitdiff | tree |
2003-04-12 |
David Elliott | DECLARE_WXCOCOA_OBJC_CLASS now declares types as struct...
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | After delete wxPendingEventsLocker; wxPendingEventsLocker...
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | Do some sanity checks in DoDrawText to make sure we...
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | Added stub for wxIcon(const char **xpm)
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | Relocate DeviceToLogical[XY], add stub for LogicalToDevice[XY]
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | Added preliminary resource fork support for wxCocoa
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | Allow wxUSE_DIRDLG and wxUSE_TREECTRL for wxCocoa ...
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | X11-specific code doesn't work so well on wxCocoa
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | Use the generic tree control for wxCocoa
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | There is no task bar icon for Cocoa (yet).
|
commit | commitdiff | tree |
2003-04-07 |
David Elliott | Whoops! Might want the headers too.
|
commit | commitdiff | tree |
2003-04-06 |
David Elliott | Changed dc.cpp to dc.mm and dcclient.cpp dcclient.mm...
|
commit | commitdiff | tree |
2003-04-06 |
David Elliott | Replace dc.cpp with dc.mm and dcclient.cpp with dc.mm
|
commit | commitdiff | tree |
2003-04-06 |
David Elliott | Use the wxStaticBox::GetBordersForSizer method to get...
|
commit | commitdiff | tree |
2003-04-05 |
David Elliott | Added GetBordersForSizer(int *bordertop, int *borderOther)
|
commit | commitdiff | tree |
2003-04-05 |
David Elliott | Commented out most the the wxLogDebug
|
commit | commitdiff | tree |
2003-04-05 |
David Elliott | Cocoa still uses the generic file dialog (see include...
|
commit | commitdiff | tree |
2003-04-05 |
David Elliott | Added declarations for NSLayoutManager, NSTextContainer...
|
commit | commitdiff | tree |
2003-04-01 |
David Elliott | Implemented wxWindowCocoa::Cocoa_drawRect
|
commit | commitdiff | tree |
2003-04-01 |
David Elliott | Changed defined(__DARWIN__) to (defined(__DARWIN__...
|
commit | commitdiff | tree |
2003-04-01 |
David Elliott | Removed deprecated parser.o from cocoa.t, reran tmake
|
commit | commitdiff | tree |
2003-04-01 |
David Elliott | Wrap file with #if wxUSE_SPINBTN instead of #if 1
|
commit | commitdiff | tree |
2003-03-26 |
David Elliott | Wrap file with #if wxUSE_SLIDER ... #endif
|
commit | commitdiff | tree |
2003-03-26 |
David Elliott | Use #if wxUSE_GAUGE instead of #if 1
|
commit | commitdiff | tree |
2003-03-26 |
David Elliott | Changed #if wxUSE_NEW_GRID to #if wxUSE_GRID (there...
|
commit | commitdiff | tree |
2003-03-26 |
David Elliott | Implement wxExecute with proper callback on Mac OS X
|
commit | commitdiff | tree |
2003-03-26 |
David Elliott | - Added wxAddProcessCallbackForPid function
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Set the m_isShown flag appropriately from Show()
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Use m_dummyNSView if necessary to get the superview...
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Create an NSView in leiu of a radio box
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Create an NSView in leiu of a real listbox
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Use m_dummyNSView (if it exists) in place of m_cocoaNSView...
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | CocoaRemoveFromParent can (and will) be called when...
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Create an NSView (in leiu of a real static line)
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Create an NSView (in leiu of a real static bitmap class)
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | - Remove wxTopLevelWindowCocoa from the wxRTTI class...
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | !defined(wxUSE_TOOLBAR_NATIVE) changed to !wxUSE_TOOLBAR_NAT...
|
commit | commitdiff | tree |
2003-03-24 |
David Elliott | Enable the choice dialog on wxCocoa
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Use wxBitmapBase in wxCocoa
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Regenerated by tmake: added all the cocoa source files
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Added wxCocoa files to build system
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Use generic MDI for wxCocoa
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Include wxCocoa specific header
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Use generic implementation for wxCocoa
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Use the generic timer for wxCocoa
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Use the generic palette for wxCocoa
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Use the MSW/Mac font encoding info for wxCocoa (just...
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Use generic font dialog for wxCocoa
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | - forward declare wxDC for use as a pointer or reference...
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | - Modify #if to include wxCocoa as a platform using...
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | - Include wxCocoa specific header
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | FIXME: Complete stubs or other cruft necessary to make...
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Added more files containing original code and empty...
|
commit | commitdiff | tree |
2003-03-22 |
David Elliott | Checked in WXWIN=$(WXDIR) hack as per Vadim's request
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Added more original works and stubs
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Added original works and stubs to CVS repository
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Various changes for wxCocoa
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Added wxCocoa files.lst. There are not yet any wxCocoa...
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Generate src/cocoa/files.lst using the new cocoa.t
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Add code to handle Cocoa, CocoaH, and CocoaR
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Added tmake template for wxCocoa, heavily derived from...
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Added support for building wxCocoa
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Added stub COCOA_DIST target with TODO comment
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Append .mm to .SUFFIXES list
|
commit | commitdiff | tree |
2003-03-21 |
David Elliott | Allow headers to be compiled in Objective-C++ mode
|
commit | commitdiff | tree |
|