]> git.saurik.com Git - wxWidgets.git/history - src
applied Brian's patches
[wxWidgets.git] / src /
2000-10-18  Vadim Zeitlincrash due to missing break before WM_HELP handler fixed
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-16  Julian SmartFixed memory leak
2000-10-14  Vadim Zeitlinfixed false alert in wxRegKey::DeleteSelf
2000-10-14  Vadim Zeitlinoops, removed the fix from the main branch which I...
2000-10-13  Julian SmartDoc/distribution script mods
2000-10-12  Vadim Zeitlinadded QueryRawValue() to wxRegKey and test code for...
2000-10-12  Vadim Zeitlinanother GetInt/GetId bug fix
2000-10-12  Vadim Zeitlinfix for assert when setting tooltip for a readonly...
2000-10-11  Vadim Zeitlincosmetic fixes to font encoding names
2000-10-11  Václav Slavíkfixed Cyrillic encodings
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-10  Vadim Zeitlinfixed MDI accel bug, more tests for it in the sample
2000-10-10  Vadim Zeitlinattempts at making modal dialogs without parent work...
2000-10-10  Vadim Zeitlinmake msg boxes without parent owned by top level app...
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-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-10-06  Václav Slavíkfixed bug in parsing incomplete HTML when the very...
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-05  Julian SmartRemoved wxFindFocusDescendant for non-wxMSW platforms.
2000-10-04  Vadim Zeitlinmerged in the commit from the 2.2 branch
2000-10-04  Julian SmartMore fixes
2000-10-04  Julian SmartRemoved wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)
2000-10-04  Julian SmartFixes to generic dir dialog
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-03  Jouk Jansen Modified Files:
2000-10-03  Julian SmartSmall fixes to defs.h; change "windows.h" to <windows...
2000-10-02  Vadim Zeitlinfix for group names containing ']'
2000-10-02  David Websterinterface additions (mostly for new generic/toolwin)
2000-10-02  David WebsterAdd some new files for interface additions
2000-10-02  David WebsterOS/2 Statusbar fixes, and class interface updates
2000-09-30  Vadim Zeitlinfix from Robert for extra refreshes
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Václav Slavíkmodified wxHtmlHelpFrame to use AssignImageList
2000-09-28  Vadim Zeitlinadded event.Skip() to OnIdle() handler
2000-09-26  Václav Slavíkfixed bug in wxHtmlWindow: HistoryBack/Forward now...
2000-09-26  Julian SmartFiddled with wxFindWindowAtPoint to make it work with...
2000-09-26  Julian SmartRemoved assert complaining about out-focus without...
2000-09-26  Vadim Zeitlinfix from Robert
2000-09-26  Jouk Jansen Committing in .
2000-09-26  Robin Dunnnew and improved wxSTC
2000-09-25  Julian SmartEnabled context-sensitive help for wxRadioBox
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-18  Vadim Zeitlingive frame a reasonable default size if none specified
2000-09-16  Robert Roebling Set the m_isFrame flag corrcetly.
2000-09-15  Robert Roebling Minor corrections to new theme code.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-15  Robert Roebling wxFrame's m_mainWidget didn't have themes.
2000-09-15  Robert Roebling Notebook theme attampt.
2000-09-14  Robert Roebling Another theme fix.
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  Robert Roebling Did the unmap/map trick for wxFrame::IsIconized().
2000-09-13  Julian SmartwxListMainWindow::HitTest no longer tests 'flags' which...
2000-09-13  Vadim ZeitlinwxTimer::Start() now calls Stop()
2000-09-12  Vadim Zeitlinattempt to fix crash in tree ctrl
2000-09-12  Julian SmartMinor mods
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
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...
next