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-08-10 19:08 VS, revision 22753

utilsexc.cpp is wxBase only

2003-08-10 19:06 VS, revision 22752

better fix for macos resources

2003-08-10 18:50 VS, revision 22751

hopefully better fix for mac resource problems

2003-08-10 18:32 VS, revision 22750

quick fix for mac resource problems

2003-08-10 18:19 VS, revision 22749

__WXMAC__, not __MAC__

2003-08-10 17:26 VZ, revision 22748

compilation fix for !wxUSE_BASE

2003-08-10 17:25 VZ, revision 22747

compilation fix for !USE_PCH

2003-08-10 17:12 VS, revision 22746

added HelpGen bakefile

2003-08-10 16:45 VS, revision 22745

another update for newest bakefile

2003-08-10 16:43 VS, revision 22744

update for newest bakefile

2003-08-10 16:41 VZ, revision 22743

fixed syntax error in case

2003-08-10 16:38 VS, revision 22742

use install_name_tool so that samples use uninstalled shared libs on OSX

2003-08-10 16:34 VS, revision 22741

fixed typo

2003-08-10 16:22 VZ, revision 22740

parameters must have names in C

2003-08-10 16:17 VS, revision 22739

wxMac compilation fixes

2003-08-10 16:10 VS, revision 22738

make sure utils.cpp and utilsexc.cpp are built only once in monolib buld

2003-08-10 15:58 VS, revision 22737

wxMac fix

2003-08-10 15:51 VZ, revision 22736

added version checking to the renderers

2003-08-10 15:25 VZ, revision 22735

mac/utils\*.cpp should be built as part of wxMac too (not only wxBase)

2003-08-10 14:20 SC, revision 22734

two fixes from Justin Bradford

2003-08-10 11:54 VS, revision 22733

don't install builtin 3rd party libs with shared version, only with static one

2003-08-09 22:40 VS, revision 22732

pass options to submakefiles

2003-08-09 22:38 VS, revision 22731

re-added info after installation and added samples target to the main makefile

2003-08-09 22:37 VS, revision 22730

don't generate install commands, not needed

2003-08-09 22:31 VS, revision 22729

don't generate install commands, not needed

2003-08-09 22:23 VS, revision 22728

fixed DSP files for IPC sample

2003-08-09 20:23 VS, revision 22727

check if we are using compatible C++ ABI when usin GCC or IntelC++

2003-08-09 20:09 VS, revision 22726

fixed command line parsing

2003-08-09 19:12 VS, revision 22725

added bakefile format manifest

2003-08-09 17:08 SN, revision 22724

Added forgotten(?) wxMutexGuiEnter.

2003-08-09 12:46 VS, revision 22723

added support for gcc precompiled headers

2003-08-09 12:38 VS, revision 22722

added support for gcc precompiled headers

2003-08-09 11:52 VS, revision 22721

added support for gcc precompiled headers

2003-08-09 08:33 SC, revision 22720

define WX_XTI_TEMPLATE_FIX in case it is not yet

2003-08-09 08:20 SC, revision 22719

extended streaming-out for event handlers

2003-08-09 08:19 SC, revision 22718

added flag for broken compilers with regard to templated getters/setters resolution, so that we can test easily whether it's still needed

2003-08-09 08:17 SC, revision 22717

exposing the dynamic event table

2003-08-08 23:01 VS, revision 22716

checked in broken makefile by mistake; fixed

2003-08-08 22:19 RD, revision 22715

fixed unused local wanring

2003-08-08 22:06 VS, revision 22714

use wxUniv's wxTextCtrl in wxX11

2003-08-08 21:32 RD, revision 22713

Added Python wrappers for wxRTTI for the wxVScrolledWindow, wxVListBox, and wxHtmlListBox classes. Removed the calls to wxClassInfo::Cleanup and Initialize.

2003-08-08 21:23 RD, revision 22712

Added wxRTTI for the new wxVScrolledWindow, wxVListBox, and wxHtmlListBox classes.

2003-08-08 20:51 SC, revision 22711

xti expansions, streaming code changes

2003-08-08 20:35 SC, revision 22710

xti expansions, streaming code changes

2003-08-08 19:41 JS, revision 22709

Use wxUniv textctrl for wxX11

2003-08-08 19:39 JS, revision 22708

Call base OnInternalIdle Use wxUniv textctrl implementation in wxX11

2003-08-08 18:35 DE, revision 22707

lock/unlockFocus when doing the copy in SelectObject

2003-08-08 15:12 VS, revision 22706

use MSLU in wxBase, too

2003-08-08 14:57 DE, revision 22705

* Since AppKit cannot draw directly on NSBitmapImageRep, copy the data to/from an offscreen window during SelectObject * Apply the usual flip transformations

2003-08-08 14:49 DE, revision 22704

* When cloning the ref data, copy the NSBitmapImageRep instead of retaining it * Added SetNSBitmapImageRep so that wxMemoryDC can update the contents by replacing the entire NSBitmapImageRep. * Added ability to create bitmaps from width/height

2003-08-08 13:15 VS, revision 22703

