2007-03-17 |
Vadim Zeitlin | gcc signed/unsigned warning fix |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | output '}' as wxChar, not char, which results in using... |
tree | commitdiff |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
tree | commitdiff |
2007-03-16 |
Václav Slavík | added missing #pragma hdrstop |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more gener... |
tree | commitdiff |
2007-03-16 |
Václav Slavík | removed wxArrayString casting hack, it doesn't work... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | don't waste time updating state of tools in a hidden... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | call GetWidth/Height() only once in Rotate() and not... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | fix GetSize() for large files (patch 1680876) |
tree | commitdiff |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendl... |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | include <locale.h> before using setlocale() |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | added wxAppTraits::SetLocale() and call it during wxApp... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | added wxSafeConvertMB2WX/WX2MB() and use them when... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | use wxConvLibc, not wxConvCurrent, with regerror() |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | allow using multiple wxBufferedDCs at once (patch 1589441) |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | miscellaneous LnF improvements, including support for... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | include wx/thread.h in debug build which is needed... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | made wxGetTimeOfDay() public |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | fix the bug which could have resulted in failing to... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | update the value shown in the combobox itself correctly... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | test for special keys first, before testing for alphanu... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix base64 computation for strings whose length modulo... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | use critical section to protect global TablesInUse... |
tree | commitdiff |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | wxCreateGreyedImage() deprecated, use wxImage::ConvertT... |
tree | commitdiff |
2007-03-02 |
Václav Slavík | changes wxDirExists() to accept wxString instead of... |
tree | commitdiff |
2007-03-01 |
Václav Slavík | allow using both char* and wchar_t* in wxFileConfig... |
tree | commitdiff |
2007-02-26 |
Jouk Jansen | OpenVMS compile support update |
tree | commitdiff |
2007-02-24 |
Vadim Zeitlin | recognize the encoding name without hyphens as synonym... |
tree | commitdiff |
2007-02-24 |
Vadim Zeitlin | added MSxxx and IBMxxx as synonyms for CPxxx code pages... |
tree | commitdiff |
2007-02-24 |
Václav Slavík | changed wxArrayString::m_pItems from wxChar* to const... |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-22 |
Julian Smart | Fixed a confusion between window and client size that... |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
tree | commitdiff |
2007-02-17 |
Robert Roebling | [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr |
tree | commitdiff |
2007-02-16 |
Julian Smart | IsShown shouldn't cause empty sizers to not have their... |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2007-02-12 |
Vadim Zeitlin | fixed LastRead() after Read(wxOutputStream&) (patch... |
tree | commitdiff |
2007-02-12 |
Vadim Zeitlin | removed spurious cast of GetTruncatedJDN() return value... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | don't use strlen() to verify the length of the string... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | write the entire file at once in Flush() instead of... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | changed GetFromWindow() to take const pointer |
tree | commitdiff |
2007-02-09 |
Julian Smart | Reverted renderer changes and just use window variant... |
tree | commitdiff |
2007-02-08 |
Julian Smart | Added size constants to allow drawn control parts to... |
tree | commitdiff |
2007-02-04 |
Stefan Csomor | adding scroll axis to wheel events |
tree | commitdiff |
2007-02-04 |
Vadim Zeitlin | added wxEventBlocker class (patch 1622444) |
tree | commitdiff |
2007-02-01 |
Vadim Zeitlin | use wxObject copy ctor, not default ctor, in wxEvent... |
tree | commitdiff |
2007-01-26 |
Stefan Csomor | fix for drawing in the 'grox box' between two scrollbars |
tree | commitdiff |
2007-01-24 |
Václav Slavík | compiled fixes for builds without PCH |
tree | commitdiff |
2007-01-23 |
Chris Elliott | fix SF bug 1640955 |
tree | commitdiff |
2007-01-22 |
Václav Slavík | enable wxFontMapper in wxDFB port |
tree | commitdiff |
2007-01-21 |
Robin Dunn | Revert menus and toolbars to using wxNewId() too since... |
tree | commitdiff |
2007-01-21 |
Vadim Zeitlin | fix infinite recursion when processing navigation keys... |
tree | commitdiff |
2007-01-20 |
Vadim Zeitlin | name user config file appname.conf when it's locayed... |
tree | commitdiff |
2007-01-19 |
Václav Slavík | fixed typo in code for setting alternative locale name |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | added wxCSConv::IsOk() (patch 1637944) |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | corrected VC warning about possibly uninitialized varia... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | make wxTextFile work with unseekable files again (patch... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | added wxDateTime::GetDateOnly() |
tree | commitdiff |
2007-01-14 |
Vadim Zeitlin | don't crash when setting tooltip for a picker without... |
tree | commitdiff |
2007-01-11 |
Julian Smart | Use the associated document manager, not the global one |
tree | commitdiff |
2007-01-10 |
Vadim Zeitlin | add #if wxUSE_TOOLTIPS around DoSetToolTip() |
tree | commitdiff |
2007-01-08 |
Vadim Zeitlin | use wxLongLong_t instead of long long |
tree | commitdiff |
2007-01-08 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | added EVT_TASKBAR_CLICK and use it to show taskbar... |
tree | commitdiff |
2007-01-07 |
Stefan Neis | Fixed switching to a different drive/volume on OS/2. |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | added support and enable long long support when wxLong... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix combobox dropdown position in RTL (patch 1623127) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fixes and workarounds to return value of our own wxVsnp... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix for popup positioning in RTL mode (patch 1622930) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | set tooltips for the both subcontrols (patch 1622531) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | added wxTreeCtrl::CollapseAll[Children]() and IsEmpty... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | changed copyright year to 2007 |
tree | commitdiff |
2007-01-04 |
Jouk Jansen | Update OpenVMS make-files |
tree | commitdiff |
2007-01-02 |
Chris Elliott | fix errant __BORLAND__ see http://article.gmane.org... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | restore declaration inline specifier, and make definiti... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
tree | commitdiff |
2006-12-30 |
Stefan Neis | Fixed mismatch between wxOperatingSystemIdNames and... |
tree | commitdiff |
2006-12-28 |
Václav Slavík | added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST... |
tree | commitdiff |
2006-12-24 |
Vadim Zeitlin | fill in sqlDataType field of wxDbColInf in ExecSql... |
tree | commitdiff |
2006-12-22 |
Kevin Ollivier | Fix for non-PCH builds. |
tree | commitdiff |
2006-12-21 |
Vadim Zeitlin | restored (as deprecated) accidentally removed wx{Dir... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | C/POSIX locales (or absence of locale information)... |
tree | commitdiff |
2006-12-19 |
Stefan Csomor | fvisibility-inlines-hidden fix |
tree | commitdiff |
2006-12-17 |
Vadim Zeitlin | don't treat foo in c:\\foo\bar as network share |
tree | commitdiff |
2006-12-16 |
Vadim Zeitlin | for for initializing wxFileName with empty string retur... |
tree | commitdiff |
2006-12-14 |
Václav Slavík | moved wxX11's wxSocketTable to private wxSocketEventDis... |
tree | commitdiff |
2006-12-13 |
Vadim Zeitlin | don't crash in Unicode build if command line arguments... |
tree | commitdiff |
2006-12-11 |
Václav Slavík | fixed wxCSConv to work again for iso-8859-1 |
tree | commitdiff |
2006-12-11 |
Kevin Ollivier | Change event names to clarify that they are only fired... |
tree | commitdiff |
next |