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

2006-06-04 21:18 PC, revision 39553

avoid gtk assert on negative window size

2006-06-04 17:00 PC, revision 39552

update scroll position variables from Scroll method, broken in previous change

2006-06-04 15:51 VZ, revision 39551

use wxImage to load icons in non-native formats

2006-06-04 15:14 VZ, revision 39550

s/wxHyperLinkCtrl/wxHyperlinkCtrl/

2006-06-04 15:11 VZ, revision 39549

added hyperlink.tex

2006-06-04 15:09 VZ, revision 39548

added missing brace after wxTB_NO_TOOLTIPS

2006-06-04 15:04 VZ, revision 39547

fixed typo in HitTest() docs

2006-06-04 14:55 VZ, revision 39546

silence gcc warnings about values not handled in switch

2006-06-04 14:51 VZ, revision 39545

printf format spec warning fix

2006-06-04 14:27 VZ, revision 39544

on some systems PBT_APMRESUMESUSPEND is not sent on resume but PBT_APMRESUMEAUTOMATIC is

2006-06-04 12:39 MW, revision 39543

Make Bourne compatible.

2006-06-04 06:19 PC, revision 39542

build fix

2006-06-03 22:32 VZ, revision 39541

wxArrayString::Sort() wasn't MT-safe even though it tried to

2006-06-03 20:34 VZ, revision 39540

just some spelling fixes

2006-06-03 19:51 RD, revision 39539

Fix line-endings

2006-06-03 19:20 PC, revision 39538

correct access for virtuals, unneeded includes

2006-06-03 18:36 PC, revision 39537

don't generate a scroll event when setting scroll position from scroll event handler

2006-06-03 18:35 PC, revision 39536

don't generate a scroll event when setting scroll position from scroll event handler fix setting scroll position from thumb release event handler

2006-06-03 14:56 VZ, revision 39535

take const wxWindow * in wxUxThemeHandle ctor

2006-06-03 14:49 VZ, revision 39534

clarify global wxConfig object life-management

2006-06-03 10:21 MW, revision 39533

Add picker files for mac.

2006-06-02 15:27 SC, revision 39532

Fixes and XCode 2.3 update

2006-06-02 14:34 SC, revision 39531

Fixes and XCode 2.3 update

2006-06-02 14:05 MW, revision 39530

Compile fix for no precompiled headers

2006-06-02 12:12 MW, revision 39529

Add wx-lib xml as adv depends on it for the richtext control

2006-06-02 12:00 MW, revision 39528

Commit pickers-fixes.patch added to 1472329 (Francesco Montorsi)

2006-06-02 10:20 MW, revision 39527

Revert previous commit.

2006-06-02 08:17 MW, revision 39526

Lazy creation of the picker dialogs (Francesco).

2006-06-02 06:39 JJ, revision 39525

Updated OpenVMS compile support

2006-06-02 03:44 RD, revision 39524

colSortFlag shoudl be an int, not a Boolean

2006-06-02 03:43 RD, revision 39523

Switch to bzip2 for compression

2006-06-01 23:56 ABX, revision 39522

uxtheme.h provides symbols regardless wxUSE_UXTHEME flag.

2006-06-01 22:23 RD, revision 39521

Some explainations and directions for building the Debian wx packages

2006-06-01 22:22 RD, revision 39520

Updated debian-dist and debian package scripts from 2.6 branch

2006-06-01 22:17 ABX, revision 39519

OW/MGL build fix.

2006-06-01 22:15 ABX, revision 39518

Typo fix.

2006-06-01 20:52 ABX, revision 39517

Include wx/radiobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-01 17:32 RD, revision 39516

DLL compilation fix

2006-06-01 15:19 ABX, revision 39515

Build fix after PCH changes.

2006-06-01 15:16 ABX, revision 39514

Add new components to wxOS2 builds.

2006-06-01 13:18 ABX, revision 39513

Universal build fix.

2006-06-01 12:31 MW, revision 39512

Compile fixes for GTK 2.4

2006-06-01 11:01 ABX, revision 39511

Minor corrections to pickers presentation.

2006-06-01 10:58 ABX, revision 39510

Warning fix.

2006-06-01 10:57 ABX, revision 39509

Build fix for OW regarding & operator needing full class specs.

2006-06-01 09:44 MW, revision 39508

Build fix for systems linux where va_list is an array type.

2006-06-01 09:16 ABX, revision 39507

Minor source cleaning.

2006-06-01 08:52 ABX, revision 39506

Build fix based on wxOS2 night build log.

2006-06-01 08:23 ABX, revision 39505

Include wx/listbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-01 00:52 RD, revision 39504

reSWIGged

2006-06-01 00:40 RD, revision 39503

reSWIGged

2006-06-01 00:33 RD, revision 39502

IsStandard needs to check m_type, not m_format

