2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add wxIcon::GetSize() to wxIcon in wxOSX. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxCocoa |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | complete rev55777 with some icon.h modifications which... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | get rid of __WXCOCOA__ check in common CreateLogTarget... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | make it possible to use stock ids for custom message... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | implement support for custom button labels in wxMessage... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | check that string passed to FromUTF8() is valid even... |
tree | commitdiff |
2008-06-17 |
Vadim Zeitlin | declare future-deprecated SetStyle(int) in wxPen/Brush... |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-02-18 |
David Elliott | Limit wxListBox best size to 100x100. Particularly... |
tree | commitdiff |
2008-02-18 |
David Elliott | Revert the 2.8 hacks from r51892 on the trunk. |
tree | commitdiff |
2008-02-18 |
David Elliott | Ensure that the NSTableColumn width is that of its... |
tree | commitdiff |
2008-02-18 |
David Elliott | Add a new macro to the Objective-C uniquifying support... |
tree | commitdiff |
2008-02-14 |
David Elliott | Move wxWindowCocoaScrollView class into its own header. |
tree | commitdiff |
2008-02-08 |
David Elliott | Fix tracking rectangles in 64-bit build by remembering... |
tree | commitdiff |
2008-02-08 |
David Elliott | Reword the comment again. I forgot to save before... |
tree | commitdiff |
2008-02-08 |
David Elliott | Change the __NEXT_RUNTIME__ test to __OBJC_GC__ which... |
tree | commitdiff |
2008-02-08 |
David Elliott | Avoid warnings in the Objective-C uniquifying code... |
tree | commitdiff |
2008-02-07 |
David Elliott | Instead of using wxCFRetain/wxCFRelease directly for... |
tree | commitdiff |
2008-02-06 |
David Elliott | Fix most of the Objective-C GC problems by using the... |
tree | commitdiff |
2008-01-14 |
Paul Cornett | make XPM data pointer parameter fully const |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | another unused parameter warning (plenty left in .mm... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fix unused parameters warnings |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-12-04 |
David Elliott | Make wxCocoa compile with new pImpl wxDC. |
tree | commitdiff |
2007-11-19 |
David Elliott | Remove wxDialogNameStr definition which should have... |
tree | commitdiff |
2007-11-09 |
David Elliott | Resynch with 2.8 changes (realized I don't need __WX_CO... |
tree | commitdiff |
2007-11-09 |
David Elliott | Add RCS-ID and normalize whitespace. |
tree | commitdiff |
2007-11-09 |
David Elliott | Make new wxCocoaMessageDialog suitable for backport... |
tree | commitdiff |
2007-11-09 |
David Elliott | Applied slightly-modified patch 1826540 from Gareth... |
tree | commitdiff |
2007-10-29 |
David Elliott | Add WXUNUSED to unused parameters in several inline... |
tree | commitdiff |
2007-10-18 |
David Elliott | Added fontfactory.h that should have been part of 49213. |
tree | commitdiff |
2007-10-18 |
David Elliott | Halfway reasonable implementation of wxFont for wxCocoa. |
tree | commitdiff |
2007-10-13 |
David Elliott | Move wxCocoa's wxFontRefData from the header to the... |
tree | commitdiff |
2007-10-05 |
David Elliott | Duplicate wxTextCtrl code to wxComboBox because we... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | use wxString's UTF8 methods in wxCocoa, it's slightly... |
tree | commitdiff |
2007-08-19 |
David Elliott | Fix a number of problems with tracking rectangles by... |
tree | commitdiff |
2007-08-16 |
David Elliott | Use one run-loop observer for all synthesis of mouse... |
tree | commitdiff |
2007-08-15 |
David Elliott | Add support for uniquifying to all wxCocoa Objective... |
tree | commitdiff |
2007-08-15 |
Václav Slavík | wxCocoa compilation fixes for visibility (missing DLL... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxToolTip::SetAutoPop() and SetReshow() (patch... |
tree | commitdiff |
2007-08-15 |
David Elliott | Further simplificiation of the NSSlider/wxSlider interf... |
tree | commitdiff |
2007-08-14 |
David Elliott | Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa... |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-08-10 |
David Elliott | Fix up NSSlider code to not use class posing and instan... |
tree | commitdiff |
2007-08-10 |
David Elliott | Attempt to fix RCS-ID tags so svn will fill them in. |
tree | commitdiff |
2007-08-10 |
David Elliott | Major wxCocoa wxSlider overhaul from Mark Oxenham. |
tree | commitdiff |
2007-08-10 |
David Elliott | Tell NSTextField to send us its action message and... |
tree | commitdiff |
2007-08-10 |
David Elliott | Implement transformation between the wxDisplay coordina... |
tree | commitdiff |
2007-08-09 |
David Elliott | Remove virtual from the newly added Create methods. |
tree | commitdiff |
2007-08-09 |
David Elliott | Add wxBitmap constructors and Create methods to allow... |
tree | commitdiff |
2007-08-09 |
David Elliott | Add Objective-C uniquifying to WXNSWindow and WXNSPanel |
tree | commitdiff |
2007-08-09 |
David Elliott | Implement wxStaticBitmap. |
tree | commitdiff |
2007-08-07 |
David Elliott | Implement wxRadioButton Get/SetLabel methods. |
tree | commitdiff |
2007-08-06 |
David Elliott | Consolidate cocoa view/control/cell label setting into... |
tree | commitdiff |
2007-07-28 |
David Elliott | Remove bogus DoDelete from 44730. It's appears that... |
tree | commitdiff |
2007-07-27 |
David Elliott | * Implement the wxMask copy constructor to retain the... |
tree | commitdiff |
2007-07-26 |
David Elliott | Add a Clear() method simply calling the wxComboBoxBase... |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-20 |
David Elliott | wxCocoa: Implement wxTopLevelWindow::SetDefaultItem |
tree | commitdiff |
2007-07-20 |
David Elliott | wxCocoa: Basic support for font underlining: |
tree | commitdiff |
2007-07-20 |
David Elliott | Implement wxWindow::SetCursor to invalidate Cocoa's... |
tree | commitdiff |
2007-07-19 |
David Elliott | Implement wxCocoa wxRadioBox event. |
tree | commitdiff |
2007-07-19 |
David Elliott | Make wxRadioButton::SetValue(true) deselect all other... |
tree | commitdiff |
2007-07-19 |
David Elliott | Implement most of wxRadioBox's methods. |
tree | commitdiff |
2007-07-17 |
David Elliott | Partially implement wxRadioBox for wxCocoa. |
tree | commitdiff |
2007-07-10 |
Václav Slavík | cleanup of raw access to bitmaps: |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
next |