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):

2003-03-23 20:36 VZ, revision 19741

added GlobalHandle

2003-03-23 20:34 JS, revision 19740

Removed obsolete ODBC classes.

2003-03-23 20:26 CE, revision 19739

fix reference to obsolete b32univ file

2003-03-23 20:14 JS, revision 19738

Removed obsolete wxDate and wxTime classes.

2003-03-23 19:09 JS, revision 19737

Klaas Holwerda <kholwerd@xs4all.nl> contrib/src/canvasOBSOLETE

2003-03-23 19:06 JS, revision 19736
  • D /wxWidgets/trunk/contrib/include/wx/canvas
  • D /wxWidgets/trunk/contrib/samples/canvas
  • D /wxWidgets/trunk/contrib/src/canvas

Removed obsolete library.

2003-03-23 18:52 JS, revision 19735

Removed gaugemsw.cpp,h

2003-03-23 18:49 JS, revision 19734

Removed 16-bit gauge code (Microsoft)

2003-03-23 18:35 JS, revision 19733
  • D /wxWidgets/trunk/include/wx/msw/dibutils.h
  • D /wxWidgets/trunk/src/msw/dibutils.cpp

Removed dibutils

2003-03-23 18:02 VZ, revision 19732

use wxCLOSE_BOX for MyImageFrame

2003-03-23 17:48 VZ, revision 19731

added copying images to/pasting them from clipboard tests

2003-03-23 15:51 VZ, revision 19730

got rid of more duplicated code for working with DIBs

2003-03-23 15:46 VZ, revision 19729

removed unneeded #include dib.h

2003-03-23 15:12 MBN, revision 19728

Add missing header.

2003-03-23 15:09 MBN, revision 19727

wxMotif does not have support for raw bitmaps.

2003-03-23 15:07 MBN, revision 19726

Added missing comma.

2003-03-23 15:06 MBN, revision 19725

Updated TODO and ISSUES.

2003-03-23 14:27 VZ, revision 19724

removed GetBitmapForDC() and supporting functions

2003-03-23 01:56 VZ, revision 19723

regenerated the makefiles with the latest filelist.txt

2003-03-23 01:49 VZ, revision 19722

use wxDIB methods instead of old functions for working with DIBs

2003-03-23 01:48 VZ, revision 19721

use wxBitmapToHICON/CURSOR()

2003-03-23 01:46 VZ, revision 19720

added CreateDDB() and CreatePalette()

2003-03-23 01:45 VZ, revision 19719

added CopyFromDIB()

2003-03-23 01:16 VZ, revision 19718

removed curico files

2003-03-23 00:00 VZ, revision 19717
  • D /wxWidgets/trunk/include/wx/msw/curico.h
  • D /wxWidgets/trunk/include/wx/msw/curicop.h
  • D /wxWidgets/trunk/src/msw/curico.cpp

Win16 cursor/icon functions are not needed any longer

2003-03-22 23:47 VZ, revision 19716

added wxBitmapToHICON/CURSOR helper functions

2003-03-22 19:34 RD, revision 19715

Some fixes for Will's debug logger

2003-03-22 19:13 VZ, revision 19714

suppress error messages when loading msimg32.dll

2003-03-22 19:12 VZ, revision 19713

update from Janos Vegh

2003-03-22 19:10 VZ, revision 19712

test raw bitmap access

2003-03-22 19:09 VZ, revision 19711

added (very) preliminary raw bitmap support

2003-03-22 19:02 VZ, revision 19710

modifications for raw bitmap support and for using DIBs

2003-03-22 19:01 VZ, revision 19709

create the DIBs in correct (and not down up) line order

2003-03-22 19:00 VZ, revision 19708

added (very) preliminary raw bitmap support

2003-03-22 17:43 VZ, revision 19707

backport Chinese locale fix

2003-03-22 16:12 MBN, revision 19706

Removed unnecessay code.

2003-03-22 15:46 MBN, revision 19705

Do not derive wxCursor from wxBitmap, plus misc cleanup. Derive wxGauge from wxGaugeBase, use XmScale for the implementation if the Motif version supports the XmTHERMOMETER style. Derive wxSlider from wxSliderBase; generate wxEVT_SCROLL_THUMBRELEASE in addition to wxEVT_SCROLL_THUMBTRACK; misc cleanup.

2003-03-22 13:48 VS, revision 19704

XRCID lookup now handles standard IDs correctly (backported to 2.4)

2003-03-22 13:48 VS, revision 19703

XRCID lookup now handles standard IDs correctly

2003-03-22 13:42 VZ, revision 19702

added GetName(), rearranged methods in alphabetic order

2003-03-22 07:45 DE, revision 19701

Use wxBitmapBase in wxCocoa

2003-03-22 07:15 DE, revision 19700

Regenerated by tmake: added all the cocoa source files

2003-03-22 07:10 DE, revision 19699

Added wxCocoa files to build system

2003-03-22 06:40 DE, revision 19698

Use generic MDI for wxCocoa

2003-03-22 06:18 DE, revision 19697

Include wxCocoa specific header

2003-03-22 06:13 DE, revision 19696

Use generic implementation for wxCocoa

2003-03-22 06:07 DE, revision 19695

Use the generic timer for wxCocoa

2003-03-22 06:07 DE, revision 19694

Use the generic palette for wxCocoa

2003-03-22 06:05 DE, revision 19693

Use the MSW/Mac font encoding info for wxCocoa (just to make wxCocoa compile)

2003-03-22 06:03 DE, revision 19692

Use generic font dialog for wxCocoa