]> git.saurik.com Git - wxWidgets.git/history - src/generic
OS/2 PM Fixeups for fonts, validators, and html
[wxWidgets.git] / src / generic /
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-11-06  Robert Roebling Applied a few OS/2 patches for wxGTK.
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-03  Václav Slavíkfixed rounding error problem in wxPostscriptDC::SetFont...
1999-11-02  Václav SlavíkAFM metrics were searched in /afm instead of /share...
1999-11-02  Julian SmartSmall compile fixes
1999-11-02  Vadim Zeitlinanother compilation fix
1999-11-02  Vadim Zeitlinanother compilation fix
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-11-02  Karsten BallüderAdded wxINSTALL_PREFIX define to makefile and made...
1999-11-01  Karsten Ballüderadded support for global AFM path setting
1999-10-31  Julian SmartFixes for VC++ 4 compilation; fixed wxCommandEvent...
1999-10-31  Robert Roebling More tab code corrections.
1999-10-29  Michael BedwardChanges to fix problem where spurious scrollbar(s)...
1999-10-29  Ove KaavenA few Unicode compilation fixes (mostly wxT())
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-27  Julian SmartFixed wxMotif's wxRegion/wxRegionIterator to optionally...
1999-10-27  Michael BedwardFixed bug that caused wrong block of cells to be select...
1999-10-26  Vadim Zeitlin1. corrected uninitialised variable (which led to crash...
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-26  Michael BedwardFixed bug that caused crashes if wxGrid::OnSize was...
1999-10-25  Julian SmartCosmetic changes in setup0.h; Latex edits; PaletteSize...
1999-10-25  Michael BedwardFix for incomplete initial display sometimes with wxMSW
1999-10-25  David Webster*** empty log message ***
1999-10-24  Ove KaavenChanged wxGetSingleChoiceData() to take void* client...
1999-10-23  Julian SmartBC++ and Watcom C++ makefile and source fixes
1999-10-22  Julian SmartModified Mingw32 makefiles to compile with Mingw32...
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-20  Robin DunnSince wxPanel is now AutoLayout aware, removed indirect...
1999-10-20  Robin Dunnmade wxPanel be auto layout aware
1999-10-19  Michael BedwardAdded EVT_GRID_SELECT_CELL
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-18  Michael BedwardImproved cell highlighting when in-place editing is...
1999-10-16  Václav Slavíkfixed bug in PS clipping (non-virtual SetClippingRegion...
1999-10-15  Robert Roebling scrolling of foreign windowsplus sample
1999-10-14  Robert Roebling HP-UX fixes
1999-10-14  Robert Roebling Applied patches for AIX,
1999-10-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-13  Unknown (CR)Added right/middle click item support
1999-10-13  Michael BedwardFixed bug causing crashes when all rows or cols were...
1999-10-11  Robert Roebling Various distrib things,
1999-10-11  Robert Roebling Minor doc updates,
1999-10-10  Robert Roebling Minor changes to keep my MSW source
1999-10-08  Robert Roebling New scrolling code.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlincompilation fix
1999-10-07  Vadim Zeitlincompile fix for BC++
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-07  Michael BedwardAdded page up and page down key support.
1999-10-06  Vadim Zeitlinsome warnings suppressed
1999-10-06  Unknown (JL)compile error with VC6.0 fixed. #include "wx/wxprec...
1999-10-06  Michael BedwardHave to set focus to edit control when it is shown...
1999-10-06  Michael BedwardAdded new wxGrid classes. This is a work in progress !
1999-10-05  Václav SlavíkPS printing now uses afm instead of gs_afm metrics
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-04  Robert Roebling Applied a few old patches,
1999-10-03  Václav Slavíkmore AFM metrics fixes
1999-10-03  Václav Slavíkpostscript DC didn't check for AFM metrics
1999-10-02  David Webster*** empty log message ***
1999-10-01  Robert Roebling Improved wxFileDialog behaviour wrt to remembering...
1999-09-30  Vadim Zeitlinfixed compilation and added support for all 4 images...
1999-09-30  Vadim ZeitlinwxListCtrl::InsertItem returns the index of the inserte...
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  Julian SmartMisc changes, including to wxPropertyForm and sample...
1999-09-20  Vadim Zeitlinthe bitmaps in wxPropertyList are created on demand...
1999-09-20  Vadim Zeitlinstarted separating GUI parts of wxLog from the rest
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-09-18  Vadim Zeitlinextra consts removed here and there
1999-09-16  Vadim Zeitlinvetoing item collapse works again
1999-09-16  Michael BedwardAdded GetMainWidget() to fix bug that was causing crash...
1999-09-16  Patrick AlbertCorrecting minor painting problems
1999-09-09  David WebsterLatest OS/2 compiler bug fixes for common and generic
1999-09-09  Karsten Ballüdercosmetic fix
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-09-03  Harco de Hilsterfixed crashing generic dir dialog.
1999-09-03  Michael BedwardFixes for gcc 2.95 and AIX.
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-08-27  Michael BedwardFix for compilation under AIX.
1999-08-24  Michael BedwardAdded test for wxUSE_STATLINE so that wizard will compi...
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-08-24  Patrick AlbertMinor corrections to be able to compile with VC++ 1...
1999-08-23  Robert Roebling Small optical changes for MSW
1999-08-21  Robert Roebling makefile typo
1999-08-21  Robert Roebling Doc corrections,
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-19  J. Russell SmythFixed "Bound pointer address" error under GCC-2.95
1999-08-18  Robert Roebling More wxFileDialog things
1999-08-18  Vadim ZeitlinwxWizard added
1999-08-18  Robert Roebling EMX compilation,
1999-08-18  Robert Roebling Whole lot of stuff for new wxFileDialog
1999-08-17  Robert Roebling Added new file dialog
1999-08-16  Michael BedwardChanged values passed to SetClientSize() in CreateWidge...
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
next