]> git.saurik.com Git - wxWidgets.git/history - src/generic
revert some stuff for 1.6
[wxWidgets.git] / src / generic /
2005-04-16  Ryan Nortonfixed for w/o expat
2005-04-16  Julian SmartImproved spacing
2005-04-16  Julian SmartAdded destructor to fix crash on Mac due to focus event...
2005-04-16  Julian SmartApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButto...
2005-04-14  Jouk Jansen Committing in .
2005-04-13  Michael WetherellTemporary compilation fix for wxUSE_INTL=0
2005-04-12  Václav Slavíkuse configured scrolling increments (m_scrollLineX...
2005-04-11  Mattia Barbon Easy translation of very long strings.
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-09  Vadim Zeitlinadded AddText() function (trivial wrapper around AddFil...
2005-04-08  Robin DunnDon't call StartingKey if the key was F2
2005-04-08  Vadim Zeitlincompilation fix for wxUSE_MIMETYPE == 0; wxFileType...
2005-04-07  Robin DunnSet the find button to be the default button.
2005-04-07  Włodzimierz Skiba[1178593] Outdated exclamation mark.
2005-04-06  Julian SmartAs yet unsuccessful attempt to set the focus to the...
2005-04-05  Vadim Zeitlinadded GetVisibleBegin/End() to complement/replace GetFi...
2005-04-05  Vadim Zeitlinuse wxTE_RICH2 for the text control, it looks better...
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-02  Julian SmartFurther WinCE adaptations
2005-04-02  Julian SmartOnly set background colour explicitly for PPC/Smartphone
2005-04-02  Julian SmartFixed bug preventing dir enumeration from working on...
2005-04-02  Julian SmartWinCE adaptations
2005-04-02  Julian SmartWinCE adaptations
2005-03-31  Robert Roebling Fix the fix for not sending two end label edit events
2005-03-31  Julian SmartApplied patch [ 1174270 ] small fixes to wxGenericDirCtrl
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-30  Robert Roebling Fix bug [ 1170089 ] wxGenericDirCtrl doesn't show...
2005-03-29  Stefan Csomorhandling mac as gtk
2005-03-29  Julian SmartAllow Initialize(NULL)
2005-03-27  Vadim Zeitlinfixed crash introduced by recently applied autowidth...
2005-03-27  Vadim Zeitlinsend wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once...
2005-03-26  Robert Roebling Small fix for generic print dialog.
2005-03-24  Robin DunnApplied patch [ 1170019 ] Fix for wxGTK drop button...
2005-03-24  Vadim Zeitlinadded wxRendererNative::DrawDropArrow (patch 1166596)
2005-03-22  Włodzimierz SkibaBuild fixes.
2005-03-21  Vadim Zeitlinspeed up SetColumnWidth() by caching max column width...
2005-03-21  Włodzimierz SkibaDummy warning fix.
2005-03-21  Vadim Zeitlinunreachable code warning fix (Unicode build)
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-17  Vadim Zeitlinremoved #ifdef __WXMAC__ as the code is now the same...
2005-03-17  Robin DunnUse Update() instead of yielding and waiting for the...
2005-03-17  Vadim Zeitlindon't set virtual size of the window to (0, 0) if scrol...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-16  Julian SmartRemoved checklistbox test
2005-03-15  Julian SmartWinCE doesn't have wxCheckListBox, and doesn't like...
2005-03-15  Włodzimierz SkibaSetLeft|RightMenu is supposed to be API for all smartph...
2005-03-15  Julian SmartFixed wxPropertySheetDialog for Smartphone
2005-03-14  Julian SmartAdded wxPropertySheetDialog for implementing settings...
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-12  David ElliottFix compilation of generic message dialog.
2005-03-11  Robert Roebling GTK compilation.
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlinadded wxDebugReport
2005-03-10  Włodzimierz SkibaSmartphone adjustements to generic log dialog.
2005-03-09  Robert Roebling Compilo.
2005-03-08  Robert Roebling Applied dir control token patch.
2005-03-08  Robert Roebling Override OnSize in the scrollsub sample to disable
2005-03-08  Vadim Zeitlinfixed loop deleting the old filters in SetWildcard...
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-03-07  Robert Roebling Applied patch to reenable single selection mode.
2005-03-07  Robert Roebling This fixes a problem in the two tree and list controls...
2005-03-04  Włodzimierz Skiba#pragma implementation fix.
2005-03-02  Robin DunnSet the mouse pos for the drag events
2005-03-02  Julian SmartMust use GetAdjustedBestSize for getting child window...
2005-03-01  Ryan NortonMore wxUSE_STATTEXT fixes
2005-03-01  Ryan NortonwxUSE_STATTEXT fixes
2005-03-01  Ryan NortonwxUSE_IMAGLIST fix (good grief...)
2005-02-28  Robert Roebling Changed ComboDropDown button under GTK+ so that it
2005-02-28  Vadim Zeitlindon't hide m_cal when disabling the control (bug 1150830)
2005-02-27  Vadim Zeitlinadded default ctor and fixed copying of wxFileData...
2005-02-27  Julian SmartFixes
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-26  Robin DunnThe key event for the shift key should not start the...
2005-02-25  Vadim Zeitlinfix for disabling the control (bug 1150830)
2005-02-22  Dimitri Schoolwerthuse a larger font again for wxMSW (the chopping off...
2005-02-21  Vadim Zeitlinuse different image for pressed button state
2005-02-20  David ElliottDon't build when __WXMAC__ is defined but __WXMAC_OSX__...
2005-02-20  Kevin HockColor dialog sliders make more sense inverted, with...
2005-02-20  Vadim Zeitlindon't use invalid font in wxDC used for measuring text...
2005-02-19  Vadim Zeitlinfix for Create(wxDateInvalidDate)
2005-02-19  Stefan Csomoradapt to mac l&f
2005-02-19  Vadim ZeitlinwxGenericListCtrl::SetItemState(-1) now changes the...
2005-02-19  Vadim Zeitlinfixes for MSW
2005-02-19  Kevin HockAdded newline at the end, eliminates gcc warning
2005-02-18  Stefan Csomorusing correct theme heights for header on mac
2005-02-18  Robin DunnFix the use of Today() for when invalid date is passed...
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-02-17  Vadim Zeitlinminor cleanup
2005-02-17  Vadim Zeitlinmore tweaks to drop down arrow drawing (Andreas Pflug)
2005-02-16  Robert Roebling Applied background colour patch for Motif notebooks
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-16  Julian SmartStandard dialogs becoming useable on WinCE.
2005-02-15  Vadim Zeitlinuse type-safe Connect()s
2005-02-15  Stefan Csomortoplevel background behaviour changed
2005-02-14  Włodzimierz SkibaMinor editing.
2005-02-13  Stefan Csomorchanged back, as I found a source compatible way to...
next