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

2013-02-05 21:46 VZ, revision 73466

Ignore empty LC_XXX variables in locale detection code. If LC_ALL or LC_MESSAGES is set but empty, ignore it and use the next environment variable. This is consistent with the standard setlocale() behaviour which only uses LC_ALL if it is set and not empty. Closes #15006.

2013-02-05 21:46 VZ, revision 73465

Fix spelling in utils/screenshotgen sources. No real changes. Closes #15024.

2013-02-05 21:46 VZ, revision 73464

No changes, just remove unused part of expression. We don't do anything with the result of inserting the watch in fswatchercmn.cpp. Closes #15027.

2013-02-05 21:46 VZ, revision 73463

Add simple tests for Scintilla annotations to the stc sample. Show how add, remove and clear annotations and also how to update the text width when long annotations are added.

2013-02-05 21:46 VZ, revision 73462

Use a single EVT_MENU_RANGE in stc sample instead of tons of EVT_MENU. Make it easier to add new menu items forwarded to the editor in the sample. No real changes.

2013-02-05 21:46 VZ, revision 73461

Only impose minimal height for buttons with non-empty label in wxMSW. wxBU_EXACTFIT in wxMSW only affected the width of the button but not its height, which was still made as big as the standard button size as otherwise the button text was rendered badly. However there is no reason to do this for the buttons without any text, so let wxBU_EXACTFIT be really exact, in both directions, in this case. Also document this rather non obvious wxBU_EXACTFIT behaviour.

2013-02-05 21:46 VZ, revision 73460

Really fix resizing of wxGird column/rows after a hidden one. The previous fix (r73399) broke resizing from the side of the preceding grid line, restore the old code and just add a loop finding the first visible line before the one being clicked. See #14947.

2013-02-05 21:46 VZ, revision 73459

Fix wxGridColumnOperations::GetLineBefore() for the first column. We should return -1 from here as there is no column before the first one and wxGridRowOperations::GetLineBefore() already does this.

2013-02-04 17:16 VZ, revision 73456

Avoid harmless warning about comparing unsigned with 0. Fix warning in assert in wxProcess::SetPriority(): don't compare unsigned priority with wxPRIORITY_MIN which is just 0, the condition is always true. Closes #14931.

2013-02-04 14:54 JS, revision 73455

Invalid conversion compile error fix (GTK+ 2.12.9)

2013-02-04 13:52 JS, revision 73454

Added support for sub-object virtual attributes (temporary attributes for characters within objects) and also virtual text that can replace the actual text.

2013-02-01 10:38 SJL, revision 73453

Rename all WEB_VIEW* style identifiers to WEBVIEW*. This makes wxWebView consistent with the rest of the toolkit. Closes #15013

2013-01-27 15:49 SN, revision 73445

No changes, just remove unneeded variable initialization in carbon listctrl. Closes #14997.

2013-01-27 15:42 SN, revision 73444

No real changes, just spelling fixes. Closes #14998.

2013-01-27 15:41 SN, revision 73443

No real changes, cleaned up whitespace, fixed spelling. See #14998.

2013-01-27 15:30 SN, revision 73442

Just some spelling fixes, no real changes. Closes #15001.

2013-01-27 09:41 JS, revision 73441

Prevent assertions because of zero image size

2013-01-24 10:24 JS, revision 73438

Updated the Latvian translation (Janis Eisaks)

2013-01-24 10:23 JS, revision 73437

Updated the Latvian translation (Janis Eisaks)

2013-01-23 12:44 VZ, revision 73436

Initialize all wxHTTPStream members in ctor. Don't leave m_httpsize and m_read_bytes uninitialized. Closes #14993.

2013-01-23 12:44 VZ, revision 73435

No real changes, just fix some typos in comments in wxMSW code. Closes #14994.

2013-01-23 11:15 JJ, revision 73434

let wxCheckListBox get the properties of wxCheckListBoxBase (was wxListBox) for wxGTK1, just like the other versions of wx

2013-01-22 08:18 JJ, revision 73429

Update openVMS compile support

2013-01-21 17:37 VZ, revision 73428

Fix background drawing in EVT_ERASE_BACKGROUND handler in erase sample. Clear the DC before moving its offset to ensure that it's cleared entirely and also draw the background using the virtual, not client, size. See #14917.

2013-01-21 17:37 VZ, revision 73427

Don't include wxUniversal configurations in MSVC project files. wxUniversal is practically not used under MSW and just confuses people.

2013-01-21 12:28 VZ, revision 73426

