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

2007-11-01 06:06 DE, revision 49574

Fix mouse coordinates in scrolled views to be those that wxWidgets expects.

2007-11-01 04:25 DE, revision 49573

Implement scrolling like wxWindow expects. That is, scrollbars send an event which the application processes to scroll the window the desired amount rather than letting the toolkit do it. There's still a lot more to go w.r.t. coordinate system transformations. Copyright 2007 Software 2000 Ltd.

2007-11-01 01:35 VZ, revision 49572

added wxMessageQueue class for inter-thread communications

2007-11-01 00:09 VZ, revision 49571

also assert in generic GetSelection() if the control is in multiselection mode, for consistency with wxMSW and other controls

2007-10-31 23:31 RD, revision 49570

Ensure we don't reset the group parent if it wasn't set at the begining

2007-10-31 23:05 RD, revision 49569

Patch from Niki Spahiev: Treat empty domain name the same as NULL

2007-10-31 20:46 VZ, revision 49563

backport the WXDLLIMPEXP_FWD_XXX macros to 2.8 (patches 1822143 and 1822146)

2007-10-31 18:55 VZ, revision 49562

don't clear the selection in the edit control in SetInsertionPoint()

2007-10-31 16:14 VZ, revision 49561

mention that bitmap must be selected out of wxMemoryDC before being used for anything else (patch 1823516)

2007-10-31 16:08 VZ, revision 49560

make strings used in the dialog translatable (patch 1823372)

2007-10-31 16:06 VZ, revision 49559

replaced a wrong _() with _T() (small part of patch 1822769)

2007-10-31 01:59 KO, revision 49545

Fix GetLabel and GetLabelText to be consistent with other platforms.

2007-10-31 01:58 KO, revision 49544

Implement IsItemShown and IsItemEnabled.

2007-10-31 01:57 KO, revision 49543

Return the value set, even if we aren't currently using the value in the implementation. This keeps unit tests from asserting.

2007-10-30 22:05 RD, revision 49538

Bump subrelease number

2007-10-30 18:51 VZ, revision 49537

reverted last changed (r49413) as deleting non-attached menus fails under Windows 95

2007-10-30 12:50 VZ, revision 49536

don't set CF_TEXT data in wxURLDataObject in Unicode build, this results in an assert

2007-10-30 10:22 CE, revision 49532

move to newer tex2rtf

2007-10-30 00:32 VZ, revision 49529

compilation fix for WXWIN_COMPATIBILITY_2__4==1

2007-10-29 22:31 VZ, revision 49528

add wxMouseEvent::GetClickCount() and implement it for wxMac

2007-10-29 20:57 CE, revision 49527

Watcom needs lfind change too

2007-10-29 19:00 VZ, revision 49525

don't associate dummy NULL line to the root group [backport of r49476 from trunk]

2007-10-29 16:18 DE, revision 49523

Add WXUNUSED to unused parameters in several inline-implemented methods.

2007-10-29 15:27 VZ, revision 49520

define TTF_TRANSPARENT if it's absent from SDK headers

2007-10-29 15:14 CE, revision 49519

DMC does not have TTF_TRANSPARENT

2007-10-29 13:46 VZ, revision 49518

define HDS_DRAGDROP and HDS_FULLDRAG if the SDK is too old to define them

2007-10-29 13:33 CE, revision 49517

DMC work round

2007-10-29 12:13 VZ, revision 49516

fix syntax errors in the example

2007-10-29 12:11 VZ, revision 49515

fix syntax error in the example

2007-10-29 12:10 VZ, revision 49514

fix more unused parameters warnings

2007-10-29 12:09 VZ, revision 49513

run libtiff configure when --with-libtiff=builtin is specified

2007-10-29 09:10 VS, revision 49512

added WXDLLIMPEXP_FWD_FOO macros to 2.8 branch for forward compatibility with wx3

2007-10-29 00:38 VZ, revision 49510

use TTF_TRANSPARENT to fix problem with flashing tooltips (patch 1821229)

2007-10-29 00:33 VZ, revision 49509

use fixed TOOLINFO struct size instead of trying to (wrongly) deduce it from the _WIN32_IE value, fixes bug with tooltips not appearing under Windows 95

2007-10-28 18:52 SN, revision 49508

Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions)

2007-10-28 18:50 SN, revision 49507

Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions)

2007-10-28 18:36 SN, revision 49506

OS/2 currently unsupported due to platform's insufficient Unicode support.

2007-10-28 10:54 CE, revision 49503

2.4 GTK fix as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93157

2007-10-28 01:08 VZ, revision 49500

define wxTIFFHandler ctor in the .cpp file even if wxUSE_STREAMS==0 as it's declared in the header in this case (this doesn't really make much sense as the class is unusable anyhow but the other handlers do it like this so let's do the same thing here for consistency and maybe fix all of them at once later)

2007-10-28 01:03 VZ, revision 49499

use the same #if wxUSE_XXX checks in platform-specific files as around wxTextEntryBase implementation

2007-10-28 01:00 VZ, revision 49498

reverted unrelated changes accidentally committed as part of r49411

2007-10-27 22:24 PC, revision 49497

build fixes

2007-10-27 21:16 VZ, revision 49496

don't delete uninitialized m_eventHandler pointer if initialization failed (patch 1819944)

2007-10-27 19:45 PC, revision 49495

don't include platform headers from public wx header

2007-10-27 18:05 PC, revision 49494

