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-11-21 03:44 RD, revision 43556

no need to use a throw-away bitmap, just use th eone built-in to the buffered DC instead

2006-11-21 03:42 RD, revision 43555

put unicows.dll in the python dir

2006-11-21 03:39 RD, revision 43554

2.7 --> 2.8

2006-11-21 03:35 RD, revision 43553

Show GridCellAutoWrapStringRenderer

2006-11-21 03:34 RD, revision 43552

Docstring tweaks

2006-11-21 03:32 RD, revision 43551

save a reference to the bitmap so it doesn't get destroyed before the buffered DC does

2006-11-20 20:45 VS, revision 43550

moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part

2006-11-20 19:58 BIW, revision 43549

floating pane size now restores after perspective restore

2006-11-20 19:33 BIW, revision 43548

fixed a center pane bug in sample

2006-11-20 16:43 VS, revision 43547

don't expose M_FONTDATA in public header

2006-11-20 16:30 VS, revision 43546

fixed to remove wxFontRefData as intended and not wxFontData

2006-11-20 16:21 VS, revision 43545

don't expose M_FONTDATA in public header

2006-11-20 16:14 VS, revision 43544

don't expose M_FONTDATA in public header

2006-11-20 15:35 BIW, revision 43543

toolbar docking bug fixed

2006-11-20 12:58 JS, revision 43542

Further wxRTC doc additions

2006-11-20 12:48 JS, revision 43541

Trailing newline.

2006-11-20 11:33 JS, revision 43540

Fixed a bug setting caret position after setting or clearing selection Implemented forced line breaks within a paragraph, entered with Shift-Return.

2006-11-20 09:13 CE, revision 43539

avoid using old directory

2006-11-20 09:12 CE, revision 43538

change unix script so lower case zip and exe

2006-11-20 08:22 MR, revision 43537

Some typo fixes

2006-11-20 07:12 BIW, revision 43536

comment improvements/fixes

2006-11-20 01:33 VZ, revision 43535

update for 2.8.0 from Stephane Junique

2006-11-19 22:04 MW, revision 43534

Compile fix for --disable-ffile.

2006-11-19 21:52 MW, revision 43533

Add notes on wxZip changes.

2006-11-19 21:44 MW, revision 43532

Correct the comments on wxFileSystem changes.

2006-11-19 21:25 RR, revision 43531

Copy and paste error.

2006-11-19 21:08 RR, revision 43530

Correct broken reference. Mention wxFileName::DirName() in the overview.

2006-11-19 20:01 VZ, revision 43529

assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work

2006-11-19 18:10 BIW, revision 43528

allow programmatic access to start pane dragging

2006-11-19 15:15 VZ, revision 43527

recreate the control when wxCAL_SEQUENTIAL_MONTH_SELECTION style is toggled

2006-11-19 15:14 VZ, revision 43526

