]> git.saurik.com Git - wxWidgets.git/history - src/gtk
added possibility to use several wxFileHistories (patch 685876)
[wxWidgets.git] / src / gtk /
2003-03-02  Robert Roebling Up-ported wxBusyCursor fix and wxCombBov default...
2003-03-01  Robert Roebling Upported combobox changes and another fix.
2003-02-28  Václav Slavíkfixed wxScrollBar creation when default size was used
2003-02-28  Václav Slavíkadded native wxMessageDialog implementation for GTK+2
2003-02-27  Václav SlavíkwxCLOSE->wxCLOSE_BOX
2003-02-26  Václav Slavíkadded wxCLOSE and fixed wxSYSTEM_MENU on Unix
2003-02-19  Václav Slavíkfixed wxSYS_DEFAULT_GUI_FONT lookup
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-18  Robert Roebling Applied John's patch.
2003-02-18  Julian SmartApplied patch [ 681262 ] Add EVT_MENU_OPEN support...
2003-02-14  Vadim Zeitlincompilation fix (missing header)
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-11  Robert Roebling Minor corrections.
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-10  Robert Roebling Support underscroes in menu item names under GTK2
2003-02-03  Václav Slavíkfixes to ShowFullScreen (KDE 3.1)
2003-02-03  Jouk Jansen Committing in .
2003-02-02  Vadim Zeitlinindicate whether this is a selection or a deselection...
2003-01-31  Robert Roebling Typo.
2003-01-31  Robert Roebling Compile fix.
2003-01-31  Robert Roebling Corrected GTK2 creation of default font.
2003-01-28  Mattia Barbon Regenerate makefiles.
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-26  Robert Roebling Now scaling doesn't scale GetTextExtent() anymore...
2003-01-26  Robert Roebling Font work.
2003-01-25  Ron LeeAdded missing quantize.h
2003-01-24  Julian SmartApplied patch [ 673055 ] Text rendering in wxGTK 2...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-05  Robert Roebling Removed usage of GetInternalFont() from GTK 2.0....
2003-01-05  Robert Roebling Removed usage of GetInternalFont.
2003-01-05  Robert Roebling Minor fix related to wxMiniFrame drawing.
2003-01-05  Robert Roebling Corrected wxMiniFrame for GTK2 and removed its
2003-01-04  Václav Slavíkadded more robust wxTLW::ShowFullScreen implementation
2003-01-04  Robin DunnEnsure that the wxNativeFontInfo internal data is copie...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-18  Julian SmartApplied patch [ 649599 ] Fixes bug 610850: Inserting...
2002-12-16  Julian SmartApplied [ 654253 ] wxGTK: fix to wxGetMousePosition()
2002-12-14  Gilles Depeyrotfix FindMenu broken by implementation of double ampersa...
2002-12-09  Julian SmartApplied patch [ 638561 ] Allow SetFont(wxNullFont)...
2002-12-08  Robert Roebling Catching dclick event from a spinbutton or spin control
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-15  Vadim Zeitlinregenerated (doesn't include mdig.cpp any more)
2002-09-11  Robert Roebling The old fix for combobox doesn't seem to be needed
2002-09-07  Vadim Zeitlindon't send clicked event for wxID_CANCEL button when...
2002-09-07  Gilles Depeyrotdisplay compilation warning under Mac OS X/Darwin for...
2002-09-06  Vadim Zeitlinfix for creating radio items in a toolbar with non...
2002-09-06  Vadim Zeitlinfix for radio items creation
2002-09-05  Robin DunnAllow wxGTK's wxToolbar to catch the standard window...
2002-09-05  Robin DunnAdded effects.h to filelist.txt so it will get installe...
2002-09-05  Vadim Zeitlinfix Union(empty rect) bug
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
2002-09-02  Vadim Zeitlinfixed restoring fonts from the native font info data...
2002-09-02  Vadim Zeitlinno changes
2002-08-30  Vadim Zeitlincompilation fix (missing wx/log.h include)
2002-08-30  Chris Elliottlost log.h fixed
2002-08-27  Mattia BarbonwxItemContainer already deletes client data; don't...
2002-08-26  Robert Roebling Applied button aligment patch.
2002-08-25  Robert Roebling Compile fix for prop.
2002-08-23  Vadim Zeitlinfixed some GTK2 compilation warnings
2002-08-23  Julian SmartMisc mods for feedback from Marcin Wojdyr <wojdyr@if...
2002-08-20  Julian SmartApplied patch [ 597700 ] Fix proposal for wxJoystick...
2002-08-20  Robert Roebling Added scrolling of widgets to GTK 2.0.
2002-08-20  Robert Roebling Implemented Maximize() etc for GTK 2.0.
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-19  Robert Roebling Extra check for GTK2.
2002-08-19  Robert Roebling Make wxTELETYPE and wxMODERN map to monospaced fonts.
2002-08-17  Robert Roebling Another UNicode conversion fix.
2002-08-17  Robert Roebling Compile fixes for ANSI mode.
2002-08-16  Julian SmartApplied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT
2002-08-15  Robert Roebling Further UNicode fixes.
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-15  Vadim Zeitlinfixed (and slightly cleant up) wxGTK compilation
2002-08-13  Václav Slavíkcompilation fix
2002-08-13  Robert Roebling New GTK 2.0 Update() code.
2002-08-13  Robert Roebling Minor correction to GetTextExtent.
2002-08-13  Robert Roebling Forgot Unicode conversion in wxStaticText.
2002-08-13  Vadim Zeitlinbetter use strncpy() than strncat() with uninitialized...
2002-08-13  Robert Roebling Implemented GetTextExtent() for GTK 2.0.
2002-08-11  Robert Roebling Same typo.
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-08  Robert Roebling Compile fix.
2002-08-08  Julian SmartApplied patch [ 579219 ] wxNotebook:SetPadding added
2002-08-08  Julian SmartApplied patch [ 588140 ] User Scaling of Rotated Text...
2002-08-08  Julian SmartApplied patch [ 590031 ] Slider: Events must be enabled...
2002-08-06  Robert Roebling Compile fix.
2002-08-06  Robert Roebling Further code for Pango fonts (work now) and
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-08-05  Robert Roebling Miserable hack around problem when shrinking
2002-07-31  Mattia BarbonRegenerated files.lst after addition of listbase.h
2002-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-07-28  Václav Slavíkported characters escaping in menus to GTK+ 2.0
2002-07-28  Robert Roebling New implementation of ShowFullScreen(). It works
2002-07-24  Mattia BarbonUpdated Makefiles for all but Motif; there is either...
2002-07-23  Robert RoeblingChanged wxGTK's notion of SetSize() to never allow...
2002-07-23  Julian SmartPossibly cured the assertion message dialog paint problem,
2002-07-23  Vadim Zeitlinfix to not show ampersands in the static box title...
2002-07-12  Robert Roebling Tried to fix update/refresh again. The code erronously
2002-07-09  Robert Roebling Don't let wxSlider send events when programmatically...
next