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-08-16 10:33 JS, revision 16540

Applied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT By John Skiff

2002-08-16 10:31 JS, revision 16539

Applied patch [ 594623 ] FL: No Taskbar entry for tool windows and also replaced -with-iodbc with -with-odbc in the docs.

2002-08-16 10:28 VZ, revision 16538

only test for pangoft2 if we're using GTK 2

2002-08-16 09:55 JS, revision 16537

Applied patch [ 594416 ] MDI Previous Child From Benjamin I. Williams

2002-08-16 02:27 RD, revision 16536

demo tweak

2002-08-16 02:27 RD, revision 16535

Compile fix

2002-08-16 00:53 VZ, revision 16534

wxCheckWindowWndProc() now checks for the original window proc in the window class and not for the current (possibly subclasses) window proc

2002-08-16 00:48 VZ, revision 16533

change the selection appropriately (and refresh it as needed) after deleting a notebook page

2002-08-16 00:44 VZ, revision 16532

fix for the bug introduced by the last commit: don't quit the program when a standard msg box is closed

2002-08-16 00:09 VZ, revision 16531

added a command to delete last page and not only the current one

2002-08-15 22:20 VZ, revision 16530

added missing header to fix wxGTK compilation

2002-08-15 22:14 VZ, revision 16529

ExitOnFrame behaviour update for wxMac

2002-08-15 20:49 RR, revision 16528

What did I change here?

2002-08-15 20:48 RR, revision 16527

Fix to not break GTK2 output. (wxLogMessage bug).

2002-08-15 20:47 RR, revision 16526

wxTextDataObject should convert to and from UTF8 in Unicode mode under GTK.

2002-08-15 20:45 RR, revision 16525

Further UNicode fixes.

2002-08-15 20:43 RR, revision 16524

strings are now wxChar

2002-08-15 20:42 VZ, revision 16523

the app doesn't exit any more if a dialog is shown (and destroyed) while the flow of control is still in OnInit()

2002-08-15 20:38 VZ, revision 16522

some old minor doc fixes I forgot to commit somehow

2002-08-15 19:38 VZ, revision 16521

added wxList::IsEmpty()

2002-08-15 17:55 VZ, revision 16520

fixed (and slightly cleant up) wxGTK compilation

2002-08-15 17:47 VZ, revision 16519

fixed a harmless warning (patch 595096) and added a comment

2002-08-15 13:28 SC, revision 16518

(hopefully) workaround for a carbon bug not always setting the modifiers event record field.

2002-08-14 23:26 RD, revision 16517

Allow AddWindow and RemoveWindow to be overridden in classes derived in Python

2002-08-14 23:25 RD, revision 16516

Typo fixed