]> git.saurik.com Git - wxWidgets.git/history - src/generic
Removed the SaveBG hack. The real incompatibility is that the MemoryDC
[wxWidgets.git] / src / generic /
2004-02-19  Ron LeeRemoved the SaveBG hack. The real incompatibility...
2004-02-18  Julian SmartRemoved warning
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-16  Dimitri SchoolwerthFixed unreferenced function 'CutEmptyBorders' warning...
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Robert Roebling Updates to MIME-types and wxFileDialog code for better
2004-02-12  Julian SmartSome more string concatenations
2004-02-12  Julian SmartString corrections
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Stefan NeisUnicode fixes.
2004-02-10  Vadim Zeitlinimplemented SelectItem(item, bool); UnselectItem()...
2004-02-08  Robert Roebling Fix redraw problem in multiple selection listctrl.
2004-02-08  Robert Roebling Corrected redrawing of sash when resizing
2004-02-08  Robert Roebling Correctly center lables vertically.
2004-02-08  Julian Smart0 -> 0u to keep gcc happy
2004-02-08  Stefan NeisApplied and extended patch 886524 (wxGridCellFloatEdito...
2004-02-08  Julian SmartFixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERT...
2004-02-08  Julian SmartApplied patch [ 892608 ] wxLogDialog + wxLogFrame:...
2004-02-08  Stefan Csomorconversion warning gcc 3.3 mac
2004-02-07  Vadim Zeitlinmade it possible to preserve background when using...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-02-07  Vadim Zeitlinmade wxNumberEntryDialog public; extracted it and wxGet...
2004-02-07  Vadim Zeitlinfix for memory leaks (patch 885242)
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-27  Robin DunnSend an extra size event after creation to work around...
2004-01-25  Stefan NeisCompute update rectangle only when needed [i.e. if...
2004-01-22  Vadim Zeitlinpreselect the text in the dialog to allow replacing...
2004-01-22  David ElliottUnicode build fixes
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-13  Julian SmartSuppress spurious icon-related log messages
2004-01-13  Julian SmartAdded extra check in case CopyFromIcon fails
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2004-01-11  Julian SmartApplied patch [ 800086 ] GridCellTextEditor wxTE_RICH...
2004-01-08  Julian SmartApplied patch [ 863936 ] wxGrid scroll bars not drawn.
2004-01-08  Julian SmartApplied patch [ 851044 ] wxGrid receives wxFocusEvent
2004-01-08  Julian SmartApplied patch [ 866387 ] wxGenericDirCtrl does not...
2004-01-06  Julian SmartAdded missing event.Skip()
2003-12-20  Ryan Norton[ 835171 ] Show hidden files in wxGenericDirCtrl
2003-12-13  Julian SmartRemove bad casts
2003-12-13  Julian SmartAdded wxUSE_TOOLTIPS guard for previous patch
2003-12-13  Julian SmartApplied [ 858342 ] Event-based processing of item toolt...
2003-12-11  Julian SmartApplied patch [ 847127 ] HELP button displayed by wxMes...
2003-12-11  Julian SmartApplied patch [ 829072 ] Splitter rendering fix
2003-12-11  Julian SmartApplied patch [ 818941 ] Initialize vars and clear...
2003-11-23  Stefan NeisEnabled handling of drive letters on OS/2.
2003-11-23  Stefan NeisFixed drive handling on OS/2.
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-10  Dimitri SchoolwerthAdded wxUnusedVar for Borland and fixed 2 release mode...
2003-11-08  Stefan NeisAllow minimal acceptable row height/column width to...
2003-11-08  Vadim Zeitlinremoved assert which became incorrect after last change
2003-11-06  Vadim Zeitlinfixed vertical scrollbar handling (broken by some relat...
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-18  Vadim Zeitlinuse #if WXWIN_COMPAT and not #ifdef (patch 826160)
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinadded missing wxCMPFUNC_CONVs (patch 817551)
2003-10-16  Vadim Zeitlinsend EVT_WIZARD_FINISHED for modal wizards as well
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-10-07  David ElliottwxListMainWindow::OnRenameCancelled(): itemEdit paramet...
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-10-03  Vadim Zeitlinfix wxLongLong values printinf for MGL and for wxUSE_LO...
2003-10-01  Václav Slavíkfixed accelerators in wxGTK if NumLock is active (bug...
2003-09-29  Robin DunnShould not delete colours that come from the wxColourDa...
2003-09-26  Vadim Zeitlinupdate height of the header window whenever it changes
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Robin DunnAllow derived classes to prevent default focus handling...
2003-09-23  Julian SmartFixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLay...
2003-09-21  Vadim ZeitlinUnicode compilation fix (patch 81006)
2003-09-21  Julian SmartDon't assert when Clear() is called, better to ignore it
2003-09-20  Vadim Zeitlinmemory leak fixes in file dialogs (patch 783812)
2003-09-20  Vadim Zeitlincorrected TAB order of wizard buttons (patch 800935)
2003-09-20  Julian SmartShould be able to use the DC in OnPrepare without gener...
2003-09-19  Vadim Zeitlin(blind) compilation fix after recent KeywordSearch...
2003-09-18  Julian SmartReverted fragment
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
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  Vadim Zeitlindisabled (conditionally) separating static line; improv...
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 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-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-11  Julian SmartApplied patch [ 803473 ] wxListCtrl header height bugfix
2003-09-11  Stefan Csomorcorrected hit-testing for mac
2003-09-10  David ElliottChanged wxWindow::Create to wxControl because wxNoteboo...
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-09-04  Stefan Csomormacro naming changes
2003-09-01  Jouk Jansen Committing in .
2003-08-30  Stefan Csomorremoving all updates specially for mac
2003-08-29  Mattia Barbon Fixed bug introduced in fs_zip.cpp when replacing...
next