]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-09-16  Vadim Zeitlin(blind) fix for wxMac compilation
2003-09-16  Chris Elliottlibrary file for d mars
2003-09-15  Václav Slavíkadded DESTDIR support to make install
2003-09-15  Stefan Csomorfix for preserving the clip rgn (control redraws missin...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinno changes
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinfixed return value of wxMDIChildFrame::HandleGetMinMaxI...
2003-09-15  Robin DunnEnsure that the native font is initialized so the face...
2003-09-15  Václav Slavíkadded makefile.unx
2003-09-15  Vadim Zeitlinadded check for wxUSE_VALIDATORS
2003-09-15  Vadim Zeitlinadded and documented wxDEFINE_SCOPED_PTR_TYPE; improved...
2003-09-15  Julian SmartUpdated makefiles etc. for 2.5.1
2003-09-15  David ElliottCleaned up some comments, reorganized some code
2003-09-15  David ElliottClean up comments
2003-09-15  Vadim Zeitlinfixed iODBC detection
2003-09-15  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-15  Chris Elliottsf patch #806451
2003-09-15  Vadim Zeitlinremove us from the parents children list in Destroy()
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-15  Chris Elliottfix incorrect parameter error fo r DrawArc
2003-09-15  Vadim ZeitlinIsDialogMessage fix
2003-09-15  Vadim ZeitlinwxNavigationKeyEvent doesn't derive from wxCommandEvent...
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-09-14  Vadim Zeitlinimplemented wxDateTime::ParseDateTime() (patch 779794)
2003-09-14  Vadim Zeitlinadjust m_current when inserting items in the control...
2003-09-14  Vadim Zeitlinfix for calculating the header window height (patch...
2003-09-14  Vadim Zeitlinalign the items correctly with wxLC_ALIGN_TOP
2003-09-14  Vadim Zeitlinadded support for wxLC_ALIGN_LEFT/TOP
2003-09-14  Vadim Zeitlinaccount for the scrollbars in GetViewRect()
2003-09-14  Julian SmartChanged version to 2.5.1
2003-09-14  Vadim Zeitlindisabled (conditionally) separating static line; improv...
2003-09-14  Vadim Zeitlinremoved the fudge from GetViewRect(), it isn't needed
2003-09-14  Vadim ZeitlinGePageRect() should use the full list size while OnSize...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-14  Vadim Zeitlinuse child->Destroy() instead of delete child in Destroy...
2003-09-14  Vadim Zeitlincompilation fix after last check in
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinuse newly added GetViewRect() instead of trying to...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-14  Vadim Zeitlinattempt to fix another occurence of WS_EX_CONTROLPARENT...
2003-09-13  Václav Slavíkattempt to fix GUI apps building on OS/2
2003-09-13  Václav Slavíkno real changes, moved Robin's changes to bakefile...
2003-09-13  Mattia Barbon Compilation fixes for WXWIN_COMPATIBILITY_2_4.
2003-09-13  Mattia Barbon Allow wxSoundStreamESD to be compiled even when no...
2003-09-13  Mattia Barbon wxUniversal compilation fixes.
2003-09-13  Stefan Csomortarget_carbon added
2003-09-13  Stefan Csomorfaster portsetting backpatched
2003-09-13  Stefan Csomorclassic fixes
2003-09-13  Stefan Csomorfixed GetFilenames bug
2003-09-13  Mattia Barbon wxUniversal STL-ification.
2003-09-13  Gilles Depeyrotuse SYMROOT instead of DERIVED_SOURCES_DIR
2003-09-13  Gilles Depeyrotuse SYMROOT instead of DERIVED_SOURCES_DIR
2003-09-13  Stefan Csomorunicode correction for mac
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-13  Robin DunnFor OS X detect (based on gcc version) and use -single_...
2003-09-12  Mattia Barbon Fix two common case of hybrid build:
2003-09-12  Mattia Barbon Try detecting if the CD-ROM I/O implementation in...
2003-09-12  Mattia Barbon Various fixes to contrib bakefiles. Regenerated corre...
2003-09-12  Robin DunnThe unknown control container should always have the...
2003-09-12  Václav Slavík.dsw files for samples must not contain dependencies...
2003-09-12  Gilles Depeyrotexternal Shell Script file to copy setup.h for ProjectB...
2003-09-12  Gilles DepeyrotShell Script file to copy setup.h for ProjectBuilder
2003-09-12  Václav Slavíkimport32.lib is always used by bakefile
2003-09-12  Julian SmartApplied patch [ 804995 ] compatibility of dnd sample...
2003-09-12  Julian SmartApplied patch [ 804570 ] hidden function in src/msw...
2003-09-12  Julian SmartApplied patch [ 805147 ] GDI objects are not deselected...
2003-09-12  Mattia Barbon Blind fix for library ordering.
2003-09-12  Stefan Csomorfixing normal font for mac, unicode corrections
2003-09-11  Mattia Barbon wxX11 compilation fix.
2003-09-11  Vadim Zeitlinfix for C99-compatible vsnprintf()
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-11  Mattia Barbon No real changes, just refactoring.
2003-09-11  Mattia Barbon wxX11 STL-ification.
2003-09-11  Mattia Barbon Cygwin compilation fix.
2003-09-11  Mattia Barbon Compilation fix.
2003-09-11  Stefan Csomordisabling anti-aliasing in carbon builds running under...
2003-09-11  Stefan Csomormoved setting of internal vars in order to avoid proble...
2003-09-11  Vadim Zeitlinfix for C99-compatible vsnprintf()
2003-09-11  Julian SmartAdded new image for dnd sample
2003-09-11  Václav Slavíklink against oleacc.lib (needed by wxUSE_ACCESSIBILITY)
2003-09-11  Václav Slavíkcopy data files
2003-09-11  Stefan Csomorfocus setting must be possible even when not shown yet
2003-09-11  Julian SmartRemoved horrible julian.png photo
2003-09-11  Robert Roebling Filter out triple click events entirely.
2003-09-11  Stefan Csomormouse events added, menu id 0 safety check
2003-09-11  Stefan Csomorreminder added
2003-09-11  Stefan Csomornew carbon implementation (unicode support)
2003-09-11  Stefan Csomormouse event handling extended
2003-09-11  Václav Slavíkno need for !wxUSE_GUI test anymore
2003-09-11  Mattia Barbon Compilation fix for wxUSE_STL==1.
2003-09-11  Mattia Barbon mention that wxALIGN_RIGHT swaps text and checkbox.
2003-09-11  Mattia Barbon Compilation fix for WXWIN_COMPATIBILITY_2_4==1.
2003-09-11  Julian SmartApplied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl...
2003-09-11  Julian SmartApplied patch [ 803473 ] wxListCtrl header height bugfix
2003-09-11  Stefan Csomorcorrected hit-testing for mac
2003-09-11  Václav Slavík(blind) fix to last commit
2003-09-11  Julian SmartApplied patch [ 791648 ] wxDateTime: note unimplemented...
next