]> git.saurik.com Git - wxWidgets.git/history - src/generic
Made HelpGen compile here.
[wxWidgets.git] / src / generic /
2000-02-11  Robert Roebling Made HelpGen compile here.
2000-02-11  Vadim Zeitlinremoved debugging messages I just added by default
2000-02-11  Vadim Zeitlinadded ChangeCursorMode() method, rewrote the col/row...
2000-02-11  Michael BedwardAdded facility to resize rows and cols by dragging...
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-10  Robert Roebling Fixed Vadims fix.
2000-02-10  Robert Roebling Whole lotta stuff for wxPlotWindow,
2000-02-10  Vadim Zeitlin1. fixed bug with the index of the last column in EVT_C...
2000-02-10  Bart A.M. Jourquin#include textfile.h out of the WX_PRECOMP section ...
2000-02-10  Michael BedwardAdded wxTextFile functions to make multi-line text...
2000-02-10  Michael BedwardReverted changes to grid line positioning that caused...
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-09  Vadim Zeitlinfixed fatal bug in wxStatusBar::SetFieldsCount(), added...
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-09  Stefan NeisFix refreshs for wxGTK.
2000-02-09  Michael BedwardChanged grid line positioning slightly to line up the...
2000-02-09  Michael BedwardFixed problem where corner label was displayed when...
2000-02-09  Michael BedwardSimplified sizing code. Sub-windows are now sized...
2000-02-09  Michael BedwardPartially reverted last changes because of problems...
2000-02-09  Michael BedwardInitializing more variables in wxGrid::Create()
2000-02-09  Michael BedwardAdded more 3d rendering to row and col labels and remov...
2000-02-09  Michael BedwardA few optimizations to Refresh() calls for the grid...
2000-02-09  Michael BedwardImplemented row and col label size functions.
2000-02-08  Julian SmartVC++ project file updates; minor sashwindow/splitterwin...
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-08  Michael BedwardFixed problem with label resize cursor not resetting
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-02-07  Vadim ZeitlinwxLogFatalError() should abort now
2000-02-07  Stefan Neis*** empty log message ***
2000-02-07  Michael BedwardFixes for problem where selection fails to start on...
2000-02-07  Michael BedwardFixed bug in wxGrid::DrawAllGridLines that was causing...
2000-02-06  Stefan NeisMinor fix in screen update code
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-02-06  Stefan NeisOptimized Refresh Area in various functions
2000-02-06  Vadim Zeitlintried to fix compilation for mingw32 and wxGTK/Motif...
2000-02-05  Julian SmartSetStatusFields type in implementation now matches...
2000-02-05  Julian SmartOk -> OK; status bar typo/cast
2000-02-05  Guillermo Rodrigue... Reverted a change which breaks compilation for win32...
2000-02-05  Stefan NeisAdded different strategy for updating grid lines.
2000-02-05  Robert Roebling Fixed status bar probs,
2000-02-05  Julian SmartVC++ changes + makeproj additions
2000-02-05  Stefan NeisInclude Header file of base class!
2000-02-05  Stefan NeisFixed typo
2000-02-05  Robert Roebling wxWindow no longer emits any scroll events after
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-02-05  Michael BedwardSpace now move active cell right if grid is not editable
2000-02-05  Michael BedwardRemoved erroneous EVT_SCROLLWIN
2000-02-04  Robert Roebling Minor GTK fixes for wxGrid.
2000-02-04  Vadim Zeitlinfixed resize line drawing
2000-02-04  Vadim Zeitlinfixed refresh problem due to rounding errors
2000-02-04  Michael BedwardMany bug fixes for display code:
2000-02-04  Stefan NeisAdded drag-shrinking
2000-02-03  Vadim Zeitlinre-checking in files in Unix mode
2000-02-03  Michael BedwardRemoved cell highlighting temporarily. Now wxGrid...
2000-02-03  Michael BedwardMajor redesign of grid classes:
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
next