]> git.saurik.com Git - wxWidgets.git/history - src/gtk
don't call TB_GETITEMRECT with invalid tool index
[wxWidgets.git] / src / gtk /
2008-04-30  Robert RoeblingUse cairo_scale() for scaling to full printing resoluti...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-04-21  Robert Roebling[ 1907169 ] GTK - trunk - dialog default button, part...
2008-04-20  Paul Cornettfix child window redraw glitches during scrolling ...
2008-04-19  Paul Cornettdon't reset m_deferShow if Show() is called more than...
2008-04-18  Robert RoeblingImprove default size calc of wxComboBox
2008-04-17  Robert Roebling[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-12  Robert RoeblingFix crash when deleting node
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-06  Vadim Zeitlindelay setting the window shape until it is realized...
2008-04-06  Robin Dunnuse the same constant the other ports use instead of...
2008-04-05  Robert RoeblingAlways interpret a column width of -1 as 80 until somth...
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-04-02  Julian SmartOnly update the toolbar buttons if the toolbar is visible
2008-03-31  Vadim Zeitlindon't leave empty listboxes with tiny best size
2008-03-29  Václav Slavíkset initial GTK_CAN_FOCUS value to match AcceptsFocus...
2008-03-29  Václav Slavíkremoved no longer used win_gtk.c file
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-28  Vadim Zeitlinfix gcc warning about assigning -1 to a guint
2008-03-27  Vadim Zeitlindon't use gtk_notebook_insert_page() return value as...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-25  Vadim Zeitlinseveral g++ 4 warning fixes
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-22  Vadim Zeitlinrefactored common code from XXX_EndProcessDetect in...
2008-03-22  Václav Slavíkfixes to Freeze/Thawn when the window is shown or hidde...
2008-03-22  Václav Slavíkfixed spurious debug message about unexpected focus...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-18  Václav Slavíkmade wxAcceleratorTable work with buttons in wxGTK too
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-18  Vadim Zeitlinprovide stubs for Get/SetStippled() to fix the build
2008-03-18  Paul Cornettremove duplicate wxTaskBarIconAreaBase::DoPopupMenu...
2008-03-18  Paul Cornettmove wxWindowGTK::DoPopupMenu back to window.cpp
2008-03-18  Paul Cornettsimplify wxEVT_MENU_OPEN/CLOSE generation
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-17  Paul Cornettreorganize deferred show logic a bit, to reset m_deferS...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-15  Paul Cornettuse a different method to prevent an early size_allocate,
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-03-15  Vadim Zeitlindon't call GetLastPosition() unnecessarily in SelectAll...
2008-03-15  Vadim Zeitlinrefactored code reused in several different places...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-03-14  Paul Cornettminimize searching for tlw parent, remove useless code
2008-03-14  Paul Cornettfix for infinite sizing loop (partial patch 1907189)
2008-03-14  Paul Cornettfix for size 1x1 wxChoice when SetSelection() is called...
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-13  Paul Cornettfix for idle processing stopping without processing...
2008-03-12  Paul Cornettdon't defer showing if _NET_FRAME_EXTENTS handler is...
2008-03-11  Vadim Zeitlindelete wxNativeContainerWindow when the native window...
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-03-10  Vadim Zeitlincompilation fix after last commit
2008-03-10  Vadim Zeitlinadded wxNativeContainerWindow and implemented it for...
2008-03-06  Václav Slavíkfixed minsize setting after wxCollapsiblePane is expand...
2008-03-05  Václav Slavíkmade wxFindFocusedChild static, the comment wasn't...
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-01  Robert RoeblingImplemented wxURLDataObject for wxGTK using text/x...
2008-02-28  Paul Cornettrevert updating GTK size hints when window decorations...
2008-02-28  Paul Cornettforward Show() to base, not wxWindow
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-26  Robert Roeblingrestore wxComboBox's behaviour of reacting to <ENTER>
2008-02-26  Paul Cornettinitialize m_miniTitle, fix button press detection...
2008-02-26  Paul Cornettupdate GTK size hints when window decorations change
2008-02-22  Václav Slavíkfixed wxBitmapButton to use focus and hover bitmaps...
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2008-02-17  Vadim Zeitlinfix wxNotebook::GetPage{Text,Image}() when they were...
2008-02-14  Vadim ZeitlinI got too tired of seeing these unused parameters warni...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-14  Paul Cornettremove gratuitous junk which had nothing to do with...
2008-02-13  Paul Cornettmake sure client area is refreshed after last child...
2008-02-13  Václav Slavíkremoved unused g_focusWindowLast
2008-02-11  Paul Cornettfix for glib critical errors when closing an mdi child
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-09  Vadim Zeitlinget wxSYS_COLOUR_MENU from a menu bar and not from...
2008-02-09  Vadim Zeitlinuse generic file picker in wxFLP_SAVE case as the nativ...
2008-02-09  Václav Slavíkfixed wxGTK assert when closing wxMessageDialog
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-03  Paul Cornettadd missing ! accidentally dropped in last commit
2008-02-03  Vadim Zeitlininitialize m_sharedContext and m_sharedContextOf to...
2008-02-03  Paul CornettRemove remnants of GTK1 accelerator code.
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2008-02-02  Paul Cornettavoid GCC warnings about breaking strict aliasing rules
2008-02-02  Paul CornettEnable best size caching, remove unnecessary GetLabel...
2008-02-02  Paul Cornettfix wxALIGN_RIGHT in RTL mode
2008-02-02  Paul Cornettlabel clipping hack is not needed for GTK+ >= 2.12
2008-02-01  Paul Cornettremove unnecessary m_glWidget, fix return types for...
2008-02-01  Paul Cornettfix for GTK assertion from gtk_widget_set_colormap...
2008-01-30  Václav Slavíkclarified EndModal assert message
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2008-01-28  Paul Cornettremove unnecessary ?: operator
2008-01-27  Václav SlavíkFixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN...
2008-01-26  Vadim Zeitlindon't append anything back in DoDeleteOneItem() if...
next