]> git.saurik.com Git - wxWidgets.git/history - src
enable all tests
[wxWidgets.git] / src /
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-15  Vadim Zeitlinworkaround for mingw32 div() bug
1999-04-15  Vadim ZeitlinGTK 1.0.x compilation fix
1999-04-15  Ove KaavenA couple more.
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
1999-04-15  Robert Roebling added update UI event code to toolbar, could
1999-04-15  Ove KaavenImplemented wxArrayString::Shrink() and stuff.
1999-04-15  Robert Roebling egcs compilation fix
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-04-14  Ove KaavenThis seems to be compiling.
1999-04-14  Ove KaavenIf you look at the conversion and character set code...
1999-04-14  Robert Roebling wxGTK's built-in dockable menu now give their
1999-04-14  Vadim ZeitlinHitTest() now works when the ctrl is scrolled too
1999-04-14  Robert Roebling mini frame rewrite (titlebar still missing)
1999-04-14  Ove KaavenwxConv classes and instances, including wxConv_gdk.
1999-04-14  Robert Roebling added wxCB_READONLY
1999-04-13  Václav Slavíkfixed transparency
1999-04-13  Robert Roebling Drag'n'Drop works in a basic form
1999-04-13  Ove KaavenThis is the way to go (well, close enough).
1999-04-13  Ove KaavenBy this commit, I guess I'm announcing intent to add...
1999-04-13  Robert Roebling Drag works.
1999-04-13  Ove KaavenGot some compiler warnings in non-Unicode build. Fixed...
1999-04-13  Ove KaavenSomeone must have committed some ASCII string literals...
1999-04-13  Ove KaavenUnicode conversion.
1999-04-13  Ove KaavenNow this one also compiles in Unicode mode.
1999-04-13  Ove KaavenUnicode interface (the communication itself is still...
1999-04-13  Ove KaavenFixed a typo. Added sloppy implementation of wxSscanf...
1999-04-13  Ove KaavenThe prevalent wide characters.
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-04-13  Vadim ZeitlinwxTempFile now respects umask when creating new files
1999-04-13  Vadim Zeitlinsome typos in docs and code corrected (thanks Janos)
1999-04-13  Ove KaavenImplemented wxPrintf.
1999-04-13  Vadim ZeitlinPending() and Dispatch() implemented
1999-04-13  Ove KaavenAnother one bites the dust.
1999-04-13  Ove KaavenUnicode-mode typos in string.cpp (where did they sudden...
1999-04-13  Ove KaavenwxAtof implementation independent of (the rest of)...
1999-04-12  Robert Roebling wxDropTarget starts to work
1999-04-12  Ove KaavenBIG glitch.
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-12  Ove KaavenUnicode support. Uses wxWCharBuffer in Unicode build...
1999-04-12  Ove KaavenUnicode support for wxString (wxchar.cpp won't compile...
1999-04-12  Ove KaavenAdded wxchar.cpp/.obj
1999-04-12  Ove KaavenAdded wxchar.cpp, which contains:
1999-04-12  Robert Roebling Fixing a few fixes..
1999-04-12  Vadim ZeitlinwxUSE_THREADS typo corrected
1999-04-12  Robert Roebling added moving subwindow when scrolling (tested in...
1999-04-12  Václav Slavík...
1999-04-12  Robert Roebling clipboards tests
1999-04-12  Vadim ZeitlinGTK 1.0.x compilation fixes
1999-04-12  Robin DunnAdded $(WAITFLAG) so other shells can use appropriate...
1999-04-11  Vadim ZeitlinwxGetCwd fixed
1999-04-11  Robert Roebling Rewrote MDI system
1999-04-11  Václav Slavíkdirect stream use
1999-04-11  Václav SlavíkMIME support
1999-04-10  Vadim Zeitlinoops... fatal bug (which I recently introduced) with...
1999-04-10  Vadim Zeitlinunitialized var initialized (mainly to reduce Purify...
1999-04-10  Vadim Zeitlintooltip bug (which I introduced recently) corrected
1999-04-09  Robert Roebling Removed this Maximize() overridden bug
1999-04-09  Robert Roebling Here it comes:
1999-04-09  Guilhem Lavaux* Commented out "delete this;"
1999-04-09  Karsten BallüderNo more overlap between lines (I hope).
1999-04-09  Karsten Ballüderbetter centering of text/images
1999-04-09  Karsten Ballüderfixed some glitches
1999-04-09  Karsten BallüderModified it to adjust to different icons sizes. Please...
1999-04-08  Karsten BallüderFixed gtk 1.2.x wxYield() problem (tested).
1999-04-08  Julian SmartAdded candidate wxDragImage implementation for wxMSW
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  Václav Slavíkfixed bug with incorrect fileformat
1999-04-07  Julian SmartSome typos corrected in iniconf.cpp
1999-04-07  Julian SmartAdded imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-04-07  Vadim ZeitlinSetLabel() adjusts the label size
1999-04-07  Vadim Zeitlin::GetWindowText() -> wxGetWindowText
1999-04-07  Karsten BallüderI seem to have fixed the DeleteSubGroups() bug - PLEASE...
1999-04-06  Vadim ZeitlinwxRegConfig::GetEntryType() added and some bugs fixed
1999-04-06  Robert Roebling Chnaged text id for clipboard to "text/plain"
1999-04-06  Julian SmartFixed some bugs in new code (CanPaste, GetSelection)
1999-04-06  Vadim Zeitlintrying to work around gcc internal compiler error
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-06  Vadim ZeitlinwxTempFile now respects the access rights under Unix
1999-04-06  Vadim Zeitlinfixed compilation for gcc
1999-04-06  Julian SmartJPEG and PNG code taken out of image.cpp
1999-04-06  Julian SmartFixed OnMenuHighlight, wxPrintData problems
1999-04-06  Vadim Zeitlinbug in FindItemForId() fixed (?)
1999-04-06  Julian SmartShowPosition fix to allow negative numbers
1999-04-05  Julian SmartMSWOnCommand bug fixed
1999-04-04  Václav Slavíkfixed input stream
1999-04-04  Julian SmartWin16 corrections
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-04-03  Julian SmartCorrected someone's double-initialisation bug
1999-04-03  Julian SmartCorrect wrong memset ordering that produced an assert...
1999-04-03  Brian MacyFirst attempt at clean-up
1999-04-03  Karsten BallüderAlso the radiobox was unitialised.
1999-04-03  Karsten BallüderAttempt at fixing the broken printer dialog. *Lots...
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-04-02  Vadim Zeitlinmore backwards compatibility for printing
1999-04-02  Vadim Zeitlina simpler fix of textctrl key doubling bug
next