]> git.saurik.com Git - wxWidgets.git/history - src/generic
Fixed bug in DoDrawRotatedText: it wasn't deleting the font when done
[wxWidgets.git] / src / generic /
2000-02-02  Robert Roebling Tried to fix corrupted display of wxTextCtrl,
2000-02-02  Vadim Zeitlindon't show the same message twice when wxLog called...
2000-02-01  Robert Roebling Added test for no-change in crollwin.
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-29  Vadim Zeitlin1. small changes to wxProgressDialog to make it more...
2000-01-29  Václav Slavíkchanged meaning of Ctrl-End to be symetrical with Ctrl...
2000-01-27  Robert Roebling Copied isql.h and isqlext.h to /include/wx/unix and...
2000-01-27  Ove KaavenAdded a couple of wxT()
2000-01-26  Ron Leetest for disabled scroll directions in kbd handler
2000-01-26  Vadim Zeitlinmore backwards compatible kbd handling in wxScrolledWindow
2000-01-26  Vadim Zeitlin'Details' button is now disabled if no details
2000-01-26  Vadim Zeitlinquick and dirty fix for the division by 0 crash in...
2000-01-26  Vadim Zeitlinassert in GetNextItem() fixed (yes, now it is)
2000-01-26  Vadim Zeitlinassert in GetNextItem() fixed (?)
2000-01-26  Vadim Zeitlin1. fixed (?) blitting bitmaps with mask
2000-01-25  Vadim Zeitlin1. kbd interface for wxScrolledWindow
2000-01-25  Vadim Zeitlinfixed GetNextItem(item = -1)
2000-01-24  Vadim Zeitlinadded wxGetPasswordFromUser(), dialogs sample shows...
2000-01-24  Vadim Zeitlinrefresh after sort - patch from Ricky Gonzales
2000-01-24  Jouk Jansen Committing in .
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-23  Robert Roebling Fixed small bug in tab code WRT to having only
2000-01-23  Robert Roebling tabbing in controls sample works again.
2000-01-23  Vadim Zeitlin1. wxMSW::wxNotebook::SetPageSize() and SetPadding...
2000-01-23  Václav Slavíkadded intelligent scaling of icons -- cutting empty...
2000-01-22  Robert Roebling Changes for next snapshot.
2000-01-22  Stefan NeisSN: Replaced __WXOS2__ by __WXPM__ in #ifdefs
2000-01-22  Václav Slavíkadded test for correctly created wxIcon
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
2000-01-21  Vadim ZeitlinBC++ compilation fix
2000-01-21  Julian SmartMisc. Dialog Editor/resource bugs fixed
2000-01-21  Guillermo Rodrigue... msgdlg.h missing - please try compiling without precomp...
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-20  Robert Roebling More life in wxPlot.
2000-01-20  Robert Roebling A no-change for scroll events.
2000-01-19  Václav Slavíkrewritten to use wxTheMimeTypesManager
2000-01-19  Julian SmartAdded missing windows.h includes
2000-01-19  Václav Slavíkgeneric wxFileDialog now stores customizations to regis...
2000-01-18  Vadim Zeitlin1. fixed compilation of wxExecute() for !wxUSE_IPC
2000-01-18  Julian SmartAvoided rounding errors in font point size calculations
2000-01-18  Václav Slavíkadded default icons for binary and unknown filetype
2000-01-17  Robert Roebling Add draft wxPlotWindow
2000-01-16  Václav SlavíkwxProgressDialog now accepts wxGA_SMOOTH style
2000-01-16  Václav Slavíkminor change in passing arguments to CreateAntialiasedB...
2000-01-16  Robert Roebling file dialogs now remembers the width of the
2000-01-16  Václav Slavíkfile dialog now remebers list/report and hidden files...
2000-01-15  Julian Smart16-bit fixes
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
2000-01-14  Guillermo Rodrigue... Added a comment about the 'UpdateWindow' issue in SetSc...
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-13  Julian SmartRemoved ::UpdateWindow from scrolwin.cpp; corrected...
2000-01-11  Vadim Zeitlinfixed refresh problem with holidays in wxCalendarCtrl
2000-01-10  Guillermo Rodrigue... Ops, small typo
2000-01-10  Guillermo Rodrigue... Fixed from Mumit Khan to allow DLL compilation for...
2000-01-07  Bart A.M. Jourquin*** empty log message ***
2000-01-07  Bart A.M. Jourquindeleting the 'validator' param in call to wxControl...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-05  Vadim Zeitlinbug with incorrect & test fixed
2000-01-05  Robert Roebling Corrceted background problem with themes.
2000-01-04  Robert Roebling Removed crashes when not using themes.
2000-01-04  Robert Roebling Update bug in wxListCtrl,
2000-01-04  David Websterneeded a check for wxUSE_VALIDATORS in the wxListCtrl...
2000-01-04  Jouk Jansen Committing in .
2000-01-03  Ove KaavenCast both operands of ?: to (wxControl*) so BC++ compil...
2000-01-03  David Webstersmall updates for OS/2
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
2000-01-03  Ove KaavenSplit "?:" into "if" statement for assignment of conver...
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
2000-01-01  Václav Slavíkfixed #pragma implementation/interface numdlgg.h to...
1999-12-30  Vadim Zeitlinadded support for several new events in wxCalendarCtrl...
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-30  Vadim Zeitlinadded wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home...
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-29  Robert Roebling IsExposed() corrections in calendar.
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Vadim Zeitlin1. some minor compilation fixes in datetime.cppm
1999-12-29  Robert Roebling Small doc updates, mainly wxDropTarget,
1999-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-12-26  Vadim Zeitlinmore unused param warnings fixed
1999-12-23  Robert Roebling Added wxBitmap::GetSubBitmap()
1999-12-23  Jouk Jansen Committing in .
1999-12-22  Robert Roebling Reduced spacing in tree ctrl.
1999-12-22  Robert Roebling Some debug code.
1999-12-21  Robert Roebling Some doc updates.
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-13  Václav Slavíknow survives compilation even if wxUSE_SASH == 0
1999-12-11  Václav SlavíkwxPostScriptDC::DrawText now uses descent to determine...
1999-12-07  Robert Roebling wxListCtrl sends event directly again. Also fixed...
1999-12-07  Vadim Zeitlinsmall cosmetic fix for wxListCtrl
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-12-06  Vadim Zeitlin1. test for thr_setconcurrency() added to configure
next