]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-04-12  Robin DunnreSWIGged
2007-04-12  Robin Dunnwx.VScrolledWindow has been refactored, and new wx...
2007-04-12  Robin DunnSetCanFocus
2007-04-12  Robin Dunnwizard classes don't take resource parameter anymore
2007-04-12  Robin DunnwxNullIconBundle
2007-04-12  Robin DunnAdd wxEXEC_NOEVENTS
2007-04-12  Robin Dunnupdate wx.IconBundle methods and docstrings
2007-04-12  Robin DunnSetDefault returns the former default widget
2007-04-12  Robin Dunnwx.IconBundle support
2007-04-12  Robin DunnwxMac: The get-url apple event is now supported, simply...
2007-04-12  Robin DunnAdd wx.Position
2007-04-12  Robin DunnSTC is not a separate library anymore
2007-04-12  Robin Dunntweaks needed for new GLCanvas API
2007-04-12  Robin Dunntrim whitespace
2007-04-12  Robin DunnTest EVT_TREE_ITEM_ACTIVATED
2007-04-12  Robin DunnAll platforms have the same GLCanvas API now
2007-04-12  Robin DunnUse the wxWANTS_CHARS style
2007-04-12  Robin DunnDon't use stc lib if building monolithic
2007-04-12  Robin DunnAdjust output dir for wxPython file
2007-04-11  Robin DunnDon't use hidden items for size calc (patch 1698314)
2007-04-11  Stefan Csomorcompile guard
2007-04-11  Stefan Csomorchanging the Multiple Inheritance along the Single...
2007-04-11  Vadim Zeitlinadd aglUpdateContext() call (doesn't seem to change...
2007-04-11  Vadim Zeitlinforward declare wxDC (fixes wxMotif compilation)
2007-04-11  Václav Slavíkfixed another place where wxString was used as bool
2007-04-11  Vadim Zeitlinderive wxStaticText from wxStaticTextBase under wxGTK1...
2007-04-11  Vadim Zeitlinlinking fix after the one before last commit
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlincompilation fix after last commit
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...
next