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 |
2009-01-17 |
Stefan Csomor | missing commit |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing dangling includes |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | printing adjustment |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | streamlining printing support, adding printing support... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | avoiding warning for unused var in cocoa build |
tree | commitdiff |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
tree | commitdiff |
2009-01-14 |
Robert Roebling | Don't make wxFrame grow when adding a native wxToolbar |
tree | commitdiff |
2009-01-13 |
Robert Roebling | Also update cursor when over toolbar and titlebar |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | common event code |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | make sure that code is always available when compiling... |
tree | commitdiff |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixes #10358 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | making sure enabling the menus works |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing wrong constant |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | native apple event support for osx cocoa |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | supporting PopUp on osx cocoa as well, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | adding open and close hand cursor constants, implementa... |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | moving launch methods to common code |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxLaunchDefaultBrowser on wxMSW for local files... |
tree | commitdiff |
2009-01-09 |
Robert Roebling | Tried to improve look of toogle tool under OS X, adapte... |
tree | commitdiff |
2009-01-09 |
Robert Roebling | Compile fix |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | fix build |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2008-12-31 |
Kevin Ollivier | Fix for OS X Cocoa build. |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | (blind) fix for unneeded inclusions of headers |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
tree | commitdiff |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
tree | commitdiff |
2008-12-17 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded and add test for it |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
tree | commitdiff |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | call wxMDIClientWindow::CreateClient() |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just removed whitespace and perfectly usele... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | remove apparently unused file (src/osx/core/gsocket... |
tree | commitdiff |
2008-11-22 |
Kevin Ollivier | Forward port event handler fixes to trunk. |
tree | commitdiff |
2008-11-21 |
Vadim Zeitlin | fix virtual function hiding for LoadFile(); replace... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-14 |
Robert Roebling | #10183: patch to add wxOSX print job name |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-20 |
Robert Roebling | Fix wxListCtrl::Insert() bug reported by Riccardo Cohen |
tree | commitdiff |
2008-10-18 |
Stefan Csomor | adapting to API change from GetContentAreaInset to... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Remove accidentally commited debug code |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Make wxMac wxSpinCtrl emit killfocus events |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Fudge offset no longer required |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | no need to test that the pointer is non-NULL before... |
tree | commitdiff |
2008-10-11 |
Stefan Csomor | adding missing cast |
tree | commitdiff |
2008-10-11 |
Stefan Csomor | superfluous embedding API |
tree | commitdiff |
2008-10-10 |
Stefan Csomor | moving embedding to common API |
tree | commitdiff |
2008-10-08 |
Stefan Csomor | focus propagation, fixes #10047 |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | porting dcscreen blit from 2.8 |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | moving more things to common API between carbon and... |
tree | commitdiff |
2008-09-30 |
Stefan Csomor | performance fix by Tim Kosse |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-24 |
Kevin Ollivier | #ifdef Carbon-specific code to get stubbed DND support... |
tree | commitdiff |
2008-09-24 |
Robin Dunn | Unicode-related compile fixes |
tree | commitdiff |
2008-09-24 |
Robin Dunn | Fix wxStockCursor realted compile error |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | fix build errors deriving from making wxColourData... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-22 |
Stefan Csomor | using new API instead of 2.8 compat, fixes #9990 |
tree | commitdiff |
2008-09-22 |
Stefan Csomor | fixing override, fixes #9985 (second error) |
tree | commitdiff |
2008-09-21 |
Stefan Csomor | fixing focus, fixes #9985 |
tree | commitdiff |
2008-09-20 |
Kevin Ollivier | Source changes needed to get MDI support compiling... |
tree | commitdiff |
2008-09-12 |
Stefan Csomor | implementing changes in toolbartool directly |
tree | commitdiff |
2008-09-12 |
Stefan Csomor | CoreText fixes |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | adding missing y axis flip |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | fixes #9951 |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | fix bugs in the last changes to min and max size handli... |
tree | commitdiff |
2008-09-11 |
Kevin Ollivier | DoGetAsBitmap implementation for Cocoa. |
tree | commitdiff |
2008-09-07 |
Stefan Csomor | 10.4 support for osx-cocoa |
tree | commitdiff |
2008-09-07 |
Stefan Csomor | changes for command line builds of osx-cocoa |
tree | commitdiff |
2008-09-06 |
Stefan Csomor | several small fixes |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | forward define for non precomp build, switching preproc... |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | simplify native textcontrol creations, adding search... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | implement support for custom button labels in wxMessage... |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated... |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | Split utility functions into base (in utilsexc_base... |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | fixing constant name |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | fixing merge bug |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | osx new layout |
tree | commitdiff |
2008-08-27 |
Stefan Csomor | fixing #9910 |
tree | commitdiff |
2008-08-25 |
Kevin Ollivier | Compilation fix, didn't realize initialization order... |
tree | commitdiff |
2008-08-25 |
Kevin Ollivier | Respect the wxNO_BORDER flag for tool windows without... |
tree | commitdiff |
next |