2006-06-01 00:23 RD, revision 39501

regenerated ReST docs with new docutils

2006-06-01 00:21 RD, revision 39500

Fix some ReST formatting errors

2006-06-01 00:17 VZ, revision 39499

regenerated after wxColour/File/Dir/FontPickerCtrl changes

2006-06-01 00:13 VZ, revision 39498

added possibility to reorder columns by dragging them (patch 1409677)

2006-06-01 00:04 RD, revision 39497

Add missing files needed by the build. Add icon and *.desktop files for the wxPython tools

2006-06-01 00:00 RD, revision 39496

Add enough to the tarball that the debian packages can be built from it too. Switch to using bzip2 for compression.

2006-05-31 23:57 VZ, revision 39495

added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329 by Francesco)

2006-05-31 23:41 RD, revision 39494

Reset the event object and id in case FindWindowForMouseEvent returns a different window.

2006-05-31 23:37 VZ, revision 39493

don't assert if neither wxFD_OPEN nor wxFD_SAVE is given; wxFD_OPEN is the default

2006-05-31 22:48 VZ, revision 39492

use gtk_window_set_modal(TRUE/FALSE) instead of gtk_grab_add/remove() (part of patch 1472329)

2006-05-31 22:35 RD, revision 39491

The colSortFlag needs to be an integer, not a Boolean

2006-05-31 22:34 RD, revision 39490

Ensure there is an app object before using a wx.RendererNative

2006-05-31 21:35 VZ, revision 39489

corrected header for wxWakeUpIdle()

2006-05-31 21:26 RD, revision 39488

Forward port of changes for using themed drawing of owner-drawn buttons.

2006-05-31 18:27 ABX, revision 39487

Include wx/statbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-31 18:15 ABX, revision 39486

[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style' - with modifications.

2006-05-31 17:22 PC, revision 39485

threads fix

2006-05-31 12:18 ABX, revision 39484

PCH support for !MSW/!autoconf platforms.

2006-05-31 12:10 ABX, revision 39483

PCH support for !MSW/!autoconf platforms.

2006-05-31 11:48 ABX, revision 39482

Various dummy.cpp centralized in common/dummy.cpp. Build rebaked.

2006-05-31 09:34 ABX, revision 39481

Include wx/statbmp.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-31 05:38 SC, revision 39480

changing scrollbars (hiding/showing) triggers a size event.

2006-05-30 17:39 ABX, revision 39479

Include wx/stattext.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-30 17:22 VZ, revision 39478

fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)

2006-05-30 17:14 VZ, revision 39477

fixes for wxVsnprintf() in Unicode build (2nd part of patch 1462778)

2006-05-30 13:43 ABX, revision 39476

Include wx/scrolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-30 13:10 VZ, revision 39475

mentioned that the handlers should be allocated on the heap also in ClearHandlers() docs (and not only in AddHandle() section)

2006-05-30 12:41 ABX, revision 39474

Missing items for default DMC distribution.

2006-05-30 11:55 ABX, revision 39473

wxHyperlink page for widgets presentation.

2006-05-30 09:17 ABX, revision 39472

[ 1494561 ] wxComboCtrl vertical size fix.

2006-05-30 07:43 ABX, revision 39471

Include commctrl.h properly.

2006-05-30 07:34 ABX, revision 39470

Include wx/choice.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-30 07:25 ABX, revision 39469

wxFD_* constants without 2.6 compatibility (heavily extended and modified patch #1497305).

2006-05-29 23:49 ABX, revision 39468

Smartphone build fix.

2006-05-29 23:24 ABX, revision 39467

wxWinCE power build fixes.

2006-05-29 22:45 RD, revision 39466

wx.HIDE_READONLY is gone

2006-05-29 22:43 RD, revision 39465

Avoid an assert if no alignment style is specified

2006-05-29 21:45 ABX, revision 39464

Build fix.

2006-05-29 21:26 ABX, revision 39463

Include wx/checklst.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-29 21:18 RD, revision 39462

reSWIGged

2006-05-29 21:12 ABX, revision 39461

Source markup fixes.

2006-05-29 20:57 RD, revision 39460

Added wxHyperlinkCtrl, wxPowerEvent, and lots of little things to match changes made in wx.

2006-05-29 20:54 RD, revision 39459

wxWakeUpIdle seems unnecessary here

2006-05-29 20:41 RD, revision 39458

Take out AdjustPagebreak for now...

2006-05-29 20:37 MW, revision 39457

Map between int page ids and page pointers using hashes so that it works when pointers are 64-bits.

2006-05-29 20:31 RD, revision 39456

Compile fix

2006-05-29 20:29 RD, revision 39455

wxFileDialog SetStyle and GetStyle are gone

2006-05-29 20:27 RD, revision 39454

Provide a wxDirSelectorPromptStr