]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Font fix for OS/2 common control creation
[wxWidgets.git] / src / gtk /
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()
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-19  Gilles Depeyrotpoll is not available under Darwin/Mac OS X and select...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Robert Roebling Untested mini-change for wxGTK idle handling.
2002-04-14  Robert Roebling Fixed (minor) problems reported by Ron in
2002-04-14  Vadim Zeitlinfixed bug in generation of thumb scroll events
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-13  Robert Roebling Fix wxListCtrl bakground colour bug Part II.
2002-04-13  Julian SmartFixed GetVirtualSize for wxGTK's wxScrolledWindow
2002-04-12  Vadim Zeitlinimplemented wxChoice::Delete
2002-04-08  Václav Slavíkforgot to check-in wxGTK wxDC changes
2002-04-08  Vadim Zeitlinadded a few debugging messages
2002-04-08  Vadim Zeitlinfix for non-US keyboards: the ASCII chars must be unsigned
2002-04-08  Vadim ZeitlinwxGTK keyboard handling now behaves (mostly) like wxMSW
2002-04-08  Vadim Zeitlinsome kbd processing code cleanup, no real changes yet
2002-04-08  Vadim Zeitlinfixed crash in SetFirstVisible()
2002-04-08  Vadim Zeitlintemporary compilation fix
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-05  Robert Roebling Fixed the background colour bug.
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-03  Robert Roebling Small typo, big effect.
2002-04-02  Vadim Zeitlincompilation warning fixed
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
2002-04-01  Julian SmartApplied FloodFill patch
2002-03-29  Robert Roebling Removed old #ifdef from GTK 1.0
2002-03-29  Robert Roebling A bit of scrolling works under GTK 2.0
2002-03-29  Robert Roebling Make scrollbars appear.
2002-03-29  Robert Roebling Preventing bitmap crash differently.
2002-03-29  Robert Roebling Disabled masked bitmaps under GTK 2.0 until I know
2002-03-29  Robert Roebling Wrong #ifdef for GTK 1.2
next