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-02 16:21 VZ, revision 29603

fixed dll import specification of wxGetHInstance()

2004-10-02 16:12 VZ, revision 29602

removed trailing comma from enum (gcc 3.4 compilation fix)

2004-10-02 15:30 VS, revision 29601

generated resources code doesn't have to include <wx/wx.h>

2004-10-02 14:07 JS, revision 29600

Blind fixes for Mac project files (version number, missing cpp files)

2004-10-02 12:36 VS, revision 29599

compilation fixes for gcc-3.4

2004-10-02 12:34 VS, revision 29598

don't link GUI libs into wxrc

2004-10-01 18:14 RD, revision 29597

Fixed typo, patch from Will

2004-10-01 16:10 RL, revision 29596

Filter any arguments back to 2.4.2.6 syntax before handing them on to a legacy wx-config.

2004-10-01 14:26 DE, revision 29595

wxCocoa needs OpenGL/*.h instead of GL/*.h (for OpenGL.framework includes)

2004-10-01 14:23 DE, revision 29594

wxCocoa: Added (mostly) stubs for wxGLCanvas and friends.

2004-10-01 14:02 RL, revision 29593

Add wxversion/ to the dist tarball. Prefer 2.5 wx-config in the debs.

2004-10-01 13:28 RL, revision 29592

Add support for legacy 2.4 installs to wx-config. Add /utils/wxrc to the dist target and fix some things that still think it is in contrib.

2004-10-01 12:40 RN, revision 29591

fix const to normal warning

2004-10-01 11:27 VS, revision 29590

use default GUI font in wxHtmlListBox

2004-10-01 11:20 VS, revision 29589

gcc-3.4 compilation fix

2004-10-01 10:47 CE, revision 29588

update script to use vars

2004-10-01 03:14 RN, revision 29587

*** empty log message ***

2004-10-01 03:09 RN, revision 29586

OSX only (a runtime check would be preferable as Kevin mentioned

2004-10-01 02:50 KH, revision 29585

Increase status bar height from 15 to 18, allows common 16 x 16 icons and other controls like checkboxes to fit better without special handling (at least until Mac statusbar can determine its own best height)

2004-10-01 02:49 RN, revision 29584

only do the seperator between about and preferences on 10.3 and up

2004-10-01 02:08 KH, revision 29583

wx apps did not have the separator like other apps after About--now they do

2004-10-01 01:57 RN, revision 29582

fix dialogs sample after change to generic on OSX

2004-10-01 01:51 VZ, revision 29581

hack: hide the MDI parent frame by moving it off screen

2004-10-01 01:49 VZ, revision 29580

relayout frame contents when tool/statusbar is shown/hidden

2004-10-01 01:46 VZ, revision 29579

extracted OnSize() body in a new DoLayout() method so that it can be called from wxFrame::SetXXXBar()