]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk1
Did somework on the generic dialogs,
[wxWidgets.git] / include / wx / gtk1 /
1999-04-12  Robert Roebling wxDropTarget starts to work
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-04-11  Robert Roebling Rewrote MDI system
1999-04-09  Robert Roebling Removed this Maximize() overridden bug
1999-04-09  Robert Roebling Here it comes:
1999-04-08  Karsten BallüderFixed gtk 1.2.x wxYield() problem (tested).
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
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-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-31  Robert Roebling added wxFrame::Command()
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-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-14  Vadim Zeitlincompilation fix (forgot to check in this one)
1999-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-25  Vadim Zeitlin1. validator fixes: don't eat TAB. Added new SetBellOnE...
1999-02-24  Vadim ZeitlinwxGTK fixes for the yesterday's addition of m_isWindow...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-19  Vadim Zeitlinsome minor fixes for DEC CXX compilation
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-17  Julian SmartAdded missing const to wxGTK's wxMDIChildFrame::GetTool...
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-16  Robert Roebling MDI fixes
1999-02-16  Robert Roebling Applied Russel's changes to wxToolBarBase
1999-02-11  Robert Roebling Added CTRL-TAB navigation to notebook
1999-02-11  Vadim Zeitlincompilation fixes for gcc 2.7.2.1 under FreeBSD
1999-02-10  Robert Roebling distribution things
1999-02-09  Robert Roebling custom icons for DnD
1999-02-07  Vadim ZeitlinGetData() now takes a pointer and not a reference,...
1999-02-06  Vadim ZeitlinwxGTK compatible clipboard implementation (not OLE...
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-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-02-04  Robin DunnAdded wxColour::wxColour(unsigned long)
1999-02-03  Robert Roebling Trying to repair what CVS can do to source code
1999-02-02  Harco de Hilsteradded AppendText method, now used by operator <<
1999-02-02  Vadim Zeitlincompilation warning removed
1999-02-01  Vadim ZeitlinwxToolTip modifications: wxUSE_TOOLTIPS setting (defaul...
1999-02-01  Robert Roebling wxToolTip
1999-01-30  Robert Roebling wxDataObject documented
1999-01-28  Robert Roebling Removed wxNullRegion
1999-01-27  Robert Roebling wxToolTip part II
1999-01-27  Vadim Zeitlin1. added wxTreeCtrl::GetLastChild (modified MSW, GTK...
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-25  Robert Roebling Added wxToolTip
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-24  Robert Roebling Small doc corrections
1999-01-22  Robert Roebling The Image sample now does anti-aliasing, oh well.
1999-01-22  Robert Roebling iODBC v2.5
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-15  Robert Roebling DnD feedback
1999-01-14  Robert Roebling Added wxPrivateDropTarget
1999-01-13  Robert Roebling Better disabling of toolbars and menubars
1999-01-13  Julian SmartwxMSW wxClipboard implementation
1999-01-12  Robert Roebling image update
1999-01-10  Robert Roebling OpenGl works now under GTK
1999-01-09  Karsten BallüderwxComboBox included (removed dependency on wxUSE_COMBOB...
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-08  Robert Roebling Compile improvemnts for strict compilers and the...
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-03  Robert Roebling Proofed that iostreams break threads
1999-01-03  Robert Roebling new cursors
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-26  Robert Roebling Makefile tweaks
1998-12-23  Julian SmartSome more wxMotif improvements: DrawIcon fixed; generic...
1998-12-19  Robert Roebling wxPython updates (SWIG really works, cannot believe it)
1998-12-18  Robert Roebling wxClipboard now serves the primary selection as well
1998-12-18  Robert Roebling Fixed nasty bug wxFont
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
1998-12-17  Robert Roebling Added wxDirDialog
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-16  Robert Roebling Added wxTolBar::etMargins
1998-12-15  Robert Roebling Added wxCheckLitBox (oh well)
1998-12-15  Robert Roebling A bit more DnD and clipbrd updates
1998-12-14  Robert Roebling Now even wxRadioButton works
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-12-13  Robert Roebling Added wxList:Nth check again
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-12-10  Robert Roebling Fix for radiobutton
1998-12-10  Robert Roebling Moved image code
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-09  Robert Roebling Clipboard update
1998-12-08  Robert Roebling DnD updates
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-05  Robert Roebling Fixed make install bug
1998-12-05  Robert Roebling New PostScript code
next