]> git.saurik.com Git - wxWidgets.git/history - src/gtk
simplified and cleaned up wxGTK's focus handling
[wxWidgets.git] / src / gtk /
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-13  Paul Cornettfix for idle processing stopping without processing...
2008-03-12  Paul Cornettdon't defer showing if _NET_FRAME_EXTENTS handler is...
2008-03-11  Vadim Zeitlindelete wxNativeContainerWindow when the native window...
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-03-10  Vadim Zeitlincompilation fix after last commit
2008-03-10  Vadim Zeitlinadded wxNativeContainerWindow and implemented it for...
2008-03-06  Václav Slavíkfixed minsize setting after wxCollapsiblePane is expand...
2008-03-05  Václav Slavíkmade wxFindFocusedChild static, the comment wasn't...
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-01  Robert RoeblingImplemented wxURLDataObject for wxGTK using text/x...
2008-02-28  Paul Cornettrevert updating GTK size hints when window decorations...
2008-02-28  Paul Cornettforward Show() to base, not wxWindow
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-26  Robert Roeblingrestore wxComboBox's behaviour of reacting to <ENTER>
2008-02-26  Paul Cornettinitialize m_miniTitle, fix button press detection...
2008-02-26  Paul Cornettupdate GTK size hints when window decorations change
2008-02-22  Václav Slavíkfixed wxBitmapButton to use focus and hover bitmaps...
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2008-02-17  Vadim Zeitlinfix wxNotebook::GetPage{Text,Image}() when they were...
2008-02-14  Vadim ZeitlinI got too tired of seeing these unused parameters warni...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-14  Paul Cornettremove gratuitous junk which had nothing to do with...
2008-02-13  Paul Cornettmake sure client area is refreshed after last child...
2008-02-13  Václav Slavíkremoved unused g_focusWindowLast
2008-02-11  Paul Cornettfix for glib critical errors when closing an mdi child
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-09  Vadim Zeitlinget wxSYS_COLOUR_MENU from a menu bar and not from...
2008-02-09  Vadim Zeitlinuse generic file picker in wxFLP_SAVE case as the nativ...
2008-02-09  Václav Slavíkfixed wxGTK assert when closing wxMessageDialog
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-03  Paul Cornettadd missing ! accidentally dropped in last commit
2008-02-03  Vadim Zeitlininitialize m_sharedContext and m_sharedContextOf to...
2008-02-03  Paul CornettRemove remnants of GTK1 accelerator code.
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2008-02-02  Paul Cornettavoid GCC warnings about breaking strict aliasing rules
2008-02-02  Paul CornettEnable best size caching, remove unnecessary GetLabel...
2008-02-02  Paul Cornettfix wxALIGN_RIGHT in RTL mode
2008-02-02  Paul Cornettlabel clipping hack is not needed for GTK+ >= 2.12
2008-02-01  Paul Cornettremove unnecessary m_glWidget, fix return types for...
2008-02-01  Paul Cornettfix for GTK assertion from gtk_widget_set_colormap...
2008-01-30  Václav Slavíkclarified EndModal assert message
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2008-01-28  Paul Cornettremove unnecessary ?: operator
2008-01-27  Václav SlavíkFixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN...
2008-01-26  Vadim Zeitlindon't append anything back in DoDeleteOneItem() if...
2008-01-24  Paul Cornettremove redundant WX_CLEAR_LIST, it's done by base dtor
2008-01-24  Paul Cornettfix memory leak when wxMenu is used as a popup
2008-01-21  Václav Slavíkprefix implementation methods of wxBitmapButton with...
2008-01-21  Václav Slavíkupdated wxExecute checks in wxGTK to be same as in...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Robert RoeblingAlways invoke default action even if dclick is caught...
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2008-01-12  Robert RoeblingInvoke default action if dclick event after <ENTER...
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2008-01-10  Paul Cornettdon't use the same parameter name twice, HP compiler...
2008-01-07  Robert Roebling[ 1865141 ] wxNotebook::DeletePage can result in invali...
2008-01-06  Vadim Zeitlinreturn false from Dispatch() if gtk_main_quit() was...
2008-01-06  Vadim Zeitlindon't unload libgnomevfs.so, this results in a crash...
2008-01-05  Vadim Zeitlinremoved extra default clause accidentally added by...
2008-01-05  Vadim Zeitlincorrect handling of positive quality values (2nd part...
2008-01-05  Vadim Zeitlinmore fixes to handling of the resolution chosen in...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlinset resolution of print preview from print data (modifi...
2008-01-03  Paul Cornettfix for last commit: didn't work if mask was white
2008-01-03  Paul CornettFix wxCursor(wxImage&) ctor for image widths not a...
2007-12-31  Mart RaudseppRemove declaration of wxScaledFontList wxHashMap, as...
2007-12-31  Paul Cornettfix leak when creating wxCURSOR_BLANK
2007-12-30  Paul Cornettnon-pch build fix
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-29  Robert RoeblingwxDataViewCtrl DnD stubs, some reformating
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-24  Paul Cornettfix setting client data
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-20  Paul Cornettremove old thread debugging code
2007-12-20  Paul CornettDC headers don't need to be in gtk/private.h
2007-12-20  Paul Cornettmore code simplification
2007-12-19  Vadim Zeitlinfix for ANSI mode build (patch 1853001)
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Paul Cornettfactor out a whole bunch of duplicated code
2007-12-17  Paul Cornettremove some duplication in font scaling code
2007-12-17  Paul Cornettcreate hatch bitmaps on demand, and dispose of them...
2007-12-17  Paul Cornettuse a wxCharBuffer instead of malloc/free for pango...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-17  Paul CornettMake sizing logic clearer, at the expense of a few...
2007-12-16  Robert RoeblingDisable any refresh in backing window (set_back_pixmap...
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-16  Robert RoeblingRemove old/new DC test code (3000th commit - and still...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-13  Robin DunnAdd a FIXME for a reminder...
2007-12-08  Robert Roebling[ 1836794 ] gtk menu: radiogroup and separator
2007-12-08  Robert RoeblingDocument wxBitmapToggleButton, add update UI event...
2007-12-06  Paul Cornettsetting style on backing window should not be necessary...
2007-12-05  Paul Cornettfix deferred show when min size has been set
2007-12-04  Julian SmartReverted mouse position change - wxMSW does send (...
2007-12-04  Paul CornettOnly account for WM frame extents in tlw size if WM...
next