]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
1999-03-30  Harco de Hilstercalls to wxDynamicToolBar::AddTool(int,wxBitmap&) confu...
1999-03-30  J. Russell... Fixed wxApp::SendIdleEvents for Vadim's new wxWindowLis...
1999-03-30  Vadim ZeitlinMotif compilation fixes (now ok)
1999-03-30  Vadim Zeitlincall to pthread_attr_setscope() added (disabled for...
1999-03-30  Vadim Zeitlin1. notes for AIX compilation added
1999-03-30  Vadim Zeitlindocs synchronized with code
1999-03-30  Vadim Zeitlinthis file is now called setup0.h
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-29  J. Russell... changed removed wxToUpper to standard toupper
1999-03-29  Vadim Zeitlinlast fixes to fixes (MSW compilation works now)
1999-03-29  Brian MacyIgnore failure when deleting something that might not...
1999-03-29  Brian MacyDon't fail when deleting files that might not exist
1999-03-29  Brian MacyAdded time.h so it would compile
1999-03-29  Vadim Zeitlinheader changes for the fixes commited previously
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-29  Vadim Zeitlinmore backwards compatibility
1999-03-29  Vadim ZeitlinEVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
1999-03-29  Karsten BallüderMerged in latest wxLayout code from Mahogany Mail.
1999-03-29  Julian SmartUndefed Yield symbol if defined, else syntax error
1999-03-29  Julian SmartFixed missing brace in app.cpp
1999-03-28  Harco de Hilsteradded some more URLs
1999-03-28  Harco de Hilsterworks for windows too now.
1999-03-28  Harco de Hilsterupdated. Lots of new useless features. Internet-enabled...
next