Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2001-05-13 09:50 JS, revision 10138

Removed XPM lib references from makefile

2001-05-11 22:09 VS, revision 10137

removed xpmhand again

2001-05-11 20:31 GT, revision 10136

Added support more support for DB2 Added support for PervasiveSQL Fixed MSAccess testing of DROP TABLE result when the table does not exist

2001-05-11 20:24 GT, revision 10135

Added support more support for DB2 Added support for PervasiveSQL

2001-05-11 20:23 GT, revision 10134

Sizer based dialogs (like wxSingleChoiceDialog) are now forced to initially appear in the visible area of the display, relocating the dialog before display so that it fits within the display (if possible). If the dialog will not fit in the display area, it is shifted so that the top edge with the title bar is visible on the display

2001-05-11 19:23 GD, revision 10133

removed old xpm code

2001-05-11 18:32 VS, revision 10132

added wxDEFAULT_FRAME_STYLE

2001-05-11 18:32 VS, revision 10131

some more src code reformatting

2001-05-11 17:57 RD, revision 10130

No longer needs to create a wxApp object before making bitmaps

2001-05-11 17:55 RD, revision 10129

Changed wxRootWindow from a global to a staic variable with an accessor function that initializes if on first use. This prevents core dumps for apps that try to create wxBitmaps before the wxApp object is initialized.

2001-05-11 17:07 RR, revision 10128

Corrected wxToolBar::ToolSetBitmapSize()

2001-05-11 16:08 JS, revision 10127

Removed Mac-specific XPM files from mac.rsp

2001-05-11 13:04 JS, revision 10126

Minor mods

2001-05-11 09:13 SC, revision 10125

corrected eventual endless loop

2001-05-11 08:47 SC, revision 10124

corrected control update code

2001-05-11 08:16 SC, revision 10123

corrected control update code

2001-05-11 07:15 SC, revision 10122

redraw problems fix

2001-05-11 06:36 SC, revision 10121

maintaining 8.1 compat (defining 8.5 calls)

2001-05-11 06:24 SC, revision 10120

removed old xpm code

2001-05-10 21:03 GD, revision 10119

conditional compilation for Universal Interfaces (3.4 or later)

2001-05-10 20:54 GD, revision 10118

conditional compilation for Universal Interfaces (3.4 or later)

2001-05-10 20:52 GD, revision 10117

corrected conditional compilation for Universal Interfaces (3.4 or later)

2001-05-10 20:45 GD, revision 10116

activate new xpm handler under Classic Mac OS after xpm handler fixes

2001-05-10 20:43 GD, revision 10115

added PM_USE_SESSION_APIS for Carbon compilation under Mac OS 9

2001-05-10 18:18 DW, revision 10114

wxOS2 additional stylistic and coding standards.

2001-05-10 16:41 VS, revision 10113

supressed error messages when wxCSConv cannot find registry key and/or value when looking for charset information

2001-05-10 16:41 VS, revision 10112

fixed wxListCtrl::EditLabel for MSW (ListView_EditLabel fails if the control does not have focus, so I changed EditLabel to always set focus to *this before calling LV_EditLabel). This fixes wxEditableListBox.

2001-05-10 16:41 VS, revision 10111

fixed handling of root paths: now checks if string ends with / before appending / to it

2001-05-10 16:41 VS, revision 10110

fixed parsing of XPM data files from demos/forty (decoder did not parse lowercase hexadecimal numbers)

2001-05-10 16:06 SC, revision 10109

added lowercase functionality to wxHexToDec

2001-05-10 15:13 JS, revision 10108

Some installation updates

2001-05-10 15:08 VS, revision 10107

fixed fatal bug in wxBitmap::CreateFromXpm (the bitmap was added twice to wxTheBitmapsList)

2001-05-10 14:51 JS, revision 10106

Added a couple more numeric character references

2001-05-10 14:31 JS, revision 10105

Removed references to xpm[d].lib

2001-05-10 14:27 JS, revision 10104

Removed xpm[d].lib

2001-05-10 13:28 DW, revision 10103

Get rid of the CVS merge characters that have worked their way into this causing the dll builds from the command line to fail.

2001-05-10 12:53 JS, revision 10102

NULL -> 0

2001-05-10 10:26 JS, revision 10101

Now sorts the files case-insensitively

2001-05-10 06:35 GRG, revision 10100

Use GetPath instead of GetFileName in file selector, otherwise it doesn't work for files outside the current directory

2001-05-10 06:31 GRG, revision 10099

Private gsocket files were using 'typedef int bool', removed this and replaced by true ints. Currently this was not causing any problem but it is better to avoid bool at all in C code as a matter of good coding practice.