1) some compilers (Watcom) don't like it if wxBase library PCH file contains symbols from GUI components and won't link a DLL 2) fixed subdirs recursion code - all options must be output 3) fixed subdirs recursion code - all options must be output 4) fix for watcom resource compiler

2003-08-08 12:59 VS, revision 22702

1) some compilers (Watcom) don't like it if wxBase library PCH file contains symbols from GUI components and won't link a DLL 2) fixed subdirs recursion code - all options must be output 3) fixed subdirs recursion code - all options must be output 4) fix for watcom resource compiler

2003-08-08 12:20 VS, revision 22701

fixed Common Headers group for VC++ definition

2003-08-08 11:54 VZ, revision 22700

don't ignore start parameter in find_last_of()

2003-08-08 11:49 VS, revision 22699

(re)added MSLU support to Unicode builds

2003-08-08 11:47 VS, revision 22698

fix for watcom resource compiler

2003-08-08 11:08 JS, revision 22697

Static object -> pointer Clean up renderer in module OnExit or we get a crash on exit (under wxX11 at least). To-do: we need to add priorities to wxModule so we can clean this up last.

2003-08-08 09:49 VS, revision 22696

some compilers (Watcom) don't like it if wxBase library PCH file contains symbols from GUI components and won't link a DLL

2003-08-08 09:32 VS, revision 22695

fixed some bugs in MSW version

2003-08-08 08:55 VS, revision 22694

compilation fix

2003-08-08 03:58 RD, revision 22693

Fix for wxTextCtrl::GetSelection for single line controls in GTK2 mode

2003-08-08 03:57 RD, revision 22692

Fix for wxTextCtrl::GetSelection for singel line controls in GTK2 mode

2003-08-07 23:14 SN, revision 22691

Added implementations for two cases of wxSystemSettingsNative::GetMetric to make wxTextEntryDialog work.

2003-08-07 23:01 VS, revision 22690

more samples makefiles fixes

2003-08-07 22:55 VS, revision 22689
  • D /wxWidgets/trunk/samples/mobile/mobile.bkl
  • D /wxWidgets/trunk/samples/mobile/mobile.dsp
  • D /wxWidgets/trunk/samples/mobile/mobile.dsw

removed old files

2003-08-07 22:39 VS, revision 22688

more samples fixes

2003-08-07 22:27 VS, revision 22687
  • D /wxWidgets/trunk/samples/wxtest/mondrian.ico
  • D /wxWidgets/trunk/samples/wxtest/test.rc

no longer needed

2003-08-07 22:24 VS, revision 22686
  • D /wxWidgets/trunk/samples/richedit/wxLayout.rc

not needed now

2003-08-07 22:22 VS, revision 22685
  • D /wxWidgets/trunk/samples/newgrid

newgrid was removed long ago

2003-08-07 22:15 VS, revision 22684

create samples makefile

2003-08-07 22:05 VS, revision 22683

fixed wrong srcdir in contrib w/ autoconf

2003-08-07 21:39 SN, revision 22682

wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds. Got sockets working.

2003-08-07 21:38 SN, revision 22681

wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.

2003-08-07 21:31 SN, revision 22680

Got sockets working.

2003-08-07 20:59 VS, revision 22679

blind fix for watcom

2003-08-07 15:08 RD, revision 22678

only match the regex at the end of the string

2003-08-07 13:31 VS, revision 22677

regenerated

2003-08-07 13:26 VS, revision 22676

regenerated

2003-08-07 13:18 VS, revision 22675

added all samples

2003-08-07 13:14 VS, revision 22674

added makefile to compile all demos

2003-08-07 13:13 VS, revision 22673

this file doesn't compile with Watcom

2003-08-07 13:11 VS, revision 22672

added bakefile to build all demos

2003-08-07 13:10 VS, revision 22671

use hand-written samples/Makefile.in

2003-08-07 12:38 VS, revision 22670

exclude some files from being generate

2003-08-07 12:35 VS, revision 22669

fixed wxBase and GUI separation for sockets code

2003-08-07 12:26 VS, revision 22668

fixed wxBase and GUI separation for sockets code

2003-08-07 12:21 VS, revision 22667

disable Borland C++ warnings

2003-08-07 12:02 VS, revision 22666

consistency fixes

2003-08-07 08:48 SN, revision 22665

Don't forbid using threads on OS/2.

2003-08-07 08:34 VS, revision 22664

samples/render works on Unix now

2003-08-07 08:27 VS, revision 22663

bakefile fix for modules linking

2003-08-07 08:16 VS, revision 22662

XP manifest is in wx.rc now

2003-08-07 07:58 VS, revision 22661

finished documentation for the new build system

2003-08-06 23:03 VZ, revision 22660

fixed HasButtons()

2003-08-06 22:44 VS, revision 22659

regenerated makefiles

2003-08-06 22:24 VS, revision 22658

regenerated makefiles

2003-08-06 21:23 VS, revision 22657

more bakefile samples

2003-08-06 21:19 VS, revision 22656

wxUniv -> Universal

2003-08-06 20:49 VS, revision 22655

compilation fixes

2003-08-06 20:43 VS, revision 22654

update for new bakefile