Applied #10892: Remove wxDocManager instance check
[wxWidgets.git] / src / gtk /
2009-09-24  Julian SmartApplied #9127: patch to remove blank under wxFrame...
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-09-22  Julian SmartFixed wxBORDER_THEME breakage
2009-09-22  Jouk JansenUpdate OpenVMS makefile
2009-09-22  Vadim ZeitlinDefine wxSetDetectableAutoRepeat() for X11-based ports...
2009-09-05  Jaakko SalliFixed GtkBorder allocation (hopefully)
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-04  Vadim ZeitlinImplement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
2009-08-27  Paul Cornettsmall fix to last commit, only disable updating decor...
2009-08-27  Paul Cornettavoid deferred show with Fluxbox, its support for _NET_...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-07-28  Michael WetherellFix SetToolTip(NULL) to unset the tooltip.
2009-07-25  Vadim ZeitlinClear targets in wxClipboard::Clear().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-18  Jaakko SalliAdded wxGTK wxBitmapComboBox::DoGetBestSize() implement...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-07-05  Vadim Zeitlindon't call release() on non-owned buffer in wchar_t...
2009-06-28  Vadim Zeitlinremove obsolete comment moved to wxBitmapButtonBase
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-27  Vadim Zeitlincheck whether we show bitmaps at all in GTKUpdateBitmap...
2009-06-18  Vadim Zeitlinset use-underline button property when setting its...
2009-06-18  Robert RoeblingFurther attempts to implement Clear() for the GTK control
2009-06-17  Vadim Zeitlinmake wxCollapsiblePane blend into its parent background...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2009-06-16  Vadim Zeitlinimplement support for bitmaps for all states in wxGTK...
2009-06-16  Vadim Zeitlinadded helper GTKShouldIgnoreEvent() to use in void...
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-11  Robert RoeblingGTK: In virtual list mode, map first row to 1, not...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-03  Vadim Zeitlinwork around g++ 4.3 warning about possibly ambiguous...
2009-05-30  Vadim Zeitlinfix ANSI build compilation (closes #10846)
2009-05-20  Vadim Zeitlindo allow calling Hide() on the window before it is...
2009-05-16  Francesco Montorsifix typo from previous commit
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-05-15  Václav Slavíksimplified code now that utf8_str() always returns...
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-01  Francesco Montorsidon't place NULL pointers in the GDK window array in...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-20  Francesco Montorsiuse WX_PIZZA(...) to deference pointers only when we...
2009-04-15  Vadim Zeitlincorrect GTK+ version check added by r59603
2009-04-14  Francesco Montorsidon't return whatever encoding was set in SetEncoding...
2009-04-12  Francesco Montorsiimplement wxNativeFontInfo::SetFamily for wxGTK with...
2009-04-12  Francesco Montorsino real change; just fix the argument name of the wxFon...
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-29  Václav Slavíkcompilation fix for r59932
2009-03-29  Václav Slavíkimplemented CreateIconBundle() in GTK+ native art provider
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Francesco Montorsiupdate wxGTK font implementation removing useless funct...
2009-03-23  Vadim Zeitlindon't assert in Refresh() if window is not created...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Jaakko SalliFix wxGTK wxBitmapComboBox::SetValue() not working...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-17  Francesco Montorsithe GOption hack is valid for Glib 2.20 too (it looks...
2009-03-17  Francesco Montorsiguard with compile-time checks the new GDK_* event...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2009-03-13  Francesco Montorsiavoid GDK warnings about invalid windows when creating...
2009-03-12  Vadim Zeitlincompilation fix for ANSI build
2009-03-11  Robert RoeblingCommit third algorithm for sorting and preserving old...
2009-03-10  Robert RoeblingMake a single for loop out of two
2009-03-10  Robert RoeblingUse sorting algo using wxQsort that includes the old...
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-03-06  Francesco Montorsicomment out wxPrintf/wxLogDebug calls; fix some indenta...
2009-03-06  Robert RoeblingInitialise DC only when needed and deinitilise it prope...
2009-03-06  Vadim Zeitlindon't allow setting readonly combobox value to a string...
2009-03-03  Julian SmartDon't crash if no scrollbar
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinfix warning about possibly uninitialized variable in...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-02-28  Robert RoeblingUse gdk_window_invalidate instead of gtk_widget_queue_d...
2009-02-28  Vadim Zeitlincompilation fixes for ANSI mode build (closes #10518)
2009-02-19  Paul Cornettbetter fix for aCC and rawbmp.h
2009-02-19  Paul Cornettfix for HP aCC, it can't compile rawbmp.h
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-02-16  Francesco Montorsidon't consider EOF an unrecoverable error
2009-02-16  Paul Cornettnon-pch build fix
next