2006-10-09 |
Stefan Csomor | set anti-aliasing ON by default |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | change UpdateSelection() parameter type to int from... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | restored sending events from Replace/Remove/Write/Appen... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::IsEmpty() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | corrected last commit: Inflate() should be Deflate() |
tree | commitdiff |
2006-10-08 |
Robert Roebling | [ 1572220 ] Show popup when wxComboCtrl image area... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | restore needed functions, wxMSW doesn't use wxBitmapHan... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | compilation fix for PCH-less builds |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add support for wxCONTROL_ISDEFAULT to wxRendererMSW... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added native Mac implementation of wxAboutBox(); also... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use wxSTRINGIZE instead of redefining a special STRINGI... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | initial implementation of wxAboutBox() |
tree | commitdiff |
2006-10-06 |
Robin Dunn | Applied second part of patch #1570448, use the device... |
tree | commitdiff |
2006-10-05 |
Robin Dunn | Part of patch# 1570448, use dwRop for StretchBIBits too |
tree | commitdiff |
2006-10-05 |
Jamie Gadd | Need to update the bg brush when the first page is... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | honour wxBU_EXACTFIT in wxToggleButton (patch 1567892) |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | fix the length passed to wxMB2WC (replaces patch 155443... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | corrected date in header; removed extra wx/wxprec.h... |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Wrap module in #if wxUSE_GRAPHICS_CONTEXT |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | make wxSemaphore::Post() return wxSEMA_OVERFLOW as... |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | added wxUSE_ACTIVEX which depends on wxUSE_VARIANT... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-10-02 |
Robin Dunn | Don't cache the best size until we get a non-zero value... |
tree | commitdiff |
2006-10-02 |
Stefan Csomor | workaround for GDIPlus conversion errors, adding wxMask... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | use unsigned for display count |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | enabling alpha on msw colour |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | gdiplus implementation |
tree | commitdiff |
2006-09-29 |
Jamie Gadd | Re-enable WM_PRINTCLIENT handling code as it is needed... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | only use PS printing in wxUniv (the test was accidental... |
tree | commitdiff |
2006-09-26 |
Vadim Zeitlin | allow specifying the size of wxDCTemp and do specify... |
tree | commitdiff |
2006-09-26 |
Robert Roebling | [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN... |
tree | commitdiff |
2006-09-26 |
Vadim Zeitlin | let the control process WM_RBUTTONDOWN finally, trying... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | oops, restored accidentally deleted functions in last... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | get rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
tree | commitdiff |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1557935 ] wxPalette::GetColoursCount implementation |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Reset m_oldValue of after ::SetValue(). |
tree | commitdiff |
2006-09-22 |
Vadim Zeitlin | don't release the DC which we don't own in wxUSE_UXTHEM... |
tree | commitdiff |
2006-09-20 |
Robert Roebling | Made MSW wxSpinCtrl emit UPDATE event when validating |
tree | commitdiff |
2006-09-20 |
Jamie Gadd | Fix label positioning when text is LTR. |
tree | commitdiff |
2006-09-20 |
Julian Smart | Reverted last change |
tree | commitdiff |
2006-09-18 |
Robert Roebling | Fix compilo under MINGW32 |
tree | commitdiff |
2006-09-18 |
Julian Smart | Removed rogue continue statement (bug 1560636) |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1550698 ] Bottom aligned toolbar |
tree | commitdiff |
2006-09-17 |
Kevin Ollivier | Initial commit of native OS X list ctrl support. Compil... |
tree | commitdiff |
2006-09-15 |
Julian Smart | If we use a background brush, we _must_ set a colour... |
tree | commitdiff |
2006-09-14 |
Robin Dunn | As per wx-dev, split the sort arrow options out to... |
tree | commitdiff |
2006-09-14 |
Vadim Zeitlin | fix warnings about unused parameters and functions... |
tree | commitdiff |
2006-09-13 |
Robin Dunn | More support for drawing native column headers, adds... |
tree | commitdiff |
2006-09-13 |
Robin Dunn | wxStatusBarGeneric is used directly so the header needs... |
tree | commitdiff |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
tree | commitdiff |
2006-09-13 |
Paul Cornett | don't include generic/statusbr.h directly |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | use RTL paragraphs in rich edit control in RTL mode... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | return correct coordinates for child windows from DoGet... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | fix static box label drawing in RTL locale (patch 1552545) |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | allow wxRB_GROUP to be changed after creation (patch... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | fix constructing wxRegKey from string names (replaces... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | don't call ::GetSystemMetrics() unnecessarily in wxGetH... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | ensure that IsDialogMessage() is not called in the... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | compilation fix for !WX_PRECOMP (missing wx/app.h) |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | removed overloaded virtual InitWith() methods, keep... |
tree | commitdiff |
2006-09-09 |
Vadim Zeitlin | implement wxComboBox::SetEditable() |
tree | commitdiff |
2006-09-09 |
Robert Roebling | Applied wxGauge:Pulse() patch. |
tree | commitdiff |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
tree | commitdiff |
2006-09-06 |
Robert Roebling | Commit Carsten Fuchs' patch for separating wxGLCanvas |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | fixes to menu stock items support (patch 1547639) |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-09-05 |
Włodzimierz Skiba | WinCE build fixes. |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | use (new) wxAcceleratorEntry::Create() instead of recen... |
tree | commitdiff |
2006-09-04 |
Michael Wetherell | A better compile fix for Wine (which lacks pbt.h). |
tree | commitdiff |
2006-09-04 |
Michael Wetherell | Hacks for wine. |
tree | commitdiff |
2006-09-04 |
Julian Smart | Fixed ISO-8859-11 mapping to code page under Windows |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
tree | commitdiff |
2006-09-04 |
Robert Roebling | I forgot to commit this one. |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commit wxComboCtrl clipping patch from J. Salli |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commited FRM's stockitem patch (empty stock items). |
tree | commitdiff |
2006-09-02 |
Robert Roebling | Map iso8859-11 to codepage 874. |
tree | commitdiff |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
tree | commitdiff |
2006-08-26 |
Vadim Zeitlin | don't crash when EnsureVisible() is called for the... |
tree | commitdiff |
2006-08-25 |
Robin Dunn | Use the width of the widest line (not the first line... |
tree | commitdiff |
2006-08-25 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-08-24 |
Vadim Zeitlin | fix compilation both for Robert's cross-compiler and... |
tree | commitdiff |
2006-08-24 |
Włodzimierz Skiba | WinCE build fixes. |
tree | commitdiff |
2006-08-24 |
Robert Roebling | revert bits for XBM bitmaps under MSW |
tree | commitdiff |
2006-08-23 |
Vadim Zeitlin | allow passing URL to wxURLDataObject ctor |
tree | commitdiff |
2006-08-21 |
Robert Roebling | Fix same compilation again, I guess 0 was |
tree | commitdiff |
2006-08-21 |
Robert Roebling | Fix compilation under MSW with GCC cross. |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | moved all wxDialog event handlers to wxDialogBase to... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | centralized Esc key handling for closing the dialogs... |
tree | commitdiff |
2006-08-17 |
Michael Wetherell | Crash fix from Tim Kosse. |
tree | commitdiff |
2006-08-17 |
Paul Cornett | remove Win32S-specific code |
tree | commitdiff |
next |