]> git.saurik.com Git - wxWidgets.git/history - src/generic
reset m_currentView in wxDocManager::Clear() (patch 1106872)
[wxWidgets.git] / src / generic /
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
2004-12-12  Vadim Zeitlingravity for splitter window (patch 1046105)
2004-12-11  Robert Roebling Add SetFocusIgnoringChildren() to wxControlContainer...
2004-12-10  Włodzimierz SkibaBug #1040683: Remove assert when deleting menu entry.
2004-12-08  Robin Dunnfix compilation error
2004-12-06  Włodzimierz SkibaWarning fixes.
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-11-27  Robert Roebling Make use of new Art.
2004-11-27  Robert Roebling Give native GTK+ look to wxGrid.
2004-11-24  Włodzimierz SkibawxUSE_SLIDER=0 fixes.
2004-11-24  Robert Roebling Applied patch to stop crashing the tree control
2004-11-23  Włodzimierz SkibaFixes for wxUSE_SPIN... == 0.
2004-11-23  Włodzimierz SkibaFix for assert after left click on tree in generic...
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-18  Ryan Nortonfix compilo pointed out by OW
2004-11-18  Ryan Nortonget rid of singleCustomColour - its not needed. Cleanu...
2004-11-18  Ryan Nortonfix bug where color chosen by sliders wouldn't be regis...
2004-11-18  Julian SmartNull m_select_me when this item is deleted
2004-11-17  Stefan CsomorwxStat call preliminary fix
2004-11-17  Kevin HockFix tree control focus issues on OS X (and possibly...
2004-11-15  Vadim Zeitlinset bg style to custom as we overwrite it anyhow
2004-11-11  Robin DunnFix compilation error by #including imaglist.h
2004-11-10  Vadim Zeitlinconstruct icon from wxIconLocation, not just the file...
2004-11-09  Kevin Hock[1001483] Added wxPasswordEntryDialog analagous to...
2004-11-08  Włodzimierz SkibaWarning fixes.
2004-11-08  Włodzimierz SkibaGet shorter code with new wxRect constructor.
2004-11-07  Robert Roebling Forgot to commit these.
2004-11-07  Kevin HockAdded checking of EnableEffects flag and not allowing...
2004-11-06  Ryan NortonRevert files to previous version that were affected...
2004-11-06  Kevin HockSimplified the wxCENTRE style check
2004-11-05  Robert Roebling I admit I have no good solution for wxPrinter::Setup...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-11-03  Václav Slavíkmade it possible to customize wxGenericDirCtrl, such...
2004-11-01  Robert Roebling Added possibility to select a printer reported
2004-11-01  Robert Roebling wxListCtrl::InsertItem() ignored the column.
2004-10-30  Václav Slavíkusability improvement: set focus to text control so...
next