wxWidgets.git
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-11  Vadim Zeitlinadd support for a data tag which can be used to embed...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-10  Vadim Zeitlinsend selection events when Ctrl-clicking an item repeea...
2007-04-10  Vadim Zeitlinadded a menu command to clear log
2007-04-10  Václav Slavíkreverted previous commit and added a comment explaining...
2007-04-10  Václav Slavíkdon't crash if (char*)c_str() is used twice in a row...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-10  Vadim Zeitlinrename the menu to avoid conflict with a standard Mac...
2007-04-10  Stefan Csomordon't change the case of extensions
2007-04-10  Václav Slavíkfixed typo: _T(), not _()
2007-04-10  Vadim Zeitlinadd GetOwner() documentation
2007-04-10  Václav Slavíkremoved unused CByteArrayFormat function
2007-04-10  Stefan Csomoraccomodating to new files
2007-04-10  Stefan Csomorusing info plist above, debug on native arch only
2007-04-10  Stefan Csomorneeds threads...
2007-04-10  Stefan Csomorcorrecting include style
2007-04-10  Stefan Csomorfixing refcounting for embedded native controls
2007-04-10  Robert Roebling Document wxWindow::Navigate() instead of generation
2007-04-10  Vadim Zeitlincompilation fix after last commit
2007-04-10  Vadim Zeitlinrefresh GL canvas itself, not the frame, when the GL...
2007-04-09  Vadim Zeitlinreverted patch 1325857 (rev 1.561): it might have fixed...
2007-04-09  Vadim Zeitlinfix the sample to work under X11 (where a context can...
2007-04-09  Vadim Zeitlin1. switched to new wxGLCanvas API (not using the implic...
2007-04-09  Vadim Zeitlinlast version was broken and died when trying to create...
2007-04-09  Vadim Zeitlintruncate the static box label to fit the control size...
2007-04-09  Vadim Zeitlinmake Enter/Return activate the default button (second...
2007-04-09  Vadim Zeitlindon't use Pango hack for drawing underlined text when...
2007-04-09  Vadim Zeitlindon't return the next line text from GetLineText()...
2007-04-09  Václav Slavíkadded wxgl pseudotarget
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-04-09  Vadim Zeitlinescape &
2007-04-09  Vadim Zeitlinfix --with-opengl formatting
2007-04-09  Vadim Zeitlindon't overwrite the buffer if extending it failed
2007-04-09  Vadim Zeitlinreplaced deprecated wxMULTIPLE with wxFD_MULTIPLE
2007-04-09  Vadim Zeitlincompilation fixes: remove unneeded c_str()
2007-04-09  Vadim Zeitlinadded wx/image.h to fix compilation without PCH after...
2007-04-09  Vadim Zeitlinundid signed/unsigned warning fix of rev 1.73 as the...
2007-04-09  Vadim Zeitlincompilation fix after last change
2007-04-09  Vadim Zeitlinfix unused parameter warning introduced by last commit
2007-04-09  Vadim Zeitlinmake wxVarVScrollLegacyAdaptor::OnGetLineHeight() non...
2007-04-09  Vadim Zeitlincompilation fixes after last commit
2007-04-09  Václav Slavíkstring iterator's operator- should return difference_ty...
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-09  Václav Slavíkcompilation fix: needs wx/string.h
2007-04-09  Vadim Zeitlinadded missing membersection for CreateIconBundle
2007-04-08  Vadim Zeitlinfix a fatal crash due to using wxHSCROLL presence in...
2007-04-08  Vadim Zeitlindon't skip the scroll position validity check in CalcSc...
2007-04-08  Vadim Zeitlinpass 0, not NULL, to SendMsg() which takes long to...
2007-04-08  Vadim Zeitlinadded mouse wheel support (patch 1696082)
2007-04-08  Vadim Zeitlincompilation fix after last change
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Vadim Zeitlinmake test_for_selected_wxbuild target optional (patch...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-08  Václav Slavíkdon't build wxscintilla lib if wxSTC is not built
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Paul CornettChildren need to be updated in size_allocate even if...
2007-04-08  Vadim Zeitlincompilation fix for !USE_PCH (added missing wx/dc.h...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-08  Vadim Zeitlincorrected typo in the creation date
2007-04-08  Vadim Zeitlinadded wxPosition helper class (extracted from patch...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-08  Vadim Zeitlinuse wxFD_XXX instead of deprecated wxXXX in the documen...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlinuse wxIconBundle::GetIconOfExactSize() instead of dupli...
2007-04-07  Vadim Zeitlinadded GetIconOfExactSize()
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't allocate m_refData unnecessarily
2007-04-07  Vadim Zeitlindon't crash when IsEmpty() is called on invalid bundle...
2007-04-07  Vadim Zeitlindon't use invalid wxIconBundles, it results in asserts...
2007-04-07  Vadim Zeitlindon't try to access empty wxIconBundle in gtk_frame_rea...
2007-04-07  Vadim Zeitlinadded IsEmpty()
2007-04-07  Vadim Zeitlinfilter out bundles/packages when showing the open file...
2007-04-07  Vadim Zeitlinuse 2 extensions in a filter in FileSave() for testing
2007-04-07  Vadim Zeitlinchoose the first extension by default, if several are...
2007-04-07  Vadim Zeitlindon't remove the tools we hadn't added to the toolbar...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-04-07  Vadim Zeitlinfix crash introduced in last commit (the correct item...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadd support for resources forks in wxCopyFile() (modifi...
2007-04-07  Vadim Zeitlinsupport accelerators for buttons too (slightly modified...
2007-04-07  Vadim Zeitlinadded MacOpenURL() (patch 1235957)
2007-04-07  Vadim Zeitlindocument GetAnimation() (patch 1695722)
2007-04-07  Vadim Zeitlindocument adding new resource handlers (patch 1695722)
2007-04-07  Vadim Zeitlindon't mention obsolete 2.2 version (part of patch 1695722)
2007-04-07  Vadim Zeitlinmention more predefined array classes (part of patch...
2007-04-07  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-07  Vadim Zeitlinuse C++ compiler for all getsockopt() tests, not just...
2007-04-07  Vadim Zeitlinuse smaller icons, it looks better (patch 1695225)
2007-04-07  Vadim Zeitlinuse C++ compiler for all getsockopt() tests, not just...
2007-04-07  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-07  Stefan NeisReplaced incorrect or inefficient usage of char_str...
2007-04-07  Vadim Zeitlindon't access the window after it had been deleted by...
2007-04-07  Vadim Zeitlinfix typo in OnClosingDocument() name
2007-04-07  Václav SlavíkSTL build compilation fix
2007-04-06  Vadim Zeitlinadd conversion of wxUniChar[Ref] to unsigned int if...
2007-04-06  Vadim Zeitlinadded operator-(const wxChar *, const wxCStrData&)...
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Vadim ZeitlinwxCStrData must be dllexport'd now that it has non...
next