2007-06-22 |
Václav Slavík | normalize printf/scanf format strings correctly on... |
tree | commitdiff |
2007-06-22 |
Václav Slavík | have only one string form of operator<< in output streams |
tree | commitdiff |
2007-06-22 |
Václav Slavík | normalize printf/scanf format strings correctly on... |
tree | commitdiff |
2007-06-21 |
Vadim Zeitlin | don't use DLL export declaration with inline functions... |
tree | commitdiff |
2007-06-21 |
Vadim Zeitlin | changed AddPendingEvent() to take const wxEvent referen... |
tree | commitdiff |
2007-06-21 |
Julian Smart | Added font setting and ability to determine AUI noteboo... |
tree | commitdiff |
2007-06-21 |
Julian Smart | Added DetachOldLog to avoid destruction of old log... |
tree | commitdiff |
2007-06-20 |
Václav Slavík | remove implicit conversion to C strings from wxString... |
tree | commitdiff |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
tree | commitdiff |
2007-06-20 |
Václav Slavík | use wxString in wxRegKey methods; make it compile witho... |
tree | commitdiff |
2007-06-19 |
Václav Slavík | make wxSetEnv compatible with ANSI and Unicode, depreca... |
tree | commitdiff |
2007-06-19 |
Václav Slavík | return wxString from wxDynamicLibrary::GetDllExt() |
tree | commitdiff |
2007-06-19 |
Václav Slavík | use wxString in wxFileSystem::FindFileInPath() |
tree | commitdiff |
2007-06-19 |
Václav Slavík | wxLog::Get/Settimestamp() now use wxString |
tree | commitdiff |
2007-06-19 |
Václav Slavík | return wxString from wxTextBuffer::GetName() |
tree | commitdiff |
2007-06-19 |
Václav Slavík | changed wxFFileOutput/InputStream ctor 'mode' argument... |
tree | commitdiff |
2007-06-19 |
Václav Slavík | changed wxGLContext::SetColour() argument from wxChar... |
tree | commitdiff |
2007-06-18 |
Václav Slavík | improve XRC loading performance on Unix by avoiding... |
tree | commitdiff |
2007-06-18 |
Václav Slavík | fixed wxString iterators linked list corruption |
tree | commitdiff |
2007-06-17 |
Václav Slavík | determine wxFSFile's MIME type when wxFSFile::GetMimeTy... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | fix unused parameters warnings |
tree | commitdiff |
2007-06-16 |
Václav Slavík | wxUSE_STL compilation fixes for wxGenericFontDialog |
tree | commitdiff |
2007-06-16 |
Václav Slavík | removed code for compatibility with OS X <= 10.2, 10... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | changed wxIsxxx() to return bool, not int, to avoid... |
tree | commitdiff |
2007-06-16 |
Václav Slavík | fixed FromUTF8() to accept NULL as well as len==npos... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | show the unhandled exceptions in debug build instead... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | replace wxDocument::GetPrintableName(wxString&) and... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | always compile at least a minimal version of wxStandard... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space... |
tree | commitdiff |
2007-06-15 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY macro and use... |
tree | commitdiff |
2007-06-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | overload wxStrpbrk() for more types and add tests for it |
tree | commitdiff |
2007-06-13 |
Václav Slavík | removed redundant #include <dynarray.h> |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | added wxNullPtr and use it instead of just 0 with wxFil... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | added missing #includes |
tree | commitdiff |
2007-06-12 |
Václav Slavík | use wxString in wxDateTime methods (only partially... |
tree | commitdiff |
2007-06-12 |
Václav Slavík | wxUSE_UNICODE_MSLU compilation fix |
tree | commitdiff |
2007-06-11 |
Václav Slavík | fixed VC6 warnings about non-dllexported members in... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | compilation fix for gcc 3.3 |
tree | commitdiff |
2007-06-11 |
Julian Smart | Added a new overload of wxDecToHex and used it in wxRic... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | added long int operators to wxUniChar (fixes wxMac... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | use wxString argument and not wxChar* in wxHtmlParser... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | added wchar_t, wxUniChar overloads for wxStrchr |
tree | commitdiff |
2007-06-11 |
Václav Slavík | gcc on OS X has problems with compiling empty files... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | OS X compilation fix |
tree | commitdiff |
2007-06-11 |
Václav Slavík | ATTRIBUTE_PRINTF doesn't work with wchar_t* format... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
tree | commitdiff |
2007-06-10 |
Vadim Zeitlin | make PositionTextCtrl() virtual (patch 1734405) |
tree | commitdiff |
2007-06-08 |
Václav Slavík | added wxUniChar::AsUTF8() for easy conversion in UTF8... |
tree | commitdiff |
2007-06-07 |
Julian Smart | Init fix |
tree | commitdiff |
2007-06-06 |
Robert Roebling | Added initial OS X implementation of the wxDataViewCtrl |
tree | commitdiff |
2007-06-06 |
Václav Slavík | marked WinCE implementations of wxOpen etc. functions... |
tree | commitdiff |
2007-06-06 |
Václav Slavík | fixed wxScanf() etc. to compile with Visual C++ again |
tree | commitdiff |
2007-06-05 |
Vadim Zeitlin | compilation fix after last commit: make wxAppConsole... |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppCo... |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | reset one shot timer internal state instead of leaving... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | wxSscanf() and friends are now Unicode+ANSI friendly... |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | provide overloads for all kinds of strings for wxDataFo... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | changed wxLog::OnLog(String) to take wxString instead... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | changed wxFileSelector() etc. functions to use wxString... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | added comment explaining the condition for compiling... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | mingw32 doesn't define _tsystem so provide one ourselve... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | initialize wxListItem::m_image to -1 (which means no... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | add ctor overloads for all kinds of strings to fix... |
tree | commitdiff |
2007-06-02 |
Vadim Zeitlin | factor out the fd<->handlers map from wxFDIODispatcher... |
tree | commitdiff |
2007-06-02 |
Václav Slavík | partially fixed passing wxUniChar as vararg argument... |
tree | commitdiff |
2007-06-02 |
Václav Slavík | implemented wxMBConv::IsUTF8() helper for more classes... |
tree | commitdiff |
2007-06-01 |
Vadim Zeitlin | extract setting max length in wxGridCellTextEditor... |
tree | commitdiff |
2007-05-31 |
Václav Slavík | use wxString, not wxChar*, in wxCreateDynamicObject... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Forgot to commit. |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Implement for selection code. |
tree | commitdiff |
2007-05-30 |
Václav Slavík | fixed to the newly added crt.h header: |
tree | commitdiff |
2007-05-30 |
Václav Slavík | changed wxGTK_CONV* macros to use utf8_str() and FromUT... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | wxchar.h doesn't have to be C file anymore, it's C++ |
tree | commitdiff |
2007-05-30 |
Václav Slavík | changed trivial accessors to return const wxString... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Add wx/crt.h redirecting to wx/wxcrtvarargs.h |
tree | commitdiff |
2007-05-30 |
Václav Slavík | restored wxColour ctor taking C string (now in both... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString instead of wxChar* in wxColour::Set/FromString |
tree | commitdiff |
2007-05-29 |
Václav Slavík | compilation fix for --disable-compat28 |
tree | commitdiff |
2007-05-28 |
Robert Roebling | Implemented dataview_model notification event to... |
tree | commitdiff |
2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant. |
tree | commitdiff |
2007-05-28 |
David Elliott | Implement mouse entered, exited, and synthesize move... |
tree | commitdiff |
2007-05-27 |
David Elliott | Allow many Objective-C classes to be uniquified at... |
tree | commitdiff |
2007-05-27 |
David Elliott | Add implementation of Objective-C class name uniquifying. |
tree | commitdiff |
2007-05-26 |
Robert Roebling | Upport latest changes from 2_8 branch (print dialog |
tree | commitdiff |
2007-05-26 |
Paul Cornett | restructure fullscreen code dealing with hiding bars |
tree | commitdiff |
2007-05-26 |
Stefan Neis | Another compilation fix. |
tree | commitdiff |
2007-05-26 |
Stefan Neis | Added declaration of new method (still to be implemented). |
tree | commitdiff |
2007-05-26 |
Stefan Neis | Added missing include. |
tree | commitdiff |
2007-05-25 |
Václav Slavík | implemented wxActivateEvent and restoring focus after... |
tree | commitdiff |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | added wxMSW-specific wxEntryStart() overload taking... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | disable clearing event tables by default, only do it... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
next |