Define __VISUALC__ for ICC under Windows again.
[wxWidgets.git] / include / wx / gtk /
2013-08-06  Vadim ZeitlinUse RIAA wrapper for wxSpinCtrl event disabling in...
2013-08-03  Paul Cornettremove ancient defines left over from GTK1
2013-08-03  Paul Cornettremove obsolete check for GTK 2.6
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-15  Vadim ZeitlinAdd wxUSE_PREFERENCES_EDITOR and the corresponding...
2013-07-14  Vadim ZeitlinDisable wxUSE_ENH_METAFILE for wxGTK builds.
2013-07-06  Paul Cornettavoid GTK+ prefixes for our tree entry code, it is...
2013-07-06  Paul Cornettavoid GTK+ prefixes for our tree entry code, it is...
2013-07-06  Paul Cornettremove symbol exports, this code is private to the...
2013-07-06  Paul Cornettremove empty GtkTreeEntryClass
2013-07-06  Paul Cornettmove treeentry_gtk.h to include/wx/gtk/private/
2013-07-03  Vadim ZeitlinMake wxEventLoop::AddSourceForFD() static.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2013-07-02  Paul Cornettremove unused function GTKSetItem()
2013-07-01  Paul CornettUse gtk_list_store_insert_with_values() to set entry...
2013-06-25  Stefan Csomorvirtual method hiding in GTK, so add direct implementation
2013-05-31  Vadim ZeitlinAdd wxFileDialog::GetCurrentlySelectedFilename().
2013-05-22  Vadim ZeitlinFix regression in wxGTK wxFilePickerCtrl due to wxFileD...
2013-05-19  Vadim ZeitlinDelete the associated dialog in wxGTK wx{File,Dir}Button.
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-03-31  Vadim ZeitlinMake wxToolBar styles consistent and add wxTB_DEFAULT_S...
2013-03-31  Vadim ZeitlinRemove wxTextCtrl::OnEnabled() hack from wxGTK.
2013-03-26  Vadim ZeitlinNo changes, just remove wxGtkIMData forward declarations.
2013-03-22  Vadim ZeitlinAdd GdkEventKey declaration fix PCH-less build.
2013-03-21  Vadim ZeitlinAdd IM and full wxEVT_CHAR support to wxTextCtrl and...
2013-03-21  Vadim ZeitlinRefactor wxGTK IM-related code to allow future modifica...
2013-03-21  Vadim ZeitlinCreate a small helper class for Unity global menu bug...
2013-02-15  Vadim ZeitlinDon't connect to the same signal multiple times in...
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-21  Vadim ZeitlinDerive wxCheckListBox from wxCheckListBoxBase in wxGTK.
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2013-01-15  Paul Cornettadd support for GtkFontChooserDialog, new in GTK 3.2
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2013-01-10  Paul Cornettsimplify code setting backing pixmap
2013-01-03  Paul Cornettremove ancient SetModal(), it was deprecated long ago...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-29  Paul Cornettreference count the GtkMenuItem in wxMenuItem as well
2012-12-29  Paul Cornettmake GTKNeedsParent() private
2012-12-29  Paul Cornettm_menubar does not need to be public for hildon, it...
2012-12-28  Paul Cornettuse wxDEPRECATED_CONSTRUCTOR() instead of inline
2012-12-20  Paul CornettUse client size determined by size-allocate when possible
2012-12-16  Paul CornettFix for toolbars and menus not being disabled on Ubuntu
2012-12-03  Vadim ZeitlinwxGTK linking fix after r73102.
2012-12-02  Paul Cornettremove unnecessary include of wx/cairo.h
2012-11-26  Paul Cornettdisconnect "toggled" signal in dtor when style has...
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-11-25  Vadim ZeitlinAdd wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinAdd wxNOEXCEPT to all wxTextCtrl dtors.
2012-11-17  Vadim ZeitlinFix path returned from wxGTK wxFileDialog too.
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-11-08  Vadim ZeitlinNo changes, just remove unnecessary forward declarations.
2012-11-04  Paul Cornettfix setting background color in wxGTK3 with themes...
2012-11-01  Vadim ZeitlinAllow creating wxTextMeasure without specifying the...
2012-11-01  Vadim ZeitlinAllow constructing wxGTK wxTextMeasure with NULL font.
2012-10-27  Vadim ZeitlinJust fix header comments of wxTextMeasure-related files...
2012-10-25  Vadim ZeitlinStore the selected directory in wxGTK wxDirDialog.
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-10-08  Vadim ZeitlinRecreate GtkPrintOperation every time when printing...
2012-10-02  Paul Cornettmake more Init() functions private
2012-09-30  Paul Cornettmake wxWindowGTK::Init() private, it is not meant to...
2012-09-28  Paul CornettAvoid unrealizing a frozen window
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinRemove wxRTTI macros from wxSpinCtrlGTKBase.
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-07-29  Vadim ZeitlinAdd a wxGTK-specific function to set wxNotificationMess...
2012-07-28  Robin DunnAdd GetHandle for wxGnomePrinterDCImpl
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2012-07-27  Vadim ZeitlinImplement wxNotificationMessage using libnotify in...
2012-07-27  Vadim ZeitlinAdd a private wrapper for GError to wxGTK.
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-07-24  Vadim ZeitlinRefactor: extract GtkScrolledWindow creation from wxWin...
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinFix crash on wxWebViewWebKit window destruction.
2012-07-20  Vadim ZeitlinUse both URL-specific and plain text formats in wxGTK...
2012-07-13  Paul Cornettavoid creating and immediately destroying a wxGraphicsC...
2012-07-10  Paul Cornettremove DoSetSize override, unneeded after r72001
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-07-01  Paul Cornettoverride DoSetValue() to avoid unnecessary clipboard...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-24  Paul Cornettupdate size hints when decoration size becomes known...
2012-06-20  Vadim ZeitlinUse C, not C++, comments in wx/gtk/chkconf.h.
2012-06-17  Vadim ZeitlinDisable options that don't work with wxGTK in wx/chkconf.h.
2012-06-17  Vadim ZeitlinDefine wxGTK GTK version symbols in GTK-specific setup.h.
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-12  Vadim ZeitlinAdd wx/setup.h header for wxGTK build under MSW.
2012-06-05  Paul CornettWorkaround for Ubuntu 12.04 run time warning
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-05-03  Robin DunnAdd wxDropSource::SetIcon for wxGTK to mimic SetCursor...
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-04-08  Vadim ZeitlinNo real changes, just add extra brackets to wxGTK_CONV...
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-25  Paul Cornettremove unneeded includes and forward declaration
next