2007-06-20 |
Mart Raudsepp | Fix SetExtraLong parameter type in docs from int to... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Vadim Zeitlin | mention changes from 2.8 branch too, at the very least... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Vadim Zeitlin | don't free "static" alpha data (patch 1738966) |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | make wxSetEnv compatible with ANSI and Unicode, depreca... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | added missing #if wxUSE_STDPATHS |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | return wxString from wxDynamicLibrary::GetDllExt() |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | use wxString in wxFileSystem::FindFileInPath() |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | compilation fix for non-STL build |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Julian Smart | Finally fixed control scrolling |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | wxLog::Get/Settimestamp() now use wxString |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | return wxString from wxTextBuffer::GetName() |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | changed wxFFileOutput/InputStream ctor 'mode' argument... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Václav Slavík | changed wxGLContext::SetColour() argument from wxChar... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Václav Slavík | made the code a bit more readable by not using _T(... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Václav Slavík | made the code a bit more readable by not using _T(... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Robin Dunn | Coerce to floating point to fix ResampleBicubic. See... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Robin Dunn | Send the calendar and date changed events to the datepi... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Mattia Barbon | Must update iterator to avoid infinite loop |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Václav Slavík | improve XRC loading performance on Unix by avoiding... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Václav Slavík | make our vsnprintf() implementation work for ANSI versi... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Václav Slavík | fixed wxString iterators linked list corruption |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Mart Raudsepp | gtk_border_free is for freeing GtkBorder's, not g_free. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Mart Raudsepp | Fix memory leak in wxTextCtrl au_check_word that was... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Václav Slavík | when selecting text in wxHTML, selecting half a charact... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Václav Slavík | fixed selecting part of word from right to left in... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Mattia Barbon | Linking fix: g_isIdle is for GTK1 only. |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Václav Slavík | determine wxFSFile's MIME type when wxFSFile::GetMimeTy... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Václav Slavík | don't make read-only text controls editable when enabled |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Vadim Zeitlin | correct setting of pSymbol->SizeOfStruct (patch 1737789) |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Vadim Zeitlin | fix unused parameters warnings |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Václav Slavík | fixed crash when setting locale |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Václav Slavík | wxUSE_STL compilation fixes for wxGenericFontDialog |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Václav Slavík | removed code for compatibility with OS X <= 10.2, 10... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Vadim Zeitlin | changed wxIsxxx() to return bool, not int, to avoid... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Václav Slavík | fixed FromUTF8() to accept NULL as well as len==npos... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Vadim Zeitlin | show the unhandled exceptions in debug build instead... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Vadim Zeitlin | replace wxDocument::GetPrintableName(wxString&) and... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Václav Slavík | always compile at least a minimal version of wxStandard... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY macro and use... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Vadim Zeitlin | documented WXUSING/MAKINGDLL |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Vadim Zeitlin | documented __WXDFB__ and __WXGTK2n__ |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Václav Slavík | don't put invalid UTF-8 data into wxString if Printf... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Václav Slavík | (blind) compilation fix |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Vadim Zeitlin | corrected strptime() test, don't use NULL pointer as... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Paul Cornett | typo fix |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Paul Cornett | remove gtk1 code |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Václav Slavík | fixed wxComboBox::Replace() to correctly use UTF-8... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Vadim Zeitlin | check if strptime() works correctly and disable its... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Václav Slavík | prefer wxFFile to wxFile if both are available, for... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Václav Slavík | don't propagate wxChildFocusEvent outside of wxTLWs |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Vadim Zeitlin | overload wxStrpbrk() for more types and add tests for it |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Václav Slavík | removed redundant #include <dynarray.h> |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Vadim Zeitlin | strWC used in the tests was supposed to be a wide strin... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Vadim Zeitlin | Unicode compilation fix: wxStrlocale() doesn't take... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Vadim Zeitlin | added wxNullPtr and use it instead of just 0 with wxFil... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Václav Slavík | added missing #includes |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Václav Slavík | use wxString in wxDateTime methods (only partially... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Václav Slavík | wxUSE_UNICODE_MSLU compilation fix |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Jouk Jansen | Updates for VMS |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Vadim Zeitlin | update from Yuri Chornoivan |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Václav Slavík | more STL fixes |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Václav Slavík | ANSI/Unix build compilation fixes |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Václav Slavík | PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | fixed VC6 warnings about non-dllexported members in... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | compilation fix for gcc 3.3 |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Julian Smart | Added a new overload of wxDecToHex and used it in wxRic... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | added long int operators to wxUniChar (fixes wxMac... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | use wxString argument and not wxChar* in wxHtmlParser... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | added wchar_t, wxUniChar overloads for wxStrchr |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | VC6 doesn't like 'return callToVoidFunc();' statements |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | gcc on OS X has problems with compiling empty files... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | OS X compilation fix |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | OS X compilation fix |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | ATTRIBUTE_PRINTF doesn't work with wchar_t* format... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | compilation fixes for PCH-less build |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Václav Slavík | fixed signed/unsigned comparison warning |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Václav Slavík | PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Vadim Zeitlin | make PositionTextCtrl() virtual (patch 1734405) |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Julian Smart | Faster hex encoding |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Vadim Zeitlin | initialize the variable as XtVaGetValues() may not... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Vadim Zeitlin | generate disconnection event if recv() returns 0 in... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Vadim Zeitlin | fix custom draw bug for controls with only one column... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Vadim Zeitlin | fix SetProcessAffinityMask() prototype (was missing... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Vadim Zeitlin | cancel dragging if Esc is pressed (patch 1733657) |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Václav Slavík | added wxUniChar::AsUTF8() for easy conversion in UTF8... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Stefan Neis | Try using UTF-8 on OS/2. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Julian Smart | Small typo fix |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Julian Smart | Init fix |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Robin Dunn | Yielding from a non-gui thread needs to bail out, other... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Julian Smart | Don't insert a newline when we get text |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Chris Elliott | missing closing bracket broke tex2rtf |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Václav Slavík | removed unused glob.inc file |
commit | commitdiff | tree | snapshot |
next |