deprecate the old TryValidator/Parent() and replace them with the new and documented...
[wxWidgets.git] / src / gtk /
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
2009-02-16  Václav Slavíkfully reverted Francesco's removal of copying informati...
2009-02-15  Francesco Montorsirevert previous commit - but don't include unneeded...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-15  Francesco Montorsiremove GTK_CHECK_VERSION checks for GTK versions < 2.4
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-12  Robert RoeblingDon't use native file/dir picker buttons when using...
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-10  Paul Cornettcorrected build fix, new code does work with GTK+ ...
2009-02-09  Vadim Zeitlincompilation fix for GTK+ < 2.10
2009-02-09  Vadim Zeitlincompilation fix for wxUSE_STL build after latest changes
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-05  Paul Cornettuse the right GdkWindow and origin for non-pizza widget...
2009-02-04  Vadim ZeitlinPCH-less compilation fix
2009-02-04  Robert RoeblingUse gtk_range_set_value() to set scrollbar and do that...
2009-02-04  Robert RoeblingUse wxRound() instead of (int)(my_double + 0.5);
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Paul Cornettrevert last commit, it re-introduces the first problem
2009-02-04  Paul Cornettfix bug introduced in last commit, contents not scrolli...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-02  Robert RoeblingInvalidate only the specified rectangle
2009-02-02  Robert RoeblingThe recent change to ::Refresh() (strangely) fails...
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Robert RoeblingThe check column needs more space
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-02-01  Paul Cornettfix drawing from Update() being overwritten, fixes...
2009-01-30  Robert RoeblingReorganize wxCollapsiblePane event and layout code...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Robert RoeblingGive wxCollapsiblePane's pane a name for easier debugging
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-26  Robert RoeblingRemoved queuedResize code again as GTK+ does this inter...
2009-01-26  Francesco Montorsisuppress warning about unused win pointer when wxUSE_GR...
2009-01-24  Francesco Montorsiwxgtk_window_size_request_callback is not needed by...
2009-01-23  Robert RoeblingDon't pretend to be a GtkTreeView where it isn't required
2009-01-23  Robert RoeblingPostpone size event from wxTLW resizing to idle
2009-01-23  Robert RoeblingNot calling _size_allocate() breaks a.o. the native...
2009-01-23  Robert RoeblingPrevent surplus calls of _size_allocate() if no change
2009-01-23  Robert RoeblingDon't always show the vertical scrollbar
2009-01-23  Robert RoeblingRemove scrollbar spacing from client size
2009-01-23  Robert RoeblingTried hard to get the selection/focus rectangle drawn...
2009-01-22  Robert RoeblingTrying again to improve border type guessing
2009-01-22  Robert RoeblingFurther header button details
2009-01-22  Robert Roeblingtypo
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingUse wxCONTROL_SPECIAL to denote first header button
2009-01-22  Robert RoeblingThe last button also looks different in the header...
2009-01-22  Robert RoeblingFirst and other header buttons look different
2009-01-22  Robert RoeblingRespect that GTK+ wants to have space between scrollbar...
2009-01-22  Robert RoeblingTry to be smarter about querying the border witdh
2009-01-21  Paul Cornettdon't use m_backing_window, it can't be drawn on
2009-01-21  Robert RoeblingReinitialise wxDataViewCustomRenderer's DC every time
2009-01-21  Robert Roeblingiter = NULL in iter_n_children() means root
2009-01-21  Robert RoeblingCopy and paste error
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-21  Robert RoeblingGive GTK specific (but public) methods a Gtk prefix
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Kevin OllivierRestore fixes needed for wxRenderer functions to work...
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2009-01-17  Robert RoeblingFix scrolled window bug when reducing the virtual size...
2009-01-13  Francesco Montorsicheck for wxInputStream::Read errors
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Paul Cornettuse text cursor only when control is enabled, #10347
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Francesco Montorsido not return true when no data is read by the stream...
2009-01-11  Francesco Montorsiuse IsOk() instead of Ok(); fix crash when loading...
2009-01-11  Francesco Montorsiguard against NULL parents
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Paul Cornettrevert slop from previous commit
2009-01-08  Robert Roeblinguse wxRound(x), not int(x+0.5)
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Jouk Jansenmy previous commit patched the wrong file
2009-01-08  Robert RoeblingUpdate allocation of all child widgets after scrolling
2009-01-08  Jouk JansenInsert missing include file
2009-01-08  Robert RoeblingOverride mouse wheel scrolling steps from GTK and make...
2009-01-07  Paul Cornettbuild fix for GTK+ 2.12 and earlier
2009-01-07  Paul Cornettdo minimal invalidations to get border to redraw properly
2009-01-04  Paul Cornettbuild fix for GTK+ versions prior to 2.14
2009-01-04  Paul Cornettnative implementation of DoGetPixel()
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2009-01-04  Paul CornettComplete rewrite of DoDrawBitmap() and DoBlit().
2008-12-30  Vadim Zeitlinremoved not doing anything and not compiling code from...
next