2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-20 |
Stefan Csomor | make sure theme font info is reset if anything is changed |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | don't try to resize the bitmap buttons with wxBORDER_NO... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which... |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK... |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | respecting more of the toolbar positions (tb_right... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing redraw of combobox on osx_cocoa |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing border drawing for toplevel controls on dialogs... |
tree | commitdiff |
2009-06-04 |
Stefan Csomor | avoid overdrawing, fixes #10865 |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | moving common code up |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | updating cursor code from Dave's newer version, fixes... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG... |
tree | commitdiff |
2009-05-15 |
Stefan Csomor | applying, closes #9012 |
tree | commitdiff |
2009-05-14 |
Julian Smart | Corrected event routing/id change bug |
tree | commitdiff |
2009-05-12 |
Stefan Csomor | files are replaced by dataview implementations |
tree | commitdiff |
2009-05-11 |
Robert Roebling | Reapplied some previous patches that got lost while... |
tree | commitdiff |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
tree | commitdiff |
2009-05-02 |
Kevin Ollivier | (Forward port from 2.8) Allow m_current to be used... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | added missing parent parameter to Cocoa version of... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-22 |
Julian Smart | State fix |
tree | commitdiff |
2009-04-20 |
Stefan Csomor | fixing param |
tree | commitdiff |
2009-04-18 |
Stefan Csomor | removing overloads to avoid 'hidden method' warning |
tree | commitdiff |
2009-04-17 |
Stefan Csomor | wrong override params |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | have at least a measuring context available |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | fixing return values and handling of invalid files |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | using proper SubItemRect |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | adapting TextUpdateEvents, using wxTextEntry API |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | fixing native font info support bugs |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | adding API note |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | fixing unused param warning |
tree | commitdiff |
2009-04-04 |
Stefan Csomor | fixing 64 bit value transfer |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | glgrab not available for iphone |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding iphone code |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | adding native icon for executables |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | adding back API for 2.8 compatibility |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | switching a few icons, removing OS9 folder icons |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | adding more native icons, fixes #8778 |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing warning in osx core and carbon |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Stefan Csomor | simpler define handling |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | adapting to autorelease of factory methods |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | adapting to autorelease of factory method |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | fixing the type |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | make sure we always have a CGFontRef |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | introducing temporary variables for atsu with cocoa |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-19 |
Stefan Csomor | avoid double framing on carbon as well |
tree | commitdiff |
2009-03-10 |
Stefan Csomor | adding pure CoreText Impl |
tree | commitdiff |
2009-03-07 |
Robert Roebling | wxDATAVIEW_CELL_ACTIVATABLE translates Editable under... |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Report first selected item in selection change event |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Make wxDataViewCtrl::GetBestSize() return a height... |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10523 |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Missed one symbol used in the compatibility path. |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Fix for building under 10.4, where the BlendMode consta... |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Corrected meaning of parameter col as the position... |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Blind implementation of GetSubItemRect() for wxListCtrl... |
tree | commitdiff |
2009-02-16 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-16 |
Robert Roebling | Compilo |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | wxApp::DoYield => wxGUIEventLoop::YieldFor (part of... |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | CGContextFlush is already called in SetNativeContext |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-10 |
Stefan Csomor | supporting graphics context on invisible views, icon... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | We'll get an unhandled exception if the view is hidden... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | paint event handling fixes and wxClientDC implementatio... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | replacing RgnHandle with HIShapeRef usage |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | common drawing code for osx-cocoa and osx-carbon, also... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Do a sanity check to make sure GetWindow() has a valid... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Stub out GetMatchingPair() for now to allow us to use... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Header fix for OS X Cocoa build. |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-01-31 |
Robert Roebling | Commit Hartwig's patch for DnD in wxDataViewCtrl |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptio... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Implement hint cursor for resizable columns |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | blind build fix for wxMac |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing some warnings |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Forgot this one |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Give some OSX specific methods OSX prefix, fixes hidden... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | wxDataViewCtrl fixes |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-20 |
Stefan Csomor | streamlining slider, scroller, spinbutton for osx carbo... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Robert Roebling | Really set standard cursor when over title bar and... |
tree | commitdiff |
2009-01-18 |
Stefan Csomor | mouse and cursor additions for cocoa, see #10361 |
tree | commitdiff |
next |