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

2002-03-20 11:17 JS, revision 14690

Fixed controls.cpp for wxX11

2002-03-19 23:40 VS, revision 14689

updated samples/html/widget to avoid confusion

2002-03-19 23:40 VS, revision 14688

added wxArtProvider

2002-03-19 23:39 VS, revision 14687

fixed MSLU check

2002-03-19 17:21 JS, revision 14686

Works with wxX11 now.

2002-03-19 16:13 VZ, revision 14685

compilation fix after wxMenuItem changes

2002-03-19 15:04 VZ, revision 14684

fixed GTK critical warning when closing MDI child (patch 529369)

2002-03-19 15:01 VZ, revision 14683

show the standard wxWin fonts (modified patch 530698)

2002-03-19 14:19 VZ, revision 14682

compilation fix for FALSE -> wxItemKind conversion

2002-03-19 00:04 VS, revision 14681

blind fix to wxGetCwd crash on NT when wxUSE_UNICODE=1 and wxUSE_UNICODE_MSLU=0

2002-03-19 00:04 VS, revision 14680

minor fixes to #include

2002-03-19 00:04 VS, revision 14679

fixed MSVC's problems...

2002-03-18 23:10 RD, revision 14678

SWIGged updates for wxGTK

2002-03-18 22:59 RD, revision 14677

Regenerated file lists so features.h would be installed

2002-03-18 22:31 RD, revision 14676

Updated wxSTC from Scintilla 1.40 to Scintilla 1.45

2002-03-18 22:11 RD, revision 14675

Added wxBufferedDC, changes for wxMenu and wxMenuItem, and other little fixes.

2002-03-18 19:41 VZ, revision 14674

1. implemented radio menu items for wxGTK 2. changed (in most cases blindly) code for all the others 3. added wx/features.h 4. update wxMenu[Item] docs ---------------------------------------------------------------------- Committing in . Modified Files: distrib/msw/tmake/filelist.txt docs/changes.txt docs/latex/wx/menu.tex docs/latex/wx/menuitem.tex include/wx/defs.h include/wx/menu.h include/wx/menuitem.h include/wx/gtk/menu.h include/wx/gtk/menuitem.h include/wx/mac/menuitem.h include/wx/motif/menuitem.h include/wx/msw/menuitem.h include/wx/os2/MENUITEM.H include/wx/univ/menuitem.h samples/menu/menu.cpp src/common/menucmn.cpp src/gtk/menu.cpp src/mac/menuitem.cpp src/motif/menuitem.cpp src/msw/menuitem.cpp src/os2/MENUITEM.CPP src/univ/menu.cpp Added Files: include/wx/features.h ----------------------------------------------------------------------

2002-03-18 18:30 RD, revision 14673

Fixed a typo in one of the virtual callback macros.

2002-03-17 21:44 VS, revision 14672

fix to segfault in system menu code

2002-03-17 21:44 VS, revision 14671

better handling situation when active frame is destroyed or hidden

2002-03-17 21:44 VS, revision 14670

compilation fix

2002-03-17 21:43 VS, revision 14669

fixed rendering artifact in popup menus (caused by incorrect implicit clipping in wxClientDC)

2002-03-17 21:43 VS, revision 14668

minor fix to wxDC::SetClippingRegion

2002-03-17 21:43 VS, revision 14667

more corrections to interactive resizing

2002-03-17 20:07 RR, revision 14666

A draft for a possible fix to the redraw problems when using control with borders and the wxNO_FULL_REPAINT_ON_RESIZE flag under wxUniv.

2002-03-17 15:29 RR, revision 14665

New WM decoration code. It fails to resize dialogs sometimes just like the previous versions.

2002-03-17 15:05 GD, revision 14664

added url of Fink Unix to Mac OS X porting instructions added compatibility version options to dynamic linking under Darwin

2002-03-17 14:31 RR, revision 14663

New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.

2002-03-17 14:27 GD, revision 14662

added wxMAC and wxMOTIF to title conditional compilation

2002-03-17 14:23 GD, revision 14661

added missing consts

2002-03-17 14:16 VZ, revision 14660

patch from Dimitri fixing a few memory leaks and unTABbing the sources

2002-03-17 14:13 VS, revision 14659

implemented 'shaft scrolling' of children in wxUnivWindow::ScrollWindow

2002-03-17 14:13 VS, revision 14658

use Calc(Un)ScrolledPosition instead of wxClientDC

2002-03-17 14:13 VS, revision 14657

added Calc(Un)ScrolledPosition taking wxPoint

2002-03-17 13:58 VZ, revision 14656

clear the frame statusbar when the mouse leaves the toolbar or enters a tool without help string

2002-03-17 11:35 VS, revision 14655

Chris' wxImage::SaveFile(filename_only) patch

2002-03-17 11:34 VS, revision 14654

docs corrections and docs for Chris' wxImage::SaveFile(filename_only) patch

2002-03-17 07:48 RL, revision 14653

really, it will build for 'doze this time.

2002-03-17 07:38 RL, revision 14652

build fix for mingw-cross.

2002-03-17 06:34 RL, revision 14651

Added wxBufferedDC class.

2002-03-17 00:53 VS, revision 14650

fix HTML browser setup dialog under MSW and make the 'OK' button default

2002-03-17 00:52 VS, revision 14649

use wxUniv's setup

2002-03-17 00:52 VS, revision 14648

initial wxMGL readmes

2002-03-17 00:51 VS, revision 14647

added wxCURSOR_RIGHT_ARROW to wxMGL

2002-03-17 00:51 VS, revision 14646

restored old casts (there was a reason for them)

2002-03-17 00:51 VS, revision 14645

my previous commit corrupted the catalogs, reverted

2002-03-17 00:20 RD, revision 14644

Newly SWIGged sources for wxGTK

2002-03-17 00:19 RD, revision 14643

Fixed compilation error and a stupid typo

2002-03-16 19:35 VS, revision 14642

hide tree root on wxMSW in wxHtmlHelpController

2002-03-16 19:35 VS, revision 14641

applied wxTR_HIDE_ROOT patch for wxMSW