]> git.saurik.com Git - wxWidgets.git/history - src/gtk
remove the workaround for STL build bug in wxArrays fixed by r54761
[wxWidgets.git] / src / gtk /
2008-07-21  Václav SlavíkFixed detection of Meta key state so that NumLock isn...
2008-07-21  Vadim Zeitlindon't call gtk_selection_data_set_text() with non-UTF...
2008-07-21  Vadim ZeitlinwxDF_UNICODETEXT shouldn't be supported at all in ANSI...
2008-07-21  Vadim Zeitlinno changes, just fixed a typo in comment
2008-07-21  Vadim Zeitlinuse #if wxUSE_UNICODE instead of #ifdefs (which totally...
2008-07-21  Vadim Zeitlindon't show warning to the user if session manager detec...
2008-07-20  Vadim Zeitlinfix generation of events for an initially empty wxDirPi...
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2008-07-07  Paul Cornettgtk-universal build fixes
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work, typo corrected
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-06-27  Robert Roeblinggtk wxStaticText and wxALIGN_CENTER_VERTICAL
2008-06-23  Vadim ZeitlinwxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2
2008-06-22  Vadim Zeitlinallow wxDialog::ShowModal() after Show() (see #1416...
2008-06-21  Vadim Zeitlinassert if ShowModal() is called after a previous Show...
2008-06-21  Robert RoeblingUse wxMenuBase:SendEvent() to emit event, shoudl also...
2008-06-16  Robert RoeblingTicket #9592: gtk-choice-setcolumns.2.diff
2008-06-14  Vadim Zeitlinfix ANSI mode build
2008-06-12  Robert Roebling#4479: wx.ComboBox needs a SetFont method
2008-06-12  Vadim Zeitlinpropagate style changes correctly to buttons with image...
2008-06-11  Paul Cornettsimplify menu item callbacks by passing in wxMenuItem...
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-06-10  Paul CornettwxMenuItem code cleanup, removing duplicate and unnecce...
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
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
next