]> git.saurik.com Git - wxWidgets.git/history - src
Corrected WM_KEYDOWN bug (missing 'break')
[wxWidgets.git] / src /
1999-01-20  Vadim Zeitlincompilation fix (wxFAIL() must have a ';')
1999-01-20  Vadim ZeitlinRenameEntry/Group() functions added to wxConfig and...
1999-01-20  Vadim Zeitlinfixes for Sun CC 5.0 (unlike 4.2 it understands bool)
1999-01-20  Vadim ZeitlinwxUSE_STREAM corrected to wxUSE_STREAMS
1999-01-20  Vadim ZeitlinwxString::Right() changed to AfterLast() (config works...
1999-01-20  Julian SmartFixed wxConfig (I hope) and disabled wxRegConfig::Delet...
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 SmartInclude dynarray.h
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-19  Vadim Zeitlincompilation fixes for "nocompatibility" mode
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-17  Julian SmartSome Motif corrections; Dialog Editor compilation under...
1999-01-17  Vadim ZeitlinOnExit() is called for modules which were initialized...
1999-01-17  Vadim Zeitlinmore thread fixes
1999-01-17  Vadim ZeitlinwxThread fixes - compilation under Unix temporarily...
1999-01-17  Vadim Zeitlinwarning suppressed for MSVC++
1999-01-17  Julian SmartVC++ compilation correction; doc file corrections
1999-01-16  Julian SmartFor wxMSW, split XPM handler into separate file (please...
1999-01-16  Unknown (UG)no message
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-15  Julian SmartAdded wxTE_PROCESS_TAB
1999-01-15  Robert Roebling DnD feedback
1999-01-14  Julian SmartAdded wxMotif data object classes
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1999-01-14  Vadim Zeitlincompilation fix
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-14  Karsten BallüderSplit part of wxExtHelpController into wxHTMLHelpContro...
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1999-01-14  Robert Roebling Added wxPrivateDropTarget
1999-01-13  Unknown (AN)For MSW, scan line boundary aligned, and >2MB case...
1999-01-13  Vadim Zeitlincompilation problem fixed
1999-01-13  Vadim Zeitlinupdated i18n sample, french translations are now in...
1999-01-13  Julian Smart*** empty log message ***
1999-01-13  Robert Roebling Better disabling of toolbars and menubars
1999-01-13  Julian SmartwxMSW wxClipboard implementation
1999-01-13  Julian SmartAdded dnd classes, data object classes, changed clipboa...
1999-01-13  Robert Roebling more wxImage on Motif
1999-01-13  Karsten BallüderFixes for compilation problems on Solaris(!).
1999-01-13  Robert Roebling wxMotif now works with wx-config and make install
1999-01-13  Robert Roebling The usual amount of trash over my telephone fixed
1999-01-12  Vadim Zeitlinmemory leak plugged
1999-01-12  Vadim Zeitlinadded an error message if a bitmap can't be addedto...
1999-01-12  Vadim Zeitlincatches program exceptions in release build (VC++ only)
1999-01-12  Vadim Zeitlinsome really minor changes (the most important one:...
1999-01-12  Robert Roebling image update
1999-01-12  Vadim Zeitlinchanged #ifdef wxUSE_XXX into #if wxUSE_XXX
1999-01-11  Vadim ZeitlinTestDestroy() bug corrected
1999-01-11  Julian SmartCorrected thread.h inline problem. Set WXWIN_COMPATIBIL...
1999-01-10  Julian SmartAdded some makefiles, cured some wxMotif bugs
1999-01-10  Guilhem Lavaux* Deleted debug messages.
1999-01-10  Robert Roebling OpenGl works now under GTK
1999-01-09  Julian SmartMore SC++ fixes; HelpGen starting to compile with VC...
1999-01-09  Karsten BallüderwxComboBox included (removed dependency on wxUSE_COMBOB...
1999-01-09  Robert Roebling ODBC updates
1999-01-09  Robert Roebling ODBC updates (it almost works now)
1999-01-09  Vadim Zeitlinthread fixes for MSW (samples doesn't compile currently...
1999-01-08  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1999-01-08  Unknown (UG)no message
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
1999-01-08  Unknown (UG)no message
1999-01-08  Unknown (UG)no message
1999-01-08  Robert Roebling Compile improvemnts for strict compilers and the...
1999-01-07  Vadim Zeitlinstorable objects use _() and wxLogXXX instead of messag...
1999-01-07  Julian SmartWatcom C++ mods
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-06  Robert Roebling Compilation fixes
1999-01-05  Vadim Zeitlinbug in wxString::Printf() corrected (the length of...
1999-01-05  Vadim ZeitlinMIME classes with docs (not yet added to the makefiles)
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-04  Julian SmartCorrected memory.cpp compilation error; Cygwin makefile...
1999-01-03  Robert Roebling Proofed that iostreams break threads
1999-01-03  Robert Roebling new cursors
1999-01-02  Vadim ZeitlinThread fixes (but they still don't work at all...)
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1999-01-02  Julian SmartCorrected memory.cpp checkpoint bug; added Tex2RTF
1999-01-01  Julian SmartLots of wxMotif fixes
1999-01-01  Stefan Csomormac support as stubs added
1999-01-01  Stefan Csomormac socket port (preliminary - based on M. Neerachers...
1999-01-01  Stefan Csomoradded win32 release and ppc targets
1999-01-01  Stefan Csomorstarted once again from stubs
1998-12-31  Robert Roebling Compile and build fixes
1998-12-31  Julian SmartAdded Property List classes to main library; added...
1998-12-30  Robert Roebling Guess what: ODBC updates and build fixes.
1998-12-30  Robert Roebling sockets work now an all platforms
1998-12-30  Julian SmartIntroduced wxSOCKET_INT to socket.cpp. The previous...
1998-12-30  Julian SmartUpdated the Remstar ODBC files, got the db sample compi...
1998-12-30  Robert Roebling Motif corrections in
1998-12-30  Vadim Zeitlinstupid bug corrected (the code was never compiled)
1998-12-29  Robert Roebling Tried to fix some socket things. Wasn't enough.
1998-12-29  Vadim Zeitlinsmall optimization in ProcessEvent() (IsKindOf(wxWindow...
1998-12-29  Julian SmartBC++/16-bit support now working, but without resource...
1998-12-29  Robert Roebling Added wxNotebook::SetText and SetImage (thanks Harm)
1998-12-28  Julian SmartFixes to wxMotif scrolling and colours (wxTreeCtrl...
next