wxWidgets.git
2007-04-14  Chris Elliottadd svg in new location
2007-04-14  Chris Elliottremove outdated makefiles and .cvsignore
2007-04-14  Chris Elliottadd back stc
2007-04-14  Chris Elliottstc src and includes added back
2007-04-14  Chris Elliottstc sample added back
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Stefan Csomorfixing non core graphcis build
2007-04-14  Stefan Csomorfixing assert
2007-04-14  Václav Slavíkdon't use the VC6 workaround in wxList with newer versi...
2007-04-14  Václav Slavíkfixed wxUniCharRef::IsAscii() definition
2007-04-14  Stefan Csomorfixing the shrinking embedded controls
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-14  Vadim Zeitlineven controls with transparent background should draw...
2007-04-13  Vadim Zeitlinfix wxTextCtrl::SetSelection(-1, -1) to behave as docum...
2007-04-13  Vadim Zeitlinimplement support for right-aligned/centered items...
2007-04-13  Vadim Zeitlinremoved documentation for wxStartTimer() and wxGetElaps...
2007-04-13  Robert Roebling Correctly handle ENTER for cell activation.
2007-04-13  Vadim Zeitlinrebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition
2007-04-13  Vadim Zeitlinremoved contrib files from the scripts
2007-04-13  Vadim Zeitlinremoving unnecessary makefiles, there is nothing left...
2007-04-13  Vadim Zeitlinremoving obsolete and not working tool
2007-04-13  Vadim Zeitlinclarifications to the ctor documentation
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-12  Václav Slavíkmoved vararg handling code in wxMessageOutput to single...
2007-04-12  Robin DunnForward declare new wxPy classes
2007-04-12  Václav Slavíkremoved unneeded wxChar* cast, we already have wxString one
2007-04-12  Vadim Zeitlinremoved the code to manually send wxNavigationEvents...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-12  Vadim Zeitlinmodify the listbox item in place instead of deleting...
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
next