Include wx/list.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / generic /
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  David Surovellcleanup - reformatting
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-19  Robert Roebling renderer::DrawHeaderButton() seems to need space
2006-04-19  Robert Roebling Fix Refresh() problem.
2006-04-19  Vadim Zeitlinuse wxDC::DrawCheckMark() to draw the checkbox button...
2006-04-18  Robert Roebling Added some column width contrl code.
2006-04-18  Włodzimierz SkibaWarning fix.
2006-04-18  Włodzimierz SkibaAvoid deleting 'const' object.
2006-04-18  Robert Roebling Add wxRenderer::DrawCheckButton for use inside
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-17  Vadim Zeitlincompilation fix for !WX_PRECOMP
2006-04-17  Vadim Zeitlinimplement Layout() so that sizers work correctly when...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-16  Vadim Zeitlinremoved unnecessary (the problem is due to a bug elsewh...
2006-04-16  Vadim Zeitlina tentatively better fix for the problem of patch 14560...
2006-04-15  Vadim Zeitlinslight simplification of coords translation code in...
2006-04-14  Vadim Zeitlindon't show vertical scrollbar if we don't need it
2006-04-14  Julian SmartSpacing tweak
2006-04-14  Vadim Zeitlinreverted wxHVScrolledWindow patch (rev 1.19/1.21 of...
2006-04-14  Julian SmartSimulated text labels and toggle highlights under buttons
2006-04-14  Vadim Zeitlinfixed bug with not taking background colour into accoun...
2006-04-14  Julian SmartImplemented Mac-style button toggling within wxButtonTo...
2006-04-14  Julian SmartAllow specification of border spacing
2006-04-14  Václav Slavíkdon't show the I-beam cursor over text in wxHtmlListBox
2006-04-14  Julian SmartwxButtonToolBar only useful on Mac right now
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
2006-04-13  Václav Slavík1. added abstract interface to wxHtmlWindow for use...
2006-04-13  Włodzimierz SkibaAll book controls shares wxBK_* flags [bug #1469980].
2006-04-13  Julian SmartCompile fix
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.
next