2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
blob | commitdiff | raw |
2008-03-22 |
Vadim Zeitlin | fix warnings about unused parameters/variables in relea... |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Václav Slavík | don't set m_font upfront in wxMac, let the GetDefaultAt... |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Stefan Csomor | fixing bug 1841377 |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Stefan Csomor | cleanup, fixing exports |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Stefan Csomor | cleanup |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Adding missing variable declaration |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | fix a few hundreds of harmless unused parameters warnin... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Julian Smart | Added extra width for controls to avoid edge being... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Julian Smart | Fixed uninstalled toolbars in native toolbar mode,... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | don't compare wxList::compatibility_iterator with NULL... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Stefan Csomor | adjusting refcount asserts |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Stefan Csomor | fixing the shrinking embedded controls |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Stefan Csomor | fixing refcounting for embedded native controls |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | don't remove the tools we hadn't added to the toolbar... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | fix crash introduced in last commit (the correct item... |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Vadim Zeitlin | fixed typo in last commit |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Robin Dunn | Use kControlContentIconRef when recreating the tool... |
blob | commitdiff | raw | diff to current |
2006-12-10 |
Stefan Csomor | switching to autorelease |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Stefan Csomor | fixing memory leaks (toolbartool not released) and... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Stefan Csomor | cleanup for 10.5 |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Paul Cornett | remove unused stuff |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Robin Dunn | Allow the native toolbar to have more han one button... |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Robin Dunn | deTABified |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Stefan Csomor | fixing ownership and positioning of embedded controls... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Stefan Csomor | make sure we are feeding coordinates of HIView instance... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Stefan Csomor | adding support for embedded controls in native toolbar |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Stefan Csomor | we're always compositing |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/toolbar.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Paul Cornett | wxASSERT(false) --> wxFAIL |
blob | commitdiff | raw | diff to current |
2006-03-29 |
Stefan Csomor | clean-up and fix |
blob | commitdiff | raw | diff to current |
2006-02-16 |
David Surovell | cleanup - reformatting (pt 2) |
blob | commitdiff | raw | diff to current |
2006-02-16 |
David Surovell | cleanup - reformatting |
blob | commitdiff | raw | diff to current |
2006-02-10 |
David Surovell | cleanup - reformatting; simplified OnPaint |
blob | commitdiff | raw | diff to current |
2006-01-04 |
David Surovell | cleanup - reformat |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Stefan Csomor | tentative fix for BestSize problems (non-native toolbar) |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Stefan Csomor | fixing visibility checks for native toolbars |
blob | commitdiff | raw | diff to current |
2005-09-01 |
Stefan Csomor | optimizing for multiple Realize calls in sequence,... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Vadim Zeitlin | compilation fix; unTABbed |
blob | commitdiff | raw | diff to current |
2005-08-27 |
Stefan Csomor | several fixes, guards, and an implementation for remova... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Vadim Zeitlin | use wxString::Format(), calling string.Format() has... |
blob | commitdiff | raw | diff to current |
2005-08-07 |
Vadim Zeitlin | unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Stefan Csomor | fixing names |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Stefan Csomor | defaulting to small style (24x24), and correcting the... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Stefan Csomor | respect styles during creation as well |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Stefan Csomor | lowercase bools |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Stefan Csomor | code formattings |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Stefan Csomor | new native toolbar implementation (turned off by defaul... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Stefan Csomor | cleanup |
blob | commitdiff | raw | diff to current |
2005-04-19 |
Stefan Csomor | in synch with others |
blob | commitdiff | raw | diff to current |
2005-04-01 |
Dimitri Schoolwerth | fixed Carbon compilo |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Stefan Csomor | giving correct 'pressed' visual feedback |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Stefan Csomor | applying OSAF patch for "toolbar selection not correct... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Stefan Csomor | making removal and re-inserting possible |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Stefan Csomor | going back to 16x16 standard size |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Stefan Csomor | destroying native and wx controls |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Stefan Csomor | correct placard under toolbar |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Stefan Csomor | cleanup |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Stefan Csomor | reintroducing non-composited functionality due to DataB... |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Stefan Csomor | force icon type for tools, as PICTs are not shown |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Stefan Csomor | toggle corrected for click as well |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Stefan Csomor | new layout was messing with separator positions |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Stefan Csomor | correcting support for more tool sizes, support for... |
blob | commitdiff | raw | diff to current |
2005-02-17 |
Stefan Csomor | 24x24 bitmaps and separator for flat style added |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Stefan Csomor | added non-bordered toolbar tools |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Stefan Csomor | Mac Core Graphics Implementation |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Stefan Csomor | pragma and prec-header patch applied |
blob | commitdiff | raw | diff to current |
2004-11-22 |
David Elliott | Set m_minWidth, m_minHeight so that GetBestSize() works... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Stefan Csomor | removed IsShown guards, allowing now for manipulation... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Ryan Norton | unused variable warning fix |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Robin Dunn | Fix from Jed Burgess that correctly untoggles radio... |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Stefan Csomor | metal appearance supported under 10.3 |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Stefan Csomor | making tool enable consistent (was using mix of enable... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Mattia Barbon | Some (incomplete) fixes for wxUSE_STL == 1. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Stefan Csomor | switching to CreateXXX methods for Controls and to... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Stefan Csomor | Cleanup |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | new control based view architecture |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Robert Roebling | Prevent wxMac from creating an epmpty bitmap in a... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Stefan Csomor | MacHandleControlClick extended by mouseStillDown state... |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Vadim Zeitlin | compilation warnings fixes |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Julian Smart | Added some missing copyright lines |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Stefan Csomor | supported controls on toolbar |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Julian Smart | Tidied space and tabs in wxMac files |
blob | commitdiff | raw | diff to current |
next |