]> git.saurik.com Git - wxWidgets.git/history - src/generic
1. undid the "simplification" of patch 1096066 which resulted in a crash
[wxWidgets.git] / src / generic /
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...
2005-02-13  Stefan CsomorwxMac needs inherited on paint for the correct backgrou...
2005-02-13  Robert Roebling Comment out line that set the VirtualSizeHints()...
2005-02-13  Vadim Zeitlinfixes for wxDP_ALLOWNONE handling
2005-02-13  Vadim Zeitlinbug fixes for using wxTransientPopupWindow and wxDP_ALL...
2005-02-12  Robert Roebling Reapplied patch to change the two scrolled window...
2005-02-12  Robert Roebling Revert patch again, as the scrollbars are now always...
2005-02-12  Robert Roebling ALso correct scrollbar calc to not clip division...
2005-02-11  Vadim Zeitlindon't hardcode the array size as done by last commit...
2005-02-11  Robin Dunntypo
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-10  Julian SmartApplied patch [ 1113565 ] generic treectl multiselection
2005-02-09  Vadim Zeitlinredraw the grid when it's enabled/disabled
2005-02-09  Julian SmartApplied patch [ 1116706 ] wxRendererGeneric::DrawComboB...
2005-02-09  Vadim Zeitlindon't use wxBG_STYLE_CUSTOM for GTK1, it breaks backgro...
2005-02-08  Michael WetherellMinor compilo
2005-02-08  Włodzimierz SkibaMinor decorations.
2005-02-08  Ryan NortonPatch [ 1118343 ] Use wxTextValidator::SetIncludes...
2005-02-07  Julian SmartAdded validator to generic date picker control
2005-02-07  Julian SmartWorkaround for static controls appearing with a white...
2005-02-06  Stefan Neisfixed double delete in UpdateAttrRows/Cols introduced...
2005-02-06  Robert Roebling Applied context menu patch.
2005-02-06  Kevin HockAs per the docs, the value returned is -1 if the value...
2005-02-03  Robin DunnEnsure the wxVListBox gets the focus when it is clicked...
2005-02-03  Robin DunnPatch [ 1114647 ] Mouse wheel support for wxVScrolledWindow
2005-02-02  Vadim Zeitlininvalidate cache when RefreshLine[s]() is called
2005-01-30  Kevin HockClean up indentation / tabs from previous patch
2005-01-30  Robert Roebling Applied selection patch from G.R.
2005-01-30  Robert Roebling Use wxEXEC_NODISABLE while querying CUPS about printers.
2005-01-30  Robert Roebling Commited SetHilightDropEffect patch.
2005-01-29  Kevin HockMake list consistent with tree in terms of Vetoed chang...
2005-01-29  Robin DunnPatch #1111679
2005-01-29  Robin DunnDon't fail assertion about image size mismatch if the...
2005-01-28  Kevin HockClose tree edit even if the change is vetoed to be...
2005-01-28  Robin DunnwxEVT_MOUSEWHEEL is always defined, no #if needed
2005-01-28  Kevin HockDo not modify selection if right-click is on a selected...
2005-01-26  Jouk Jansen Committing in .
2005-01-25  Włodzimierz SkibaSave dialog for printing. Source cleaning.
2005-01-24  Włodzimierz SkibaSource cleaning.
2005-01-21  Vadim Zeitlinremove margins in the bitmap button
2005-01-21  Vadim Zeitlinadded DrawComboBoxDropButton()
2005-01-21  Vadim Zeitlincompilation fix when used together with native control
2005-01-21  Vadim Zeitlindefine wxHAS_NATIVE_DATEPICKCTRL in the header file...
2005-01-21  Vadim Zeitlinrenamed generic version to wxDatePickerCtrlGeneric...
2005-01-21  Vadim Zeitlindon't include wx/popupwin.h in the header, use forward...
2005-01-21  Vadim Zeitlinswitched to using wxPopupWindow
2005-01-21  Vadim Zeitlindefine wxDateEvent static stuff here
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Vadim Zeitlinadded wxDP_SPIN/DROPDOWN styles (only Win32 native...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-19  Vadim Zeitlincompilation fixes; pruned API
2005-01-19  Vadim Zeitlinadded generic version of wxDatePickerCtrl from Andres...
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Vadim Zeitlinfixed memory leak in UpdateAttr[Rows][Or][Cols] (patch...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-17  Włodzimierz SkibaCommon default datetime formats.
2005-01-17  Vadim Zeitlinimplement date events here if wxDatePickerCtrl is not...
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2005-01-16  Robert Roebling Applied patch for rounded rectangle.
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...
2005-01-14  Robin DunnBug fix for [ 1059381 ] Mouse wheel does not work in...
2005-01-13  Robin DunnEnsure that the windows are shown when Initialize is...
2005-01-13  Robin DunnEnsure that the windows are shown when splitting
2005-01-11  Włodzimierz SkibaOld API deprecated. Source cleaning.
2005-01-10  David ElliottCorrected some assertions (m_region.m_refData vs. m_ref...
2005-01-07  Robert Roebling Added way to specify in generic tree control
2005-01-07  Robert Roebling Corrected drag effect for tree control.
2005-01-07  Włodzimierz SkibaOld API clearly deprecated.
2005-01-06  Robert Roebling Blind attempt make buttons centered in the generic
2005-01-06  Włodzimierz SkibaUse stock labels for Smartphone.
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2005-01-05  Włodzimierz SkibaRemoved all duplicated and complicated #ifdefs for...
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2005-01-03  Włodzimierz SkibaGCC warning fix.
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-12-30  Włodzimierz SkibawxPD_CAN_SKIP for skipping parts of progress and reintr...
2004-12-29  Włodzimierz SkibaFixes to FIXME about stock IDs usage.
2004-12-26  Robert Roebling Added TREE_ITEM_MENU event that gets sent if the
2004-12-25  Robert Roebling Deselect a child item on Collapse. Otherwise
2004-12-22  Ron LeeFix for wxGTK compilation.
2004-12-22  Ron LeeFix for wxGTK compilation.
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-16  Vadim Zeitlinadded GetBestSize() implementation
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-12  Vadim Zeitlinunused var warning
next