]> git.saurik.com Git - wxWidgets.git/history - src/gtk
modified arguments syntax to be wx-config [options] [libraries list]
[wxWidgets.git] / src / gtk /
2004-07-17  Václav SlavíkwxTLW::IsMaximized for wxGTK2 (patch 992743)
2004-07-14  Václav Slavíkre-enabled and fixed wxTextCtrl::Cut,Copy,Paste with...
2004-07-14  Stefan Csomormaking getter const
2004-07-13  Vadim Zeitlinfixed menu titles handling after wxID_SEPARATOR change
2004-07-13  Václav Slavíkunified Pango GetTextExtent implementations
2004-07-12  Václav Slavíkremoved unneeded call to wxGetRootWindow, so that windo...
2004-07-04  Vadim Zeitlintypo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch...
2004-07-04  Vadim Zeitlin(blind) compilation fix for GTK+ 1.x after last commit
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  Robin DunnInvalidate notebook best size when pages are added...
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-07-01  Václav Slavíkset descent in GetTextExtend; use PANGO_PIXELS instead...
2004-06-30  Václav Slavíkimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
2004-06-28  Václav Slavíkimplemented wxFRAME_NO_TASKBAR for wxGTK2
2004-06-28  Václav Slavíkcreate wxDialog with proper _NET_WM hint so that the...
2004-06-27  Václav Slavíkdon't mess with the fonts if not asked to
2004-06-27  Václav Slavíkremoved wrong bg colour handling code
2004-06-27  Václav Slavíkfixed typo
2004-06-27  Václav Slavíkwarning fix
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
2004-06-27  Václav Slavíkimplemented underlined text drawing for GTK2
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íkinform the IM context about focus changes
2004-06-24  Václav SlavíkGtkIMContext must be the first to process keypress...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-24  Václav Slavíkfixed keypresses handling to correctly translate Unicod...
2004-06-24  Václav Slavíkfixed memory leak and removed duplicated code
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-24  Jouk Jansen Committing in .
2004-06-23  Václav Slavíkgtk_widget_get_display is documented to be GTK >= 2...
2004-06-22  Vadim Zeitlinfixed crash when string couldn't be converted to UTF8...
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-20  Václav Slavíkmore recognized response types
2004-06-19  Václav Slavíkhandle style changes correctly in GtkPizza
2004-06-19  Václav Slavíkinterpret m_has..Col, m_hasFont correctly
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Robin DunnGive wxWindowGTK::ApplyWidgetStyle an implementation...
2004-06-18  Václav Slavíkreset fg/bg colour and font to default if set to wxNull...
2004-06-17  Robin DunnSet/Reset ThemeEnabled when changing the fore/backgroun...
2004-06-17  Robin DunnHide the dialog after running it as it may be a bit...
2004-06-17  Václav Slavíkit's OK to set background,foreground colour even with...
2004-06-16  Václav Slavíkfixed incorrect handling of scaled fonts and fixed...
2004-06-15  Julian SmartTypo correction
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartTests for wxTE_PROCESS_TAB again in line with other...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-14  Václav Slavíkrespect GTK+'s theme tooltip colour settings
2004-06-13  Václav Slavíkfixed background rendering if GetThemeEnabled()=true...
2004-06-12  Václav Slavíkfixed setting of initial font under wxGTK2
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.
next