2007-07-07 |
David Elliott | Move wxMBConv_cf out of strconv.cpp and into strconv_cf... |
tree | commitdiff |
2007-07-06 |
Václav Slavík | fixed to make wxVariant compatible with both ANSI and... |
tree | commitdiff |
2007-07-06 |
Václav Slavík | added alpha channel support to wxDFB's wxBitmap |
tree | commitdiff |
2007-07-06 |
Vadim Zeitlin | use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is... |
tree | commitdiff |
2007-07-06 |
Václav Slavík | added missing wxUniChar::operator=(wxUniCharRef) |
tree | commitdiff |
2007-07-06 |
David Elliott | Make wxCocoa compile in 64-bit mode. |
tree | commitdiff |
2007-07-05 |
David Elliott | Implement wxColour constructors to match other ports... |
tree | commitdiff |
2007-07-05 |
Bryan Petty | Added deprecation warnings to old wxVScrolledWindow... |
tree | commitdiff |
2007-07-05 |
Václav Slavík | added missing WXDLLIMPEXP_CORE |
tree | commitdiff |
2007-07-05 |
Robert Roebling | The dataview sample compiles now, but doesn't work... |
tree | commitdiff |
2007-07-05 |
Robert Roebling | New API for wxdataViewCtrl (doesn't run yet). |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch... |
tree | commitdiff |
2007-07-04 |
Paul Cornett | indentation cleanup, unused variables, constant express... |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | added wxAtomicInc/Dec() functions (patch 1739486) |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | test whether HAVE_VSWPRINTF is defined, not whether... |
tree | commitdiff |
2007-07-03 |
Václav Slavík | wxStrcoll_String compilation fixes for Dmars and Borlan... |
tree | commitdiff |
2007-07-03 |
Václav Slavík | compilation fix for windows compilers: _wrename is... |
tree | commitdiff |
2007-07-02 |
Julian Smart | Added SetBitmap, GetBitmap to wxWizard |
tree | commitdiff |
2007-07-02 |
Julian Smart | Replaced tabs with spaces |
tree | commitdiff |
2007-07-01 |
Benjamin Williams | in wxAuiNotebook, prevent unwanted page selection chang... |
tree | commitdiff |
2007-07-01 |
Václav Slavík | silenced Watcom warning when deleting const pointer |
tree | commitdiff |
2007-07-01 |
Václav Slavík | explicitly cast m_value to the resulting type in wxUniC... |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | add wxUSE_EDITABLELISTBOX |
tree | commitdiff |
2007-06-30 |
Václav Slavík | STL compilation fix |
tree | commitdiff |
2007-06-29 |
Václav Slavík | wxUniChar wchar_t handling fixes for Borland, DMC and... |
tree | commitdiff |
2007-06-29 |
Julian Smart | Prevent seg fault for older GTK+ |
tree | commitdiff |
2007-06-28 |
Václav Slavík | return const wxString& from wxFontMapper::GetDefaultCon... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | ANSI+Unicode compatibility fixes to wxArrayString |
tree | commitdiff |
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 |
next |