]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
-somewhat more elegant method, supporting the src subdir (-Markus)
[wxWidgets.git] / src / gtk1 /
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-13  Robert Roebling Added ToogleTool from Markus
1998-08-12  Robert Roebling Added PushEventHandler, Pop...
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-10  Robin DunnSince wxREADONLY has disappeared, I had to change to...
1998-08-10  Denis PershinSmall modifications
1998-08-10  Denis PershinDP: native wxTreeCtrl for GTK.
1998-08-09  Denis PershinDP: Robert's mistake with incorrect var name corrected.
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-08  Robert Roebling Correct the wxButton::Setlabel nonsense
1998-08-08  Robert Roebling Added wxDC:DrawPolygone
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Robert Roebling Fixed compilation (add serbase.cpp)
1998-08-05  Robert Roebling Removed /install/gtk/configure from cvs
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-28  Unknown (MO)Fixed wxOVERWRITE_PROMPT bug in gtk file selector
1998-07-28  Robert Roebling Fixed bug in MDI
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-27  Robert Roeblingwarning msgs
1998-07-27  Guilhem Lavaux* Bug fixes
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Vadim Zeitlinsome common code moved from wxWindow/wxFrame into files...
1998-07-24  Vadim Zeitlinscrollbar support added (experimental)
1998-07-24  Karsten Ballüderfixed appending of '/' to empty string
1998-07-24  Karsten Ballüderfixed private member access problem
1998-07-23  Vadim Zeitlinoops... a typo in just checked in file corrected
1998-07-23  Vadim Zeitlincall to SetLabel in Create() added to strip "&" charact...
1998-07-23  Vadim ZeitlinIsModified() function now works correctly
1998-07-23  Vadim Zeitlincommon functions moved into ../common/framecmn.cpp
1998-07-23  Vadim Zeitlinmade the code more wxMSW compatible
1998-07-23  Vadim Zeitlinmade the constraintsin notebook pages work (once again)
1998-07-23  Vadim Zeitlinadded wxUpdateUI generation
1998-07-23  Vadim Zeitlinremoves "&" from wxControl's label (also for buttons...
1998-07-22  Robert Roeblingmdi private menus
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-20  Unknown (MO)Added use of default file/dir and confirm on overwrite...
1998-07-18  Guilhem LavauxwxFrame: OnSize() has a SEGV if wxFrame has no child...
1998-07-18  Robert RoeblingODBC compile (and link) fixes
1998-07-18  Robert Roeblingadded ODBC support
1998-07-17  Karsten Ballüderfixed underline for drawing text, as suggested by Chris...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-15  Karsten Ballüderfixed SetRange/GetValue
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-13  Robert Roeblingmemdc and bitmap fixes
1998-07-13  Vadim Zeitlinconstraints for notebook pages work (again)
1998-07-13  Karsten BallüderQuick fix to avoid unnecessary compiler warnings from...
1998-07-13  Karsten BallüderConfigure now adds -D__WXDEBUG__ to the compiler switch...
1998-07-12  Robert Roeblingstream compile fixes
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-11  Guilhem LavauxDeleted "#include <sched.h>".
1998-07-11  Robert Roeblingevent/leave events
1998-07-10  Robert Roeblingtree control and dc::drawlines bug
1998-07-10  Vadim ZeitlinwxWindow::OnSize() does _not_ call Layout() (it should...
1998-07-10  Vadim ZeitlinwxFrame::OnSize() calls Layout() if GetAutoLayout()
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten Ballüderfixed another @DEBUG@
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-09  Vadim ZeitlinwxWindow::IsShown() made 'const'
1998-07-09  Vadim Zeitlinadded virtual bool wxWindow::AcceptsFocus()
1998-07-09  Robert RoeblingThreadnoGui compiles now.
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-07  Karsten BallüderSome fixes for Solaris (2.5).
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Guilhem Lavaux* Fixed Async -> sync in wxExecute
1998-07-01  Vadim Zeitlin* added gtk_text_changed callback and implemented Disca...
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-06-26  Vadim Zeitlinadded support for label alignments in wxStaticText...
1998-06-26  Vadim Zeitlinmade the interface more compatible with the MSW version...
1998-06-23  Vadim Zeitlinbug in wxNotebook::OnSize() corrected
1998-06-23  Vadim Zeitlinadded OnSize() to wxNotebook which forwards size events...
1998-06-22  Karsten Ballüderfixed #include paths to use local copies of png/gdk_iml...
1998-06-20  Guilhem Lavaux* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs...
1998-06-18  Vadim Zeitlinchanged the notebook control to use AddPage() interface...
1998-06-16  Guilhem Lavaux* Hope this is the last bug fix in the wxThread merge ...
1998-06-15  Guilhem Lavaux* Corrected #include "thread.h" => #include "wx/thread.h"
1998-06-15  Julian SmartExperimental notebook API
1998-06-15  Julian SmartCorrected some problems I introduced, added tabevent...
1998-06-14  Guilhem Lavaux* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED...
1998-06-14  Julian Smartconst/void changes in thread, tabctrl and wave files...
1998-06-13  Guilhem Lavaux* Posix/SGI/No threads added
1998-06-13  Julian SmartAdded GTK/Linux joystick class (Guilhem Lavaux)
1998-06-12  Vadim Zeitlinadded support of multiple-selection listboxes, GetSelec...
1998-06-10  Vadim ZeitlinwxTextCtrl::WriteText() now adds it at the end and...
1998-06-04  Robert Roebling GTK
1998-06-03  Robert Roebling GTK
1998-06-02  Robert Roebling GTK
1998-05-30  Robert Roebling Same as last one..
1998-05-28  Robert RoeblingGTK
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-28  Robert RoeblingGTK wxBitmapButton added
1998-05-21  Robert Roebling*** empty log message ***
1998-05-20  Karsten BallüderInitial revision