]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types.
[wxWidgets.git] / src / gtk /
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
2007-11-12  Paul Cornettcleanup copy-and-paste
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-11  Vadim Zeitlincompilation fixes for wxUSE_ACCEL=0
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-11  Vadim Zeitlinadd wxUSE_FILECTRL guards
2007-11-09  Robert RoeblingMore attempts to better support theme borders
2007-11-09  Vadim Zeitlindon't show more than one about dialog (slightly modifie...
2007-11-09  Robert Roeblinglittle fix
2007-11-09  Robert RoeblingTrying to get these drawing right (little success)
2007-11-09  Julian SmartRemoved redundant iostream inclusion
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-09  Paul Cornettmodified fix for empty client area, first one broke...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-08  Paul Cornettfix for blank client area after restoring a "rolled...
2007-11-08  Julian SmartMenubar accelerators are now preserved
2007-11-07  Robert RoeblingUpport hint window improvement using custom GTK+ code
2007-11-07  Robert RoeblingUpport wxMiniFrame corrections
2007-11-06  Julian SmartRemoved no longer needed desktop size hack
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-06  Paul CornettNew "pizza" widget implementation (should have been...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-06  Julian SmartMoved desktop margin options to a more sensible place
2007-11-06  Mart RaudseppFix compilation of gnome-vfs module after dynlib.h...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
next