wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements.
[wxWidgets.git] / src / gtk /
2004-06-10  Václav Slavíkfixed pasting of Unicode strings
2004-06-10  Václav Slavíkdon't confuse wxDF_UNICODETEXT and wxDF_TEXT
2004-06-10  Vadim Zeitlinfixed typo in wxFrame::SetStatusBar() (bug 970516)
2004-06-06  Václav Slavíkrestored colour labels until we have more information...
2004-06-06  Julian SmartGive controls on frame statusbar a chance to paint
2004-06-04  Václav Slavíkadded native wxColourDialog for GTK2
2004-06-04  Václav SlavíkGdkColor<->wxColour values conversion is not dependent...
2004-06-04  Václav Slavíkset transiency relation so that the WM can do better...
2004-06-04  Václav Slavíkbe good citizen, don't force window position; instead...
2004-06-04  Václav Slavíkuse simple template instead of macro, it's easier to...
2004-06-03  Václav Slavíkfixed wrong tooltip colour -- don't mess with widget...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-06-02  Robin DunnFix compile errors when using gtk 1.2
2004-06-02  Robin DunnOn wxGTK2 the label woudl not be realigned if SetLabel...
2004-06-02  Julian SmartGTK+ 2.0 can't compile egg tray code
2004-05-31  Václav Slavíkadded wx-specific code and license info
2004-05-31  Václav Slavíkimplemented freedesktop.org spec support for GTK versio...
2004-05-31  Václav Slavíkallow classes derived from wxTopLevelWidnow to use...
2004-05-30  Václav Slavíkdon't use global variables if GTK provides mechanism...
2004-05-26  Julian SmartReverted config/resource name change
2004-05-25  Václav Slavíkcorrected previous commit's wrongly applied patch
2004-05-25  Dimitri Schoolwerthapplied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
2004-05-25  Václav Slavíkimplemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-21  Robin DunnUse gtk_init_check instead of gtk_init so that we can...
2004-05-15  Robert Roebling The markup code for wxStaticText doesn't work.
2004-05-15  Robert Roebling Improve default size for wxGauge and wxChoice.
2004-05-13  Robin DunnPatch [ 952969 ] Parentless windows forced to center...
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-05-07  Vadim Zeitlinsplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
2004-05-06  Robin DunnOops, forgot to cleanup some commented-out code before...
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2004-05-04  Vadim Zeitlincheck for multiple calls to gtk_glwindow_realized_callback
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-05-02  Vadim Zeitlinfixed assert failure for a window which doesn't have...
2004-05-02  Robin DunnImplement some base class virtuals to avoid errors...
2004-05-01  Robin DunnReverted last change
2004-05-01  Robin DunnwxScreenDC also needs a pango context and layout so...
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2004-04-27  Robin DunnChange SetStringSelection to return bool like in other...
2004-04-25  Vadim Zeitlinunused var warning
2004-04-22  Robin DunnFix wxGTK's menu and menubar so Insert does something...
2004-04-22  Robin DunnSetFont may temporarily rset the background to wxNullCo...
2004-04-18  Robert Roebling Applied patch for hiding statusbar.
2004-04-18  Robert Roebling Fix incomplete stripping of menu text.
2004-04-17  Robin DunnSetDefault should call parent->SetDefaultItem
2004-04-17  Robin DunnFix or add some DoGetBestSize's
2004-04-14  Robin DunnEnsure PostCreation is always called, so the widget...
2004-04-03  Robin Dunnm_font may not have been set yet. Default to letting...
2004-04-01  Vadim Zeitlinfixed DoGetBestSize() for default buttons
2004-04-01  Vadim Zeitlinimplemented GetBestSize()
2004-04-01  Vadim ZeitlinwxGTK became a little too eager in using the best size...
2004-04-01  Vadim Zeitlinuse GetFont() instead of (possibly not initialized...
2004-04-01  Vadim Zeitlinshow window from PostCreation() (which is called for...
2004-04-01  Vadim Zeitlinonly use font/colours in SetWidgetStyle() if they're set
2004-04-01  Vadim Zeitlinreally show the menubar (calling Show(TRUE) doesn't...
2004-04-01  Vadim Zeitlinreally show the window after creation (calling Show...
2004-03-30  David ElliottGetMenuBar() now traverses up the hierarchy so it no...
2004-03-29  Robert Roebling Applied SetForegorund colour patch for GTK2.
2004-03-27  Vadim Zeitlinuse best size instead of hard coded 80*26 in SetSize...
2004-03-22  Vadim Zeitlinauto detect the icon if none given instead of asserting...
2004-03-20  Robert Roebling Applied notebook font patch.
2004-03-20  Vadim Zeitlinreuse existing wxGetTopLevelParent() function in wxMess...
2004-03-20  Robert Roeblingi
2004-03-20  Robert Roebling Fix conversion error in tooltips.
2004-03-17  Robert Roebling Applied wheel mouse patch.
2004-03-16  Robin Dunnimplement wxBitmapButton::DoGetBestSize
2004-03-16  Robert Roebling This should fix a link error in GTK 2.3.X and
2004-03-16  Robert Roebling Added missing "break;".
2004-03-16  Robert Roebling Allow non-toplevel-window to given as the
2004-03-15  Vadim Zeitlindon't change the font by reinitializing it to XLFD...
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2004-03-15  Robert Roebling New menu code.
2004-03-13  Robin DunnI keep running into situations where the old small...
2004-03-11  Robin DunnSome themes round the edges of the buttons, overwriting...
2004-03-10  Robin DunnTLWs can use the WidthDefault and HeightDefault methods too
2004-03-10  Robin DunnGive wxGauge a best size
2004-03-07  Robert Roebling Added wxToggleBitmapButton (it compiles).
2004-03-05  Robin DunnChanged WidthDefault() and HeightDefault() to use 400...
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-03-05  Vadim Zeitlindon't lose fonts underlined flag in ReInit() (bug fix...
2004-03-02  Václav Slavíkreturn version of GTK+ library the app links against...
2004-03-01  Robert Roebling Only when wxTE-PROCESS_ENTER has been set.
2004-03-01  Robert Roebling Spin control now emits TEXT_ENTER commands.
2004-03-01  Robert Roebling Make multi-line text control focussable
2004-02-28  Robert Roebling GPE uses generic dialogs.
2004-02-28  Robert Roebling make use of GPE feature
2004-02-22  Julian SmartFix for compilation under GTK+ 2.0
2004-02-22  Václav Slavíkadded reference to the bug in case somebody wanted...
2004-02-22  Robert Roebling Upported menu bitmaps from 2.4.2
2004-02-22  Robert Roebling Small correction to radio box look.
2004-02-22  Robert Roebling Draw bug.
2004-02-22  Robert Roebling Commit mentioned fix/hack to enable controls
2004-02-22  Robert Roebling Fixed some probs in wxRadioBox
2004-02-21  Julian SmartOk tests pixmap and bitmap now
2004-02-20  Robert Roebling Give font 12pt size if none is given in pango string.
2004-02-20  Robert Roebling Scrolling pages works not under GTK2.
2004-02-16  Robert Roebling Added better visual feedback for tree control
next