Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk1 / textctrl.cpp
2002-08-23  Vadim Zeitlinfixed some GTK2 compilation warnings
2002-08-23  Julian SmartMisc mods for feedback from Marcin Wojdyr <wojdyr@if...
2002-08-08  Robert Roebling Compile fix.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-05-14  Vadim Zeitlinadded missing extern "C" required for Sun CC
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-12  Vadim Zeitlinfixed crashes in GtkText when it was refreshed from...
2002-04-25  Vadim Zeitlinfixed bug with the text attr not being reset even after...
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-23  Robert Roebling Some work on GTK focus handling and events.
2002-02-20  Vadim Zeitlinfix setting the font for a single-line text control...
2002-02-19  Robert Roebling Added test for default action (button normally)
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-17  Robert Roebling Fixed sveral problems with wxTextCtrl::WriteText...
2001-09-28  Vadim Zeitlinyet another fix for wxTextCtrl bg colour (patch 462838)
2001-08-19  Robert Roebling Various changes for simplification of focus event
2001-08-16  Vadim Zeitlinadded sending of EVT_TEXT_MAXLEN to wxGTK, suppressed...
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-06  Vadim Zeitlincompilation fix (sorry)
2001-08-03  Vadim Zeitlinfix for infinite recursion in UpdateFontIfNeeded
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-07-31  Vadim Zeitlinfixed compilation [warning]
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-26  Vadim Zeitlinrespect SetFont/SetXXXColour in wxTextCtrl even when...
2001-07-26  Vadim Zeitlindon't do anything in SetBackgroundColour() if colour...
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-15  Vadim Zeitlinapplied patch 433352 (fix for wxTextCtrl::SetForeground...
2001-05-17  Julian SmartCall OnParentEnable from wxTextCtrl::Enable
2001-05-17  Julian SmartImplemented OnParentEnable to allow widgets to reset...
2001-05-16  Julian SmartMade wxWindow::Enable recursive in order to solve colou...
2001-05-16  Julian SmartApplied patch #418555: wxTextCtrl uses wrong background...
2001-05-07  Vadim ZeitlinGetSelection() always returns from <= to as wxMSW does
2001-04-09  Robert Roebling Added wxFileName::GetModificationTime()
2001-03-26  Julian SmartAdded focus in/out handlers for wxTextCtrl
2000-11-24  Vadim Zeitlin1. added wxGTK::wxToolBar::SetToolShortHelp() and test...
2000-10-20  Vadim Zeitlinfixed problem with calling SetFont() when (multiline...
2000-08-29  Julian SmartFixed CanCut
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-02  Robert Roebling Tried to fix corrupted display of wxTextCtrl,
2000-01-04  Robert Roebling New colour, font, theme and size code..
2000-01-01  Robert Roebling Some Resize/GetBestSize() changes.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-29  Robert Roebling GUI thread update and event corrections.
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-10  Vadim Zeitlin1. made it possible to use wxUpdateUIEvent with wxTextC...
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-10  Robert Roebling TreeTest compiles again,
1999-10-09  Robert Roebling Changed SetToolBar() to behave a bit smarter. Untested.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-07-27  Robert Roebling Small distrib updates,
1999-07-21  Robert Roebling Mini-fix for wxStaticBitmap
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-13  Robert Roebling New attempt at getting constraints work
1999-07-12  Vadim Zeitlin1. wxTextControl::SetFont() does something (good or...
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-08  Robert Roebling Compile fixes.
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Robert Roebling Added wxTextCtrl::IsEditable(), GetSelection() and
1999-05-31  Robert Roebling Implemented Reparent() and added test for it to minif...
1999-05-28  Robert Roebling Small correction to list ctrl and default button...
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-24  Robert Roebling Made listctrl header BG grey again
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-09  Vadim Zeitlincrash in GTK 1.0 on multiline text ctrl creation fixed
1999-05-03  Robert Roebling Implemented flat toolbars
1999-05-02  Robert Roebling Improved wxTextCtrl's wrapping behaviour
1999-04-30  Robert Roebling Added hotkeys to menus "E&xit\tAlt-X" and such.
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-24  Ove KaavenGetValue() converts using wxConv_current...
1999-04-15  Ove Kaaven(ugh, I need to get a faster computer)
1999-04-15  Ove KaavenCompilation problem in non-Unicode mode. (Will fix...
1999-04-15  Ove KaavenOK, while I wait for the non-Unicode build to compile...
1999-04-09  Robert Roebling Here it comes:
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-12  Vadim Zeitlinsome UI adjustments
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-11  Robert Roebling distrin corrections files
1999-02-09  Robert Roebling radiobox optical changes
1999-02-02  Harco de Hilsteradded AppendText method, now used by operator <<
1999-02-01  Robert Roebling Removed some trash from that came through tha cables
1999-01-31  Harco de HilsterLoads of updates/fixes. Everything is now zero-based...
1999-01-28  Vadim Zeitlin1. PositionToXY() off-by-2 (!) bug corrected
next