put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / gtk1 /
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-05-23  Włodzimierz SkibaUse treebase.h for enum duplicated in port/treectrl.h.
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-25  Robert Roebling Prevent unnecessary assert when someone tries to
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-04-07  Robert Roebling Implemented text wrapping for GTK (1.2 and 2.X).
2005-03-31  Julian SmartApplied patch 1173802: Reimplementation of GtkFileChoos...
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-27  Vadim Zeitlinapplied patch fixing problems with X server crash when...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-20  Vadim Zeitlinoops, removed duplicate SetIcons[s]() added in last...
2005-03-20  Vadim ZeitlinwxMDIChildFrame::Maximize() should have default value...
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-02-28  Robert Roebling Implemented wxRadioBox using a GtkTable.
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-21  Vadim Zeitlinremoved ambiguity from wxGLCanvas ctors (bug 1102544)
2005-02-19  Kevin HockwxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
2005-02-18  Robin DunnAvoid wxTaskBarIconAreaBase::DoPopupMenu unresolved...
2005-02-15  Robert Roebling Implemented wxBitmap::HasAlpha() and ::UseAlpha().
2005-02-13  Vadim Zeitlinanother compilation fix: added dummy UseAlpha(0 and...
2005-02-13  Vadim Zeitlincompilation fix for raw bitmaps (can't include wx/rawbm...
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2005-02-11  Robert Roebling Make wxTLW::Raise() actually bring the window to...
2005-02-09  Jouk Jansen -------------------------------------------------...
2005-02-06  Vadim Zeitlinuse DECLARE_DYNAMIC_CLASS instead of DECLARE_ABSTRACT_CLASS
2005-02-05  Robert Roebling Second try to add "support" for deriving from
2005-02-05  Robert Roebling Make wxBitmap inherit from wxBitmapBase
2005-01-23  Robert Roebling Enable UpdateUI events in wxTaskBarIcon.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2005-01-06  Włodzimierz SkibaOld API clearly deprecated. Source cleaning.
2004-12-27  Václav Slavíkblind fix for GCC compilation when #pragmas are honored
2004-12-18  Robert Roebling Fix for the fix for wxChoice selection.
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-13  Vadim Zeitlin1. derived wxMSW radio box from static box because...
2004-12-09  Julian SmartCombobox corrections
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-08  Robert Roebling Corrected wxComboBox::GetValue() after a
2004-12-06  Robert Roebling Apply choice patch for proper handling of clearing
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-28  Robert Roebling Dirty hack to prevent double destruction of file...
2004-11-28  Václav Slavíkfixed subtle SetDirectory bug re-introduced by latest...
2004-11-27  Robert Roebling Avoid error message when closing message
2004-11-27  Robert Roebling Fixes for file dialog. No longer spits out
2004-11-22  Robert Roebling Work in progress on printing stuff.
2004-11-22  Julian SmartChanged Rocketeer licence to wxWindows licence, by...
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-18  Robert Roebling Added support for native print preview (GNOME)
2004-11-17  Robert Roebling Use native printing dialog for wxPrintDialog,
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-11-04  Václav Slavíkm_wakeUpTimerTag is not used anywhere, removed
2004-11-03  Robert Roebling Forgot to commit header.
2004-11-01  Robert Roebling Further compile fixes.
2004-11-01  Robert Roebling Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
2004-10-27  Robert Roebling Added initial support for GNOME printing.
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
2004-10-16  Vadim Zeitlinunused params warnings (patch 1048431)
2004-10-07  Julian SmartApplied patch [ 1039940 ] Prevent redefinition of MM_xx...
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-26  Vadim Zeitlinrenamed HasFocus() to IsActive() to avoid confusion...
2004-09-26  Robert Roebling Added wxTopLevelWindow::HasFocus() as discussed.
2004-09-16  Vadim Zeitlinfix for crash on 64 bit platforms (patch 1028942)
2004-08-30  Václav Slavíknew stock buttons API
2004-08-29  Julian SmartSetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used...
2004-08-22  Václav Slavíkuse GTK+ API for setting icons instead of direct X11...
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-08-21  Václav Slavík1. added support for bitmaps with alpha channel
2004-08-15  Václav Slavíkadded stock buttons support
2004-08-15  Václav Slavíkgtk notebook page style fixes (patch 984864)
2004-07-30  Vadim Zeitlininvalidate m_selection in DoRemovePage(), not in Delete...
2004-07-25  Vadim Zeitlinfixed header include guard position (patch 992443)
2004-07-23  Robin DunnFix for unhiding the other version of the base class...
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-07-20  Robin DunnDoPrepareDC needs the dc.
2004-07-20  Vadim Zeitlinadded DoPrepareDC()
2004-07-18  Václav SlavíkHAVE_XIM is disabled in GTK2 build, don't include usele...
2004-07-14  Stefan Csomormaking getter const
2004-07-03  Václav Slavíka better way of applying style changes to label_widget
2004-07-03  Robert Roebling Not sure how important that is, but now you
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
2004-06-26  Václav Slavíkimplemented 3state checkboxes in wxGTK with GTK2
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
next