2007-12-03 |
Paul Cornett | build fix for -D__WXUNIVERSAL__ |
tree | commitdiff |
2007-12-02 |
Robert Roebling | further work on custom renderer |
tree | commitdiff |
2007-12-02 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-12-02 |
Paul Cornett | keep initial size from changing when frame extents... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added support for icon flags to wxGenericNotificationMe... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxNotificationMessage::AlwaysUseGeneric() MSW... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxArtProvider::GetMessageBoxIcon() to avoid dupli... |
tree | commitdiff |
2007-12-02 |
Paul Cornett | don't set resize mode to QUEUE, it seems to be wrong... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | removed the "Silver theme fix" which made the controls... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | correct the wxEVT_TASKBAR_BALLOON_CLICK handler name... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | implemented wxNotificationMessage for wxMSW using wxTas... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | delete the TLW used by taskbar icons instead of destroy... |
tree | commitdiff |
2007-12-02 |
Stefan Csomor | removing non darwin mac source |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxApp::GetShell32Version() to test for shell32... |
tree | commitdiff |
2007-12-02 |
Stefan Csomor | fixing new inheritance |
tree | commitdiff |
2007-12-02 |
Robert Roebling | Use FillHilite style |
tree | commitdiff |
2007-12-02 |
Robert Roebling | test for valid icon |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | define NIN_BALLOONXXX constants if the SDK doesn't |
tree | commitdiff |
2007-12-02 |
Stefan Csomor | making sure the clientdc gets destroyed, otherwise... |
tree | commitdiff |
2007-12-01 |
Bryan Petty | Replaced moved wxVScrolledWindow HitTest methods fixing... |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will... |
tree | commitdiff |
2007-12-01 |
Robert Roebling | Added wxDataViewTreeCtrl |
tree | commitdiff |
2007-12-01 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | added MSW-specific wxTaskBarIcon::ShowBalloon() method... |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | use correct text format depending on build in XTYP_EXEC... |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | compilation fix after argv changes (move initialization... |
tree | commitdiff |
2007-12-01 |
Robert Roebling | compilation fix and fewer warnings |
tree | commitdiff |
2007-12-01 |
Stefan Csomor | fixing define |
tree | commitdiff |
2007-12-01 |
Stefan Csomor | font updates |
tree | commitdiff |
2007-11-30 |
Robert Roebling | compilation |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | compilation fix after removing default wxDC ctor |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | free wxDCFactory::m_factory; also renamed SetDCFactory... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | remove default wxDC ctor to make it impossible to const... |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | using common code |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | textctrl always needs ATSU... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | last commit resolved the conflict incorrectly, undoing it |
tree | commitdiff |
2007-11-30 |
Robert Roebling | remove checks for new dc code |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC... |
tree | commitdiff |
2007-11-30 |
Robert Roebling | remove test for new dc |
tree | commitdiff |
2007-11-30 |
Robert Roebling | Compile with printarch off |
tree | commitdiff |
2007-11-30 |
Robert Roebling | Remove old wxDCBase class, restore IMPLEMENT_CLASS... |
tree | commitdiff |
2007-11-30 |
Robert Roebling | wxOverlay compile fix |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC change |
tree | commitdiff |
2007-11-30 |
Robert Roebling | more DC changes for wxX11 |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | use WS_SYSMENU if wxCLOSE_BOX style is given, otherwise... |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | fixing 10.5 only compiles |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | fixing 10.5 only compiles |
tree | commitdiff |
2007-11-30 |
Robert Roebling | converted most of X11 DC code |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | fix an unused variable warning in release build |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | unused parameters and float/double->int conversion... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | fix compilation error after r50329: wxMenu doesn't... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | blind compilation fix after last commit |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | build fixes for wxUSE_STL==1 |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC reorganization |
tree | commitdiff |
2007-11-30 |
Robert Roebling | GTK+ doesn't like slider with min=max values |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | fixing 10.5 only compiles |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | fixing 10.5 only compiles |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | fixing 10.5 only compiles |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | fixing 10.5 only compiles |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | moving code, fixing 10.5 only compiles |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | fixing bug 1841377 |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | weak link test is not optimal, as CoreText is already... |
tree | commitdiff |
2007-11-29 |
Stefan Csomor | adding CoreText implementation |
tree | commitdiff |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
tree | commitdiff |
2007-11-29 |
Stefan Csomor | cleanup |
tree | commitdiff |
2007-11-29 |
Stefan Csomor | cleanup |
tree | commitdiff |
2007-11-29 |
Stefan Csomor | cleanup |
tree | commitdiff |
2007-11-29 |
Vadim Zeitlin | translate the descriptions in SetDesc(wxCmdLineEntryDesc) |
tree | commitdiff |
2007-11-29 |
Stefan Csomor | that part would have to be removed before, as its condi... |
tree | commitdiff |
2007-11-29 |
Stefan Csomor | porting forward 10.5 focus fix |
tree | commitdiff |
2007-11-29 |
Stefan Csomor | porting forward scrolling fix |
tree | commitdiff |
2007-11-29 |
David Elliott | Implement wxBitmap::GetSubBitmap. |
tree | commitdiff |
2007-11-29 |
David Elliott | Implement wxIcon::LoadFile by defering to wxBitmap... |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | define AW_XXX constants if SDK doesn't (fixes VC6 compi... |
tree | commitdiff |
2007-11-28 |
Julian Smart | Fixed bug in border style translation |
tree | commitdiff |
2007-11-28 |
Stefan Csomor | fixing region and using default background colour |
tree | commitdiff |
2007-11-28 |
Julian Smart | Use wxStdDialogButtonSizer |
tree | commitdiff |
2007-11-28 |
Stefan Csomor | cleanup, going private with platform specific that... |
tree | commitdiff |
2007-11-28 |
Stefan Csomor | cleanup, fixing exports |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | don't keep dangling m_prevRadio pointer (2nd part of... |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | set disposition to OPEN_ALWAYS for write and read-write... |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | always call GTKSetActivatesDefault(), not only if wxTE_... |
tree | commitdiff |
2007-11-28 |
Vadim Zeitlin | return immediately after processing TaskbarCreated... |
tree | commitdiff |
2007-11-27 |
Robert Roebling | Patch from Bo to show missing lines again |
tree | commitdiff |
2007-11-27 |
Václav Slavík | once again removed #ifdefs that conditionally included... |
tree | commitdiff |
2007-11-27 |
Václav Slavík | removed trailing whitespace |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | cleanup |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | cleanup |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | fixing switches |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | adding wxPartRegion and catching errors |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | guard code for mac / quickdraw |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | guard code for mac / quickdraw |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | fixing the usage of hishape |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | moving to gcc 4.0 exclusively, 10.4 minimum system |
tree | commitdiff |
2007-11-26 |
Vadim Zeitlin | unload msimg32.dll earlier (before static cleanup time... |
tree | commitdiff |
2007-11-26 |
Václav Slavík | catch unhandled exceptions in POSIX threads implementat... |
tree | commitdiff |
next |