correct access for virtuals

2007-10-27 17:57 VZ, revision 49493

fix memory leak in the usage example

2007-10-27 17:38 JS, revision 49492

Implementation of wxSysColourChangedEvent on wxGTK

2007-10-27 17:37 JS, revision 49491

Skip the event to allow further child processing Don't change the background colour explicitly on wxGTK

2007-10-27 17:35 JS, revision 49490

Warning fix

2007-10-27 17:00 JS, revision 49489

wxSYS_COLOUR_WINDOW is no longer hard-wired in wxGTK Added function to reset stored system colours

2007-10-27 16:59 JS, revision 49488

Fixed context menu in wxRichTextCtrl Added colour change event handler to wxRichTextCtrl

2007-10-27 16:04 JS, revision 49487

Added wxVSCROLL to wxRichTextCtrls

2007-10-27 16:04 JS, revision 49486

Added wxVSCROLL to wxRichTextCtrls

2007-10-27 13:24 CE, revision 49485

another DMC build fix http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=c++.beta&artnum=684

2007-10-27 12:27 CE, revision 49484

another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)

2007-10-27 09:25 JS, revision 49483

Reverted recent docview string changes

2007-10-27 08:52 JS, revision 49482

Removed duplicates

2007-10-27 08:33 JS, revision 49480

Corrected duplicate ids

2007-10-26 23:24 VZ, revision 49478

refresh the item being collapsed when using comctl32.dll v6 as otherwise parts of its selection rectangle may be left on screen

2007-10-26 22:53 VZ, revision 49477

reverted the change of r32940 which worked around a bug due to associating a dummy line with the root group, it's no longer necessary now that the root group line is always NULL

2007-10-26 22:50 VZ, revision 49476

fix bug with adding entries to a root group containing only subgroups (as shown by new AddToExistingRoot() unit test)

2007-10-26 22:35 RD, revision 49475

When freezing a top-level window freeze its top children instead.

2007-10-26 22:06 VZ, revision 49474

remove more references to wxODBC

2007-10-26 22:00 VZ, revision 49473

removed isql.h and isqlext.h from files.bkl too

2007-10-26 21:34 RD, revision 49472

Patch [ 1820537 ] Fix for uninitialized alpha value in wxColour::FromRGBColor

2007-10-26 21:33 RD, revision 49471

Patch [ 1820537 ] Fix for uninitialized alpha value in wxColour::FromRGBColor

2007-10-26 19:12 CE, revision 49468

another DMC build fix

2007-10-26 19:06 RD, revision 49465

Move the %disownarg directive to the .i file

2007-10-26 19:06 RD, revision 49464

Move the %disownarg directive to the .i file

2007-10-26 17:31 PC, revision 49463

revert calling static directly, its not always static

2007-10-26 13:23 MW, revision 49460

Omit contrib from build of trunk.

2007-10-26 12:03 MW, revision 49457

Add FreeBSD trunk build.

2007-10-26 10:47 JS, revision 49454

Added documentation for gtk.window.force-background-colour.

2007-10-26 10:46 JS, revision 49453

Added documentation for gtk.window.force-background-colour.

2007-10-26 10:25 JS, revision 49450

Workaround for gtk-qt display bug

2007-10-26 10:24 JS, revision 49448

Workaround for gtk-qt theme bug

2007-10-26 06:20 PC, revision 49446

make access for virtuals match base

2007-10-26 06:19 PC, revision 49445

use class keyword to match forward decl, call static members directly

2007-10-26 06:19 PC, revision 49444

allow including wx/crt.h first

2007-10-26 00:08 VZ, revision 49443

removed dbbrowse demo from the makefiles

2007-10-26 00:08 VZ, revision 49442

removed odbc from the libraries used by the console sample

2007-10-25 22:43 MW, revision 49441

Fix missing word 'test' causing 'yes' to run during configure on Solaris.

2007-10-25 18:01 DE, revision 49438

Look for and remove any "-NSKey" "value" types of options from argv just like the -psn_XXXX option is removed. This allows Cocoa debug options like -NSShowAllViews YES to be used as with any other Cocoa program.

2007-10-25 16:13 JS, revision 49436

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 JS, revision 49435

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 PC, revision 49434

build fixes

2007-10-25 16:12 PC, revision 49433

fix for scrolling wxSpinCtrl, broken by fix for scrolling wxStaticBox (rev 48550)

2007-10-25 14:53 JS, revision 49431

Now uses the correct selection colours.

2007-10-25 14:53 JS, revision 49430

Now uses the correct selection colours.

2007-10-25 14:41 JS, revision 49429

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 14:41 JS, revision 49428

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 13:24 CE, revision 49425

fix png compile bug with DMC

2007-10-25 13:06 CE, revision 49424

fix compile bug with DMC

2007-10-25 11:08 CE, revision 49421

allow Borland 5.5 again

2007-10-25 11:04 CE, revision 49420

remove extra ';'

2007-10-25 10:48 CE, revision 49419

changes to Borland install/usage

2007-10-24 23:41 VZ, revision 49413

always delete the menus, even if the menu is attached (at the very least this fixes Purify warnings)

2007-10-24 23:27 VZ, revision 49412

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635) [backport from trunk]

2007-10-24 23:27 VZ, revision 49411

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635)

2007-10-24 22:19 VZ, revision 49410

use LogLastRepetitionCountIfNeeded() instead of DoLogNumberOfRepeats() in logg.cpp too