]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
lost log.h fixed
[wxWidgets.git] / src / gtk1 /
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...
2002-07-07  Ron LeeUpdate Layout more correctly in DoSetVirtualSize.
2002-07-06  Robert Roebling Cosmetic change.
2002-07-06  Vadim Zeitlinfixed bug introduced by my previous GtkUpdateSize(...
2002-07-05  Vadim Zeitlinuse GtkUpdateSize() for consitency everywhere instead...
2002-07-05  Vadim Zeitlinfixed SetToolBar(NULL) behaviour -- don't leave a hole...
2002-07-04  Julian SmartCorrected my wrong application of patch
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-07-01  Ron LeeFix for the irksome, 'Details' sizing bug. Or at least...
2002-06-22  Ron Leearg type warning fixes.
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-06-18  Julian SmartMoved flicker-removal to GTK+ code
2002-06-18  Julian SmartSet the clear region to be the update region if the...
2002-06-17  Vadim Zeitlininit the event id and timestamp fields for the mouse...
2002-06-15  Robin DunnFixed wxApp::OnAssert signature.
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-06-12  Vadim Zeitlinfixed infinite loop in wxCursor(wxImage) ctor
2002-06-12  Vadim Zeitlinfixed a warning
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-07  Robin DunnFixed bug that showed a small gap on the wxStaticBox...
2002-06-06  Robert Roebling Dislaying popup tip windows seems to work right now.
2002-06-02  Robert Roebling Another typo fixed.
2002-06-02  Robert Roebling Probably fixed mouse event bug introduced recently.
2002-06-02  Robert Roebling Overrode wxMDIChildFrame's DoSetSize to not misplace
2002-06-02  Robert Roebling Implemented CharHook events.
2002-06-02  Robert Roebling Updates to (behaviour of) wxComboBox and wxSpinCtrl.
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinfixes for the focus handling: don't set back to back...
2002-05-22  Vadim Zeitlinadded a check which should prevent the crash of bug...
2002-05-20  Robert Roebling Sometimes, deleting code can be a real gain. This
2002-05-14  Julian SmartIn an expose event, the m_clearRegion is also updated...
2002-05-14  Vadim Zeitlinadded missing extern "C" required for Sun CC
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-13  Julian SmartEliminated a couple of warnings
2002-05-12  Vadim Zeitlinfixed wxFontDialog API: accept const ref instead of...
2002-05-12  Vadim Zeitlinfixed crashes in GtkText when it was refreshed from...
2002-05-12  Vadim Zeitlinmade wxIsInsideYield global -- will be fixed when we...
2002-05-07  Vadim Zeitlinadded src/msw/popupwin.cpp to the makefiles
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-05  Robert Roebling Corrected wrong use of delete in region code.
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-04  Vadim Zeitlinno changes (0 -> NULL)
2002-05-04  Vadim Zeitlininitialize wxBitmapButton members
2002-05-04  Robert Roebling Made OnInit() and OnRun() logic like MSW when it
2002-05-02  Vadim Zeitlindumb fix for wxDC::Clear() crash
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-25  Vadim Zeitlinfixed bug with the text attr not being reset even after...
2002-04-23  Mattia BarbonMake Univ/GTK compile again
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-04-22  Ron Leebuggy cast == buggy scrolling in Life!
2002-04-22  Vadim Zeitlinreset g_delayedFocus when the window is deleted to...
2002-04-22  Vadim Zeitlinremoved unused OnSetFocus()
next