2006-08-10 |
Vadim Zeitlin | move the logic for changing notebook pages using the... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | fixed gcc warnings about wrong format string |
tree | commitdiff |
2006-08-08 |
Václav Slavík | added wxRect::Inside(wxRect) for testing if a rectangle... |
tree | commitdiff |
2006-08-08 |
Václav Slavík | 1. made wxImage compile with wxUSE_STREAMS but without... |
tree | commitdiff |
2006-08-07 |
Robin Dunn | Change Fit() back to using SetSize, not SetClientSize. |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
tree | commitdiff |
2006-08-01 |
Václav Slavík | fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS |
tree | commitdiff |
2006-08-01 |
Stefan Csomor | on mac using macroman only created once a successful... |
tree | commitdiff |
2006-07-31 |
Vadim Zeitlin | release build unused variable warning fix |
tree | commitdiff |
2006-07-31 |
Václav Slavík | made the rest of wxEncodingConverter tables const |
tree | commitdiff |
2006-07-31 |
Václav Slavík | warnings fixes for !wxUSE_FONTMAP |
tree | commitdiff |
2006-07-31 |
Václav Slavík | compilation fix for !wxUSE_FONTMAPstrconv.cpp |
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 | wxFileModificationTime() needs wxDateTime, put it insid... |
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 | moved combobox styles from defs.to to combobox.h; added... |
tree | commitdiff |
2006-07-28 |
Vadim Zeitlin | removed wxLANGUAGE_SERBIAN, we must explicitly use... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Kill typo noticed by Priit Laes. |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | added possibility to strip only mnemonics, not accels... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | [ 1528248 ] Fix to the width of the wxGenericColourButton |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Allow wxUSE_INTL==0 builds. |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | compilation fix for platforms where size_t is unsigned... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | improvements to wxPickerBase default proportion values... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | handlers added using AddHandler() last must have the... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | wxPathList cleanup by Francesco (patch 1521481) |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | add default value for the encoding parameter of wxMacCF... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | added HasHandlerForPath() (modified patch 1514524) |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | added static casts to void * for pointers used with... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | added FindFileInPath() (part of an otherwise rejected... |
tree | commitdiff |
2006-07-24 |
Włodzimierz Skiba | [ 1517666 ] suppression of wxVsnprintf() warnings ... |
tree | commitdiff |
2006-07-22 |
Stefan Csomor | adding back-conversion to filenames (wide composed) |
tree | commitdiff |
2006-07-20 |
Włodzimierz Skiba | [ 1523907 ] Remove unnecessary wxComboCtrl window style. |
tree | commitdiff |
2006-07-20 |
Vadim Zeitlin | handle negative time spans correctly in Format() |
tree | commitdiff |
2006-07-17 |
Vadim Zeitlin | fixed crash in wxDb::Open() in Unicode build due to... |
tree | commitdiff |
2006-07-17 |
Włodzimierz Skiba | [ 1519202 ] wxComboCtrl::SetButtonPosition() to support... |
tree | commitdiff |
2006-07-17 |
Włodzimierz Skiba | [ 1522987 ] wxComboCtrl crashes if TAB is pressed while... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | fix Open(wxDbConnectInf) when using connection string... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | disable pixel size comparison in operator==() for wxGTK... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | min size of an empty sizer should be (0, 0) and not... |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | don't add 7 and 14 pixel horz/vertical padding in DoGet... |
tree | commitdiff |
2006-07-16 |
Stefan Neis | Fixed apparent typo. |
tree | commitdiff |
2006-07-15 |
Michael Wetherell | Put the reentrance check inside #ifdef __DEBUG__ |
tree | commitdiff |
2006-07-15 |
Michael Wetherell | Handle reentrance in the first part of wxClassInfo... |
tree | commitdiff |
2006-07-15 |
Václav Slavík | fixed crashes in wxFile/DirPickerCtrl::GetPath() due... |
tree | commitdiff |
2006-07-14 |
Vadim Zeitlin | don't create non-existing groups in HasEntry() |
tree | commitdiff |
2006-07-14 |
Vadim Zeitlin | fix the bug with the current path being restored if... |
tree | commitdiff |
2006-07-06 |
Alex Bligh | wxComboCtrlBase: Fix SEGV due to double deletion where... |
tree | commitdiff |
2006-07-06 |
Vadim Zeitlin | use ZIP entry modification time, not the (inexistent... |
tree | commitdiff |
2006-07-04 |
Stefan Csomor | was crashing wxCocoa builds (decomposition will be... |
tree | commitdiff |
2006-07-04 |
Vadim Zeitlin | don't assert in SetStringSelection() if the item isn... |
tree | commitdiff |
2006-07-04 |
Vadim Zeitlin | fix -Wundef gcc warnings about wxUSE_MS_HTML_HELP |
tree | commitdiff |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
tree | commitdiff |
2006-07-03 |
Włodzimierz Skiba | [ 1515217 ] wxComboCtrl textctrl event propagation... |
tree | commitdiff |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724) |
tree | commitdiff |
2006-07-02 |
Vadim Zeitlin | take pixel sizes into account as well when comparing... |
tree | commitdiff |
2006-07-02 |
Julian Smart | Added wxTextCtrlBase to type info, useful if different... |
tree | commitdiff |
2006-07-02 |
Vadim Zeitlin | added ExpandAllChildrne() (patch 1498343) |
tree | commitdiff |
2006-07-02 |
Vadim Zeitlin | don't use old name for wxTE_PROCESS_ENTER unavailable... |
tree | commitdiff |
2006-06-30 |
Stefan Csomor | making sure mac filenames are always decomposed D Unico... |
tree | commitdiff |
2006-06-29 |
Vadim Zeitlin | flush stderr in wxSafeShowMessage(): this might be... |
tree | commitdiff |
2006-06-28 |
Julian Smart | Fixed zoom problem (Robert J.Lang) |
tree | commitdiff |
2006-06-27 |
Robin Dunn | Put back the old wxTreeEvent ctor for compatibility |
tree | commitdiff |
2006-06-27 |
Robin Dunn | wxPickerBase derives from wxControl, not wxWindow |
tree | commitdiff |
2006-06-27 |
Vadim Zeitlin | added a wxTreeEvent ctor taking the associated wxTreeCt... |
tree | commitdiff |
2006-06-27 |
Vadim Zeitlin | look in the environment for the options values |
tree | commitdiff |
2006-06-27 |
Vadim Zeitlin | fix handling of % in our printf implementation (part... |
tree | commitdiff |
2006-06-27 |
Vadim Zeitlin | create text control with wxTE_PROCESS_ENTER style if... |
tree | commitdiff |
2006-06-27 |
Vadim Zeitlin | use wxBoxSizer in wxPickerBase instead of doing the... |
tree | commitdiff |
2006-06-26 |
Vadim Zeitlin | picker controls improvements: fixes to valid paths... |
tree | commitdiff |
2006-06-26 |
Vadim Zeitlin | remove the item from proportions arrays as well as... |
tree | commitdiff |
2006-06-26 |
Vadim Zeitlin | explicitely include <shellapi.h>, apparently needed... |
tree | commitdiff |
2006-06-25 |
Vadim Zeitlin | fix gcc warnings about in printf format (partly modifi... |
tree | commitdiff |
2006-06-21 |
Włodzimierz Skiba | Include wx/containr.h according to precompiled headers... |
tree | commitdiff |
2006-06-20 |
Włodzimierz Skiba | Include wx/hashmap.h according to precompiled headers... |
tree | commitdiff |
2006-06-19 |
Włodzimierz Skiba | [ 1508778 ] Fix for wxOwnerDrawnComboBox list selection... |
tree | commitdiff |
2006-06-19 |
Włodzimierz Skiba | Include wx/gdicmn.h according to precompiled headers... |
tree | commitdiff |
2006-06-18 |
Vadim Zeitlin | allow claling Unassociate() on previously not initializ... |
tree | commitdiff |
2006-06-17 |
Paul Cornett | use AllocExclusive in wxImage |
tree | commitdiff |
2006-06-16 |
Vadim Zeitlin | don't loop needlessly in OnHelp() if the event comes... |
tree | commitdiff |
2006-06-15 |
Włodzimierz Skiba | Final fix for Bug #1472688 'wxString::Trim() is broken' |
tree | commitdiff |
2006-06-15 |
Włodzimierz Skiba | [ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum... |
tree | commitdiff |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | Include wx/font.h according to precompiled headers... |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | [ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr... |
tree | commitdiff |
2006-06-14 |
Vadim Zeitlin | more fixes to OnHelp() to avoid infinite recursion... |
tree | commitdiff |
2006-06-14 |
Vadim Zeitlin | show native-looking (with 3D shadow) help tooltips... |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | Include wx/colour.h according to precompiled headers... |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | Code symetry for both directions of trimming towards... |
tree | commitdiff |
2006-06-14 |
Vadim Zeitlin | fill in flags parameter of HitTest() for all book contr... |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | Source cleaning. |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
tree | commitdiff |
2006-06-13 |
Włodzimierz Skiba | Include wx/toplevel.h according to precompiled headers... |
tree | commitdiff |
2006-06-13 |
Włodzimierz Skiba | Include wx/arrstr.h according to precompiled headers... |
tree | commitdiff |
2006-06-12 |
Vadim Zeitlin | we don't need to manually propagate wxHelpEvents upward... |
tree | commitdiff |
2006-06-12 |
Vadim Zeitlin | redirect to the page only the help events coming from... |
tree | commitdiff |
2006-06-11 |
Vadim Zeitlin | added possibility to specify modules dependencies |
tree | commitdiff |
2006-06-11 |
Vadim Zeitlin | make it possible to associate context help text with... |
tree | commitdiff |
next |