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-04-16 01:24 VZ, revision 38753

HitTest() seems to be implemented on most platforms now (replaces patch 1467212)

2006-04-16 01:16 VZ, revision 38752

fixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch 1463429)

2006-04-16 01:14 VZ, revision 38751

set up scrollbars correctly when we don't need them (fixes the problems reported by the patches 1460482 and 1456060)

2006-04-16 01:10 VZ, revision 38750

removed unnecessary (the problem is due to a bug elsewhere) test for vertical scroll position in OnScroll() introduced in rev 1.400

2006-04-16 00:48 VZ, revision 38749

a tentatively better fix for the problem of patch 1456060: don't use m_linesPerPage directly as it's initialized on demand by GetCountPerPage(); also removed some stray tabs

2006-04-15 19:34 JS, revision 38748

Typo correction

2006-04-15 18:39 VZ, revision 38747

removed unneeded reverse_iterator::operator->() which provokes VC6 warnings

2006-04-15 17:40 JS, revision 38746

Easier platform testing class and function

2006-04-15 16:08 RL, revision 38745
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-dbg-python.prerm
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-python.docs
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-python.postinst
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-python.prerm
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/wxpython.menu

Remove obsolete control files.

2006-04-15 16:01 RL, revision 38744

Include the unpack_examples script with 2.4 releases too. Fix the location of the installed wx.pth. Add the index.html link.

2006-04-15 15:08 VZ, revision 38743

made width computation in GetTextExtent() more precise, especially for italics fonts (based on the code from Wlodek Szafran)

2006-04-15 15:03 VZ, revision 38742

added wxString::rbegin() and rend()

2006-04-15 10:01 SN, revision 38741

Replaced "uint" (which may be or may not be defined depending on platform) by "guint".

2006-04-15 08:15 SC, revision 38740

Patch 1470489 : Backport of Vadim's 1.200 of app.cpp to the 2.6 branch - function keys are now reported as function keys and not Ctrl-P.

2006-04-15 07:30 RD, revision 38739

reSWIGged

2006-04-15 06:54 RD, revision 38738

Avoid assert that was hidden by IsStandard bug

2006-04-15 06:53 RD, revision 38737

IsStandard needs to check m_type, not m_format

2006-04-15 05:35 RD, revision 38736

Give wxDataObjectComposite a way to report what kind of data was given to it from the clipboard or DnD source.

2006-04-15 05:30 RD, revision 38735

Various wxHtml updates

2006-04-15 05:15 RD, revision 38734

Add wxButtonToolBar, but since it is currently only enabled for Mac leave it #if'd out for now.

2006-04-15 05:06 RD, revision 38733

Remove wxHVScrolledWindow wrappers

2006-04-15 05:02 RD, revision 38732

Wrap some deprecation wrappers around newly deprecated items

2006-04-15 04:29 RD, revision 38731

Add some missing wxPyBeginBlockThreads calls

2006-04-15 01:16 VZ, revision 38730

slight simplification of coords translation code in GetBoundingRect()

2006-04-14 23:03 VZ, revision 38729

removed reference to hvscroll.tex

2006-04-14 22:03 VZ, revision 38728

reverted wxHVScrolledWindow patch (back to rev 1.10)

2006-04-14 21:02 VS, revision 38727

don't use deprecated interface

2006-04-14 20:43 VS, revision 38726

use public inheritance when deriving from wxHtmlWindowMouseHelper so that overriden methods can call base versions

2006-04-14 20:06 ABX, revision 38725

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 19:56 ABX, revision 38724

Build fix.

2006-04-14 19:54 ABX, revision 38723

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 19:32 ABX, revision 38722

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 18:17 ABX, revision 38721

HitTest is not deprecated.

2006-04-14 17:34 VZ, revision 38720

respect the specified font encoding in DoGetTextExtent() instead of always using m_font

2006-04-14 17:32 VZ, revision 38719

added wxGTK_CONV_FONT/ENC

2006-04-14 17:16 VZ, revision 38718