delete controls which are part of the calendar (even if they're siblings to it and not its children) when the calender itself is deleted

2006-11-19 15:11 VZ, revision 43525

avoid assert when creating the control with wxCAL_SEQUENTIAL_MONTH_SELECTION style introduced by last commit

2006-11-19 15:03 VZ, revision 43524

removed code inside USE_SIZABLE_CALENDAR, we should allow making the main calendar control resizeable instead of adding another one just for this

2006-11-19 15:01 VZ, revision 43523

assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work

2006-11-19 14:57 VZ, revision 43522

no changes, just some minor modifications of comments and moved one function around

2006-11-19 14:44 VZ, revision 43521

set/get validator for wxTextCtrl part of wxComboCtrl and not the combo itself (patch 1599214, closes bug 1598600)

2006-11-19 13:31 BIW, revision 43520

GradientFillLinear() on wxMSW now draws on the rectangle border as well, making it consistent with the gernaic version as well as wxDC::DrawRectangle()

2006-11-19 13:24 VS, revision 43519

require bakefile-0.2.1; remove workarounds for older versions

2006-11-19 13:22 VZ, revision 43518

document GetSelection(from, to) (bug 1592221)

2006-11-19 13:13 VZ, revision 43517

remove obsolete and out of date project file which was kept for compatibility with wx 2.4 only

2006-11-19 13:07 VZ, revision 43516

added possibility to create wxDatePickerCtrl without any initial date

2006-11-19 13:06 VZ, revision 43515

don't use wxFromSystemTime() with possibly invalid date (closes bug 1596606)

2006-11-19 12:42 VZ, revision 43514

added missing blank line

2006-11-19 12:41 VZ, revision 43513

replaced 2nd wxCONTROL_CURRENT with correct wxCONTROL_FOCUSED in DrawItemSelectionRect() description

2006-11-19 12:38 VZ, revision 43512

wxCHECK_GCC_VERSION() takes 2 parameters, not 3

2006-11-19 12:35 VZ, revision 43511

unmultiply by alpha when converting from wxDIB to wxImage as the former uses premultiplied alpha but the latter does not (patch 1597063)

2006-11-19 07:45 KO, revision 43510

Fix API calls to match header changes made in richtextbuffer.h 1.42 and restore compilation.

2006-11-19 07:32 KO, revision 43509

Use DrawItemSelectionRect on GTK2 and OS X. Also, use white text when drawing focused under Mac.

2006-11-19 06:47 KO, revision 43508

Migate to the new wxRendererNative::DrawItemSelectionRect function where available, and fix selected text color on Mac.

2006-11-19 06:32 KO, revision 43507

Have wxGenericListCtrl record and store the selection state of each column, and on OS X, use this to correctly draw selected headers. Also, move to DrawItemSelectionRect for drawing the background selection.

2006-11-19 06:28 KO, revision 43506

Implement wxRendererMac::DrawItemSelectionRect and move the generic wxTreeCtrl to using it to draw selected items.

2006-11-19 02:11 MW, revision 43505

wxArchiveFSHandler switches on simulated seeking for compatibility with previous versions. Still overridden by wxFS_SEEKABLE.

2006-11-19 01:14 RD, revision 43504

some build/install tweaks

2006-11-19 01:12 RD, revision 43503

reSWIGged

2006-11-18 23:22 KO, revision 43502

Make sure both filter and item text are converted to lower-case, otherwise only lower-case queries work.

2006-11-18 22:27 JS, revision 43501

Small cleanup. Set caret position when calling SetSelection.

2006-11-18 21:25 RD, revision 43500

removed 'unsigned' from 'unsigned int' so epydoc doesn't get ocnfused over the two tokens in the type name

2006-11-18 21:23 RD, revision 43499

Add 'combo' to __all__

2006-11-18 21:22 RD, revision 43498

Fix for build errors when the media lib was not built.

2006-11-18 19:45 RD, revision 43497

py2exe finds the DLL now

2006-11-18 19:43 RD, revision 43496

Added wx.combo.BitmapComboBox

2006-11-18 18:43 MW, revision 43495

Add wxFS_SEEKABLE to wxFileSystem::OpenFile calls for images.

2006-11-18 17:46 RR, revision 43494

[ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap center given bitmap

2006-11-18 17:41 RR, revision 43493

[ 1598662 ] Fix some mispelled event macros in docs

2006-11-18 17:34 RR, revision 43492

Restore correct behaviour of GetTimes() wrt to directories. Add some (hopefully) clarifying docs about dealing with dir names vs. file names.

2006-11-18 16:46 VZ, revision 43491

rename bICON (see rev 1.47) to wxICON_AAA to make it alphabetically first among wx icons but not among all application icons

2006-11-18 16:39 MW, revision 43490

Document wxFS_XXXX flags for wxFileSystem::OpenFile.

2006-11-18 13:17 VS, revision 43489

don't use priviledged calls in wxDFB to allow concurrent use of the display by >1 wxDFB apps

2006-11-18 05:13 SC, revision 43488

backport from HEAD, because redraws might occur too early - during this method

2006-11-18 00:53 KO, revision 43487

Fix compilation of wrapper, and add a couple events added in the last change.

2006-11-18 00:35 RD, revision 43486

reSWIGGed

2006-11-18 00:33 RD, revision 43485

Add docstrings for ComboCtrl and ComboPopup, and added OwnerDrawnComboBox

2006-11-18 00:31 RD, revision 43484

demo tweaks

2006-11-18 00:29 RD, revision 43483

forceTrueColour parameter

2006-11-18 00:10 VZ, revision 43482
  • D /wxWidgets/trunk/samples/mdi/mondrian.xpm

remove unused file

2006-11-18 00:08 RR, revision 43481

Hopefully fixed misplaced printout in libgnomeprint.

2006-11-18 00:08 VZ, revision 43480

include correct XPMs (Unix compilation fix after last commit)

2006-11-17 21:49 BIW, revision 43479

tab drawing fix for vista

2006-11-17 21:47 BIW, revision 43478

manager should always be set in pane events

2006-11-17 18:25 VZ, revision 43477

free old resources in DoLoad(), apparently fixes memory leaks with gstreamer 0.10 (patch 1598317)

2006-11-17 18:15 VZ, revision 43476

added tests for background colour, static bitmap &c (part of patch 1598005)

2006-11-17 18:14 VZ, revision 43475

- fix wxAnimationCtrl::SetBackgroundColour both for generic and native GTK version - fix wxAnimationCtrl::GetAnimation for GTK version (modifying correctly the constructor which takes a GdkPixbufAnimation) - fix the generic wxAnimationCtrl::SetAnimation() when it's used with a wxNullAnimation. - moves the frame counter reset in Stop() as it's more sensed to always have m_currentFrame cleared immediately when the animation has been stopped - fix a problem with transparent bitmaps drawing in wxAnimationCtrl::OnPaint (part of patch 1598005)

2006-11-17 18:12 VZ, revision 43474

minor typo fixes (part of patch 1598005)

2006-11-17 16:45 VZ, revision 43473

use correct bitmap dimension in DetermineIndent()

2006-11-17 16:12 KO, revision 43472

Adding a copy of sized_controls.py to the wxPython distro so I can use it for developing GUIs. :-)

2006-11-17 15:05 VZ, revision 43471

added chart icon for non-MSW ports too

2006-11-17 15:04 VZ, revision 43470

Some sample cleanup: 1. Use standard sample icon, avoid badly looking #ifdef __WXMSW__s 2. Use "modern" (i.e. this century) wxToolBar API, simplify code by not allocating the bitmaps on the heap and deleting them any more

2006-11-17 14:28 JS, revision 43469

Removed obsolete code Added some more event types Added back GetStyleForRange

2006-11-17 13:22 BIW, revision 43468

aui documentation updates

2006-11-17 13:07 BIW, revision 43467

added wxAuiManager::GetManager() call

2006-11-17 12:29 VZ, revision 43466

fixed warning about junk after #endif

2006-11-17 11:28 BIW, revision 43465

renamed wxAUI_ART to wxAUI_DOCKART

2006-11-17 09:47 RR, revision 43464

Commit fix to remove warnings when drawing text to a mono-bitmap.

2006-11-17 09:39 RR, revision 43463

Implemented forceTrueColour in SetBestVisual.

2006-11-17 09:29 RR, revision 43462

Add forceTrueColour option to SetBestVisual(). Currently API only, implement later.

2006-11-17 08:42 JS, revision 43461

Documented wxRICHTEXT_HANDLER_NO_HEADER_FOOTER

2006-11-17 08:40 JS, revision 43460

Added wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow saving HTML fragments

2006-11-17 08:33 JS, revision 43459

Added wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to allow for clearing attributes before setting new ones SetStyle() now looks up and applies named paragraph or character style Fixed a bug in text entry (taking previous paragraph's style)

2006-11-17 08:21 JS, revision 43458

Limit indentation in style listbox, and also show centring

2006-11-17 05:17 KO, revision 43457

Add a feature to prompt to install wxaddon modules that are not yet on the user's system. Developers can also require a certain version (or minimal version) of a module so that users get prompted to upgrade old modules.