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 |
2003-09-11 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-09-11 |
Vadim Zeitlin | fix for C99-compatible vsnprintf() |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl... |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 778625 ] wxSVGFileDC and UNICODE build |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | added a TODO: clean up WinCE mess/horror |
tree | commitdiff |
2003-09-09 |
Vadim Zeitlin | use GetTraits(), not m_traits, in OnAssert() |
tree | commitdiff |
2003-09-04 |
Mattia Barbon | Fix and testcase for wxString::rfind bug I introduced. |
tree | commitdiff |
2003-09-04 |
Stefan Csomor | log changes |
tree | commitdiff |
2003-09-04 |
David Elliott | #if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE) |
tree | commitdiff |
2003-09-04 |
Stefan Csomor | macro naming changes, delegate api calls getting proper... |
tree | commitdiff |
2003-09-01 |
Mattia Barbon | Corrected statements about wxString correctly handling |
tree | commitdiff |
2003-09-01 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | fix redistribution of the extra space between sizer... |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | undid the last change |
tree | commitdiff |
2003-08-30 |
Vadim Zeitlin | use SetClientSize(), not SetSize() in Fit() |
tree | commitdiff |
2003-08-29 |
Václav Slavík | removed caching from wxInternetFSHandler |
tree | commitdiff |
2003-08-29 |
Mattia Barbon | Fixed bug introduced in fs_zip.cpp when replacing... |
tree | commitdiff |
2003-08-28 |
Mattia Barbon | wxString::rfind fixed for wxUSE_STL=0 from Robert... |
tree | commitdiff |
2003-08-28 |
Mattia Barbon | wxHashMap does not take the key type as constructor... |
tree | commitdiff |
2003-08-27 |
Stefan Neis | Don't treat OS/2 as a Unix-like system in this particul... |
tree | commitdiff |
2003-08-27 |
Stefan Neis | Never use unix/mimetype.h on OS/2. I'm not exactly... |
tree | commitdiff |
2003-08-27 |
Stefan Neis | Want to use wxDir::HasSubDirs on OS/2 with gcc, too. |
tree | commitdiff |
2003-08-27 |
Stefan Csomor | added support for range types to runtime depersister |
tree | commitdiff |
2003-08-27 |
Stefan Csomor | added range of types to delegate type info |
tree | commitdiff |
2003-08-27 |
Stefan Csomor | constness for accessors of enum data |
tree | commitdiff |
2003-08-26 |
Stefan Csomor | typo corrected |
tree | commitdiff |
2003-08-26 |
Stefan Csomor | unicode fixes |
tree | commitdiff |
2003-08-26 |
Stefan Csomor | unicode fixes |
tree | commitdiff |
2003-08-26 |
Julian Smart | Unicode fixes |
tree | commitdiff |
2003-08-26 |
Stefan Csomor | unicode fixes |
tree | commitdiff |
2003-08-26 |
Stefan Csomor | unicode fixes |
tree | commitdiff |
2003-08-26 |
Julian Smart | Unicode fixes |
tree | commitdiff |
2003-08-25 |
Stefan Csomor | unicode and linkage corrections |
tree | commitdiff |
2003-08-25 |
Stefan Csomor | removing unnecessary specializations |
tree | commitdiff |
2003-08-25 |
Julian Smart | WinCE fixes |
tree | commitdiff |
2003-08-24 |
Stefan Csomor | switching to registry based type info |
tree | commitdiff |
next |