2001-05-10 06:28 SC, revision 10098

corrected redraw problems in controls (the erroneusly revalidated their draw area thus eating other pending redraws

2001-05-10 06:24 GRG, revision 10097

Streams were being created the wrong way (was using the copy ctor which should not be used for any stream class)

2001-05-10 05:27 SC, revision 10096

corrected a bug in dc which resetted the port , exchanged the wxchoice implementation

2001-05-09 22:37 VS, revision 10095

compilation fix for apps w/o precompiled headers

2001-05-09 22:36 VS, revision 10094

removed libxpm from templates

2001-05-09 22:36 VS, revision 10093

removed libxpm dependencies from makefiles

2001-05-09 22:31 RD, revision 10092

Added accessors for the sub-windows in the wxGrid. Added methods to get/set the pen width used for the current cell highlight, bot normal and read-only. Fixed (I think) the problem of the cell highlight leaving extra lines behind when the grid lines are turned off

2001-05-09 22:15 , revision 10091
  • A /wxWidgets/tags/b4_OOR_1
  • D /wxWidgets/tags/b4_OOR_1/.cvsignore
  • D /wxWidgets/tags/b4_OOR_1/aclocal.m4
  • D /wxWidgets/tags/b4_OOR_1/autogen.sh
  • D /wxWidgets/tags/b4_OOR_1/BuildCVS.txt
  • D /wxWidgets/tags/b4_OOR_1/config.guess
  • D /wxWidgets/tags/b4_OOR_1/config.sub
  • D /wxWidgets/tags/b4_OOR_1/configure
  • D /wxWidgets/tags/b4_OOR_1/configure.in
  • D /wxWidgets/tags/b4_OOR_1/contrib
  • D /wxWidgets/tags/b4_OOR_1/debian
  • D /wxWidgets/tags/b4_OOR_1/demos
  • D /wxWidgets/tags/b4_OOR_1/descrip.mms
  • D /wxWidgets/tags/b4_OOR_1/difflast.pl
  • D /wxWidgets/tags/b4_OOR_1/distrib
  • D /wxWidgets/tags/b4_OOR_1/docs
  • D /wxWidgets/tags/b4_OOR_1/include
  • D /wxWidgets/tags/b4_OOR_1/install-sh
  • D /wxWidgets/tags/b4_OOR_1/lib
  • D /wxWidgets/tags/b4_OOR_1/locale
  • D /wxWidgets/tags/b4_OOR_1/Makefile.in
  • D /wxWidgets/tags/b4_OOR_1/Mingw32-gcc295.patches
  • D /wxWidgets/tags/b4_OOR_1/make-deb
  • D /wxWidgets/tags/b4_OOR_1/misc
  • D /wxWidgets/tags/b4_OOR_1/mkinstalldirs
  • D /wxWidgets/tags/b4_OOR_1/regen
  • D /wxWidgets/tags/b4_OOR_1/samples
  • D /wxWidgets/tags/b4_OOR_1/setup.h.in
  • D /wxWidgets/tags/b4_OOR_1/setup.h_vms
  • D /wxWidgets/tags/b4_OOR_1/src
  • D /wxWidgets/tags/b4_OOR_1/tests
  • D /wxWidgets/tags/b4_OOR_1/user
  • D /wxWidgets/tags/b4_OOR_1/utils
  • D /wxWidgets/tags/b4_OOR_1/wx-config.in
  • D /wxWidgets/tags/b4_OOR_1/wxBase.dsp
  • D /wxWidgets/tags/b4_OOR_1/wxBase.spec
  • D /wxWidgets/tags/b4_OOR_1/wxGTK.spec
  • D /wxWidgets/tags/b4_OOR_1/wxMotif.spec
  • D /wxWidgets/tags/b4_OOR_1/wxWINE.spec

This commit was manufactured by cvs2svn to create tag 'b4_OOR_1'.

2001-05-09 22:15 RD, revision 10090

Fixed bug that prevented wxTreeCtrl.OnCompareItems from being called.

2001-05-09 13:40 VZ, revision 10089

replaced wxLogDebugs with less annoying wxLogTraces

2001-05-09 13:33 DW, revision 10088

Update on Client Size determinations

2001-05-09 13:32 DW, revision 10087

More scrolling support

2001-05-09 10:19 VZ, revision 10086

fixed compilation

2001-05-09 04:31 DW, revision 10085

Fixing the GetClientsize to deal with OS/2's coordinate system.

2001-05-09 01:20 VZ, revision 10084

fixed wxExecute + DDE bug (merged from 2.2)

2001-05-09 01:14 VZ, revision 10083

fixed wxExecute + DDE bug

2001-05-08 22:44 VS, revision 10082

switched to new XPM code in wxMSW

2001-05-08 22:38 VS, revision 10081

applied patch for runtime loading of hhctrl.ocx (wxCHMHelpController should work with all compilers, not only MSVC, now)

2001-05-08 22:30 VS, revision 10080

changes update

2001-05-08 22:30 VS, revision 10079

removed wxUSE_XPM_IN_MSW from setup0.h

2001-05-08 22:29 VS, revision 10078

switched to new XPM code in wxMSW

2001-05-08 22:29 VS, revision 10077

dlg now centered

2001-05-08 22:29 VS, revision 10076

added makefile.vc

2001-05-08 22:29 VS, revision 10075

MSVC fixes for wxEditableListBox (still misteriously gives assertion failure when calling wxListCtrl::EditLabel)

2001-05-08 22:28 VS, revision 10074

fixed missing include

2001-05-08 22:28 VS, revision 10073
  • D /wxWidgets/trunk/src/xpm/makefile.vc
  • D /wxWidgets/trunk/src/xpm/XpmVC.dsp
  • D /wxWidgets/trunk/src/xpm/XpmVC.dsw
  • D /wxWidgets/trunk/src/xpm/xpm.dsp

removed MSVC libxpm makefiles

2001-05-08 22:27 VS, revision 10072

forgot to check in wxHtmlProcessor::IsEnabled test in wxHtmlWindow::SetPage

2001-05-08 22:26 VS, revision 10071

fixed typo in pragma implementation

2001-05-08 22:26 VS, revision 10070

added wxHtmlProcessor test

2001-05-08 22:26 VS, revision 10069

added wxLogError to wxCSConv so that it complains if the encoding is unknown

2001-05-08 22:26 VS, revision 10068

formatting

2001-05-08 22:25 VS, revision 10067

fixed operator== when used with wxNullColour

2001-05-08 22:25 VS, revision 10066

removed now obsoleted commented-out piece of code

2001-05-08 22:25 VS, revision 10065

ShowFullScreen is not MSW-only anymore, updated docs and samples

2001-05-08 19:51 RD, revision 10064

test for mousewheel constants separatly

2001-05-08 19:27 RD, revision 10063

Smoe more details for the setup and installer scripts

2001-05-08 19:13 SC, revision 10062

wxRadioBox fixed on mac

2001-05-08 18:43 VZ, revision 10061

fixed wxColour::operator==

2001-05-08 18:31 GD, revision 10060

added const for Mac OS X compilation

2001-05-08 18:04 GD, revision 10059
  • D /wxWidgets/trunk/src/mac/carbon/notebook.cpp
  • D /wxWidgets/trunk/src/mac/notebook.cpp

removed useless file (notebmac.cpp is the one that is used)

2001-05-08 16:54 JS, revision 10058

Removed wxXPMHandler

2001-05-08 16:08 SC, revision 10057

changed port handling

2001-05-08 15:59 SC, revision 10056

added xpm

2001-05-08 15:12 VZ, revision 10055

try to autodetect Win32 macros

2001-05-08 14:07 GD, revision 10054

added CreateFromXpm method that uses image xpm decoder use of the old xpm library code is conditionned by OBSOLETE_XPM_DATA_HANDLER which is set be default under Classic Mac OS and not set under Mac OS X

2001-05-08 14:01 GD, revision 10053

added CreateFromXpm method

2001-05-08 14:00 GD, revision 10052

corrected Mac OS X resource targets

2001-05-08 13:31 GD, revision 10051

added definition/initialisation of static class member

2001-05-08 13:29 GD, revision 10050

removed duplicated friend declaration

2001-05-08 11:55 SC, revision 10049

updated dead-strip linking

2001-05-08 11:51 SC, revision 10048

updated opengl

2001-05-08 11:49 SC, revision 10047

mac fixes part II

2001-05-08 10:11 JS, revision 10046

Added "set new icon" menu item to taskbar sample; updated some makefiles

2001-05-08 07:29 SC, revision 10045

mac fixes

2001-05-08 02:21 VZ, revision 10044

fix setting colour for a listctrl item (merged from 2.2)

2001-05-08 02:07 VZ, revision 10043

fix setting colour for a listctrl item

2001-05-08 01:09 VZ, revision 10042

correct fix for Maximize() for hidden frames

2001-05-08 01:01 VZ, revision 10041

don't maximize hidden frames - this breaks relation between internal shown flag and the real state

2001-05-08 00:13 RD, revision 10040

updated generated sources for wxMSW

2001-05-08 00:08 RD, revision 10039

Fixes for some changed stuff in wxHTML Fixed an annoying ocmpiler warning in the generated code Regenerated code for wxGTK