don't show vertical scrollbar if we don't need it

2006-04-14 17:01 ABX, revision 38717

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 16:25 JS, revision 38716

Spacing tweak

2006-04-14 15:55 VZ, revision 38715

reverted wxHVScrolledWindow patch (rev 1.19/1.21 of vscroll.h/.cpp) because not only we don't want to duplicate code like this but it also broke wxHtmlListBox by making scrolling in it O(N) instead of O(1)

2006-04-14 15:49 JS, revision 38714

Simulated text labels and toggle highlights under buttons Removed background colour

2006-04-14 15:24 JS, revision 38713

Reversed accidental commit

2006-04-14 15:24 VZ, revision 38712

fixed bug with not taking background colour into account introduced in 1.22.2.1

2006-04-14 15:22 VZ, revision 38711

fixed bug with not taking background colour into account introduced in 1.24

2006-04-14 12:40 JS, revision 38710

Implemented Mac-style button toggling within wxButtonToolBar, and line under toolbar.

2006-04-14 12:38 JS, revision 38709

Allow specification of border spacing

2006-04-14 12:24 ABX, revision 38708

MSLU with DMC build fix [#1469456].

2006-04-14 12:16 ABX, revision 38707

MSLU with DMC build fix [#1469456].

2006-04-14 11:38 VS, revision 38706

don't show the I-beam cursor over text in wxHtmlListBox

2006-04-14 10:09 JS, revision 38705

wxButtonToolBar only useful on Mac right now

2006-04-14 09:31 JS, revision 38704

Compilation fix

2006-04-14 09:15 JS, revision 38703

Steps towards implementing native-style, non-top-level toolbars on Mac by implementing a toolbar class that uses native buttons. Ultimately this should allow wxToolbook and wxPropertySheetDialog classes to look native, when we complete the button API improvements to combine text, bitmaps and toggling.

2006-04-14 03:05 JG, revision 38702

Fix bug in GetTimeZone where timezone wasn't set.

2006-04-13 22:08 VS, revision 38701

1. added abstract interface to wxHtmlWindow for use by wxHtmlWinParser and implemented it for wxHtmlListBox 2. used the above to implement clickable links support in wxHtmlListBox

2006-04-13 18:24 ABX, revision 38700

All book controls shares wxBK_* flags [bug #1469980].

2006-04-13 14:37 JS, revision 38699

Compile fix

2006-04-13 14:22 JS, revision 38698

On screens with restricted space, it's useful to be able to add controls to e.g. the wxChoice control of a wxChoicebook. GetControlSizer allows an app to do that, and we also add a control margin which may or may not be respected by individual book controls.

2006-04-13 12:41 JG, revision 38697

Fix casts from void* to int on x86_64 gcc by using wxUIntPtr instead.

2006-04-13 12:16 VZ, revision 38696

initialize nulLen to 0 for all compilers as some versions of gcc don't see that it's not used if left uninitialized too (bug 1469637)

2006-04-13 10:19 SC, revision 38695

utf16-utf32 correction , sign warning fixes

2006-04-13 08:25 JS, revision 38694

Added Makefile.in

2006-04-13 08:18 SC, revision 38693

getting rid of two (incorrect) uninited vars warnings

2006-04-13 08:16 SC, revision 38692

sign conversion warning fix

2006-04-13 08:07 SC, revision 38691

2.6 API wasn't having a bCase param

2006-04-13 08:01 RL, revision 38690

Really don't build the common packages for 2.4 anymore.

2006-04-13 07:40 RL, revision 38689

Updates for the Debian 2.4.5 release, includes fixes for broken assignments to a non-lvalue, which fails with a strict compiler.

2006-04-13 06:19 SC, revision 38688

sign conversion warning fix

2006-04-12 20:31 SN, revision 38687

Fixed GetSelection to behave the same as for the other ports, added GetCurrentSelection.

2006-04-12 16:22 VZ, revision 38686

mention UTF-16/32 fixes

2006-04-12 14:29 JS, revision 38685

Addd IsDynamic, added const to CreateObject

2006-04-12 13:46 JS, revision 38684

Added IsDynamic to XTI

2006-04-12 13:33 JS, revision 38683

Applied patch [ 1463711 ] wxRichTextCtrl fix for pasting text (too many linefeeds).

2006-04-12 13:06 JS, revision 38682

Applied patch [ 1211299 ] Minor mod to wxClassInfo to improve usability David Falkinder

2006-04-12 00:47 VZ, revision 38681

made ShouldPreventAppExit() public

2006-04-12 00:17 VZ, revision 38680

a better compilation fix after wxGTK_CONV changes

2006-04-11 21:28 VZ, revision 38679

removed spurious if in DoGradientFillLinear()

2006-04-11 21:24 VZ, revision 38678

compilation fix after wxGTK_CONV changes

2006-04-11 18:32 ABX, revision 38677

Update wxMGL/wxOS2 makefiles.

2006-04-11 14:18 VZ, revision 38676

added wx/font.h include to fix PCH-less build

2006-04-11 13:26 ABX, revision 38675

Regenerated Makefile after wxBaseOS2 fix.

2006-04-11 12:54 ABX, revision 38674

Backported wxBase with OS2 build fix with Makefile rebuild.

2006-04-11 05:53 SC, revision 38673

Ryan's patch 1468129 , 1) Don't hog mouse events from other windows 2) Don't crash on mouse and other events when a bad file is loaded 3) Correctly detect whether a file can be loaded or not (Forgot to call ::ClearMoviesStickyError()) 4) Real workaround for the wxNotebook issue (by using offscreen GWorld) 5) Nuke of CreateMovieControl version and many other cleanups

2006-04-11 05:45 SC, revision 38672

Ryan's patch 1467727 , removing the SetValue from SetRange when not needed and some cleanups

2006-04-11 01:43 RD, revision 38671

Add wxST_DOTS_MIDDLE and wxST_DOTS_END constants

2006-04-11 01:37 VZ, revision 38670

removed wxGTK2 hack, not needed any more

2006-04-11 01:34 VZ, revision 38669

if we don't convert message catalog strings to the UI encoding, use message catalog encoding for the UI

2006-04-11 01:18 RD, revision 38668

Acquire the GIL in GetSelections

2006-04-11 01:05 VZ, revision 38667

Unicode compilation fix after last commit

2006-04-11 01:04 VZ, revision 38666

some code simplifications, no real changes

2006-04-11 00:36 VZ, revision 38665

added wxConvUI which determines the conversion used for the UI elements and can be changed from the user code

2006-04-11 00:33 VZ, revision 38664

documented all the other global conversion objects (wxConvLocal, wxConvISO8859_1, wxConvUTF8)

2006-04-10 23:53 VZ, revision 38663

use wxConvLocal for wxFONTENCODING_SYSTEM/DEFAULT in wxConvertToGTK()

2006-04-10 22:26 VZ, revision 38662

all encodings are available in GTK+ 2 (because we always convert to UTF-8 anyhow)

2006-04-10 22:22 VZ, revision 38661

use the encoding of the font which is used to draw the text when convering it to UTF-8 in wxGTK_CONV; the old wxGTK_CONV renamed to wxGTK_CONV_SYS (uses system encoding) and used in the contexts where no font is available

2006-04-10 21:53 VZ, revision 38660

no changes, just corrected the comment for wxConvLocal

2006-04-10 19:42 VZ, revision 38659

wxGetActiveWindow() exists in wxGTK

2006-04-10 19:10 ABX, revision 38658

Bug #1467905: wxOS2 headers not included in wxBase.

2006-04-10 16:22 VZ, revision 38657

don't let the user modify the contents of read-only control (modified patch 1463707)

2006-04-10 15:08 VZ, revision 38656

added wxDCClipper ctor overload taking a wxRegion and documented it

2006-04-10 14:58 vell, revision 38655

cleanup - reformatting

2006-04-10 13:42 ABX, revision 38654

Blind check for compatibility flags.