don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src / gtk /
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...
2007-12-04  Julian SmartContext menu event from keyboard records the mouse...
2007-12-03  Robert Roeblingcorrect wxMemoryDC constr. to not use m_owner
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-03  Paul Cornettbuild fix for -D__WXUNIVERSAL__
2007-12-02  Paul Cornettkeep initial size from changing when frame extents...
2007-12-02  Paul Cornettdon't set resize mode to QUEUE, it seems to be wrong...
2007-12-01  Paul Cornettnon-pch build fixes
2007-12-01  Robert Roeblingcompilation fix and fewer warnings
2007-11-30  Robert Roeblingremove checks for new dc code
2007-11-30  Robert RoeblingDC reorganization
2007-11-30  Robert RoeblingGTK+ doesn't like slider with min=max values
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-28  Vadim Zeitlindon't keep dangling m_prevRadio pointer (2nd part of...
2007-11-28  Vadim Zeitlinalways call GTKSetActivatesDefault(), not only if wxTE_...
2007-11-27  Robert RoeblingPatch from Bo to show missing lines again
2007-11-27  Václav Slavíkremoved trailing whitespace
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-22  Paul Cornettstore size of WM decorations separately for each TLW...
2007-11-22  Václav Slavíkcorrected wx_pango_version_check() comment
2007-11-22  Paul Cornettuse a GtkAlignment to position m_mainWidget, avoiding...
2007-11-21  Paul Cornettfix for AUI pane shrinking each time it is floated
2007-11-20  Paul Cornettbuild fixes
2007-11-19  Vadim ZeitlinHildonized wxColourDialog
2007-11-19  Vadim Zeitlinonly call hildon_program_remove_window() when destroyin...
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-17  Vadim Zeitlinrename g_openDialogs to wxOpenModalDialogsCount and...
2007-11-17  Robert RoeblingUnsuccesfully tries to remove border from wxComboBox
2007-11-14  Robert RoeblingwxDC change
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-13  Paul Cornettfix border glitches after rev 49907
2007-11-13  Vadim Zeitlinuse GDK_SIZING instead of GDK_FLEUR which looks more...
2007-11-13  Julian SmartGetting borders working
2007-11-13  Robert RoeblingMore DC changes
2007-11-13  Paul Cornettblock signal handler rather than disconnecting
2007-11-13  Paul Cornettnon-pch build fix
2007-11-13  Vadim Zeitlinreset the dialog fields if they're not specified in...
2007-11-13  Vadim Zeitlindelete m_idleMutex later to avoid crashes if any window...
2007-11-12  Vadim Zeitlincompilation fix for g++ 4 after last commit (why was...
2007-11-12  Vadim Zeitlinflatten the single item submenus under Maemo
2007-11-12  Vadim Zeitlinuse more natively looking HildonNote instead of GtkMess...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Paul Cornettdestroy created widgets
2007-11-12  Paul Cornettremove unused function
next