]> git.saurik.com Git - wxWidgets.git/history - src
Added demo of creating a custom Grid Editor
[wxWidgets.git] / src /
2000-09-12  Jouk Jansen Committing in .
2000-09-12  Vadim Zeitlinfixed bug in mouse handling
2000-09-12  Robert Roebling Corrcted accel keys for bitmap menus.
2000-09-11  Robert Roebling Added experim. support for wxFRAME_TOOL_WIN
2000-09-11  Robert Roebling Tiny patch for wxListCtrl::HitTest(). I didn't
2000-09-11  Julian SmartCorrected frame.cpp to recognise wxNO_BORDER properly
2000-09-11  Julian SmartCorrected typo
2000-09-11  Julian SmartwxHelpProvider now cleans itself up. wxTipWindow doesn't
2000-09-11  Julian SmartIncluded tipwindow.h unconditionally
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-10  Julian Smart#ifdefs for WIN16
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-09-10  Vadim Zeitlinuse the native msg box if available, fall back to wxWin...
2000-09-08  Václav Slavíkyet another fix in wxHtmlParser::DoParsing
2000-09-08  Vadim ZeitlinGetSelection() replaced with GetId() in OnMRUFile
2000-09-08  Julian SmartRemoved spurious _
2000-09-08  Julian SmartFixed non-recognition of wxLIST_MASK_IMAGE flags.
2000-09-08  Vadim Zeitlinfixed wxContextHelpButton bitmap (dis)appearance
2000-09-08  Julian SmartAdded dcclient.h
2000-09-08  Julian SmartFixed memory leak in listbox, fixed memory leak reporti...
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-09-07  Václav Slavíkfixed bug in parsing html strings longer than 1024...
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
2000-09-07  Julian SmartAdded comment to old wxGetMousePosition
2000-09-07  Julian SmartUsed GetCursorPos for new wxGetMousePosition implementation
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-09-07  Robin DunnInterface file defining functionality available in...
2000-09-06  David Websterfix to OWNER_DRAWN assert in listbox
2000-09-06  Julian SmartImplemented wxHelpContext for wxGTK.
2000-09-06  Julian SmartDialogs can now show a question mark for context-sensit...
2000-09-06  Julian SmartAdded #include in helpbase.cpp
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-06  Robert Roebling Applied PS patch.
2000-09-05  Robin DunnFixed some off-by-one errors that were visible on wxGTK...
2000-09-05  David WebsterUpdates to keep OS/2 Frame apps from crashing on exit...
2000-09-05  Julian SmartGeneric wxListCtrl now supports wxLC_HRULES, wxLC_VRULES
2000-09-05  Julian SmartAdded rules to wxListCtrl (MSW now, GTK+ soon)
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-09-04  Julian SmartCommented out palette code for wxGTK
2000-09-04  Julian SmartCorrected off-by-one bug in wxRect(const wxPoint&,...
2000-09-03  Robert Roebling Added FreeType II beta 8.
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  David WebsterSeveral updates for fixing the subclassing problems...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-30  Julian SmartAdded wxSYS_COLOUR_3DLIGHT
2000-08-29  Vadim Zeitlinadded missing .c_str() here and there
2000-08-29  Julian SmartFixed CanCut
2000-08-29  Julian SmartSash window layout algorithm now fails if not enough...
2000-08-29  Julian SmartDon't allow for status or toolbar size if they are...
2000-08-29  Julian SmartAdded wxCLIP_SIBLINGS. CVS also seems to think lots...
2000-08-29  Robert Roebling Merged sizer fix from stable branch
2000-08-27  Vadim Zeitlincompilation fixes for mingw32 (still leaving disabled...
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  Jouk Jansen Committing in .
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-24  Julian SmartReplaced true/false with TRUE/FALSE
2000-08-23  Vadim Zeitlinbug #105 (wxFileSelector misinterprets the def extensio...
2000-08-23  Václav Slavíkfixed my previous fix in wxListCtrl::SetItem
2000-08-22  Václav Slavíkfixed bug in wxListCtrl::SetItem (forgot to delete...
2000-08-22  Julian SmartAdded Reset() to command line parser and called it...
2000-08-22  Vadim Zeitlinbug #101 (wxListCtrl::GetItemRect() returns rectangle...
2000-08-22  Vadim Zeitlinbug #103 (encodings not enumerated correctly) fixed
2000-08-21  Julian SmartDouble oops, removed include file
2000-08-21  Julian SmartOops, missed out include file
2000-08-21  Julian SmartDoc fix and SetArguments implementation
2000-08-21  David Websterno message
2000-08-20  Václav Slavíkfixed stupid loop in wxFileSystem::OpenFile
2000-08-19  Robert RoeblingThe mac text ctrl wants '/r' from the log system for...
2000-08-19  Robert RoeblingAdded child window scrolling
2000-08-18  David WebsterMinor fix to app
2000-08-18  Stefan NeisFixed typo.
2000-08-18  Julian SmartImplemented IsVisible and GetFirst/NextVisibleItem...
2000-08-18  David WebsterReparied accel processing
2000-08-18  David WebsterAdd quantize and treebase
2000-08-17  David WebsterNew frame class
2000-08-16  Vadim Zeitlinadded wxUsE_XPM_H_IN_PATH
2000-08-15  Václav Slavíkadded wxIcon::CopyFromBitmap to wxGTK
2000-08-15  Václav Slavíkfixed wxListCtrl::SetItem -- changing attributes of...
2000-08-15  Jouk Jansen Committing in .
2000-08-14  Stefan Csomortransparent xpm bitmaps added, thread support finished
2000-08-12  Mark Johnson db.cpp
2000-08-11  Julian SmartNow show/hide status bar in ShowFullScreen, instead...
2000-08-10  Jouk Jansen Committing in .
2000-08-10  Jouk Jansen Committing in .
2000-08-10  Vadim ZeitlinwxMDIFrames define DoGetClientSize() and not GetClientS...
2000-08-10  Stefan CsomorwxMac merge
2000-08-10  Stefan CsomorwxMac merge
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Stefan Csomormoved code fix from 3.5.5 into this release
2000-08-09  Stefan Csomormerge with latest sources
next