call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
[wxWidgets.git] / src / gtk /
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...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-12-25  Robert RoeblingAvoid redraw artifacts from the border after resizing
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-24  Vadim Zeitlinhandle correctly never/always shown scrollbars in GetCl...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Paul Cornettfix saving/restoring size when WM supports _NET_FRAME_E...
2008-12-23  Robert RoeblingDon't allow concurrent requests, check return message...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-21  Robert RoeblingForgot to commit
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-14  Paul Cornettdon't call size_request to get best size of a non-nativ...
2008-12-13  Paul Cornettfix build, remove unused parameter from wxGetGdkWindowF...
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-12  Francesco Montorsiextend the range of glib versions for which the GTK...
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-11  Francesco Montorsisubstitute (c) and (C) for copyright strings as documented
2008-12-11  Paul Cornettfix SetStyle tag removing, broken in r45186
2008-12-08  Robert Roebling Ticket #10245, UTF-8 font face name of GTK 2 font...
2008-12-08  Paul Cornettrestore clearing of clipped mask, turns out it is needed
2008-12-07  Paul Cornettmake sure timer events will trigger idle processing...
2008-12-07  Vadim Zeitlinrestore sorting functionality broken by r57161
2008-12-07  Vadim Zeitlincompilation fix after r57161
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-12-07  Paul Cornettremove redundant clearing of clipped mask
2008-12-07  Paul Cornettfix bitmap position with RTL and non-default scale
2008-12-05  Robert RoeblingUse gtk_text_buffer_select_range for selecting programm...
2008-12-05  Paul Cornettuse simpler method to draw bitmap
2008-12-02  Jouk JansenUpdate OpenVMS compile support
2008-12-01  Paul Cornettfix for uninitialized alpha being used to create mask...
2008-11-28  Francesco Montorsireturn wxDefaultSize (as done in all other platforms...
2008-11-28  Vadim Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-27  Paul Cornettfix for shown TLW having m_isShown == false, #9909
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-20  Vadim Zeitlinfix gcc 3.3 warning about possibly uninitialized (but...
2008-11-16  Paul Cornettsimplify wxPizza a bit by always drawing the border...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-16  Vadim Zeitlinfix restoration of the old font size in DoGetTextExtent...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-12  Vadim Zeitlinthere is no sqrt(int) in standard C++ (although glibc...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-31  Paul Cornettmake sure update UI handlers are called for accelerator...
2008-10-27  Robert RoeblingSet cursor to <from> in wxTextCtrk::SetSelection
2008-10-27  Robert RoeblingDisable focus out events during menu popup
2008-10-27  Robert RoeblingAdded method to disable focus_out handling temporarily
2008-10-18  Robert RoeblingAllow create of 24-bit bitmap, use Pixbuf when not...
2008-10-17  Vadim Zeitlinhandle error in GetDataSize()
2008-10-17  Paul Cornettpartial support for border metrics of non-TLW
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-16  Paul Cornettsimplify code by using wxGTKPrivate::GetButtonWidget()
2008-10-15  Václav Slavíkcompilation fix for older glib versions after r56345
2008-10-15  Václav Slavíkdon't use deprecated gtk_object_sink(), replace it...
2008-10-10  Paul Cornettuse correct background color when drawing borders
2008-10-09  Robert RoeblingUse g_signal_connect_after for wxRadioButton as well
2008-10-09  Robert RoeblingBlind guess fix for wxRB_SINGLE
2008-10-08  Robert RoeblingForgot to set GtkIter stamp in Select() and friends
2008-10-07  Robert RoeblingGTK+ version guard
2008-10-07  Robert RoeblingDon't set HINT_COMBO as wxPopupWindow is used for diffe...
2008-10-06  Robert RoeblingMake keyboard input to controls in a wxPopupWindow...
2008-10-06  Robert RoeblingWrong order of calls
2008-10-06  Francesco Montorsibetter error messages, when possible
2008-10-03  Jouk Jansenadding variable initialization to 0
2008-10-02  Vadim Zeitlinhonour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl...
2008-09-30  Václav Slavíkdon't cache tray protocol availability result in wxTask...
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
next