support for GTK3
[wxWidgets.git] / include / wx / gtk / private.h
2012-06-30  Paul Cornettsupport for GTK3
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-25  Vadim ZeitlinAdd a private GetNotebookWidget() accessor to wxGTK.
2012-03-25  Vadim ZeitlinExport wxGTK private widget creation functions from...
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont
2012-01-25  Vadim ZeitlinForward declare wxFont in wx/gtk/private.h.
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-27  Václav SlavíkRenamed wx/gtk/private/compat.h to gtk2-compat.h.
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2010-03-30  Paul CornettRemove unnecessary declarations.
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingFirst and other header buttons look different
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkcompilation fix for older glib versions after r56345
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2007-12-20  Paul CornettDC headers don't need to be in gtk/private.h
2007-11-30  Robert RoeblingDC reorganization
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-24  Paul Cornettremove check for missing gtk_icon_size_lookup, since...
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-04-21  Vadim Zeitlinadded safe check for Pango version and use it to avoid...
2007-04-19  Paul CornettReorganize idle system code.
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2006-11-02  Julian SmartMoving GTK+-specfic function - it shouldn't be in publi...
2006-10-19  Vadim Zeitlinextracted wxGtkString in a separate file, it's also...
2006-05-17  Paul Cornettscrollbar handling simplification
2006-04-14  Vadim Zeitlinadded wxGTK_CONV_FONT/ENC
2006-04-11  Vadim Zeitlinadded wx/font.h include to fix PCH-less build
2006-04-11  Vadim ZeitlinUnicode compilation fix after last commit
2006-04-10  Vadim Zeitlinuse the encoding of the font which is used to draw...
2006-03-21  Vadim Zeitlinadded wxGtkString::c_str()
2006-03-15  Mart RaudseppIntroduce a convenience class for g_freeing a gchar...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-02-18  Mart RaudseppwxGTK2: gtk_signal_disconnect_by_func isn't used anywhe...
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2006-01-03  Julian SmartAdded wxAddGrab, wxRemoveGrab for use by popup window...
2005-08-04  Vadim ZeitlinNEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using...
2005-08-02  Michael WetherellAdd import/export attributes
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Robin DunnReverted last change
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-31  Robert Roebling Removed unnecessary SET_STYLE.. macros.
2002-08-05  Robert Roebling Added various MACROS for converting strings
2002-03-29  Robert Roebling A bit of scrolling works under GTK 2.0
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...