]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
compilation fix for GTK2 < 2.4
[wxWidgets.git] / src / gtk1 /
2004-08-15  Václav Slavíkcompilation fix for GTK2 < 2.4
2004-08-15  Václav Slavíkstyle obtained from a widget not associated with screen...
2004-08-15  Václav Slavík1. added stock buttons support
2004-08-15  Václav Slavíkinvalidate best size cache when GTK style changes
2004-08-14  Václav Slavíkreverted accidentally committed changes in previous...
2004-08-14  Václav Slavíkattributes inheritance fix; apply style to both m_wxwin...
2004-08-14  Václav Slavíkgtk notebook page style fixes (patch 984864)
2004-08-12  Jouk Jansen Committing in .
2004-08-09  Václav Slavíkreally fixed wxMenuBar::Remove (bug 610850): reverted...
2004-08-06  Robin DunnA better workaround for Bug# 901694 that works with...
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-04  David ElliottC->C++ conversion
2004-07-30  Vadim Zeitlininvalidate m_selection in DoRemovePage(), not in Delete...
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-07-29  Julian SmartCan't use directives within a macro
2004-07-25  Vadim Zeitlincompilation warning fix
2004-07-25  Vadim Zeitlininvalidate selection when deleting the page changes...
2004-07-25  Vadim Zeitlindon't assign the same normal value for all the other...
2004-07-23  Vadim Zeitlingenerate EVT_CONTEXT_MENU when right mouse button is...
2004-07-23  Vadim Zeitlinshow the cursor on screen after moving it
2004-07-23  Vadim Zeitlindon't crash if WriteText() argument can't be converted...
2004-07-23  Vadim Zeitlinimplemented ScrollLines/Pages() for GTK+ 2
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-21  Robin DunnSet m_wheelDelta for wheel events
2004-07-20  Vadim Zeitlinadded DoPrepareDC()
2004-07-17  Václav Slavíkmore GTK2+ANSI fixes
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...
next