2007-06-28 |
Václav Slavík | dont use wxChar* arguments in wxHTML API |
tree | commitdiff |
2007-06-28 |
Václav Slavík | dont use wxChar* arguments in wxDatePickerCtrlGeneric API |
tree | commitdiff |
2007-06-28 |
Václav Slavík | don't use wxChar* arguments in wxLogWindow API |
tree | commitdiff |
2007-06-28 |
Václav Slavík | don't assign m_next twice in wxStringIteratorNode ctor |
tree | commitdiff |
2007-06-28 |
Václav Slavík | 1. added default constructors for wxString iterators |
tree | commitdiff |
2007-06-28 |
Václav Slavík | added wxString::FromAscii(char*,size_t) for consistency... |
tree | commitdiff |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | fixed typo in comment |
tree | commitdiff |
2007-06-27 |
Václav Slavík | compatibility fix: have wxListKey ctors from C strings... |
tree | commitdiff |
2007-06-27 |
Benjamin Williams | added middle-click close to wxAuiNotebook |
tree | commitdiff |
2007-06-27 |
Vadim Zeitlin | added wxLog::DisableTimestamp() to be used as a synonym... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-26 |
Václav Slavík | fixes to wint_t and wchar_t handling in unichar.h ... |
tree | commitdiff |
2007-06-26 |
Václav Slavík | include wxUniCharRef::operator&& unconditionally too... |
tree | commitdiff |
2007-06-26 |
Václav Slavík | added configure check for wcsdup(), there are too many... |
tree | commitdiff |
2007-06-25 |
Václav Slavík | compilation fix if wxLongLong_t is not available |
tree | commitdiff |
2007-06-25 |
Václav Slavík | don't use C++ comments in C files |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-23 |
Robert Roebling | Upport scrolling changes and mouse wheel changes. |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | remove #if around operator&&(), its needed for other... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | suppress virtual function hiding warnings due to the... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | don't redefine __WCHAR_TYPE__ when using Sun CC if... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | Sun CC (at least version 5.9) has wint_t as a separate... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION |
tree | commitdiff |
2007-06-22 |
Václav Slavík | made wxUSE_UNICODE=1 the default |
tree | commitdiff |
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 |
next |