2006-08-24 |
Włodzimierz Skiba | WinCE build fixes. |
tree | commitdiff |
2006-08-24 |
Włodzimierz Skiba | Keep wxPalmOS buildable - missing functions. |
tree | commitdiff |
2006-08-23 |
Václav Slavík | compilation fix for !wxUSE_BUTTON |
tree | commitdiff |
2006-08-22 |
Michael Wetherell | Use string.h instead of memory.h, since some system... |
tree | commitdiff |
2006-08-22 |
Vadim Zeitlin | fixed a crash and a leak in GetShortcutTarget() (closes... |
tree | commitdiff |
2006-08-22 |
Vadim Zeitlin | don't force UTF-8 encoding to ISO-8859-1 for GTK+ 2... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | don't use dynamic handlers for standard buttons as... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | connect the affirmative/cancel button handlers to new... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | map Esc to GetAffirmativeId() instead of hardcoded... |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | handle the buttons with ids specified in SetAffirmative... |
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-19 |
Paul Cornett | use wxChar* instead of wxString for string constants... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | removed #ifdef wxTopLevelWindowNative -- it's now defin... |
tree | commitdiff |
2006-08-19 |
Julian Smart | Shouldn't need to repeat the extern |
tree | commitdiff |
2006-08-19 |
Julian Smart | Compile fixes |
tree | commitdiff |
2006-08-18 |
Julian Smart | Applied patch [ 1531615 ] size support for wxFileName |
tree | commitdiff |
2006-08-17 |
Václav Slavík | avoid calling wxSystemSettings::GetMetric() from wxIcon... |
tree | commitdiff |
2006-08-17 |
Paul Cornett | build fixes |
tree | commitdiff |
2006-08-16 |
Václav Slavík | wxPlatformInfo::IsUsingUniversalWidgets() was broken... |
tree | commitdiff |
2006-08-16 |
Václav Slavík | moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject... |
tree | commitdiff |
2006-08-16 |
Václav Slavík | warning fix for !wxUSE_FONTMAP |
tree | commitdiff |
2006-08-15 |
Paul Cornett | build fix: don't use compatibility names in wx code |
tree | commitdiff |
2006-08-15 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | corrected signed/unsigned comparison warnings |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | fixes for several fatal problems when using wxComboCtrl... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | added wxULongLong::ToDouble() (patch 1531597) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | better key handling for MSW and GTK (patch 1526666) |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | added wxDir::FindFirst() (modified patch 1525502) |
tree | commitdiff |
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 |
next |