]> git.saurik.com Git - wxWidgets.git/history - src/motif
OS/2 linkage specification on METHODDEF macro
[wxWidgets.git] / src / motif /
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-30  Michael BedwardFixed m_majorDim bug a bit more (was still getting...
1999-07-30  Michael BedwardAdded KeyRelease case to switch in wxTranslateKeyEvent...
1999-07-30  Michael BedwardAdded wxApp::CheckForKeyUp
1999-07-28  Vadim Zeitlinstring and m_majorDim == 0 bugs fixed
1999-07-27  Vadim ZeitlinwxMotif fixes and common fixes for socket compilation
1999-07-27  Vadim ZeitlinwxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-23  Vadim Zeitlindisabled accelerators in wxMotif - they don't work...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-07-19  Robert Roebling Updated testconf
1999-07-17  Harco de Hilsterignore these
1999-07-07  Václav Slavík*** empty log message ***
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-29  Vadim Zeitlin1. wxGrid fixes contributed by Gerhard Gruber (client...
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-23  Robert Roebling Motif things.
1999-06-23  Robert Roebling wxMotif compiles and links now.
1999-06-23  Robert Roebling Motif compile fixes
1999-06-22  Robert Roebling A bit of distribution/makefiles things.
1999-06-22  Robert Roebling Makefiles without dependencies
1999-06-21  Robert Roebling Motif compile fixes.
1999-06-21  Robert Roebling New Makefile.ins, updates for the Motif build, removed
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-08  Vadim Zeitlinmore Motif fixes (still doesn't compile, but *really...
1999-06-07  Vadim Zeitlin1. configure caches the command line options
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-05-27  Julian SmartAdded dcbase target to various makefiles
1999-05-09  Julian SmartwxUSE_THREADS in sckint.h; wxMotif Clone error fixed...
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-19  Vadim ZeitlinwxTextCtrl::DiscardEdits doesn't empty the text ctrl
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  Julian SmartAdded imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...
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-03-30  Vadim ZeitlinMotif compilation fixes (now ok)
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-29  Vadim ZeitlinEVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-25  Vadim ZeitlinwxNO_BORDER honoured by wxTextCtrl
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-16  Vadim Zeitlincompilation without threads fixed
1999-03-11  Vadim ZeitlinwxMotif Solaris 2.6 compilation fixes
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 Zeitlincompilation fixes
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-03-01  Julian SmartCured some Motif bugs
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-26  Julian SmartFixed wxMSW arrow key bug, changed wxPoem window to...
1999-02-25  Julian SmartSmall changes
1999-02-25  Vadim ZeitlinSetSize() fixes
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-18  Julian SmartFixed wxMotif's wxExecute again, added OnPaint capabili...
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-12  Julian SmartSome doc corrections (added blank lines at end of docs...
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-09  Julian SmartRemoved some TODOs in the Latex docs; changed wxMotif...
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-07  Julian SmartAdded wxGenericValidator & doc
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  Julian SmartChanged GetForce -> !CanVeto
1999-02-04  Robert Roebling postscript Blit()
1999-02-04  Julian SmartSome warnings removed.
1999-02-03  Julian SmartCured some Latex problems; fixed i declaration; fixed...
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-31  Julian SmartAdded a few files; fixed some warnings and wxMotif...
1999-01-26  Julian SmartAdded dataxpm.c to avoid name clash; removed ifdefing...
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-25  Julian Smartchar* -> wxString
1999-01-24  Julian SmartRemoved print.cpp, added tokenizr.tex
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-21  Julian SmartMade EVT_SLIDER event happen always; some doc and wxPro...
1999-01-19  Julian SmartFAQ mods
1999-01-19  Vadim Zeitlin1. wxMotif fixes for compilation in "no compatible...
1999-01-19  Julian SmartRemoving redundant files.
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Vadim Zeitlincompilation fixes for "nocompatibility" mode
1999-01-17  Julian SmartSome Motif corrections; Dialog Editor compilation under...
1999-01-14  Julian SmartAdded wxMotif data object classes
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1999-01-10  Julian SmartAdded some makefiles, cured some wxMotif bugs
1999-01-06  Robert Roebling Compilation fixes
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-01  Julian SmartLots of wxMotif fixes
1998-12-31  Julian SmartAdded Property List classes to main library; added...
1998-12-30  Robert Roebling Motif corrections in
next