2003-11-14 |
Dimitri Schoolwerth | Fixed Digital Mars compilation; Cosmetic cleanup. |
tree | commitdiff |
2003-11-09 |
Václav Slavík | fixed wxConvLocal to work with C locale (and probably... |
tree | commitdiff |
2003-11-09 |
Václav Slavík | prevent deadlock in wxCSConv::DoCreate if it fails... |
tree | commitdiff |
2003-11-08 |
Vadim Zeitlin | fix for previous commit |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Fixed an accidental name clash, and added back a wxCHECK |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Set m_rows, m_cols so GetRows/GetCols in the base class... |
tree | commitdiff |
2003-11-07 |
Vadim Zeitlin | fix for infinite loop in wxFileConfig when reading... |
tree | commitdiff |
2003-11-07 |
Vadim Zeitlin | fixed bug with looking beyond the end of string in... |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Fixed warning |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Added default ctor |
tree | commitdiff |
2003-11-06 |
Robin Dunn | Added wxGridBagSizer, a grid sizer where item positions... |
tree | commitdiff |
2003-11-04 |
Dimitri Schoolwerth | Removed usage of deprecated methods (patch #827023... |
tree | commitdiff |
2003-11-02 |
Mattia Barbon | Fix (correct) warning about potentially uninitialized... |
tree | commitdiff |
2003-11-02 |
Mattia Barbon | Compilation fix for wxUSE_STL==1. |
tree | commitdiff |
2003-11-01 |
Vadim Zeitlin | compilation fix for VC++ statis MT build with wxUSE_STL==1 |
tree | commitdiff |
2003-10-31 |
Václav Slavík | add upper-case extensions to fallbac |
tree | commitdiff |
2003-10-31 |
Václav Slavík | added resolution option to JPEG handler (patch #833234) |
tree | commitdiff |
2003-10-30 |
Vadim Zeitlin | removed calls to wxWindowBase::InitBase(), it is called... |
tree | commitdiff |
2003-10-24 |
Vadim Zeitlin | use iconv() for wxCSConv constructed from a wxFontEncod... |
tree | commitdiff |
2003-10-24 |
Václav Slavík | fixed iso-8859-1 handling to report failures |
tree | commitdiff |
2003-10-24 |
Václav Slavík | fixed crash if szLocale==NULL |
tree | commitdiff |
2003-10-23 |
Mattia Barbon | Make both GCC and MSVC 5 happy. |
tree | commitdiff |
2003-10-22 |
Vadim Zeitlin | don't append spaces to all arguments in ConvertStringTo... |
tree | commitdiff |
2003-10-22 |
Vadim Zeitlin | removed duplicate yellow green from colour database |
tree | commitdiff |
2003-10-21 |
Vadim Zeitlin | fix for wxDateTime::SetToYearDay(last month day) (bug... |
tree | commitdiff |
2003-10-21 |
Vadim Zeitlin | fix for mistakenly prepending slash to the filenames... |
tree | commitdiff |
2003-10-19 |
Stefan Csomor | VC6 template fixes |
tree | commitdiff |
2003-10-19 |
Mattia Barbon | MSVC 5 compilation fix. |
tree | commitdiff |
2003-10-17 |
Stefan Csomor | adjusting to changes in xti.h |
tree | commitdiff |
2003-10-17 |
Vadim Zeitlin | added CreateByName(), use it in wxColourDatabase |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | fixed bug with wxcolourDatabase::FindColour(); added... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | made wxRTTI macros namespace-friendly (patch 799434) |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | RemoveEventHandler() didn't reset all pointers correctl... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | use ShouldInheritColours() |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | don't complain if file doesn't exist in DeleteFile... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | use correct fallback file name in SaveFile() (patch... |
tree | commitdiff |
2003-10-14 |
Vadim Zeitlin | attempt to split cmd line into words in the same way... |
tree | commitdiff |
2003-10-14 |
Mattia Barbon | wxMotif fixes. |
tree | commitdiff |
2003-10-14 |
Mattia Barbon | Implemented wxPopupWindow for wxMotif. |
tree | commitdiff |
2003-10-12 |
Vadim Zeitlin | VC++ release mode warning fixes |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | check directories passed to Append/Insert/PrependDir... |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | restore status bar text after a menu has been shown |
tree | commitdiff |
2003-10-04 |
Václav Slavík | added gettext plural forms support (patch #785660 with... |
tree | commitdiff |
2003-10-03 |
Vadim Zeitlin | fixed wxMOUSE_BTN_XXX values, use them instead of hard... |
tree | commitdiff |
2003-10-02 |
Vadim Zeitlin | fixed (harmless) mem leak when wxUSE_THREADS == 0 |
tree | commitdiff |
2003-10-01 |
Václav Slavík | fixed file: protocol for filenames with space (patch... |
tree | commitdiff |
2003-09-30 |
Vadim Zeitlin | use wxEvent::ShouldPropagate() instead of its own propg... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | made UTF-16/32 equivalent to the corresponding LE/BE... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | fixes to radio button handling (patch 803360) |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | fixed code for swapping rect corners if out of order... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | added wxGzipIOStreams (patch 792932) |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | wxZlibStreams fixes; allow them to be used as deflate... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | always return length of the string, *not* size of the... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | don't do anything non trivial (like creating wxFontMapp... |
tree | commitdiff |
2003-09-26 |
Julian Smart | Clean up event hash tables in a timely fashion |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | gcc warning fix |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | pointer returned by GetNativeFontInfo() is now const... |
tree | commitdiff |
2003-09-23 |
Vadim Zeitlin | fix for Unix compilation |
tree | commitdiff |
2003-09-23 |
Julian Smart | char -> wxChar |
tree | commitdiff |
2003-09-23 |
Vadim Zeitlin | fixed compilation problems with platforms where wchar_t... |
tree | commitdiff |
2003-09-23 |
Julian Smart | Fixed bug [ 756485 ] wxDateTime::ParseTime fails with... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | more wxMBConv classes cleanup, define wxConvLibc to... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | made Convert() methods const |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added UTF-16/32-[LB]E conversions; got rid of wxCharact... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | compilation fix (part of patch 810484) |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added conversions to/from UTF 16/32 LE/BE (patch 809685) |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | wxHTTP::GetResponse() added (patch 794394) |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | call OnExit() even if an exception has been thrown... |
tree | commitdiff |
2003-09-20 |
Mattia Barbon | Compilation fixes. |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | fixed bug in wxCSConv(encoding) ctor (which I just... |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | added wxCSConv ctor taking wxFontEncoding |
tree | commitdiff |
2003-09-19 |
Robin Dunn | Prevent possible divide by zero problem |
tree | commitdiff |
2003-09-19 |
Julian Smart | Added SQLTCHAR for non-Windows platforms, and added... |
tree | commitdiff |
2003-09-19 |
Robin Dunn | Only process dynamic events if the eventTypes match |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | check whether input stream is readable in OpenFile... |
tree | commitdiff |
2003-09-18 |
Vadim Zeitlin | corrected parsing of dates like 01.02.03 (where year... |
tree | commitdiff |
2003-09-18 |
Vadim Zeitlin | fix the bug with not skipping events any more after... |
tree | commitdiff |
2003-09-18 |
Julian Smart | Applied patch [ 808050 ] fixes for WXUNIVERSAL and... |
tree | commitdiff |
2003-09-18 |
Julian Smart | Applied patch [ 807164 ] fixes for core library |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | call wxApp::OnUnhandledException() |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | moved all event handlers callign code in ProcessEventIf... |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | use standard tied pointer now |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | documented how to handle C++ exceptions in wxWindows |
tree | commitdiff |
2003-09-16 |
Vadim Zeitlin | don't hang forever in Dispatch() if there is no event... |
tree | commitdiff |
2003-09-16 |
Vadim Zeitlin | reverted the delete/Destroy() change in DestroyChildren() |
tree | commitdiff |
2003-09-16 |
Vadim Zeitlin | (blind) fix for wxMac compilation |
tree | commitdiff |
2003-09-15 |
Vadim Zeitlin | added wxVALIDATOR_PARAM and use it to avoid warnings... |
tree | commitdiff |
2003-09-15 |
Vadim Zeitlin | use wxEventLoop in wxApp under wxMSW; factored out... |
tree | commitdiff |
2003-09-15 |
Chris Elliott | sf patch #806451 |
tree | commitdiff |
2003-09-15 |
Vadim Zeitlin | remove us from the parents children list in Destroy() |
tree | commitdiff |
2003-09-15 |
Vadim Zeitlin | call RemoveChild() in ~wxWindowBase instead of doing... |
tree | commitdiff |
2003-09-15 |
Vadim Zeitlin | wxNavigationKeyEvent doesn't derive from wxCommandEvent... |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | implemented wxDateTime::ParseDateTime() (patch 779794) |
tree | commitdiff |
2003-09-14 |
Stefan Csomor | removal of pc-mac charset conversion for wxMac |
tree | commitdiff |
2003-09-14 |
Vadim Zeitlin | use child->Destroy() instead of delete child in Destroy... |
tree | commitdiff |
2003-09-13 |
Robin Dunn | Move more stuff into base for wxMac so that two level... |
tree | commitdiff |
2003-09-12 |
Stefan Csomor | fixing normal font for mac, unicode corrections |
tree | commitdiff |
next |