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

2004-09-30 23:20 RD, revision 29578

no need to build separate xrc lib anymore

2004-09-30 23:18 RD, revision 29577

reSWIGged

2004-09-30 23:12 RD, revision 29576

Correct call to shape.Show()

2004-09-30 22:27 VZ, revision 29575

don't deprecate SetItemImage() with 3 parameters; just add a default value for the last one

2004-09-30 22:20 VS, revision 29574

build and install wxrc by default

2004-09-30 22:19 VS, revision 29573
  • D /wxWidgets/trunk/contrib/build/xrc

removed remaining XRC files from contrib

2004-09-30 22:17 VS, revision 29572

wxrc is in core utils now

2004-09-30 22:15 VS, revision 29571

install wxrc as wxrc-2.5, with symlink

2004-09-30 21:52 VS, revision 29570

blind compilation fix for MSVC

2004-09-30 21:00 DE, revision 29569

Use struct qualifier with objc_object (it is and always will be a struct)

2004-09-30 19:40 RD, revision 29568

Don't need to tickle the Idle process any more for taskbar icons

2004-09-30 19:13 JS, revision 29567

Deprecations

2004-09-30 19:12 JS, revision 29566

Deprecated SetItemImage with 2 image ids Deprecated _GET_INFO, _SET_INFO list control events

2004-09-30 18:41 JS, revision 29565

Applied patch 1037938 by Zbigniew Zagorski to fix Unicode build problems in Tex2RTF HTML generation

2004-09-30 16:37 VS, revision 29564

moved wxWindow::GetBestSize implementation into DoGetBestSize

2004-09-30 16:33 VS, revision 29563

moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to support both prototypes in derived classes

2004-09-30 16:33 RD, revision 29562

Fix for crash when the child has no menu

2004-09-30 16:32 VS, revision 29561

resize parent's frame client area correctly when statusbar is added

2004-09-30 14:54 JS, revision 29560

Blind fix for missing files

2004-09-30 14:47 JS, revision 29559

Added XRC project

2004-09-30 13:51 RN, revision 29558

have it work the old way with PopupMenu(), and have it restore the old menu on destruction (and hopefully when RemoveIcon() is called

2004-09-30 11:15 ABX, revision 29557

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-30 08:23 VZ, revision 29556

compilation fix for wxGetEmptyString() with wxUSE_STL == 1

2004-09-30 01:17 RD, revision 29555

A better fix for GetXWindow that can handle both the wx widgets and the native widgets.

2004-09-29 21:56 RD, revision 29554

wxSystemSettings::GetMetric returns -1 if the metric is not supported by the port.