]> git.saurik.com Git - wxWidgets.git/history - src/gtk
added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / src / gtk /
2008-06-03  Robert RoeblingRemove old GTK 1.2 code
2008-06-02  Robert RoeblingSeparate label with wx mnemonics (&) and with gtk mnemo...
2008-06-01  Paul Cornettfix tool referencing, remove dropdown element in DoDele...
2008-05-30  Julian SmartTypo correction
2008-05-30  Julian SmartDon't update UI if hidden
2008-05-29  Paul Cornettremove unused/unneeded menuitem cruft
2008-05-29  Paul Cornettmark long-deprecated ctor as such
2008-05-28  Paul Cornettfix leak introduced by r53753
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-26  Paul Cornettfix removing menu item, ticket 3387
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-24  Robert RoeblingDon't use font encoding in Unicode mode
2008-05-23  Robert RoeblingSimplify SetValue() with empty string
2008-05-23  Robert RoeblingInvocation of default button by <ENTER> was impossible...
2008-05-23  Robert RoeblingUpdate selection cache when inserting items, too
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-23  Robert RoeblingDisable events upon item deletion (just in case) and...
2008-05-22  Robert RoeblingForgot client data
2008-05-22  Robert RoeblingMake events match better with MSW
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-05-22  Vadim Zeitlinadd back wxChoice::DoGetBestSize() removed by the previ...
2008-05-21  Paul Cornettbutton text uses fg color, not text color
2008-05-21  Jouk JansenUpdate OpenVMS compile support
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-20  Paul Cornettget wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733
2008-05-20  Paul Cornettremove unused files
2008-05-20  Paul Cornettadd missing braces
2008-05-20  Paul Cornettadd missing break statement
2008-05-20  Paul Cornettput frame extents XGetWindowProperty code in one place
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-05-18  Vadim Zeitlinadd missing header to fix compilation after changes...
2008-05-18  Robert RoeblingCompilo
2008-05-17  Vadim Zeitlinallow loading wxAnimationCtrl contents from stream...
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-11  Paul Cornettdon't change brush settings in SetBackgroundMode()...
2008-05-10  Paul Cornettdon't send paint events for exposures of the border...
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...
next