]> git.saurik.com Git - wxWidgets.git/history - src/generic
fixed (?) mingw32/cygwin compilation
[wxWidgets.git] / src / generic /
2001-02-02  Vadim Zeitlinadded missing GetEventHandler() (patch #103561)
2001-02-01  George TaskerChanged declaration of TREE events from being in both...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-29  David WebsterOS/2 updates (mostly executing MSW code)
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2001-01-25  Robert Roebling Prepare wxToolBarSimple for event type change.
2001-01-23  Robert Roebling Change required for new event types.
2001-01-17  Jouk Jansen Committing in .
2001-01-16  Robert Roebling Removed plot.cpp.
2001-01-11  Julian SmartUse wxClientDC in header window so we don't clip (becau...
2001-01-05  George TaskerFixed a problem in ConvertWXArrayToC() that would assig...
2001-01-02  Vadim Zeitlinpatch adding DeselectXXX() functions from Roland Scholz...
2000-12-24  Václav Slavíkfixed PS bounding box computation
2000-12-21  Julian SmartModified treectrlg.cpp not to crash in HitTest if there...
2000-12-20  Vadim Zeitlinremoved SetFont() from DoDrawText
2000-12-18  David WebsterOS2 Statusbar fix
2000-12-10  Vadim Zeitlinmerged in the fix for printing \% on PS DC
2000-11-27  David WebsterSome OS/2 customization to make a more presentable...
2000-11-25  Vadim Zeitlintypo in AutosizeRowOrCol fixed (bug 115437)
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-11-24  Václav Slavíkfixed bug in wxFileDialog: it tested wxCHANGE_DIR again...
2000-11-24  Robert Roebling matrix compile fix
2000-11-23  Robert Roebling Don't call busy cursor when creating a message
2000-11-23  Robert Roebling Ported DrawPolygone fix and new PS font name
2000-11-16  Vadim Zeitlinpatch from Mike Oliver <oliver@math.ucla.edu> to have...
2000-11-15  David WebsterNeed to define wxArrayGenericTreeItems as WX_DEFINE_WXP...
2000-11-12  Robin DunnChanged wxGridCellEditor::IsAcceptedKey to only check...
2000-11-11  Robin DunnAllow a NULL editor and/or renderer to be passed to...
2000-11-11  Vadim Zeitlinadded missing function
2000-11-10  Vadim Zeitlinapplied patches from Mike Oliver <oliver@math.ucla...
2000-11-06  Vadim Zeitlincompilation/warning fixes for HP-UX
2000-11-06  Vadim Zeitlinugly compilation fix for wxMotif
2000-11-05  Václav Slavíkfixed typo (IsOK instead of IsOk)
2000-11-03  Vadim Zeitlinok, it does work - it's just that wxGTK doesn't
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-11-03  Julian SmartReplaced comparisons with zero, with IsOk()
2000-11-01  Václav Slavíkfixed incorrect GetTextExtent for wxTELETYPE font
2000-10-25  David WebsterOS/2 fixes
2000-10-24  David WebsterOS/2 updates for statusbar processing
2000-10-19  Vadim Zeitlinfixed GetItemRect() and GetItemPosition() for scrolled...
2000-10-17  Václav Slavíkadded automatic growing of in-place wxTextCtrls for...
2000-10-17  Julian SmartMade wxGenericDirCtrl compile with Cygwin
2000-10-10  Julian SmartRemoved 'interface' pragma for gcc 2.96
2000-10-08  Vadim Zeitlincompilation fix
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-10-08  Václav Slavíkfixed EditLabel() for wxLC_REPORT mode
2000-10-07  Vadim Zeitlin1. more warnings fixed
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-04  Julian SmartMore fixes
2000-10-04  Julian SmartFixes to generic dir dialog
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-02  David WebsterOS/2 Statusbar fixes, and class interface updates
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Vadim Zeitlinadded event.Skip() to OnIdle() handler
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-24  Ron Leeremoved unneccesary (and unwanted) asserts
2000-09-22  Vadim ZeitlinwxCaret now uses backing store instead of forcing windo...
2000-09-18  Vadim Zeitlinattempts to implement non blinking caret - failed so far
2000-09-16  Robert Roebling Set the m_isFrame flag corrcetly.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-14  Robert Roebling More theme goodies.
2000-09-13  Robert Roebling wxListCtrl::InsertItem() returned wrong index.
2000-09-13  Robert Roebling Themed headers for wxListCtrl.
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-13  Julian SmartwxListMainWindow::HitTest no longer tests 'flags' which...
2000-09-12  Vadim Zeitlinattempt to fix crash in tree ctrl
2000-09-12  Jouk Jansen Committing in .
2000-09-12  Vadim Zeitlinfixed bug in mouse handling
2000-09-11  Robert Roebling Tiny patch for wxListCtrl::HitTest(). I didn't
2000-09-11  Julian SmartCorrected typo
2000-09-11  Julian SmartwxHelpProvider now cleans itself up. wxTipWindow doesn't
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-06  Robert Roebling Applied PS patch.
2000-09-05  Julian SmartGeneric wxListCtrl now supports wxLC_HRULES, wxLC_VRULES
2000-09-01  Robin Dunn1. Setting the listctrl as the event object before...
2000-09-01  Julian SmartSmall mods
2000-09-01  Julian SmartIgnored palettes for wxGTK
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-29  Julian SmartSash window layout algorithm now fails if not enough...
2000-08-29  Julian SmartAdded wxCLIP_SIBLINGS. CVS also seems to think lots...
2000-08-25  Julian SmartAdded some casts in hopes of fixing HP compilation...
2000-08-25  Julian SmartFixed sample; enhanced wxLayoutAlgorithm to give remain...
2000-08-25  Julian SmartTypo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG
2000-08-25  Jouk Jansen Committing in .
2000-08-24  Jouk Jansen Committing in .
2000-08-19  Robert RoeblingThe mac text ctrl wants '/r' from the log system for...
2000-08-18  Julian SmartImplemented IsVisible and GetFirst/NextVisibleItem...
2000-08-15  Jouk Jansen Committing in .
2000-08-10  Jouk Jansen Committing in .
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Jouk Jansen Committing in .
2000-08-08  Michael BedwardAdded Paul Gamman's patch for 0 as FALSE in bool editor...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-07  Julian SmartAdded first stab at GetBoundingRect for generic tree...
2000-08-06  Julian SmartMingw32 fixes
2000-08-06  Michael BedwardMinor compilation fixes for Borland.
next