Committing in .
[wxWidgets.git] / src /
2000-03-07  Václav Slavíkfix of previous commit
2000-03-07  David Webstermakefile enhancements for dll, ne wxwindll.ics for...
2000-03-07  David Webstermore minimal stuff
2000-03-07  David Websterremove the #warning for VisualAge
2000-03-07  Václav Slavíkfixed bug: removed m_windowStyle = style
2000-03-07  Guillermo Rodrigue... First set of changes toward wxBase compliance :-)
2000-03-07  Mark Johnson*** empty log message ***
2000-03-07  Stefan NeisAdd Child to parent instead of adding it to itself!
2000-03-07  Michael BedwardModified <shift>+arrow key behaviour so that the starti...
2000-03-07  Vadim ZeitlinMark Johnoson's additions for variable-width weekday...
2000-03-07  Michael BedwardAdded Create functions. They return TRUE if the file...
2000-03-07  Vadim ZeitlinAPPEXTRALIBS added to LDLIBS
2000-03-07  Jouk Jansen Committing in .
2000-03-07  Jouk Jansen Committing in .
2000-03-07  Michael BedwardMoved current cell initialization from wxGrid::OnPaint to
2000-03-06  Guillermo Rodrigue... Changed another NONE to wxSOCKET_NONE
2000-03-06  Guillermo Rodrigue... Use IsConnected instead of m_connected
2000-03-06  Guillermo Rodrigue... Trying to fix IPC problems under Linux as reported...
2000-03-06  Guillermo Rodrigue... Added wxIcon(const char **) ctor (same as char **)
2000-03-06  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net>:
2000-03-06  Mark Johnson*** empty log message ***
2000-03-06  Ron Leeset m_clipXX so dc.GetClippingBox returns real bounding box
2000-03-06  Guillermo Rodrigue... Added blind-fix for vert. scrollbars - not tested yet
2000-03-06  Guillermo Rodrigue... Added support for timer events in Motif
2000-03-05  Ron Leeset m_clipXX to resultant clipping region
2000-03-05  Stefan NeisRe-added XtDestroyWidget call in ~wxWindow - hopefully...
2000-03-05  Ron Leecouple of typo/thinko bug fixes
2000-03-05  Robert Roebling Various makefile and installation things.
2000-03-05  Stefan Neis*** empty log message ***
2000-03-05  Václav Slavíkadded missing wxImageList::Add methods
2000-03-05  Vadim Zeitlincreate null, not empty, region in default wxRegion...
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-03-04  Stefan NeisCompilation fixes (true->TRUE, false->FALSE)
2000-03-04  Stefan NeisAdded a fix for compilers with problems to compute...
2000-03-04  Vadim Zeitlinremoved warning about wxDrawRectangle being unused
2000-03-04  Stefan NeisImproved handling of selection/deselection events.
2000-03-04  Václav Slavíkfixed couple of bugs in wxZlibInputStream -- mainly...
2000-03-04  Václav Slavíkfixed wxDataInputStream::ReadString for empty strings
2000-03-04  Václav Slavíkfixes for wxBase compilation
2000-03-04  Václav Slavíkadded more stuff to wxBase: zipstrm, zstream, fs_*...
2000-03-04  Stefan NeisBugfixes; added selection modes demo to griddemo
2000-03-04  Robert Roebling Some more drawing things,
2000-03-04  Stefan NeisAdded SetSelectionMode
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-04  Julian SmartFixed non-standard C++ syntax errors
2000-03-04  Robert Roebling Adapted wxGTK to wxMSW's notion of region setting.
2000-03-04  Guillermo Rodrigue... Stupidity fixed in WaitOnConnect()
2000-03-03  Václav Slavíkadded compression ratio argument to wxZlibOutputStream...
2000-03-03  Guillermo Rodrigue... Removed dependency on tiffiop.h
2000-03-03  Robert Roebling Clean-up, speed-up and bug-fix for wxListCtrl drawing,
2000-03-03  Guillermo Rodrigue... Added Destroy()
2000-03-03  Vadim Zeitlinbug in month day parsing - now check that it's > 1 too
2000-03-03  Guillermo Rodrigue... no more _ftime instead of ftime
2000-03-03  Vadim Zeitlinregenerated from filelist.txt
2000-03-03  Stefan NeisAdded extended selection support.
2000-03-03  Vadim Zeitlinfatal bug in wxSplitPath fixed
2000-03-03  Guillermo Rodrigue... Added HAVE_FTIME for all Windows compilers
2000-03-03  Julian SmartRemoved OGL prior to re-adding; some Watcom corrections
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  David WebsterMore framework updates
2000-03-02  Stefan NeisAdded class to handle selection inside wxGrid
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-03-02  Guillermo Rodrigue... Latest OS/2 changes broke xpmlib for MSW. Fixed.
2000-03-02  Jouk Jansen Committing in .
2000-03-02  Ron Leemade msw wxRegion(wxRect&) constructor consistant with...
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Robert Roebling Various changes due to OGL and glcanvas having changed
2000-03-01  Robert Roebling OGL: misc.cpp clashes with misc.c frim iODBC, therefore
2000-03-01  Robert Roebling typo in plot.cpp
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-03-01  Julian SmartFull-screen dragging fix (GC setting)
2000-03-01  Vadim Zeitlinasserts in wxGridStringTable corrected
2000-03-01  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS() for wxMenuBar correction
2000-03-01  Guillermo Rodrigue... DrawButtonFrame was a bit wrong because it was ignoring...
2000-03-01  Julian SmartFixing commit problem
2000-03-01  Guillermo Rodrigue... wxBitmapButton transparency fixed by using wxDC API...
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-03-01  Bart A.M. Jourquinremove 'extern' from IsKeyDown,... for bcc
2000-03-01  Michael BedwardMinor compilation fix for Borland
2000-02-29  George TaskerAdded a #include of wx/module.h
2000-02-29  David Websterno message
2000-02-29  Guillermo Rodrigue... Beginning the thread with _beginthreadex but ending...
2000-02-29  Guillermo Rodrigue... Tell is now compatible with the wback buffer
2000-02-29  Guillermo Rodrigue... Changed to use current wxSocket flag names instead...
2000-02-29  Guillermo Rodrigue... moved Destroy() to the beginning
2000-02-29  Guillermo Rodrigue... Fixed potential bug related to clock skew when differen...
2000-02-29  Vadim Zeitlinsetting parameters for wxGridCellFloatRenderer seems...
2000-02-29  Vadim Zeitlin1. more corrections for ref counted editors/renderers...
2000-02-29  Vadim ZeitlinwxGridCellRenderer/Editor made ref counted
2000-02-29  Vadim Zeitlin1. added range checks in wxGridStringTable
2000-02-29  Vadim Zeitlinadded wxHashTableLong
2000-02-29  Ron Leeadded missing include mdi.h
2000-02-29  Robert Roebling Commented out debug code.
2000-02-29  Vadim ZeitlinwxListCtrl uses SetWindowChange() in its OnChar
2000-02-29  George TaskerFixed a misleading comment regarding MySQL and Postgres
2000-02-29  Unknown (MT)add wxTE_AUTO_SCROLL
2000-02-29  Vadim Zeitlintypo(s) fixed
2000-02-29  Vadim Zeitlin1. fixed bug with MDI child frames changign state when...
2000-02-29  Michael BedwardAdded wxWANTS_CHARS style to all windows so that the...
2000-02-28  David Websterno message
next