]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Added candidate wxDragImage implementation for wxMSW
[wxWidgets.git] / src / gtk /
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-07  Vadim ZeitlinSetLabel() adjusts the label size
1999-04-06  Robert Roebling Chnaged text id for clipboard to "text/plain"
1999-04-06  Robert Roebling Changed clipboard text format id from "STRING" to...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-04-06  Julian SmartJPEG and PNG code taken out of image.cpp
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-31  Robert Roebling added wxFrame::Command()
1999-03-31  Robert Roebling Added debug code to clipbard
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-03-23  Vadim ZeitlinwxFileDialog::GetFilename and GetDir work now
1999-03-22  Vadim Zeitlinhack to implement right aligned checkboxes
1999-03-17  J. Russell Smyth1 - fixed listbox.cpp to work with events with m_comman...
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-14  J. Russell Smythadded wxSYS_COLOR_BTNTEXT case was missing.
1999-03-12  Vadim Zeitlinanother attempt to improve combobox behaviour
1999-03-12  Vadim Zeitlinsome UI adjustments
1999-03-12  Vadim Zeitlincrash for frames without children corrected
1999-03-12  Vadim ZeitlinwxYield() calls OnInternalIdle() of all top level windows
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-03-06  Vadim Zeitlinthis code is now common (src/unix)
1999-03-05  Vadim Zeitlin(more) FreeBSD thread fixes
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-03-02  Robert Roebling Removed warnings from tbarsimpl
1999-03-01  Vadim Zeitlinwarnings suppressed
1999-03-01  Vadim ZeitlinwxSpinButton works ok with negative values
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-26  Vadim ZeitlinwxLog fix as for wxMSW
1999-02-25  Vadim ZeitlinInsertItems() implemented for wxGTK
1999-02-25  Vadim Zeitlinmore DG-UX compilation fixes (thanks to Benjamin Beckwith)
1999-02-24  Vadim ZeitlinwxGTK fixes for the yesterday's addition of m_isWindow...
1999-02-23  Vadim Zeitlinanother wxBeginBusyCursor fix
1999-02-23  Vadim Zeitlinsome feeble attempts at making wxBeginBusyCursor work
1999-02-23  Vadim ZeitlinSetSelection(from, to) and SetEditable() implemented
1999-02-22  Karsten BallüderFixed DoSetClientSize() causing infinite recursion.
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-18  Julian SmartFixed wxMotif's wxExecute again, added OnPaint capabili...
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-02-17  Vadim ZeitlinwxExecute() fixes and doc updates: the return value...
1999-02-17  Vadim ZeitlinwxExecute() fix (running console programs doesn't cause...
1999-02-17  Vadim ZeitlinwxProcess fixes (Detach() added), cleared/corrected...
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-17  Robert Roebling resize fun
1999-02-16  Robert Roebling MDI fixes
1999-02-16  Robert Roebling Applied Russel's changes to wxToolBarBase
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-11  Vadim Zeitlincompilation fixes for gcc 2.7.2.1 under FreeBSD
1999-02-11  Robert Roebling Solaris compilation patches
1999-02-10  Robert Roebling distribution things
1999-02-10  Vadim Zeitlinadded #include <fcntl.h> to allow compilation under...
1999-02-10  Robert Roebling Various update to Blit() SetBackground() Clear()...
1999-02-10  Karsten Ballüdersmall modification to stdin/stdout/stderr behaviour...
1999-02-09  Robert Roebling custom icons for DnD
1999-02-09  Robert Roebling radiobox optical changes
1999-02-08  Vadim Zeitlinmicro compilation fix
1999-02-08  Robert Roebling Keep up the good work, people...
1999-02-08  Karsten Ballüdercompilation fixes
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-07  Vadim ZeitlinwxProcess() fixes: will really call parent's event...
1999-02-07  Vadim ZeitlinGetData() now takes a pointer and not a reference,...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Robert Roebling libjpeg not used by default (it didn't even link)
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-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-02-04  Robert Roebling postscript Blit()
1999-02-04  Robert Roebling Faster imagescale code
1999-02-03  Vadim Zeitlincompilation problem fixed
1999-02-03  Robert Roebling Trying to repair what CVS can do to source code
1999-02-03  Julian SmartCured some Latex problems; fixed i declaration; fixed...
1999-02-02  Harco de Hilsteradded AppendText method, now used by operator <<
1999-02-02  Vadim Zeitlincompilation warning removed
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-31  Harco de HilsterLoads of updates/fixes. Everything is now zero-based...
1999-01-30  Robert Roebling My last patch for status bar size events wasn't perfect
1999-01-30  Robert Roebling Added size event for status bar
1999-01-29  Vadim ZeitlinwxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX...
1999-01-28  Robert Roebling Removed wxNullRegion
1999-01-28  Vadim Zeitlin1. PositionToXY() off-by-2 (!) bug corrected
1999-01-28  Vadim Zeitlincorrected an off-by-1 bug in GetNumberOfLines() and...
1999-01-28  Robert Roebling Found mem leaks (except one)
1999-01-27  Vadim ZeitlinGTK asserts disappeared - but surprizngly, SetInsertion...
1999-01-27  Vadim ZeitlinHarm's patch to fix a crash of wxPoem sample on termination
1999-01-27  Robert Roebling wxToolTip part II
1999-01-27  Vadim Zeitlin1. added wxTreeCtrl::GetLastChild (modified MSW, GTK...
1999-01-27  Karsten BallüderAnother solaris fix. :-<
1999-01-26  Vadim Zeitlinsome gixes to PositionToXY() - not sure if I made it...
next