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 |
2007-06-06 |
Robert Roebling | Added initial OS X implementation of the wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Václav Slavík | marked WinCE implementations of wxOpen etc. functions... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Václav Slavík | fixed wxScanf() etc. to compile with Visual C++ again |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Vadim Zeitlin | compilation fix after last commit: make wxAppConsole... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Václav Slavík | don't crash when using wxHtmlWidgetCell in wxHtmlListBox |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Vadim Zeitlin | update from Hakki Dogusan |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Vadim Zeitlin | fix typo in Selecting() description (bug 1726270) |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppCo... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Vadim Zeitlin | reset one shot timer internal state instead of leaving... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Václav Slavík | wxSscanf() and friends are now Unicode+ANSI friendly... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Vadim Zeitlin | provide overloads for all kinds of strings for wxDataFo... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Vadim Zeitlin | add wx/unix/private directory |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Václav Slavík | removed unneeded wxVaCopy calls |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Václav Slavík | changed wxLog::OnLog(String) to take wxString instead... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Václav Slavík | changed wxFileSelector() etc. functions to use wxString... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Václav Slavík | added comment explaining the condition for compiling... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Vadim Zeitlin | mingw32 doesn't define _tsystem so provide one ourselve... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Vadim Zeitlin | initialize wxListItem::m_image to -1 (which means no... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Vadim Zeitlin | corrected wrong change description: raw RGB support... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Vadim Zeitlin | added raw RGB support and colour normalization to PNM... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Vadim Zeitlin | add ctor overloads for all kinds of strings to fix... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Julian Smart | Typo fix |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Václav Slavík | use iterators in wxStaticText wrapping and escaping... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Vadim Zeitlin | factor out the fd<->handlers map from wxFDIODispatcher... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Vadim Zeitlin | the same event handler class, not object, can be used... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Vadim Zeitlin | upported changes from 2.8.5 (at the very least this... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Vadim Zeitlin | enable non-top tabs workaround for Vista too (replaces... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Vadim Zeitlin | added msw.font.no-proof-quality system option as it... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Václav Slavík | partially fixed passing wxUniChar as vararg argument... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Václav Slavík | implemented wxMBConv::IsUTF8() helper for more classes... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Vadim Zeitlin | extract setting max length in wxGridCellTextEditor... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Vadim Zeitlin | compilation fix: wxColour::GetColor() returns const... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Vadim Zeitlin | suppress warnings about void* to uint conversion losing... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Vadim Zeitlin | also correct run-time check for gtk_message_dialog_form... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Václav Slavík | use wxString, not wxChar*, in wxCreateDynamicObject... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Václav Slavík | test if wxString(NULL) ctor creates empty string |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Robert Roebling | Forgot to commit. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Robert Roebling | Experimenting with cell attributes. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Robert Roebling | Implement for selection code. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | fixed to the newly added crt.h header: |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | changed wxGTK_CONV* macros to use utf8_str() and FromUT... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | wxchar.h doesn't have to be C file anymore, it's C++ |
commit | commitdiff | tree | snapshot |
next |