]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/window.cpp
Chnages to focus code with debug code
[wxWidgets.git] / src / gtk1 / window.cpp
1999-04-28  Robert Roebling Chnages to focus code with debug code
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-25  Robert Roebling The colour is called Aquamarine, not Aquaramine. No,
1999-04-25  Robert Roebling Backgrounds work again
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-15  Ove KaavenOK, while I wait for the non-Unicode build to compile...
1999-04-12  Robert Roebling Fixing a few fixes..
1999-04-12  Robert Roebling added moving subwindow when scrolling (tested in...
1999-04-09  Robert Roebling Removed this Maximize() overridden bug
1999-04-09  Robert Roebling Here it comes:
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-24  Vadim ZeitlinwxGTK fixes for the yesterday's addition of m_isWindow...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-18  Julian SmartFixed wxMotif's wxExecute again, added OnPaint capabili...
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-16  Robert Roebling MDI fixes
1999-02-14  Robert Roebling Fixed refresh bug in wxGLCanvas
1999-02-11  Robert Roebling Added CTRL-TAB navigation to notebook
1999-02-11  Robert Roebling distrin corrections files
1999-02-10  Robert Roebling distribution things
1999-02-10  Robert Roebling Various update to Blit() SetBackground() Clear()...
1999-02-08  Robert Roebling Keep up the good work, people...
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Vadim Zeitlinmore wxCloseEvent changes: now the behaviour should...
1999-02-05  Robert Roebling synched Clear() and SetBackgroundColour()
1999-02-05  Vadim ZeitlinwxWindow::OnClose() removed completely from wxGTK,...
1999-02-01  Robert Roebling Removed some trash from that came through tha cables
1999-02-01  Vadim ZeitlinwxToolTip modifications: wxUSE_TOOLTIPS setting (defaul...
1999-02-01  Robert Roebling wxToolTip
1999-01-28  Robert Roebling Found mem leaks (except one)
1999-01-27  Robert Roebling wxToolTip part II
1999-01-26  Robert Roebling A few resize bugs removed
1999-01-22  Robert Roebling The Image sample now does anti-aliasing, oh well.
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-15  Robert Roebling DnD feedback
1999-01-10  Robert Roebling OpenGl works now under GTK
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-19  Robert Roebling wxPython updates (SWIG really works, cannot believe it)
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-12  Robert Roebling More colour finetuning
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-12-11  Robert Roebling Redid parts of wxScroledWindow
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-10  Robert Roebling Fixed three mouse event bugs
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-09  Robert Roebling Clipboard update
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-12-05  Robert Roebling Fixed make install bug
1998-12-04  Vadim Zeitlinid are generated as in wxMSW if the default value ...
1998-12-03  Robert Roebling wxWindow::ReParent()
1998-12-02  Robert Roebling Removed the new flicker code.
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-11-26  Robert Roebling Flicker war won.
1998-11-25  Robert Roebling Resize fine tuning
1998-11-25  Robert Roebling Fixed module code
1998-11-25  Robert Roebling Improvements for notebooks on various versions of GTK
1998-11-24  Robert Roebling Big fix for GTK 1.1.5
1998-11-23  Robert Roebling Corrected wxCHECK calls in bitmap.cpp
1998-11-18  Robert Roebling Added support for SCROLL_TOP and _BOTTOM events
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
1998-11-15  Robert Roebling Coompilation fixes for GTK 1.1.3
1998-11-14  Robert Roebling Doc corrections
1998-11-11  Robert Roebling Still bit fiddling in wxImage.
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-11-02  Robert Roebling DnD fixes
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-28  Robert Roebling DnD
1998-10-27  Robert Roebling Fixes, typos etc...
1998-10-27  Robert Roebling Added background colour again
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-12  Robert Roebling Next try at removing the dancing sliders
1998-09-12  Robert Roebling Changed instal path for setup.h
1998-09-11  Robert Roebling Updates to memcheck
1998-09-09  Robert Roebling Tried to find a non-existing bug in the cursor-code
1998-09-07  Robert Roebling I debug DialogEd for five hours and then Karsten
1998-09-07  Robert Roebling After resolving all conflicts that came down the
1998-09-07  Robert Roebling Added USE_CONFIG
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-07  Robert Roebling Tries unsuccesfully to cure a few more problems
1998-09-06  Robert Roebling SetFont() the second
1998-09-06  Julian SmartCommented out Robert's SetFont change for now; changed...
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
next