Added wxRichTextCtrl
[wxWidgets.git] / src /
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-18  Michael WetherellRestore ALL_BASE_HEADERS to its previous meaning of...
2005-10-18  David ElliottRemove sm_cocoaDelegate singleton. We need per-instanc...
2005-10-18  David ElliottReplace wxNSTimerData -setTimer method with -initWithWx...
2005-10-18  Włodzimierz SkibaSet/get for internal border in book based controls.
2005-10-18  Włodzimierz Skibacompilation fix after wxScrollHelper changes (ctor...
2005-10-18  Jouk Jansen Committing in .
2005-10-18  Vadim Zeitlincompilation fix after wxScrollHelper changes (ctor...
2005-10-17  Vadim Zeitlinfixed Fit() to call SetClientSize() and not SetSize()
2005-10-17  Michael WetherellWiden the hash key for win64
2005-10-17  Michael WetherellWarning fixes for win64
2005-10-17  Włodzimierz SkibawxTinderbox build fix.
2005-10-17  Włodzimierz SkibaFollow changes in common code.
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-17  Michael WetherellCompile fix for Unicode build on win64
2005-10-16  Stefan NeisFixed event handling bug as suggested by Lech Wiktor...
2005-10-15  Michael WetherellTypo, should be #if not #ifdef
2005-10-15  Michael WetherellRestore WC_UTF16, required for compilation on Windows
2005-10-13  Julian SmartAdded "enabled" support for submenus
2005-10-11  Dimitri Schoolwerthfixed argv[0] out of bounds error (argc can be 0 when...
2005-10-11  Dimitri Schoolwerthfixed MSVC6 compilation error ("C2639: compiler generat...
2005-10-11  Vadim Zeitlinanother fix for !USE_PCH: added missing wx/imaglist...
2005-10-10  Vadim Zeitlininvalidate tree size after adding/removing pages; use...
2005-10-10  Vadim Zeitlinremoved hardcoded DoGetBestSize() implementation; added...
2005-10-10  Vadim Zeitlinremoved deprecated InsertItem() overload because it...
2005-10-10  Vadim ZeitlinWindows compilation fixes after wxTreeCtrl refactoring
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-10  Vadim Zeitlincorrected code to really skip stack frames in the begin...
2005-10-10  Kevin HockFor consistency with other ports, send TEXT event after...
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-10-10  Vadim Zeitlinadded GetWindowSizeForVirtualSize() virtual hook for...
2005-10-10  Jouk Jansen Committing in .
2005-10-09  Vadim Zeitlinregenerated with treebook files
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Vadim Zeitlincorrected GetBestSize() implementation: take all items...
2005-10-09  Vadim Zeitlindon't call ::ShowWindow() if don't have HWND yet
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-09  Vadim Zeitlinimplemented GetBestSize() (TODO: make this available...
2005-10-09  Vadim Zeitlinfilter out duplicate mouse move events too; moved last...
2005-10-09  Vadim Zeitlinblind compilation fix for CW 8.3 in Unicode build
2005-10-09  Vadim Zeitlindon't use __MSL__ unless it's defined
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-10-08  Vadim Zeitlinalways connect to both XmNvalueChangedCallback and...
2005-10-08  Vadim Zeitlinmore 'unreachable code' warnings which had been disable...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-08  Vadim Zeitlinunused params warnings
2005-10-08  Vadim Zeitlinfixed logic bug in DoSetSize() (disabling a warning...
2005-10-08  Vadim Zeitlinadded support for OSF1 (Tru64)
2005-10-08  Vadim Zeitlinharmless DEC cc warning fixes
2005-10-08  Vadim Zeitlinuse for instead of while for infinite loop (the latter...
2005-10-08  Vadim Zeitlintry setting locale n wxLocale::Init(lang) to xx_YY...
2005-10-08  Vadim Zeitlinhack: adjust C locale to supported form under HP-UX...
2005-10-07  Vadim Zeitlindon't define unused functions
2005-10-07  Vadim Zeitlinfixed check for bitmapType match (thanks to HP compiler...
2005-10-07  Vadim Zeitlinundid last commit, the neceesary defines fo HP-UX are...
2005-10-07  Michael WetherellAttempt to avoid crash on exit on Solaris 10
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-10-06  Vadim Zeitlinadded more HP-UX charset names
2005-10-06  Vadim Zeitlinadded HP-UX names for ISO8859-x charsets
2005-10-06  Michael WetherellCompile fix
2005-10-06  Michael WetherellUnicode compile fix
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-06  Vadim Zeitlindon't use a floating point value as a boolean flag...
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-05  Kevin HockWhen recv returns 0, the connection has been remotely...
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-05  Kevin HockRevert last change, which made it impossible to set...
2005-10-05  Kevin HockDo not allow events to fire after socket is closed...
2005-10-05  Vadim Zeitlinsilence a few (harmless) HP aCC warnings
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Vadim Zeitlindon't compile this file at all in Motif2 build
2005-10-04  Vadim Zeitlincompilation fix for HP-UX (at least version 11)
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-03  Vadim Zeitlindon't use %08p format string, gcc complains about it
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-03  Vadim Zeitlinadded more methods to transparently convert wxTreeItemI...
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-10-03  Stefan Csomoravoid system pop-up menu commands being handled by...
2005-10-01  Kevin HockCode formatting cleanup from OSAF [ patch 1307563 ]
2005-10-01  Vadim Zeitlinfix the size of the created subbitmap
2005-10-01  David ElliottRan bakefile -f autoconf and autoconf.
2005-09-30  David ElliottNeeded to add #include "wx/statusbr.h" to know that...
2005-09-30  Mattia Barbon Implemented wxMenuBar::Insert and wxMenu::Insert.
2005-09-30  Mattia Barbon Simplify preprocessor guards for render tables and new
2005-09-29  Włodzimierz SkibawxCheckListBox cleanup.
2005-09-28  Mattia Barbon Implement wxChoice::Insert.
2005-09-28  Mattia Barbon Fix wxMotif checkbox for Motif 1.2. (need to backport)
2005-09-28  Vadim Zeitlinfix for a crash due to using NULL inputConv in Unicode...
2005-09-28  Vadim ZeitlinwxGTK1 compilation fix after last commit
2005-09-27  Michael WetherellUse the new wx_truncate_cast for any narrowing conversions
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-27  Vadim Zeitlinyet more extra semicolons removed (patch 1305031)
2005-09-27  Vadim Zeitlin(blind) fix for keyboard cues display under XP (bug...
2005-09-26  Vadim Zeitlinmade Shift-JIS encoding upper case; made SJIS the canon...
2005-09-26  Kevin HockIn GetTextColour, use GetDefaultAttributes instead...
2005-09-26  David ElliottMake wxToolBar accept first mouse clicks. That is...
2005-09-26  David ElliottAdd EndDialog helper which calls EndModal with the...
2005-09-26  Włodzimierz SkibaWarning fixes for BCC, VC, OW and MinGW.
next