]> git.saurik.com Git - wxWidgets.git/history - src/generic
On screens with restricted space, it's useful to be able to add controls
[wxWidgets.git] / src / generic /
2006-04-13  Julian SmartOn screens with restricted space, it's useful to be...
2006-04-09  Robin DunnUse CmdDown in mouse events instead of ControlDown...
2006-04-08  Robin DunnAdded missing not operator that was preventing the...
2006-04-07  David Surovellcleanup - added whitespace around operators, some blank...
2006-04-06  Vadim ZeitlinGetBoundingRect() is supposed to return the logical...
2006-04-03  David Surovellminor cleanup - reformatting
2006-03-31  David Surovellsimplify KeywordSearch; cleanup and reformat
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-30  Jamie GaddInclude compatibility guard for int GetItemSpacing...
2006-03-30  Robert Roebling Fix previous crashes when scrolling generic version
2006-03-30  Robert Roebling Fix wxListCtrl in-place editing (to not crash
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-29  Vadim Zeitlindon't return void values
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-28  Robert Roebling Apply wxListCtrl patch which fixes some crashes
2006-03-27  Vadim Zeitlinuse wxLaunchDefaultBrowser by default if no browser...
2006-03-27  Vadim Zeitlinrenamed m_MapFile into m_helpDir because this is what...
2006-03-27  Vadim Zeitlinrewrote wxExtHelpController loading code to use wxFileN...
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-27  Jouk Jansen Committing in .
2006-03-27  Vadim Zeitlintranslate tips which appear inside _() in wxFileTipProvider
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-24  Włodzimierz SkibaFixed missing usage of x during Layout.
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-23  Julian SmartFixes/makefiles for building data view control on Windows
2006-03-23  Robert Roebling Take into account cell's own size, not only the
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-23  Robert Roebling Make generic wxDataViewCtrl draw its contents.
2006-03-23  Włodzimierz SkibaWarning fix.
2006-03-22  Robert Roebling Setup notifiers from datamodel to generic
2006-03-22  Robert Roebling In the generic version of wxDataViewCtrl, all
2006-03-21  Robert Roebling Added windowing and scrolling logic to generic
2006-03-21  Julian SmartFixed a crash when deleting the last timer
2006-03-20  Robert Roebling Further compilation fixes.
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir
2006-03-17  Vadim Zeitlindon't use toupper() with non-ASCII key codes
2006-03-13  Julian SmartIf we processed a command event, return true, or we...
2006-03-12  Vadim Zeitlindon't set cursor coords to (0, 0) which could be invali...
2006-03-11  Julian SmartApplied patch [ 1436761 ] wxGrid: Can't enable cell...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-08  Vadim Zeitlincompilation fix after last commit
2006-03-07  Vadim Zeitlinmake it clear that m_page is not NULL in OnBackOrNext...
2006-03-07  Vadim Zeitlinfixed a big memory leak in DoDrawBitmap() (coverity...
2006-03-07  Vadim Zeitlinremoved useless checks for tree==NULL in wxGenericTreeI...
2006-03-07  Vadim Zeitlinsimplified the code in ProcessGridCellMouseEvent()...
2006-03-07  Włodzimierz SkibaDon't send dummy wxCommandEvent. Make members private...
2006-03-07  Włodzimierz Skiba::GetFileAttributes takes Unicode in Unicode build...
2006-03-07  Julian SmartAllow width to be absent but precision present
2006-03-07  Włodzimierz SkibaReplace dummy wxCommandEvent with dedicated API. Disabl...
2006-03-07  Włodzimierz SkibaApply WinCE OK-button policy. Use standard buttons...
2006-03-06  Julian SmartFixed wxGenericFileDialog to work with WinCE, so it...
2006-03-05  Vadim Zeitlinuse WXSIZEOF() instead of hardcoded number
2006-03-05  Vadim Zeitlindon't Printf() a string into itself (bug indicated...
2006-03-04  Vadim Zeitlindeselect the current selection when the user clicks...
2006-03-04  Vadim Zeitlinfixed crash due to double deletion of wxListTextCtrlWra...
2006-03-04  Vadim Zeitlincentre icon and text vertically in the report view...
2006-03-02  Julian SmartOn WinCE, generic font dialog didn't work because the...
2006-02-27  Robert Roebling First release mouse, then emit event.
2006-02-25  Włodzimierz SkibaMake wxWinCE buildable (workaround eVC++ limitations).
2006-02-24  Vadim Zeitlinimplemented EditLabel() with custom text controls and...
2006-02-24  Robert Roebling Implemented user dashes for PS print.
2006-02-20  Jouk Jansen Committing in .
2006-02-15  Robert Roebling Applied wxVScrolledWindow patch
2006-02-15  Jouk Jansen Committing in .
2006-02-13  Vadim Zeitlindeclare lists as exported, seems to be necessary in...
2006-02-13  Vadim Zeitlinfix client to screen (and vice versa) conversion
2006-02-12  Vadim Zeitlintrick the sizer code into thinking that the wizard...
2006-02-12  Vadim Zeitlinno changes; just added some comments
2006-02-12  Włodzimierz SkibawxWinCE warning fix.
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-11  Julian SmartApplied patch [ 1424247 ] Have wxGenericListCtrl not...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-06  Julian SmartChanged function to SetFitToCurrentPage
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-05  David Surovellcorrect include file conditionalization, take 2
2006-02-04  David Surovelladded appropriate WX_PRECOMP bracket for new include...
2006-02-04  David Surovelladded missing include; minor reformatting
2006-02-03  Robin DunnDon't assume that msw.remap was 1, instead change it...
2006-02-01  Robin DunnSet the toolbar orientation based on the wxBK_ alignmen...
2006-01-31  Włodzimierz SkibaWarning fix.
2006-01-31  Julian SmartMac doesn't like getting an icon if it's a bitmap
2006-01-31  Julian SmartAdded missing include
2006-01-31  Julian SmartAdded SetSheetStyle to property sheet dialog to allow...
2006-01-31  Robin DunnAnother patch from Tim Kosse for using images on more...
2006-01-31  Włodzimierz SkibaLast parameter of GetVolumeInformation() is not pointer.
2006-01-30  Robin DunnThis is a TOOLBOOK, not a LISTBOOK
2006-01-30  Julian SmartAdded wxToolbook class
2006-01-26  Włodzimierz Skiba#include moved to module.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibawxBusyInfo interface moved to generic to make space...
2006-01-25  David Surovellfixed compilation failure introduced in prior commit
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-24  David Surovellcleanup - reformatting
2006-01-22  Roger Gammans Fix bug [1297817] - applied suggested patch
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-18  Julian SmartApplied part of patch [ 1304579 ] fix click bug in...
2006-01-17  Julian SmartApplied patch [ 1393577 ] show volumename in dirctlg
next