]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
Use the same error message for wxMSW and wxMac.
[wxWidgets.git] / src / gtk1 /
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-22  Robert Roebling Better correction to the wxListBox misbehaviour.
2005-02-21  Robert Roebling Show that the GTK+ listbox doesn't deselect any item
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-21  Julian SmartDon't inherit background from parent if we're top-level
2005-02-21  Vadim Zeitlincall gdk_flush() in Update() (see discussion of patch...
2005-02-20  Robert Roebling Applied patch to allow resizing the popup window.
2005-02-20  Robert Roebling Added LDOWN handler for wxListBox so that it wil
2005-02-20  Robert Roebling Commited fix for wrong background colour in TLWs...
2005-02-20  Vadim Zeitlinremoved explicit calls to gtk_glwindow_(realized/map...
2005-02-20  Vadim Zeitlinuse native gtk_paint_expander() to implement DrawTreeIt...
2005-02-20  Vadim Zeitlintrying to draw transparent arrow instead of opaque...
2005-02-20  Vadim Zeitlinyet more corrections to drop down button drawing: don...
2005-02-19  Robin DunnFixed compile error
2005-02-19  Vadim Zeitlinadded more icons (for GTK only) (patch 1097684)
2005-02-19  Vadim Zeitlindraw drop down button using native calls (patch 1144389)
2005-02-19  Kevin HockENTER and LEAVE mouse events for multi-line text contro...
2005-02-19  Kevin HockwxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
2005-02-17  Vadim Zeitlinmore tweaks to drop down arrow drawing (Andreas Pflug)
2005-02-15  Robert Roebling Better resizing code fro wxComboBox.
2005-02-15  Robert Roebling Implemented wxBitmap::HasAlpha() and ::UseAlpha().
2005-02-14  Vadim Zeitlinno changes, just mention gtk_paint_expander() in comment
2005-02-13  Vadim Zeitlininclude wx/rawbmp.h
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2005-02-12  Robert Roebling Reapplied patch to change the two scrolled window...
2005-02-12  Robert Roebling Revert patch again, as the scrollbars are now always...
2005-02-11  Robert Roebling Correct rounding up vs. rounding down error in GTK+
2005-02-11  Robert Roebling Make wxTLW::Raise() actually bring the window to...
2005-02-11  Robert Roebling Made gnome printing stuff return wxPRINT_CANCELLED if
2005-02-09  Robert Roebling Applied patch for more compliant wxScrolbar event
2005-02-08  Robin DunnCheck accelerators before sending EVT_CHAR
2005-02-08  Robin DunnAllow EVT_CHAR events in a wxGTK2 build for F-keys...
2005-02-06  Robert Roebling GTK 1.2 compilo/link error.
2005-02-06  Robert Roebling GTK 1.2 compilation.
2005-02-06  Robert Roebling I think I found out how GTK+ want popup windows
2005-02-05  Robert Roebling Reorganized char and keydown event code, hoping
2005-02-05  Robert Roebling Second try to add "support" for deriving from
2005-02-05  Robert Roebling Make wxBitmap inherit from wxBitmapBase
2005-02-05  Robert Roebling _conncect_after() should be used for controls emitting
2005-02-03  Robert Roebling Fix for listbox problem, when created on invisible
2005-02-03  Robert Roebling Fixed missing key down events (probably introduced
2005-02-03  Robert Roebling Committed Raise()Lower() fix.
2005-01-30  Robert Roebling I changed something, but I forgot what.
2005-01-30  Robert Roebling Applied IM patch.
2005-01-29  Robert Roebling One more place where we need to use connect_after
2005-01-29  Robert Roebling Tried to restore wxPopupTransientWindow functionality
2005-01-26  Kevin HockAdded wxUSE_MENUS_NATIVE wrapper around DoPopupMenu...
2005-01-24  Kevin HockFor consistency between WMs and with MSW, TOOL_WINDOW...
2005-01-23  Robert Roebling Enable UpdateUI events in wxTaskBarIcon.
2005-01-23  Robert Roebling Fixed compilation for GTK 1.2
2005-01-22  Kevin Hockgtk_range_set_inverted only available on GTK2
2005-01-21  Kevin HockAdd support for wxSL_INVERSE using gtk_range_set_inverted
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-16  Robert Roebling Use connect_signal_after for list events. This should
2005-01-16  Robert Roebling Applied patch for correct feedback from DND
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2005-01-16  Robert Roebling Commited scrollbar patch which sends lineup, linedown
2005-01-08  Robert Roebling Compile fixes for GTK 1.2
2005-01-08  Robert Roebling Applied wxNO_BORDER patch for text control and combo...
2005-01-06  Robert Roebling Applied patched for combo box SELECTED events (no
2005-01-06  Włodzimierz SkibaOld API clearly deprecated. Source cleaning.
2005-01-05  Robin DunnSet the window id for key events
2004-12-27  Václav Slavíkblind fix for GCC compilation when #pragmas are honored
2004-12-24  Jouk Jansen Committing in .
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-18  Robert Roebling Fix for the fix for wxChoice selection.
2004-12-15  Jouk Jansen Committing in .
2004-12-15  Jouk Jansen Committing in .
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-13  Vadim Zeitlin1. derived wxMSW radio box from static box because...
2004-12-13  Robert Roebling Correctd orientation of sash handle.
2004-12-12  Vadim Zeitlinfixed broken logic in ShowFullScreen() (some compiler...
2004-12-09  Julian SmartCombobox corrections
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-08  Robert Roebling Corrected wxComboBox::GetValue() after a
2004-12-06  Václav Slavíkfixed ShowFullScreen after somebody broke it by naively...
2004-12-06  Robert Roebling Apply choice patch for proper handling of clearing
2004-12-05  Robert Roebling Implemented run-time checks for the GTK version
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-12-05  Kevin HockPrevent GDK assertions when a window has a hidden ...
2004-12-05  Kevin HockFreeze/Thaw patch missed a place where m_buffer should...
2004-12-05  Robert Roebling Corrected patch.
2004-12-05  Robert Roebling Invalidate the best size after adding an item
2004-12-01  Robert Roebling Added support for GNOME print in static builds
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-12-01  Robert Roebling Applied font scaling patch (GetTextExtent()) to
2004-12-01  Robert Roebling Applied patch to correct EVT-CHAR
2004-12-01  Kevin HockCreate wxGtkTextApplyTagsFromAttr for common processing...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-30  Kevin Hockgtk_window_[un]fullscreen only available with GTK ...
2004-11-28  Robert Roebling Made all of the GNOME print support based
2004-11-28  Robert Roebling Dirty hack to prevent double destruction of file...
2004-11-28  Robert Roebling Start of run-time lookup of GNOME print libs.
2004-11-28  Robert Roebling Reverted changes that set m_widget to NULL in native
2004-11-28  Václav Slavíkfixed subtle SetDirectory bug re-introduced by latest...
next