]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
Partial fix to bug #1040607: support for vertical orientation in win32 renderer of...
[wxWidgets.git] / src / gtk1 /
2004-11-15  Václav Slavíkfixed to work with themes that redefine icons (e.g...
2004-11-14  Václav Slavíkfixed rendering of bitmaps with alpha channel under...
2004-11-12  Václav Slavíkmore wxPostEvent MT fixes
2004-11-04  Václav Slavíkcompilation fix for GTK+ 2.0
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-11-03  Robert Roebling Added printing images.
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-11-02  Robert Roebling Corrected typo in font scaling code.
2004-11-02  Robert Roebling Applied patch to show title bar changes
2004-11-02  Robert Roebling Some more printing code to clear most of
2004-11-01  Robert Roebling Further compile fixes.
2004-11-01  Robert Roebling Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
2004-10-31  Robert Roebling Copyright notice.
2004-10-28  Václav Slavíkfixed wxTextCtrl::EmulateKeyPress to work in Unicode...
2004-10-28  Ryan NortonUse proper wxURI unescape instead of old way
2004-10-27  Julian SmartGTK+1 doesn't have gtk_window_set_type_hint
2004-10-27  Robert Roebling Added initial support for GNOME printing.
2004-10-27  Robin Dunnavoid crash if active_child_frame is not set yet
2004-10-26  Václav Slavíkfixed wxFRAME_TOOL_WINDOW to use 'utility' type hint...
2004-10-25  Kevin HockMutexGui calls in WakeUpIdle are not needed under GTK2...
2004-10-23  Václav Slavíkfixing sizing bug inside wxWizard
2004-10-23  Václav Slavíkadded InvalidateBestSize calls when combobox's content...
2004-10-21  Vadim Zeitlincompilation fix after last checkin (missing header)
2004-10-20  Vadim Zeitlindecode URIs in wxFileDataObject::SetData(); fixes probl...
2004-10-20  Julian SmartWorked around font setting problem for GTK+1 on some
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
2004-10-18  Václav Slavíksupport alpha channel in menu items bitmaps, too
2004-10-17  Robert Roebling Took one part of the patch back again...
2004-10-17  Robert Roebling Forgot to commit.
2004-10-17  Robert Roebling Applied (part of) small patch from Chris Bogolte...
2004-10-17  Robert Roebling Fixed lost focus events in wxListBox.
2004-10-14  Vadim Zeitlinalways let GTK process focus_out events itself
2004-10-13  Julian Smartgtk_frame_focus_out_callback can be called with g_activ...
2004-10-12  Ryan Nortonpatch from list to fix warning and get rid of unneccess...
2004-10-11  Vadim Zeitlinmention that this file can be used under wx licence too
2004-10-07  Robin DunnVerified and applied [ 1042133 ] GTK2.0: DrawRotatedTex...
2004-10-05  Robert Roebling Make wxComboBox spit out a bit fewer surplis
2004-10-05  Robert Roebling Fixed missing focus problem.
2004-10-03  Václav Slavíkfixed menu destruction if it was removed from menubar...
2004-10-03  Václav Slavíkfixed transiency when the parent is MDI child frame
2004-10-03  Robert Roebling Reworked TLW and app activation event code, also
2004-09-30  Robin DunnFix for crash when the child has no menu
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  Robin DunnJust return zero without failing for unknown metrics...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  Vadim Zeitlinremoved C++ comments from C files
2004-09-27  Julian SmartEarly versions of GTK+2 don't have has_toplevel_focus
2004-09-26  Robert Roebling GTK1 compilo.
2004-09-26  Robert Roebling Make mouseless use of wxListBox possible for non...
2004-09-26  Vadim Zeitlinrenamed HasFocus() to IsActive() to avoid confusion...
2004-09-26  Robert Roebling Added wxTopLevelWindow::HasFocus() as discussed.
2004-09-25  Chris Elliottfix an mdi crash on exit
2004-09-23  Robin DunnMade wxGTK's wxEventLoop::IsRunning a little more consi...
2004-09-22  Robert Roebling Small fix for tabbing into wxListBox.
2004-09-21  Chris Elliottfix for gtk/mdi when changing menubars
2004-09-19  Vadim Zeitlindon't crash under GTK1 if we failed to get GdkFont...
2004-09-16  Vadim Zeitlinfix for crash on 64 bit platforms (patch 1028942)
2004-09-05  Ron LeeGTK Combobox and Listbox aren't realized until actually
2004-09-03  Václav SlavíkMBCS and IM fixes (patch 1016292)
2004-09-03  Robert Roebling Applied patch to avoid g_lib wanrings.
2004-09-01  Robin DunnIf wxGetStockGtkID returns NULL (such as with wx.ID_IND...
2004-09-01  Chris Elliottfix menu switching between children
2004-08-30  Václav Slavíkload icons from current icon theme under GTK >= 2.4...
2004-08-30  Václav Slavík(partially) fixed splitter sash rendering under GTK2
2004-08-30  Václav Slavíknew stock buttons API
2004-08-29  Julian SmartDon't draw flat box unless background style is system
2004-08-29  Julian SmartSetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used...
2004-08-22  Václav Slavíkadded alpha channel support
2004-08-22  Václav Slavíkadded GTK2 implementation of wxArtProvider
2004-08-22  Václav Slavíkset mask when converting pixbuf to pixmap
2004-08-22  Václav Slavíkuse GTK+ API for setting icons instead of direct X11...
2004-08-22  Václav Slavíkadded pixmap->pixbuf conversion as well
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-08-21  Václav Slavík1. added support for bitmaps with alpha channel
2004-08-20  Václav Slavíkfix for hot keys in menu items (patch 1013082)
2004-08-17  Robert Roebling Applied Andreas patch for applying the widget style
2004-08-16  Václav Slavíkfixed handlers registration in DoPopupMenu (patch 1009949)
2004-08-16  Václav Slavíkfixed wxImage->wxBitmap conversion for images with...
2004-08-15  Václav Slavíkmore GetDefaultAttributesFromGTKWidget fixes
2004-08-15  Václav Slavíkfixes for stock items not known to some GTK+ versions
2004-08-15  Václav Slavíkcompilation fix for GTK2 < 2.4
2004-08-15  Václav Slavíkstyle obtained from a widget not associated with screen...
2004-08-15  Václav Slavík1. added stock buttons support
2004-08-15  Václav Slavíkinvalidate best size cache when GTK style changes
2004-08-14  Václav Slavíkreverted accidentally committed changes in previous...
2004-08-14  Václav Slavíkattributes inheritance fix; apply style to both m_wxwin...
2004-08-14  Václav Slavíkgtk notebook page style fixes (patch 984864)
2004-08-12  Jouk Jansen Committing in .
2004-08-09  Václav Slavíkreally fixed wxMenuBar::Remove (bug 610850): reverted...
2004-08-06  Robin DunnA better workaround for Bug# 901694 that works with...
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-04  David ElliottC->C++ conversion
2004-07-30  Vadim Zeitlininvalidate m_selection in DoRemovePage(), not in Delete...
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-07-29  Julian SmartCan't use directives within a macro
2004-07-25  Vadim Zeitlincompilation warning fix
2004-07-25  Vadim Zeitlininvalidate selection when deleting the page changes...
2004-07-25  Vadim Zeitlindon't assign the same normal value for all the other...
next