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 |
2006-08-17 |
Paul Cornett | build fixes |
tree | commitdiff |
2006-08-16 |
Václav Slavík | moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject... |
tree | commitdiff |
2006-08-15 |
Vadim Zeitlin | resolve IsWow64Process() dynamically; don't rely on... |
tree | commitdiff |
2006-08-14 |
Vadim Zeitlin | don't execute code unnecessarily/twice (patch 1539690) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
tree | commitdiff |
2006-08-13 |
Chris Elliott | fix borland error about string refernce |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | F4 key also toggles combobox popup under MSW |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | better key handling for MSW and GTK (patch 1526666) |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | move the logic for changing notebook pages using the... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | fixes for SetRange(): ensure that the value is valid... |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | added NormalizeValue() which can be used to ensure... |
tree | commitdiff |
2006-08-06 |
Vadim Zeitlin | unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH... |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | only multiline text controls need Enter key for themselves |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
tree | commitdiff |
2006-08-01 |
Włodzimierz Skiba | Removed unused Symantec (*.sc) build system. Symantec... |
tree | commitdiff |
2006-08-01 |
Włodzimierz Skiba | Removed all outdated makefile.dos and their *.msc include. |
tree | commitdiff |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | don't pass window argument to NotifyCaptureLost, it... |
tree | commitdiff |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | compilation fix for wxUSE_DYNLIB_CLASS == 0 |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
tree | commitdiff |
2006-07-28 |
Vadim Zeitlin | allow changing the page from keyboard in property sheet... |
tree | commitdiff |
2006-07-27 |
Włodzimierz Skiba | Include wx/dataobj.h according to precompiled headers... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | use GetLabelText() instead of wxStripMenuCodes() to... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | don't send duplicate set/kill focus events when the... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | minor refactoring of OnEraseBackground() |
tree | commitdiff |
2006-07-24 |
Włodzimierz Skiba | Warning fix, minor source cleaning and better !PCH... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | s_verComCtl doesn't change (during program lifetime) |
tree | commitdiff |
2006-07-24 |
Jamie Gadd | Fix toolbar background painting whem comctl32 < 6 |
tree | commitdiff |
2006-07-24 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-07-22 |
Jamie Gadd | Don't handle WM_PRINTCLIENT anymore, manually draw... |
tree | commitdiff |
2006-07-17 |
Robin Dunn | Translucency --> Transparent |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | update the combobox text as soon as we get CBN_SELENDOK... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | unset the button as temporary default item when it... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | remove the search for parent with wxTAB_TRAVERSAL style... |
tree | commitdiff |
2006-07-16 |
Robin Dunn | Added wxTopLevelWindow::SetTranslucency and CanSetTrans... |
tree | commitdiff |
2006-07-14 |
Vadim Zeitlin | fix the bug with the current path being restored if... |
tree | commitdiff |
2006-07-12 |
Vadim Zeitlin | call SetHorizontalExtent() from SetString(); also simpl... |
tree | commitdiff |
2006-07-10 |
Václav Slavík | refresh tree item after changing its icon so that the... |
tree | commitdiff |
2006-07-05 |
Włodzimierz Skiba | wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve... |
tree | commitdiff |
2006-07-05 |
Włodzimierz Skiba | Return OS description for WinCE too. |
tree | commitdiff |
2006-07-04 |
Stefan Csomor | XTI adaption for new event name |
tree | commitdiff |
2006-07-04 |
Stefan Csomor | wxColour lost its Create method, use direct creation... |
tree | commitdiff |
2006-07-04 |
Włodzimierz Skiba | WinCE build fixes. |
tree | commitdiff |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
tree | commitdiff |
next |