]> git.saurik.com Git - wxWidgets.git/history - src/generic
Added wxPropertySheetDialog for implementing settings dialogs
[wxWidgets.git] / src / generic /
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...
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
next