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

2004-08-06 00:22 RD, revision 28653

GTK2 is now the default for builds. Removed the "p"(re) from the version number.

2004-08-06 00:09 RD, revision 28652

Applied (and heavily modified) a patch from Eugene <svip123@fastmail.fm> that allows the sample modules in the demo to be edited and reloaded, all from within the demo. You can switch back and forth beteen the default and your edited version, and any errors ocurring upon the reload are reported on the Demo tab.

2004-08-06 00:03 RD, revision 28651

use NormalizeFontSizes if on wxGTK2

2004-08-06 00:02 RD, revision 28650

more build tweaks

2004-08-05 23:59 RD, revision 28649

Added NormalizeFontSizes which will set the html font sizes based on the size of a system font.

2004-08-05 21:35 MBN, revision 28648

Updated italian translation.

2004-08-05 21:28 VS, revision 28647

gsocket compilation fixes: use .cpp files, not .c

2004-08-05 20:05 DE, revision 28646
  • D /wxWidgets/trunk/src/gtk/gsockgtk.c
  • D /wxWidgets/trunk/src/gtk1/gsockgtk.c
  • D /wxWidgets/trunk/src/mac/carbon/gsockosx.c
  • D /wxWidgets/trunk/src/mac/classic/gsockosx.c
  • D /wxWidgets/trunk/src/mac/classic/gsockosx.cpp
  • D /wxWidgets/trunk/src/motif/gsockmot.c
  • D /wxWidgets/trunk/src/msw/gsocket.c
  • D /wxWidgets/trunk/src/msw/gsockmsw.c
  • D /wxWidgets/trunk/src/unix/gsocket.c
  • D /wxWidgets/trunk/src/x11/gsockx11.c

Removed unneeded GSocket files

2004-08-05 19:56 VS, revision 28645

fixed dependencies: dbgrid needs odbc

2004-08-05 19:21 SC, revision 28644

corrected GetPosition and extended erasing to include the entire update rgn passed

2004-08-05 16:52 ABX, revision 28643

Peparation for native Smartphone controls based on Spinners.

2004-08-05 16:46 ABX, revision 28642

Unused parameters markup.

2004-08-05 15:08 ABX, revision 28641

Make wxSplashScreen with parent so it ends immediatelly if we close main frame very quickly.

2004-08-05 15:01 ABX, revision 28640

GCC fixes: order of initializations, type casting, empty last lines.

2004-08-05 14:29 ABX, revision 28639

Order of initializations according to class construction.

2004-08-05 13:51 VS, revision 28638

added splash sample

2004-08-05 13:51 VS, revision 28637

added Basque translation

2004-08-05 13:36 ABX, revision 28636

Fixed wrong condition.

2004-08-05 10:30 ABX, revision 28635

splash sample into distribution.

2004-08-05 09:06 ABX, revision 28634

splash sample into distribution.

2004-08-05 00:40 RD, revision 28633

little tweaks

2004-08-05 00:39 RD, revision 28632

Added ability to also do a remote build on the Jaguar machine

2004-08-05 00:37 RD, revision 28631

reSWIGged

2004-08-04 23:58 RD, revision 28630

reSWIGged

2004-08-04 22:28 RD, revision 28629

fixed typo

2004-08-04 22:27 RD, revision 28628

The build can now start RPM builds on more than one linux target, currently set up to do RH9 and FC2.

2004-08-04 22:24 RD, revision 28627

SetSizeHints --> SetMinSize or SetBestFittingSize, and other tweaks

2004-08-04 19:22 SC, revision 28626

fixing memleak, correcting huge background erase area

2004-08-04 19:04 ABX, revision 28625

wxSplashScreen sample added.

2004-08-04 18:54 ABX, revision 28624

wxSplashScreen also for About frame.

2004-08-04 18:20 SC, revision 28623

best size taking into account borders

2004-08-04 17:16 ABX, revision 28622

Array has pointers.

2004-08-04 17:14 ABX, revision 28621

wxSplashScreen sample added to global makefiles.

2004-08-04 17:08 ABX, revision 28620

wxSplash sample code, sample image, bake and make files.

2004-08-04 16:36 SC, revision 28619

redraw fixes

2004-08-04 13:13 SC, revision 28618

we have to force live updates under OSX as there is no ScreenDC on OSX available right now

2004-08-04 11:48 SC, revision 28617

corrected scroll rect position

2004-08-04 08:37 SN, revision 28616

Fixed typo reported by Ian Brown.

2004-08-04 08:04 ABX, revision 28615

Blind fix to precompiled headers verified by author of bug #1003085

2004-08-04 07:03 ABX, revision 28614

Missed defs.h inclusion.

2004-08-04 04:44 RL, revision 28613

Prepare another upload with .po updates and a wrongly reverted hunk from the KBSD patch.

2004-08-04 03:22 DE, revision 28612

Use new C++ sockets for everything except OS/2

2004-08-04 03:04 DE, revision 28611

C->C++ conversion

2004-08-04 00:35 DE, revision 28610

Support building X11 and Motif on Mac OS X

2004-08-03 21:17 RD, revision 28609

more dbg flags (but it's still comment out by defult)

2004-08-03 19:22 DE, revision 28608

Accidently left in an extra {} and also had wrong license name.

2004-08-03 19:18 DE, revision 28607

Revert original UNIX C->C++ conversion and instead make it work exactly like the new MSW C++ GSocket.

2004-08-03 18:41 DE, revision 28606

Provide stub for wxDisplayBase::GetCount()

2004-08-03 18:00 SC, revision 28605

refresh had to offset the region by borders moving windows had to take parent borders into account as well on composited windows

2004-08-03 14:46 ABX, revision 28604

Makefiles for foldbar sample.