]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-09-17  Włodzimierz... Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
2004-09-17  Włodzimierz... Notebook sample redesign. Now it is 'wxNotebook & frien...
2004-09-17  Włodzimierz... wxChoicebook follows wxListBook internal changes. Style...
2004-09-17  Robin DunnCorrect indentation and Snap calls
2004-09-17  Robin DunnAppend --> append
2004-09-17  Vadim Zeitlinmade all Add/Insert/Prepend methods inline
2004-09-17  Vadim Zeitlinforward all wxSizer::Add/Prepend/Insert() to a virtual...
2004-09-16  Vadim Zeitlinfixed gcc warnings about not calling base class ctor...
2004-09-16  Vadim Zeitlinfix for crash on 64 bit platforms (patch 1028942)
2004-09-16  Vadim Zeitlinuse wxFputs(), not fputs(), in Unicode mode under Unix...
2004-09-16  Vadim Zeitlindon't force __WXMOTIF__ definition under HP-UX (patch...
2004-09-16  Vadim Zeitlinmake the label window visible (patch 1013447)
2004-09-16  Vadim Zeitlinmade wxListbook events more consistent with wxNotebook...
2004-09-16  Vadim Zeitlinfix for wxJoystick when not calling SetCapture() (patch...
2004-09-16  Vadim Zeitlindon't assert if Update(m_maximum) is called twice ...
2004-09-16  Vadim Zeitlinsmoother time estimation updates in wxProgressDialog...
2004-09-16  Vadim Zeitlinmore 'realistic' progress dialog test (part of patch...
2004-09-16  Vadim Zeitlinspelling fix
2004-09-16  Vadim Zeitlinmention that read_write mode doesn't work for standalon...
2004-09-16  Robin DunnA change similar to that in Bug #837902 to correct...
2004-09-16  Vadim Zeitlinfixes for harmless mingw32 warnings
2004-09-16  Włodzimierz... Description of the 'generic dialogs in native builds...
2004-09-16  Włodzimierz... Source cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-09-16  Włodzimierz... Reverted wxMGL/OpenWatcom fix until some difficoulties...
2004-09-16  Włodzimierz... Warning fix (unused value assignment).
2004-09-16  Włodzimierz... Missed labels to replace number of 'topicNNN' with...
2004-09-16  Ron LeeUsing != doesn't work for bakefile, I don't know what...
2004-09-16  Włodzimierz... Corrections to frame/tlw references.
2004-09-16  Włodzimierz... wxChoicebook generic implementation.
2004-09-16  Włodzimierz... wxChoicebook generic implementation.
2004-09-15  Vadim Zeitlinfixed sending duplicate EVT_COMBOBOX events; documented...
2004-09-15  Vadim Zeitlinadded tests for EVT_ICONIZE/MAXIMIZE
2004-09-15  Vadim Zeitlinfixed wxMaximizeEvent generation
2004-09-15  Włodzimierz... ISO C++ cast fix (patches #1024150 and #1024149).
2004-09-15  Włodzimierz... Source cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-09-14  Vadim Zeitlinfixed base classes; also added include file section
2004-09-14  Vadim Zeitlinoutput "GTK+ 2" toolkit for gtk2 builds
2004-09-14  Vadim Zeitlinallow to use any window, not just wxFrame, as wxLogFram...
2004-09-14  Włodzimierz... Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-14  Włodzimierz... MGL workaround for the build system.
2004-09-14  George TaskerGrammtical correction in commented out documentation...
2004-09-14  George TaskerClearMemberVar() did not correctly handle columns defin...
2004-09-14  Robin DunnreSWIGged
2004-09-14  Robin DunnreSWIGged
2004-09-14  Robin DunnSome change notes
2004-09-13  Robin DunnAdded SetToWeekOfYear, deprecated SetToTheWeek and...
2004-09-13  Robin DunnAdded wx.WINDOW_DEFAULT_VARIANT constant
2004-09-13  Robin Dunnwx.Sizer.Show can be recursive
2004-09-13  Robin DunnAssociateHandle and DissociateHandle
2004-09-13  Robin Dunn#if fix so we don't end up using the generic header...
2004-09-13  Robin Dunncheck that the wxDateTime is valid before converting...
2004-09-13  Robin Dunnwhitespace fix
2004-09-13  Vadim Zeitlinreplaced wxControl with wxWindow in 2 methods
2004-09-13  Robin Dunnworkaround bug in SWIG's t_output_helper
2004-09-13  Włodzimierz... Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE...
2004-09-13  Włodzimierz... Corrections to wxDirDialog usage.
2004-09-13  Vadim Zeitlinfixes after some of wxFrame methods were extracted...
2004-09-13  Włodzimierz... Recursive wxSizer::Show for subsizer and return value...
2004-09-13  Vadim Zeitlinno changes, just removed a wrong comment
2004-09-13  Vadim Zeitlinmention wxDateTime::SetToTheWeek() change
2004-09-13  Vadim Zeitlinadded missing conv parameter to wxTextOutputStream...
2004-09-13  Vadim Zeitlinfile with DoMessage() declaration (which I forgot to...
2004-09-13  Stefan Csomorsearching for wxToolBar parent only for kEventMouseMove...
2004-09-12  Vadim Zeitlinonly define operator<<(wchar_t) in Unicode build
2004-09-12  Stefan Csomoradded GetMenu Support for MENU_OPEN
2004-09-12  Vadim Zeitlincompilation fix after last commit
2004-09-12  Vadim Zeitlinfixed VC6 compilation
2004-09-12  Václav Slavíkmerged libpng-1.2.7 to HEAD (1.2.6 contained serious...
2004-09-12  Václav SlavíkThis commit was generated by cvs2svn to compensate...
2004-09-12  Václav SlavíkInitial revision
2004-09-12  Stefan Csomortoolbartool has to send events to parent for tooltips...
2004-09-11  Vadim Zeitlintypo in last commit
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-11  Vadim Zeitlindeprecated SetToTheWeek() and GetWeek(); added and...
2004-09-11  Vadim Zeitlinfixed GetWeekOfYear() for first/last week in some cases...
2004-09-11  Vadim Zeitlinfixed CopyFromBitmap() for shared wxIcon objects by...
2004-09-11  Vadim ZeitlinBC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
2004-09-11  Vadim Zeitlinmsw/helpchm and helpwin.cpp should be LOWLEVEL; msw...
2004-09-11  Vadim Zeitlinadded a missing delete which resulted in a small memory...
2004-09-11  Vadim Zeitlindefault MB -> WC conversion under Win32 now fails if...
2004-09-11  Vadim Zeitlinoverload operator<<() for wchar_t too (if applicable...
2004-09-11  Vadim Zeitlindefine wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers...
2004-09-11  Stefan CsomorNO_DEFAULT support added
2004-09-11  Stefan Csomorsupport for sys-opted window variant
2004-09-10  Robin DunnAccomodate either {prefix}/lib or {prefix}/lib64 (the...
2004-09-10  Robin DunnreSWIGed
2004-09-10  Robin DunnreSWIGged
2004-09-10  Robin Dunnensure that the wxString gets all the wide chars
2004-09-10  Robin Dunnanother change note
2004-09-10  Robin DunnForgot about CalendarEvent
2004-09-10  Robin DunnExtended the wx.calendar.CalendarCtrl class with method...
2004-09-10  Vadim Zeitlinmake background colour apply to choice/combobox dropdow...
2004-09-10  Robin DunnFixed typo
2004-09-10  Robin DunnAdd depth param to ConvertToBitmap
2004-09-10  Robin DunnAdded GetListView accessor
2004-09-10  Robin DunnFix for ogl.FORMAT_SIZE_TO_CONTENTS
2004-09-10  Włodzimierz... Some unnecessary wxUSE_MFC occurences removed following...
2004-09-10  Włodzimierz... Source cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-10  Włodzimierz... DMC reality.
2004-09-10  Robin DunnreSWIGed
next