add wxRenderer::GetCheckBoxSize(); refactor wxGTK code to avoid duplication (#9642)
[wxWidgets.git] / include / wx / gtk / private.h
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...