]> git.saurik.com Git - wxWidgets.git/history - src
Updated makefiles etc. for 2.5.1
[wxWidgets.git] / src /
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  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  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  Stefan Csomortarget_carbon added
2003-09-13  Stefan Csomorfaster portsetting backpatched
2003-09-13  Stefan Csomorclassic fixes
2003-09-13  Mattia Barbon wxUniversal STL-ification.
2003-09-13  Gilles Depeyrotuse SYMROOT instead of DERIVED_SOURCES_DIR
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-12  Robin DunnThe unknown control container should always have the...
2003-09-12  Gilles Depeyrotexternal Shell Script file to copy setup.h for ProjectB...
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  Stefan Csomorfixing normal font for mac, unicode corrections
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  Stefan Csomorfocus setting must be possible even when not shown yet
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  Mattia Barbon Compilation fix for wxUSE_STL==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  Julian SmartApplied patch [ 800784 ] Fixes ::wxDirSelector style...
2003-09-11  Julian SmartApplied patch [ 771772 ] Crashes when setting icon...
2003-09-11  Julian SmartApplied patch [ 778625 ] wxSVGFileDC and UNICODE build
2003-09-11  Julian SmartApplied patch [ 791847 ] Missing translation in filedlg.cpp
2003-09-11  Julian SmartApplied [ 798206 ] WinCE time.cpp
2003-09-10  Mattia Barbon More warning fixes from ABX.
2003-09-10  Gilles Depeyrotmodified shell script to copy setup0.h into DerivedSour...
2003-09-10  Václav Slavíkcheck for m_parentAsWindow!=NULL
2003-09-10  Vadim Zeitlinreverted previous fix for virtual list control with...
2003-09-10  Robert Roebling Test if G_threads already are initialized.
2003-09-10  Vadim Zeitlinattempts to fix virtual list control with Unicode and...
2003-09-10  Vadim Zeitlindocumented that wxHSCROLL disables wrapping; added...
2003-09-10  David ElliottChanged wxWindow::Create to wxControl because wxNoteboo...
2003-09-10  Vadim Zeitlinfixed a 'variable could be used uninitialized' warning
2003-09-10  Vadim Zeitlinadded a TODO: clean up WinCE mess/horror
2003-09-10  Stefan Csomorswitching off tight borders to have it look properly...
2003-09-10  Stefan Csomorghost button fix (was calling another baseclass create)
2003-09-09  Robert Roebling 64-bit patch
2003-09-09  Vadim Zeitlinuse GetTraits(), not m_traits, in OnAssert()
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-09  Stefan Csomorconst ptr fix
2003-09-09  Stefan Csomorcrashes fixed, trying to remove erradic redraws when...
2003-09-09  Stefan CsomorwxID_PREFERENCES added
2003-09-09  Stefan Csomorimplementation changes to closer follow MSW, crashes...
2003-09-09  Stefan Csomorinitial creation invisible
2003-09-09  Stefan Csomortrying to avoid redraw problems at wrong places
2003-09-09  Stefan Csomorfixing Update, attempt to speed redrawing by making...
2003-09-09  Stefan Csomorwhen memory dumps out debug info, lookups can go wrong...
2003-09-09  Robert Roebling Applied patch for better sizing of bitmap buttons.
2003-09-09  Robert Roebling Applied patch for better pattern support.
2003-09-08  David ElliottImplement NSMenuValidation protocol for the wxNSMenuIte...
2003-09-08  David ElliottRemove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMai...
2003-09-08  David ElliottUse wxStripMenuCodes
2003-09-08  David ElliottImplement wxSpinButton (except up/down events)
2003-09-08  David ElliottProvide target/action mechanism for subclasses to use
2003-09-08  David ElliottWhen using a non-subclassed NSControl, use a new wxNonC...
2003-09-08  David ElliottImplement (sort-of) non-client wxWindowDC
2003-09-08  David ElliottAdded virtual GetNonClientNSView()
2003-09-08  David Elliott* Added NSWindowStyleForWxStyle static method
2003-09-07  Stefan NeisInitialize PM subsystem in every thread, to enable...
2003-09-06  Stefan NeisUnified with Unix version.
2003-09-06  David ElliottUse an NSImageView instead of an NSView (nothing works...
2003-09-06  David ElliottUse an NSSlider instead of an NSView (nothing works...
2003-09-06  Stefan NeisUse function table instead of direct references to...
2003-09-06  David ElliottImplement wxChoice including sorting and client data
2003-09-05  David ElliottImplement wxGauge
next