]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk1
compilation fixes
[wxWidgets.git] / include / wx / gtk1 /
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-07  Vadim Zeitlinattempts to fix wxStaticBitmap::SetBitmap() - still...
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-07-02  Karsten BallüderMinor improvement.
1999-06-30  Robert Roebling Typos.
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-28  Vadim Zeitlinmisc minor fixes I forgot to commit before
1999-06-28  Vadim ZeitlinwxGTK compile fixes for my wxMSW changes
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-26  Robert Roebling Typos.
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-21  Vadim ZeitlinwxStaticBitmap::GetIcon() added
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-10  Karsten BallüderAttempt to add primary selection support.
1999-06-09  Karsten BallüderAdded --with-wave/--without-wave for conditional wxWave...
1999-06-07  Robert Roebling Added some WINE things.
1999-06-07  Robert Roebling Install AFMs as well.
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-06-02  Vadim Zeitlinremoving (finally) autogenerated files
1999-06-02  Vadim Zeitlinheaders are now installed by automake too
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-27  Robert Roebling Color cubes now get created on 8-bit true-color
1999-05-27  Vadim Zeitlin1. wxDataObject compilation fixes (can't test if it...
1999-05-27  Robert Roebling Small cursor improvements
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-05-25  Vadim Zeitlin1. wxNotifyEvent documented
1999-05-25  Robert Roebling Fixed a notebook crash and added more tests to sample.
1999-05-24  Robert Roebling Rewrote wxNotebook, incl. PAGE_CHANGING event
1999-05-22  Robert Roebling GTK 1.0 compilation (not tested)
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-22  Robert Roebling Put wxGTK's threads back to life.
1999-05-19  Robert Roebling YOu can now activate the menu pressing F10 anywhere.
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Robin DunnAdded
1999-05-16  Karsten BallüderAdded a wxDataFormat::SetAtom() inline function.
1999-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
1999-05-15  Vadim Zeitlintypo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_S...
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-05-11  Robert Roebling wxFrame::GetClientSize -> DoGetClientSize
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlinno changes
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-06  Robert Roebling minor fixes
1999-05-05  Robert Roebling added wxStaticLine used in wxMessageBox
1999-05-05  Robert Roebling Added scrolling of widgets and sample
1999-04-30  Robert Roebling Added hotkeys to menus "E&xit\tAlt-X" and such.
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-25  Robert Roebling Backgrounds work again
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-22  Ove KaavenUnicode fix.
1999-04-21  Ove KaavenUnicode fixes.
1999-04-20  Robert Roebling little doc updates
1999-04-15  Robert Roebling added update UI event code to toolbar, could
1999-04-14  Ove Kaavenchar -> wxChar
1999-04-14  Robert Roebling wxGTK's built-in dockable menu now give their
1999-04-14  Robert Roebling mini frame rewrite (titlebar still missing)
1999-04-14  Ove KaavenDeclared here too
1999-04-14  Ove Kaavenchar -> wxChar. (Vadim, you can probably just go ahead...
1999-04-13  Robert Roebling Drag'n'Drop works in a basic form
1999-04-13  Robert Roebling Drag works.
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 )
next