]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-04-12  Ove KaavenUses Unicode strings. Now we've got a __TFILE__ macro...
1999-04-12  Ove KaavenUnicode support. Uses wxWCharBuffer in Unicode build...
1999-04-12  Ove KaavenUnicode support. The _() macro is made to imply _T...
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 allocation constructor (makes it easy to convert...
1999-04-12  Karsten BallüderCountless (some half-finished) optimisations.
1999-04-12  Ove KaavenFor non-Unicode added #include <ctype.h> and <string...
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 Zeitlinfixed compilation under Motif
1999-04-12  Vadim ZeitlinHitTest test added
1999-04-12  Vadim ZeitlinGTK 1.0.x compilation fixes
1999-04-12  Vadim Zeitlinauto buffer class(es)
1999-04-12  Robin DunnAdded $(WAITFLAG) so other shells can use appropriate...
1999-04-12  Robin DunnAdded SetPaperId. It seemed to want such a method.
1999-04-11  Vadim ZeitlinwxGetCwd fixed
1999-04-11  Vadim Zeitlinthread deletion 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-10  Ove KaavenAdded wxStrdup().
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  Ove KaavenFor non-Unicode, preserve binary compatibility by doing
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  Ove KaavenUnicode definitions for glibc, etc.
1999-04-08  Ove KaavenUnicode support is *experimental*, so disable it by...
1999-04-08  Karsten BallüderRemoved check for pthread-0.7 on Linux which causes...
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  Vadim Zeitlinallow access to terminating NUL character with operator[]
1999-04-07  Karsten Ballüderworkaround for counterintuitive wxString::operator...
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 ZeitlinwxConfig::GetEntryType() added
1999-04-06  Vadim Zeitlinbug in FindItemForId() fixed (?)
1999-04-06  Julian SmartShowPosition fix to allow negative numbers
1999-04-05  J. Russell... Removed Persistance Framework code/files from FrameLayout
1999-04-05  Julian SmartMSWOnCommand bug fixed
1999-04-05  J. Russell... removed settingsdlg from makefile.g95 - not part of...
1999-04-04  Václav Slavíkfixed input stream
1999-04-04  Julian SmartWin16 corrections
1999-04-04  Harco de Hilsterremoved a few objects whose sources have been moved
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-04-03  Vadim Zeitlincode demonstrating wxMSW bug added
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üderCompiles and runs again with new printing code (which...
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
1999-04-02  Vadim ZeitlinwxMkdir() has 2nd param under Unix
1999-04-02  Julian SmartFixed doubled-up key effects in wxTextCtrl by resetting...
1999-04-02  Julian SmartSwitched wxMkdir code back to old working version.
1999-04-02  Vadim Zeitlinsetup.h for makefile builds
1999-04-02  J. Russell... removed declaration of wxObject::Dump(stream &str)...
1999-04-02  J. Russell... changed (no longer valid) wxToUpper and wxToLower to...
1999-04-01  Julian SmartFixed wxPalette memory leak when loading BMP files
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-04-01  Vadim ZeitlinwxMkDir() has 'perm' argument
1999-04-01  Vadim ZeitlinwxFindNextFile typo corrected
1999-03-31  Brian MacyVery bad wxPrintData destructor... fixed typo.
1999-03-31  Robert Roebling added wxFrame::Command()
1999-03-31  Robin DunnFixed the "Can't open file" message in ReadDIB so that...
1999-03-31  Vadim ZeitlinwxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
1999-03-31  Vadim Zeitlincount++ bug corrected (patch from Dino Scaringella)
1999-03-31  Robert Roebling Added debug code to clipbard
next