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-10-15 00:01 VZ, revision 29853

added wxFileSize_t, changed types of wxFile methods/parameters once again

2004-10-14 23:46 VZ, revision 29852

always let GTK process focus_out events itself

2004-10-14 22:31 VZ, revision 29851

call Skip() under Mac

2004-10-14 22:27 VZ, revision 29850

replaced deprecated GetNoHistoryFiles() function with GetCount()

2004-10-14 19:15 ABX, revision 29849

Do not waste time for USE_ODBC=0.

2004-10-14 18:09 ABX, revision 29848

Bug #1001474. Text!=Password.

2004-10-14 17:42 ABX, revision 29847

Warning fix for wxDateTime_t <-> MSW data exchange.

2004-10-14 17:36 ABX, revision 29846

Fix to wrong order of parameters. Used wxStringBase constructor has parameters in reversed order in comparison to wxString (iirc due to stl::string compatibility).

2004-10-14 17:27 ABX, revision 29845

Fix to the crash in all MSW/OpenWatcom apps using toolbars. wxString() in A?B:C is not a good idea.

2004-10-14 17:19 ABX, revision 29844

Fix to bug #1046289. dtor of wxMetaTagParser must be executed earlier than dtor of 'charset'.

2004-10-14 17:09 ABX, revision 29843

Do not waste time with OpenGL turned off.

2004-10-14 17:05 ABX, revision 29842

Free DMC does not distribute OpenGL support.

2004-10-14 14:34 RN, revision 29841

readd files to restore cocoa compilation

2004-10-14 14:07 RN, revision 29840

Reverted and fixed really broken overcommit

2004-10-14 12:49 VS, revision 29839

fixes to building wxBase on Darwin

2004-10-14 10:32 JS, revision 29838

Script updates

2004-10-14 10:29 JS, revision 29837

Doc tweaks

2004-10-14 10:28 JS, revision 29836

Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar appearance problems by setting the scroll increment to e.g. 1 (Scrollbar problems caused by rounding errors - see comments in grid.cpp). Also removed obsolete functions from reference, rearranged alphabetically

2004-10-14 10:16 JS, revision 29835

Commented out SetFont(wxNullFont) which causes an assertion on Windows

2004-10-14 09:29 VS, revision 29834

added wxTB_HORZ_LAYOUT

2004-10-14 03:39 DE, revision 29833

Removed empty wxCocoa wxFileDialog implementation

2004-10-14 03:05 DE, revision 29832

Reverted broken test to determine wxHAS_TASK_BAR_ICON

2004-10-14 03:01 DE, revision 29831

Removed empty wxCocoa taskbar files and broken files.bkl commit.

2004-10-13 21:19 VZ, revision 29830

give an #error if wxUSE_GLCANVAS == 0 instead of building empty samples

2004-10-13 20:47 JS, revision 29829

gtk_frame_focus_out_callback can be called with g_activeFrame null; so test for it.

2004-10-13 17:24 RN, revision 29828

fix syntax errors

2004-10-13 17:22 RN, revision 29827

fix syntax error

2004-10-13 17:10 RN, revision 29826

small doc cleanup

2004-10-13 15:14 RD, revision 29825

line segment fixes

2004-10-13 15:14 RD, revision 29824

dc.DrawLines fixed [1046055]

2004-10-13 14:11 ABX, revision 29823

Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

2004-10-13 14:09 ABX, revision 29822

Darwin fixes (OW,BCC,MinGW,DMC tested).

2004-10-13 14:04 ABX, revision 29821

Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

2004-10-13 09:24 ABX, revision 29820

Fix to reflect wxUNIVERSAL conditions from header.

2004-10-13 02:54 RN, revision 29819

crush compiler warnings and handle out of memory errors slightly better

2004-10-12 21:08 VZ, revision 29818

check that item pointer is non-NULL in WM_DRAW/MEASUREITEM

2004-10-12 21:07 RR, revision 29817

Added new wxPrintFactory code and made wxPrinter and wxPrintPreview make use of it. BIG CHANGE.

2004-10-12 20:48 ABX, revision 29816

Reverted due to Darwin and other conflicts.

2004-10-12 20:47 ABX, revision 29815

Reverted due to Darwin conflict.

2004-10-12 20:14 ABX, revision 29814

Reverted conflict with Darwin.

2004-10-12 19:29 ABX, revision 29813

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-12 19:05 RL, revision 29812

Update config.{guess,sub}

2004-10-12 18:59 RL, revision 29811

Regenerate .po files from 2.5.3 source.

2004-10-12 18:28 VS, revision 29810

updated after moving xrc to the core

2004-10-12 18:15 JS, revision 29809

Restored the default wizard height to match 2.4 (and bitmap size) settings

2004-10-12 18:02 JS, revision 29808

Corrected swapped args

2004-10-12 17:12 ABX, revision 29807

Whitespaces, tabs and fix to the lack of empty line at end.

2004-10-12 16:58 ABX, revision 29806

Remove old pragmas for avoiding warnings with Open Watcom. They are not working with new build system and have to be passed to compiler through options.

2004-10-12 15:30 ABX, revision 29805

Undo last change due to STL.

2004-10-12 15:22 RN, revision 29804

annoying oversight - someday compilers will point this out