Fix a crash in wxExecute() in wxMSW too. Don't dereference potentially NULL wxProcess pointer unconditionally. This should have been together with the changes of r73425, see #14931.

2013-01-21 12:26 VZ, revision 73425

Fix crash in wxExecute() introduced by r73406. Don't dereference potentially NULL wxProcess pointer. See #14931.

2013-01-21 12:19 VZ, revision 73424

No changes, just remove unused variable in wxCarbon code. Closes #14989.

2013-01-21 12:19 VZ, revision 73423

Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style. This style allows to use a plain, solid colour, background instead of the default gradient one. Closes #10585.

2013-01-21 12:18 VZ, revision 73422

Add wxCheckListBox::GetCheckedItems() helper. This method is similar to wxListBox::GetSelections() and allows to retrieve all checked items at once. Closes #14969.

2013-01-21 12:18 VZ, revision 73421

Derive wxCheckListBox from wxCheckListBoxBase in wxGTK. This ensures that any methods defined in wxCheckListBoxBase will be available in wxGTK wxCheckListBox too. See #14969.

2013-01-21 12:11 JJ, revision 73420

OpenVMS configuration update

2013-01-21 12:04 JJ, revision 73419

OpenVMS compile support for wxSPLASH and sample

2013-01-21 09:26 SC, revision 73418

updated for 10.5 minimum

2013-01-20 23:39 VZ, revision 73415

A fix for VC6 compilation: define missing priority constants. {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS aren ot defined in VC6 headers, see http://buildbot.tt-solutions.com/wx/builders/XPSP2%20VC6%20wxMSW%20trunk%20release/builds/2943/steps/compile/logs/stdio so define them ourselves.

2013-01-20 22:07 SC, revision 73414

workaround for crash, see #14906

2013-01-20 20:28 SJL, revision 73413

Pass wxWANTS_CHARS to the wxRichTextCtrl constructor in the unit tests. Fixes test failures caused by the return key being used for dialog navigation.

2013-01-20 13:53 VZ, revision 73412

Improve appearance of text with background colour in wxHTML. Use wxHTML_CLR_TRANSPARENT_BACKGROUND instead of wxHTML_CLR_BACKGROUND for the bgcolor attribute of the body tag to prevent clipping of the text cells by the next cell with opaque background. Closes #14986.

2013-01-20 13:45 VZ, revision 73411

Fix wxKeyEvent::GetPosition() after the changes of r72207. Now that the position of wxKeyEvent is initialized on demand, don't use m_x and m_y fields directly but always use GetX() and GetY(). Also improve GetPosition() documentation slightly and mention only the new version, taking wxCoord, in it as the old one, taking long, is provided for compatiblity only. Closes #14987.

2013-01-20 07:38 PC, revision 73410

no real changes, just move wxMask::GetBitmap() to wxMask section

2013-01-20 07:28 PC, revision 73409

add wxMask::GetBitmap(), closes #9381

2013-01-20 04:24 PC, revision 73408

silence GCC warning "base class ‘class wxEvtHandler’ should be explicitly initialized in the copy constructor"

2013-01-20 04:08 PC, revision 73407

sizeof(char) is 1. By definition.

2013-01-20 03:10 VZ, revision 73406

Add wxProcess::SetPriority() to allow setting the priority of child processes. This uses the same conventions as wxThread::SetPriority() but works on the entire process. Closes #14931.

2013-01-20 03:10 VZ, revision 73405

Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. This will allow to reuse the same constants for the process priorities in an upcoming commit. See #14931.

2013-01-20 03:09 VZ, revision 73404

Fix appearance of multiline wxCheckBox with non-standard colours in wxMSW. Owner-drawn checkbox (which is used when wxCheckBox colour is changed) didn't center its label correctly and didn't right align it when using wxALIGN_RIGHT style in focused state. Closes #9628.

2013-01-20 03:09 VZ, revision 73403

Add copy constructor to wxValidator. It can be useful for implementing Clone() in the derived classes. Closes #2146.

2013-01-20 03:09 VZ, revision 73402

Fix wxDateTime::GetWeekOfYear() for the days in the last week of the year. The code took into account the possibility that the days in the beginning of the year might belong to the last week of the previous year but not that the days at the end of the year could belong to the first week of the next year. Closes #14973.

2013-01-20 03:09 VZ, revision 73401

Fix wxSearchCtrl::HasFocus() in the generic version. Override GetMainWindowOfCompositeControl() in the windows composing the generic wxSearchCtrl to ensure that HasFocus() correctly returns true for the entire control when any of them has focus. Add a trivial unit test to check that this really works and facilitate adding more tests for this class later. Closes #14970.

2013-01-20 03:09 VZ, revision 73400

Fix changing labels of menu items with bitmaps in wxMSW. We need to call SetMenuItemInfo() from wxMenuItem::SetItemLabel() even for the owner-drawn items, otherwise their width is not recomputed. Closes #3897.

2013-01-20 03:09 VZ, revision 73399

Fix bug with showing hidden wxGrid lines when resizing an adjacent one. Don't blindly assume that the previous line is big enough if the current one isn't in wxGrid::PosToEdgeOfLine() (this assumption is wrong even without taking hiding into account...). Closes #14947.

2013-01-20 03:09 VZ, revision 73398

Make "More windows..." menu item in MDI "Window" menu work in wxMSW. Don't interpret the commands from this menu item as child window selection. Closes #3295.

2013-01-20 03:09 VZ, revision 73397

Put "#if wxUSE_TOOLBAR" around a variable only used in this case. No real changes. Closes #14957.

2013-01-20 03:09 VZ, revision 73396

Fix the list markers in wxGridCellEditor::EndEdit() documentation. Doxygen allows to use "-", "+" or "*" for the list items but not "#". Closes #14955.

2013-01-20 03:09 VZ, revision 73395

64 bit compilation fix for wxTextCtrl in wxMSW. Use DWORD_PTR instead of DWORD for a pointer. This was already done for another occurrence of the same cast in r58564 but somehow this one fell through the cracks. Close #14949.

2013-01-20 03:09 VZ, revision 73394

Fix setting initial wxSpinCtrl value outside 0..100 range in wxMSW. Set the range before setting the initial value when creating wxSpinCtrl, as otherwise the value was wrongly limited to the default 0..100 range instead of the one really specified. Closes #14894.

2013-01-20 03:09 VZ, revision 73393

Really fix the background colour used for the cells in wxHTML tables. Respect "bgcolor" attributes of <td> tags, they were ignored since the changes of r72589 (see #14443). Closes #14909.

2013-01-20 03:09 VZ, revision 73392

Don't use margins for wxGrid in place text editor controls. The default non-zero (at least under MSW) margins don't look well inside wxGrid, don't waste space on them. See #14958.

2013-01-20 03:08 VZ, revision 73391

Set margins on creation correctly for wxTE_RICH[2] wxTextCtrl in wxMSW. In spite of the MSDN documentation, EC_USEFONTINFO can't be used in lParam with rich edit controls, so pass it in wParam for them. Closes #14598.

2013-01-20 03:08 VZ, revision 73390

Set both left and right wxTextEntry margins in wxMSW. Use the horizontal margin argument of SetMargins() to set both left and right margins in wxMSW and not just the left one. See #14958.

2013-01-20 03:08 VZ, revision 73389

Fix bug with dragging non-draggable columns in wxMSW wxHeaderCtrl. Properly ignore HDN_BEGINDRAG events for the columns without wxCOL_REORDERABLE flag. This fixes dragging non-draggable columns in wxDataViewCtrl under MSW. Closes #14940.

2013-01-20 03:08 VZ, revision 73388

Fix some harmless but annoying warnings about casts in libtiff code. Avoid MSVC C4244 warnings due to implicit casts between 64 and 32 bit integers. This patch was also submitted to libtiff via http://bugzilla.maptools.org/show_bug.cgi?id=2427

2013-01-20 03:04 PC, revision 73387

draw monochrome source directly onto destination when it is also monochrome

2013-01-20 02:46 PC, revision 73386

make some reference handling a little more direct and less obscure

2013-01-19 19:26 JS, revision 73385

When selecting the bitmap bullet style, the name can now be edited since it could be used for providing the bullet image.

2013-01-19 19:25 JS, revision 73384

When selecting the bitmap bullet style, the name can now be edited since it could be used for providing the bullet image.

2013-01-18 18:27 PC, revision 73382

use const arrays for wxDC array parameters, closes #10712

2013-01-17 10:57 SJL, revision 73381

When handling accelerators in wxWebView make sure that we do not block right-alt which can be mapped to alt + ctrl. Fixes #14974.

2013-01-16 16:39 JS, revision 73378

Fix wrong value

2013-01-16 10:35 JS, revision 73377

Better compatibility with old files when creating an image cache

2013-01-15 06:55 PC, revision 73373

add support for GtkFontChooserDialog, new in GTK 3.2

2013-01-14 17:19 JS, revision 73372

Added Set/GetFloatingLayoutMode to switch off time-consuming floating object layout if required

2013-01-14 17:08 RD, revision 73371

enum wxWebViewBackend has been removed.

2013-01-13 20:22 SJL, revision 73369

Allow registering of custom wxWebView backends. Add wxWebViewFactory as an abstract factory to provide backend creation. Remove old factory methods using wxWebViewBackend enum in favour of the new wxString based method.

2013-01-13 16:28 VZ, revision 73368

Fix wrong return value in the changes of r73365. Really fix menus under Unity. Closes #14961.

2013-01-12 13:03 VZ, revision 73367

Fix compilation without PCH after r73365. Need to explicitly include wx/dialog.h to use wxDynamicCast to wxDialog. See #14961.

2013-01-12 04:09 VZ, revision 73366

Allow hiding/showing already hidden/shown wxGrid rows/columns. Don't assert if an already hidden/shown row/column is being hidden/shown again but simply don't do anything. This is more convenient because the code outside wxGrid has no efficient way to only hide a row/column if it's currently shown. Closes #14960.

2013-01-12 04:09 VZ, revision 73365

Relax Unity menu interdiction hack to allow popup menus in modal dialogs. The changes of r73007 fixed the problem with menus remaining active while a modal dialog was shown (see #14823) but also disabled processing of the events from any popup menus shown by the dialog itself. Reallow the latter while still forbidding the former now by checking whether the window associated with the menu is the dialog itself. Closes #14961.

2013-01-11 05:28 PC, revision 73364

Always run the frame sizing code when a menubar is set This is needed to properly set the size of a new menubar which is replacing one with the same height, while also allowing the fixes from r67149 and r66344 to work.

2013-01-11 04:36 PC, revision 73363

re-apply r67149 to fix high CPU usage on Ubuntu r67149 was removed as part of r67929, but is still needed on Ubuntu when using their "appmenu" (global menubar), because the menubar height is always zero in that case. The problem can be seen with Audacity.

2013-01-10 18:59 VZ, revision 73362

Fix a typo in wxKeyEvent::GetKeyCode() code example. Add missing object to the method call.

2013-01-10 08:17 PC, revision 73361

call GTKApplyWidgetStyle() from PostCreation() instead of GTKHandleRealized() it's a better place to catch font or color changes made before creation

2013-01-10 07:53 PC, revision 73360

allow setting window font and bg/fg color before creation wxMSW and wxOSX don't have a problem with it, so neither should wxGTK

2013-01-10 07:28 PC, revision 73359

simplify code setting backing pixmap

2013-01-09 21:27 SJL, revision 73358

Add HTTP status code definitions to attempt to fix VC6 compilation following #73325.

2013-01-09 18:40 PC, revision 73357

backport of r73276, fix for libdbusmenu warnings, see #14292

2013-01-09 04:27 PC, revision 73356

don't use deprecated wxMouseState functions

2013-01-08 11:25 JS, revision 73355

Detect when the window is still captured when dragging was aborted for some reason

2013-01-08 11:24 JS, revision 73354

Detect when the window is still captured when dragging was aborted for some reason

2013-01-08 11:23 JS, revision 73353

Style collection fixes

2013-01-08 11:20 JS, revision 73352

Fill in mouse button and key state when generating mouse event for auto scrolling

2013-01-08 11:20 JS, revision 73351

Fill in mouse button and key state when generating mouse event for auto scrolling

2013-01-05 06:08 PC, revision 73346

define wxComboBox rtti stuff even when wxUSE_COMBOCTRL==0

2013-01-04 23:14 VZ, revision 73345

Attempt to fix MSVC6 compilation after the previous commit. Include <shlobj.h> before our wx/msw/missing.h, otherwise many things were redefined.

2013-01-04 21:13 VZ, revision 73344

Including wx/msw/missing.h to define INVALID_FILE_ATTRIBUTES for MSVC6. This header is also needed in filename.cpp (see r73317 for a previous commit fixing the same problem in filefn.cpp).

2013-01-03 21:47 VZ, revision 73343

Re-lay out the grid sample window after auto-sizing the grid. Changing the size of the grid without updating the sizer resulted in overlapping windows and a mess on the display. Closes #14948.

2013-01-03 17:43 PC, revision 73339

gtk_assert_dialog_set_message() was unintentionally excluded in r73163

2013-01-03 16:19 JJ, revision 73338

gtk_assert_dialog_set_message is only defined if wxUSE_STACKWALKER is set

2013-01-03 07:09 PC, revision 73337

use gtk_file_chooser_set_show_hidden() now that GTK 2.6 is required

2013-01-03 06:09 PC, revision 73334

remove ancient SetModal(), it was deprecated long ago and is not present in wxMSW or wxOSX