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

2012-03-10 15:26 VZ, revision 70864

Fix wxDataObject::GetFormatCount() signature in the documentation. It should be const but wasn't. Closes #14080.

2012-03-10 14:13 SC, revision 70863

using 10.5 API for cursor updates as well

2012-03-10 13:37 SC, revision 70862

removing NSWindow based mouse tracking in favour of 10.5+ trackingArea implementation

2012-03-10 01:01 RD, revision 70855

Document the non-deprecated version of InsertTool, and some other tweaks.

2012-03-10 01:01 RD, revision 70854

Make the CreateTool factories be public so they can be used from application code

2012-03-10 01:01 RD, revision 70853

Add wxToolBarToolBase, missing flags, etc.

2012-03-09 16:26 JS, revision 70852

Added wxRIBBON_PANEL_STRETCH to allow a single panel to stretch to fill the parent page.

2012-03-09 13:49 SC, revision 70851

reflect correct position for native toolbar, fixes #14049

2012-03-09 11:12 VZ, revision 70850

Correct the test for wxHAS_IMAGES_IN_RESOURCES in listctrl sample. wxHAS_XXX symbols need to be checked with #ifdef, not #if. See #1614 (as this change was part of the patch submitted there, even if the ticket itself is unrelated).

2012-03-09 11:12 VZ, revision 70849

Exclude wxMSW-only code from wxUniversal build under Windows. wxListCtrl::EndEditLabel() isn't available in wxUniv, it's wxMSW-only. This fixes the sample compilation in wxUniv/MSW build.

2012-03-09 06:50 PC, revision 70848

add the usual default parameter for Show()

2012-03-09 02:09 VZ, revision 70847

Check for iterator validity when parsing "%%" in wxDateTime::Format() too. This is similar to the previous commit and adds another missed check for the iterator not being at the end of string.

2012-03-09 02:09 VZ, revision 70846

Check for end of string when parsing "%z" in wxDateTime::Format(). We could dereference an invalid iterator when parsing "%z", check for this in the code and add a unit test for this case. Closes #14075.

2012-03-08 18:06 PC, revision 70844

adjust Blit destination rect if source rect is clipped

2012-03-08 17:45 PC, revision 70843

fix incorrect tests of wxUSE_ macros

2012-03-08 16:48 SC, revision 70842

removing unnecessary hook

2012-03-08 16:37 SC, revision 70841

removing 10.4 code, adding webkit trick for showing dynamic tooltips

2012-03-08 14:23 VZ, revision 70840

Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible(). Also fix handling of wxSP_NOSASH. Closes #14074.

2012-03-08 14:23 VZ, revision 70839

Revert the zoom direction on Ctrl-mouse wheel in wxStyledTextCtrl. The direction of the zoom in wxSTC didn't correspond to the usual conventions which is to zoom in on Ctrl-Wheel-Up and zoom out on Ctrl-Wheel-Down, while wxSTC did exactly the converse. Change it to behave as everybody else. Closes #14031.

2012-03-08 00:50 VZ, revision 70838

Deprecate wxWindow::MakeModal(). Using this function was never the right way to show a modal window and it didn't really work correctly. Instead of futilely trying to fix it, just deprecate it. Closes #1561.

2012-03-07 17:15 VS, revision 70835

Don't eat unhandled events in wxHtmlWindow::OnKeyUp().

2012-03-07 13:21 JS, revision 70834

When SetSplitterLeft measures all pages, it should also set the splitter for all pages.

2012-03-06 17:59 JS, revision 70828

wxCB_SORT not currently supported on OSX/Cocoa

2012-03-06 15:19 VZ, revision 70827

Mention the limitations of wxDC::GetPixel() and FloodFill() in wxGTK. These methods can't be used directly on wxPaintDC in wxGTK and it doesn't seem possible to fix this so just document this limitation. Closes #14067.

2012-03-06 14:18 SC, revision 70826

catching veto AND handled events

2012-03-06 11:23 SC, revision 70825

adapting grid-cell dragging according to discussion on wx-dev along the behaviour of treecontrolg

2012-03-06 05:51 PC, revision 70824

fix test for transparent pen broken in r65820

2012-03-06 05:26 PC, revision 70823

avoid using wxDC::Blit() and wxDC::GetPixel() on window that is being painted, results are unpredictable on wxGTK see #14067

2012-03-05 19:26 JS, revision 70815

It should be possible to set a null bitmap without asserting due to change of size

2012-03-05 19:00 JS, revision 70814

Restored correct RTTI for wxNotebook

2012-03-05 14:00 VZ, revision 70813

Override InheritAttributes() to do nothing in wxNonOwnedWindow. Non owner windows shouldn't inherit attributes from their parent. This wasn't a problem in wxMSW where InheritAttributes() was never called for them but was in wxGTK (and possibly other ports) where dialogs inherited font from their parent. Closes #2766.

2012-03-05 14:00 VZ, revision 70812

Override AdjustForParentClientOrigin() in wxNonOwnedWindow to do nothing. No real changes, just replace an IsTopLevel() check in the base class implementation of AdjustForParentClientOrigin() and override it for all top level windows in wxNonOwnedWindow instead.

2012-03-05 14:00 VZ, revision 70811

Remove the wrong "std::" scope prefix before ceil() call. Fix compilation errors with VC6 (and possibly other compilers) introduced in r70797 (see #13383): as we only include <math.h> and not <cmath> we don't necessarily have std::ceil() available, only the extern "C" ceil(). Just use the latter instead of the former.

2012-03-05 07:10 SC, revision 70810

coordinate conversion was the wrong way round

2012-03-05 00:50 PC, revision 70809

remove unnecessary includes

2012-03-04 21:31 VZ, revision 70808

Use __WINDOWS__ for OS checks and __WXMSW__ for GUI checks (round 2). This is continuation of r70796 and serves the same purpose. Closes #14065, #14066.

2012-03-04 21:31 VZ, revision 70807

Add wxEVT_AUI_PANE_ACTIVATED event. This event is sent when an AUI pane becomes active. Closes #14026.

2012-03-04 21:31 VZ, revision 70806

No changes, just make wxAUI SetActivePane() a member function. Make a global function a member one as it uses member variables and it's easier to use them directly instead of passing the object pointer to it all the time. See #14026.

2012-03-04 10:42 SC, revision 70805

we have to export every virtual method in this template class for clang, next attempt to get a vc++ compatible solution

2012-03-04 01:43 VZ, revision 70804

Revert the addition of WXDLLIMPEXP_CORE to all wxNavigationEnabled methods. This reverts commit r70787 as it broke DLL build with MSVC.

2012-03-04 01:31 VZ, revision 70803

Turkish translations update from Kaya Zeren.

2012-03-04 01:29 VZ, revision 70802

Use standard IDC_CROSS cursor in wxMSW. There doesn't seem to be any reason to prefer our own WXCURSOR_CROSS to it. Closes #13035.

2012-03-04 01:29 VZ, revision 70801

Always provide wxMenuItem bitmap-related methods in wxMSW. Define these methods even when wxUSE_OWNER_DRAWN is turned off for some reason. This allows to avoid ugly tests for !defined(__WXMSW__) || wxUSE_OWNER_DRAWN in the code that just wants to set a bitmap for a menu item. Closes #12664.

2012-03-04 01:29 VZ, revision 70800

Don't set value unnecessarily in wxSpinCtrl::Create() in wxMSW. This is not only unnecessary but also results in an unexpected event (which could be avoided by using ChangeValue() but why bother calling it at all if we don't need to). Closes #13589.

2012-03-04 01:29 VZ, revision 70799

No changes, just add wxSpinCtrl::Init() to wxMSW. Remove a "TODO" comment about adding it and initialize all member variables there instead of doing it only in Create().

2012-03-04 01:29 VZ, revision 70798

Fix stretchable spaces in wxToolBar after tool removal in wxMSW. The stretchable spaces need to be manually updated after removing a tool from the toolbar. Closes #13577.

2012-03-04 01:29 VZ, revision 70797

Correct mouse event coordinates in wxMSW wxUIActionSimulator. The rounding of the floating point division was not done quite correctly. Closes #13383.

2012-03-04 01:29 VZ, revision 70796

Use __WINDOWS__ for OS kind checks and reserve __WXMSW__ for GUI toolkit. This change prepares the way for using wxGTK under Windows as this would still define __WINDOWS__ but use __WXGTK__ instead of __WXMSW__. Closes #14064.

2012-03-04 01:29 VZ, revision 70795

Fix assert when editing an item in multi-selection wxTreeCtrl. Don't use GetSelection() in wxTreeCtrl EVT_CHAR_HOOK handler as it can only be used with single selection controls and results in an assert when used with multi-selection ones. Simply use GetFocusedItem() instead. Closes #14062.

2012-03-04 01:29 VZ, revision 70794

Take disabled windows into account in wxFindWindowAtPoint() in wxMSW. Use ChildWindowFromPointEx(CWP_SKIPINVISIBLE) to ensure that we find the disabled children (by not using CWP_SKIPDISABLED). Add a unit test to check for the correct behaviour in all cases and document it. Closes #2942.

2012-03-04 01:29 VZ, revision 70793

No changes, just cleanup TopLevelWindowTestCase unit test a little. Remove the unnecessary overrides of setUp() and tearDown(). Also get rid of trailing whitespace.

2012-03-04 01:29 VZ, revision 70792

Add documentation of wxFileSelectorEx() and wx{Load,Save}FileSelector(). Document all wxFileDialog-related functions and not just wxFileSelector(). See #14051.

2012-03-04 01:29 VZ, revision 70791

Better documentation for the default parameters values. Use symbolic names for them and document them separately. Closes #14051.

2012-03-04 01:29 VZ, revision 70790

Fix showing MDI child from wxDocManager::ActivateDocument(). This fix has 2 components: first, call Raise() instead of simple SetFocus() from ActivateDocument() as this corresponds better to what we want to do here. And second, override Raise() to call Activate() in wxMDIChildFrame to ensure that it works as expected as raising an MDI child doesn't work otherwise in most ports (with the exceptions for wxOSX which, on the contrary, needs a small fix to preserve the existing working Raise() behaviour). Closes #13946.

2012-03-04 01:28 VZ, revision 70789

Use wxHAS_IMAGES_IN_RESOURCES instead of explicit platform checks. Add a special symbol which is defined only if the icons and other images (e.g. cursor) are in the separate resource files and don't need to be embedded as XPMs in the main program. This makes the checks more clear and more customizable as it's enough to change wxHAS_IMAGES_IN_RESOURCES definition instead of changing many platform checks. Closes #14050.

2012-03-03 21:23 VZ, revision 70788

Czech translations update from Zbynek Schwarz.

2012-03-03 18:30 SC, revision 70787

we have to export every virtual method in this template class for clang

2012-03-03 14:09 SC, revision 70786

just in case we have an erroneous character on the server as well at the end of this file

2012-03-03 11:36 SC, revision 70785

testing another implementation for avoiding WakeUp Problems within tracking loops

2012-03-02 23:26 VZ, revision 70784

Add Tamil translations by DINAKAR T.D.

2012-03-02 22:51 RD, revision 70774

fix missing and broken items in the datetime interface

2012-03-02 13:43 JS, revision 70773

Darker border for wxComboCtrl on Mac

2012-03-02 13:43 JS, revision 70772

Small improvements to wxComboCtrl appearance on Mac: darker border and no white button border

2012-03-02 09:55 JS, revision 70771

Use a non-native toolbar on Mac so small buttons aren't stretched horribly. The style combo control also appears now that the toolbar is non-native.

2012-03-02 08:17 SC, revision 70770

adding translation of NSDragOperationGeneric to wxDragCopy fixes #14059

2012-03-01 19:52 JS, revision 70769

Improved the appearance of the property grid checkbox on Mac and GTK+

2012-03-01 17:44 PC, revision 70768

remove signal-blocking variable, instead just connect to signal when ready

2012-03-01 17:36 PC, revision 70767

use m_ prefix for web_view member, and make it a WebKitWebView* to eliminate many casts

2012-03-01 17:14 PC, revision 70766

remove extra g_object_ref() on web view widget

2012-03-01 16:04 JS, revision 70765

Added MacInternalOnSize() to allow windows to resize themselves independently of size events

2012-03-01 08:09 PC, revision 70764

Fixes to allow running with 64-bit wxGTK - use correct printf format specifiers - don't perform operations requiring a window until the window has been created

2012-03-01 08:09 SC, revision 70763

applying Andrew's patch, closes #13440, fine now that we have raised the minimum deployment to 10.5

2012-03-01 02:05 VZ, revision 70759

Add wxGCDC benchmarks to graphics benchmark for comparison with wxDC. Also benchmark rectangles and bitmaps in addition to lines drawing.

2012-03-01 02:05 VZ, revision 70758

Correct wxCOMPILER_PREFIX definition when wxMSVC_VERSION is predefined. Fix the wrong concatenation macro name that was used as using wxMSVC_VERSION could not work as expected before (which also shows that nobody ever used it).

2012-02-29 23:40 VZ, revision 70757

Recognize MSVC 11 instead of warning about unknown MSVC version. Define __VISUALC11__ for it.

2012-02-29 19:29 PC, revision 70756

remove unnecessary gtk_widget_show(m_widget) calls, PostCreation() takes care of that

2012-02-29 19:13 PC, revision 70755

small includes cleanup

2012-02-29 19:05 PC, revision 70754

remove unnecessary gtk_widget_show() calls, PostCreation() takes care of that

2012-02-29 16:06 JS, revision 70753

Always send wxEVT_COMMAND_RICHTEXT_DELETE event if delete or back key pressed

2012-02-29 15:45 VZ, revision 70752

Ignore setting empty path in wxGTK wxFileDialog. wxGenericFileButton calls wxFileDialog::SetPath() with empty path if no initial path is explicitly specified and this clearly shouldn't do anything -- but it did, as it set the file dialog path to the initial directory (cwd by default), and so opened it in the parent of that directory which was completely unexpected and not useful at all. Simply don't do anything when SetPath("") is called.

2012-02-29 14:59 VZ, revision 70751

Remove redundant assignment in wxDialUpManagerMSW code. No real changes, just remove a redundant assignment flagged by a static code analysis tool.

2012-02-29 14:58 VZ, revision 70750

Replace incorrect uses of wxString::empty() with the intended clear(). empty() doesn't empty the string but just checks for its emptiness, clear() was supposed to be used here instead. Thanks to PVS-Studio for finding these problems.

2012-02-29 14:58 VZ, revision 70749

Initialize m_isShown correctly in wxGenericDragImage::BeginDrag(). The code initialized m_isDirty twice which was clearly wrong. The original intention was probably to set both m_isDirty and m_isShown to false. Thanks to PVS-Studio for finding this bug.

2012-02-29 14:58 VZ, revision 70748

Move checks for m_art != NULL before code using m_art in wxAuiToolBar. It doesn't make sense to check whether a pointer is NULL after using it, so do the checks first. In fact the m_art pointer probably can never be NULL at all as other code uses it without checking and so these checks could probably be removed completely, but keep them for now as I'm not totally sure if having NULL art provider is really impossible.

2012-02-28 23:48 VZ, revision 70744

Use /bin/echo for creation of Mac OS X PkgInfo files. The built-in of /bin/sh doesn't handle "-n" option that we use (at least not under OS X 10.6), so we were getting "-n APPL????" in the generated files. Fix this by using /bin/echo which does support this option.

2012-02-28 19:23 PC, revision 70741

avoid deprecated gdk_net_wm_supports()

2012-02-28 19:06 PC, revision 70740

remove run-time check for now-required GTK 2.4

2012-02-28 18:25 PC, revision 70739

remove unnecessary override of AddChildGTK

2012-02-28 18:06 PC, revision 70738

fix virtual override broken in r58875

2012-02-28 17:30 SC, revision 70737

removing Quickdraw call

2012-02-28 15:41 VZ, revision 70736

Fix unused parameter warning in wxOSX build. No real changes.

2012-02-28 15:39 SC, revision 70735

making sure TextMatrix is always identity, there were strange artifacts sometimes, maybe due to interference with cocoa text system, adding debug method CheckInvariants

2012-02-28 06:29 PC, revision 70734

Remove code to query GDK window origin from DoGetPosition(), it should not be necessary, and was probably wrong anyway. This allows removing unnecessary assertions on m_widget (see #14052). Also, avoid setting initial position to (-1,-1)

2012-02-28 05:40 PC, revision 70733

avoid crash if IsMaximized() is called before native widget is created, fixes #14052

2012-02-28 03:05 VZ, revision 70732

Fix setting default file name in wxGenericFileDirButton in wxGTK. Set the default directory first, if it's specified, and the file name later to ensure that it's interpreted relatively to this directory. Otherwise we could have a mismatch between the directory shown in the dialog and its initial path.

2012-02-28 03:04 VZ, revision 70731

Interpret default file name relatively to initial dir in wxGTK wxFileDialog. Use the initial dialog directory to build the absolute path required by GTK+ in wxFileDialog instead of the current working directory. This makes more sense and makes specifying the default directory and (just) the default file name work correctly and avoids GTK+ warnings like Gtk-CRITICAL **: gtk_file_folder_unix_get_info: assertion `strcmp (dirname, folder_unix->filename) == 0' failed (and in some older versions of GTK+ -- 2.10? -- this even results in a crash).

2012-02-28 00:51 RD, revision 70722

Add a bit of docs for the FS Handlers

2012-02-28 00:50 RD, revision 70721

Phoenix needs to see the implementation of pure virtuals so it knows that this class is not abstract.

2012-02-28 00:50 RD, revision 70720

Add missing RemoveHandler

2012-02-28 00:50 RD, revision 70719

Add interface declarations for stock file system handlers.

2012-02-28 00:50 RD, revision 70718

Change the background style in the template file too.

2012-02-27 19:54 VZ, revision 70717

Return an invalid item from wxDataViewCtrl::GetItemByRow() for invalid rows. This function is called in many places in the code with possibly invalid (i.e. out of range) row, so handle it gracefully inside it in virtual list control case. This is consistent with the behaviour in non-virtual case and with that of GetRowByItem().

2012-02-27 19:53 VZ, revision 70716

No changes, just make wxDataViewMainWindow::GetRowCount() const. This is clearly an accessor function, so make it const, even if it requires a const_cast<> inside it.

2012-02-27 19:07 PC, revision 70715

remove redundant GTK check

2012-02-27 18:49 PC, revision 70714

use 0 (== GTK_STATE_NORMAL) for state parameter default

2012-02-27 17:40 PC, revision 70713

avoid making copy of font description

2012-02-27 16:41 SC, revision 70712

no 10.4 support anymore

2012-02-27 16:38 SC, revision 70711

no 10.4 support anymore

2012-02-27 16:37 SC, revision 70710

no 10.4 support anymore

2012-02-27 16:35 SC, revision 70709

no 10.4 support anymore

2012-02-27 16:26 VZ, revision 70708

Document more events in wxAuiNotebookEvent documentation. This is the second part of r70691. Closes #14040.

2012-02-27 16:20 SC, revision 70707

no 10.4 support anymore

2012-02-27 15:27 VS, revision 70706

Improve default wxDVC line height on Windows >= Vista. Explorer in Vista/Win7 uses slightly larger rows, so mimic it.

2012-02-27 02:47 VZ, revision 70705

Allow passing the list of architectures to --enable-universal_binary. Interpret --enable-universal_binary argument as a comma-separated list of architectures to use. By default still use all the supported ones.

2012-02-27 01:40 VZ, revision 70704

Only include <unistd.h> under Unix in wxGTK code. Also remove the inclusions of some Unix-specific headers that were not needed at all. Closes #14048.

2012-02-26 21:24 VZ, revision 70703

Add minimal support for building non-GUI parts of wxWidgets for Android. Recognize __ANDROID__ in wx/platform.h and include the appropriate headers from wx/android. Also fix a couple of compilation errors (in filename.cpp) and warnings (in event.h) which only appear when building for Android.

2012-02-26 19:36 SJL, revision 70702

Update configure.in to use pkg_config to find the webkit hearers and libraries. Regenerate configure.in Fixes #14015

2012-02-26 18:18 VZ, revision 70701

Fix wxGTK compilation when using non X11-based GDK. Only use X11-specific GDK functions inside "#ifdef GDK_WINDOWING_X11" checks. Closes #14044.

2012-02-26 18:18 VZ, revision 70700

Retrieve paper size from page setup dialog in wxOSX/Cocoa. Call PMGetPageFormatPaper() when retrieving data from the native dialog. Closes #14047.

2012-02-26 16:44 JS, revision 70698

Fixed enabling/disabling for wxSpinCtrl

2012-02-26 14:30 SC, revision 70695

also a dialog needs the current events set up correctly

2012-02-26 11:21 SC, revision 70694

setting up current event also when mouse is captured ...

2012-02-26 00:49 VZ, revision 70693

Ensure that combobox editor used by wxGrid is tall enough. Set the rectangle of wxGridCellChoiceEditor to be at least as tall as the best (i.e. minimal) wxComboBox size because otherwise the control can be unusable. Closes #13818.

2012-02-26 00:49 VZ, revision 70692

Suppress harmless MSVC warnings about int to bool conversions. Convert int to bool explicitly to avoid MSVC warning C4800.

2012-02-26 00:49 VZ, revision 70691

Document more wxAuiNotebook events. Add descriptions of several previously undocumented wxEVT_COMMAND_AUINOTEBOOK_XXX events and the corresponding event table entries. Closes #14040.

2012-02-26 00:49 VZ, revision 70690

Dispatch unknown messages immediately in wxMSW YieldFor(). Failure to do this can have catastrophic consequences, e.g. embedded ActiveX IE controls may stop working -- even after resuming the normal message dispatching. Closes #14027.

2012-02-26 00:49 VZ, revision 70689

Minor fixes to wxMessageBox() documentation. Correct the default parameters values. Closes #14043.

2012-02-26 00:49 VZ, revision 70688

Don't assert in wxLocale::IsAvailable() if language is not supported. We can fail to find language information if we're called with wxLANGUAGE_DEFAULT and we don't support the current system language. Closes #14039.

2012-02-26 00:49 VZ, revision 70687

Compare file inodes if possible in wxFileName::SameAs(). This allows to correctly return when the two files with different names actually refer to the same file system object. Closes #910.

2012-02-26 00:49 VZ, revision 70686

Remove temporary files created by wxFileName unit test case. Don't leave temporary files created by wxFileName::CreateTempFileName() lying around.

2012-02-25 23:29 JS, revision 70685

Add borders if none specified

2012-02-25 19:30 SC, revision 70684

adding a app-defined event seems to quit inner eventloops like eg the popup of the combobox, therefore use the cf api in this case

2012-02-25 16:03 VZ, revision 70683

Use Doxygen comments for wxVisualAttributes members. Fix documentation of wxVisualAttributes by simply turning the normal comments into Doxygen ones.

2012-02-25 16:03 VZ, revision 70682

No changes, just remove functions bodies from interface docs. Omit the implementations, even trivial ones, from the documentation.

2012-02-25 16:03 VZ, revision 70681

Don't use _T() in the documentation. This is mainly necessary in order to be able to commit the subsequent changes to this file as otherwise the commit is refused by the svn post-commit hook that checks for _T() presence.

2012-02-25 13:55 VS, revision 70680

Fix r70318 to skip unhandled events.

2012-02-25 12:08 JS, revision 70679

More reasonable font size for rich text dialogs.

2012-02-23 20:43 VZ, revision 70677

Dutch translations update from Gideon van Melle.

2012-02-23 18:01 JS, revision 70676

Added functionality for disabling the vertical scrollbar.

2012-02-23 17:33 VZ, revision 70675

Remove duplicate wxFileKind definition from documentation. Also move wxSeekMode from interface/wx/ffile.h to filefn.h to be consistent with the header in which this enum is really defined. And document it better.

2012-02-23 14:56 VZ, revision 70674

Use wxStrnicmp() instead of strncasecmp() in wxGTK code. This fixes compilation under Windows where strncasecmp() is not available -- but portable wxStrnicmp() always is. Closes #14036.

2012-02-23 14:56 VZ, revision 70673

No real changes, just fix spelling errors in the documentation. Closes #14038.

2012-02-23 08:07 JS, revision 70672

Removed unused variable warning

2012-02-22 18:35 JS, revision 70671

Compile fixes for wxUSE_COLLPANE=0

2012-02-22 14:41 VZ, revision 70670

Mention event type corresponding to EVT_CLOSE in wxFrame documentation. Closes #14030.

2012-02-22 14:41 VZ, revision 70669

Don't crash when using wxPrintDialog with NULL parent under GTK. Check that we have a valid parent before using it. Also simplify the code a little. Closes #14033.

2012-02-22 14:41 VZ, revision 70668

Fix spelling in the documentation. Closes #14034.

2012-02-22 09:24 SC, revision 70667

catching default button handling also in password fields

2012-02-21 23:02 VZ, revision 70666

Correct wxWinCE port name in @onlyfor in the documentation. The name used here should be the same as the label used for the corresponding port in docs/doxygen/mainpages/platdetails.h

2012-02-21 21:22 SC, revision 70663

making sure eventual borders get updated when windows are shown

2012-02-21 21:11 MW, revision 70662

Remove testing against zip in a pipeline as it no longer supports it.

2012-02-21 17:23 SC, revision 70661

making sure eventual borders get updated when windows are hidden

2012-02-21 10:24 JS, revision 70660

The tree only sets the focus in response to a TVN_SELCHANGINGW event if the tree is not being deleted. TVN_SELCHANGINGW is generated when the tree items are deleted. Without this change, if a tree control is in a dialog being closed, the newly active window will become inactive momentarily when tree items are deleted and you will see a flicker.

2012-02-21 06:39 RD, revision 70659

Rewrite DoPaint, FullPaint and add FullPaintDC to help deal with flicker problems and to be more like how the other Scintilla ports are working now.

2012-02-21 06:38 RD, revision 70658

If WXWIDGETS is not set and if on cygwin then set it to a DOS style path. (This assumes that it is not a cygwin oxygen that is being run, if that's not the case then set WXWIDGETS before running regen.sh)

2012-02-20 22:57 VZ, revision 70656

Don't crash in wxImage::SaveFile() if MIME type is not recognized. Insert a missing "return false" whose lack resulted in a crash if the handler for the given MIME type wasn't found. Closes #14028.

2012-02-20 22:57 VZ, revision 70655

Minor fixes to wxDateTime documentation. Use @onlyfor{wxmsw} for MSW-specific methods; fix the return type of operator+=(). Closes #14024.

2012-02-20 22:57 VZ, revision 70654

No changes, just simplify some code in wxX11. Don't use redundantly weird flags tests. Closes #14020.

2012-02-20 22:57 VZ, revision 70653

No changes, just remove a redundant wxGROW. Closes #14018.

2012-02-20 22:56 VZ, revision 70652

Remove documentation of inexistent wxEvtHandler::TryThis(). This method existed only briefly and was replaced by Try{Before,After}(). Closes #14012.

2012-02-20 22:56 VZ, revision 70651

Allow handling EVT_UPDATE_UI for wxID_UNDO/REDO at wxDocument level. Don't require using wxCommandProcessor for this, only use it if it exists. Closes #14011.

2012-02-20 22:56 VZ, revision 70650

Document wxNotificationMessage::Timeout_XXX values. Closes #14009.

2012-02-20 22:56 VZ, revision 70649

Fix typos in wxRibbonButtonBar documentation. Closes #14008.

2012-02-20 22:56 VZ, revision 70648

Minor documentation fixes to wxHelpController. Fix the methods signatures to match the real ones. Closes #14007.

2012-02-20 22:56 VZ, revision 70647

Add skeleton documentation for wxMessageDialog::ButtonLabel. This class shouldn't be really used directly but document it just to make the interface header valid C++ as this class was used as parameter type but never defined. Closes #14006.

2012-02-20 22:56 VZ, revision 70646

Fix wxRichTextBuffer::InsertParagraphsWithUndo() documentation. Use the same parameters order as in the real header file. Closes #14005.

2012-02-20 22:56 VZ, revision 70645

Add @onlyfor tag to wxToolBar::SetBitmapResource() documentation. Closes #14004.

2012-02-20 22:56 VZ, revision 70644

Add @onlyfor tags for Unix-specific wxStandardPaths methods. Closes #14003.

2012-02-20 22:56 VZ, revision 70643

Add @onlyfor tag for wxSound::IsPlaying() documentation. This is not totally precise as the method is available in all Unix-based ports but currently there doesn't seem to be any way to specify this so just mention its availability in wxGTK which is what counts. Closes #14002.

2012-02-20 22:56 VZ, revision 70642

Make wxSingleChoiceDialog::GetSelectionData() const. Also restore const-ness of GetSelectionClientData() lost in r70514. Closes #14001.

2012-02-20 22:56 VZ, revision 70641

Fix wrong spelling of wxRegKey::HasSubkeys() in the documentation. This method is currently called HasSubkeys() and not HasSubKeys() even though the latter would have been more consistent with HasSubKey() so we might consider renaming it in the future. But for now just fix the documentation. Closes #13998.

2012-02-20 22:56 VZ, revision 70640

Remove inexistent wxPropertySheetDialog::SetInnerSizer() from documentation. Closes #13997.

2012-02-20 22:56 VZ, revision 70639

Synchronize wxPropertyGridManager documentation with the real API. Fix GetSelection() return type; remove SetStringSelection() which doesn't seem to exist any more; other minor fixes. Closes #13996.

2012-02-20 22:56 VZ, revision 70638

Synchronize wxPropertyGrid documentation with the real API. Document DoRegisterEditorClass() (even though it's not really clear whether it should be documented); remove the inexistent SetButtonShortcut() documentation and other minor fixes. Closes #13995.

2012-02-20 22:55 VZ, revision 70637

Don't initialize wxFileDialog::m_filterIndex to 1 in wxMotif. This makes it consistent with all the other ports. Closes #1129.

2012-02-20 22:55 VZ, revision 70636

Use wxPageSetupDialogData instead of old wxPageSetupData everywhere. No real changes, just don't use the old and kept for compatibility only wxPageSetupData name. Closes #13992.

2012-02-20 22:55 VZ, revision 70635

Remove wxDialog::OnSysColourChanged() documentation. This event handler is a private implementation detail and shouldn't be documented. Closes #13964.

2012-02-20 19:02 JS, revision 70633

Removed unnecessary newlines.

2012-02-20 18:58 JS, revision 70632

Minor fixes

2012-02-20 18:57 JS, revision 70631

Corrected missing angled bracket

2012-02-20 12:38 JS, revision 70630

Added wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow the application to influence the return value of GetNext after Next is clicked.

2012-02-20 11:59 VZ, revision 70629

Fix unit test French locate checks for glibc >= 2.8. Until 2.7 glibc wrongly used periods instead of slashes as separators for the French date format and the test accounted for this, breaking it with recent glibc versions in which this bug was fixed. Fix this by limiting the workaround to the old glibc versions only.

2012-02-19 16:50 VZ, revision 70628

Don't apply svn commit hook checks to 2.8 branch. Some of the files in 2.8 still use the old conventions, allow doing changes in them without completely updating them to follow the rules checked by the hook.

2012-02-19 16:50 VZ, revision 70627

Don't exclude message catalog files from UTF-8 checks in svn hook. The message catalogs do use UTF-8 now, so check that no non-UTF-8 ones are checked in in the future.

2012-02-19 16:04 SN, revision 70626

Spelling fixes, backport of r70625. Additionally changed _T to wxT in updated files to make pre-commit check happy.

2012-02-19 15:49 SN, revision 70625

Spelling fixed for comments and a wxASSERT_MSG. Fixes #14022.

2012-02-18 20:59 SN, revision 70624

Fixed spelling errors, fixes #14021.

2012-02-18 20:46 SN, revision 70623

Backported spelling fixes from r70622.

2012-02-18 20:43 SN, revision 70622

Spelling fixes to comments, fixes #13994.

2012-02-18 20:37 SN, revision 70621

Backport of spelling fixes from r70620.

2012-02-18 20:31 SN, revision 70620

Fixed miss-spelling in output messages (enviroment -> environment, occured -> occurred), fixing 13993.

2012-02-18 18:12 VZ, revision 70619

Update the main translation template and all the message catalogs. This was done mostly to ensure that updating works correctly after the last round of manually fixing the catalogs.

2012-02-18 18:12 VZ, revision 70618

Remove duplicate "About" entries from message catalogs. Somehow we had duplicate entries for "About" string in almost all the message catalogs. This prevented them from compiling correctly.

2012-02-18 15:24 JS, revision 70617

Removed OnSelect

2012-02-18 15:22 JS, revision 70616

Fixed name of GetCombinedStyleForLevel

2012-02-18 15:20 JS, revision 70615

Applied #14000 (wxRichTextXMLHandler interface fixes)

2012-02-15 17:41 PC, revision 70611

modification to fix in r70597, has-window check is unnecessary and perhaps incorrect

2012-02-15 16:40 VZ, revision 70610

Add forward declarations to fix wx/propgrid/editors.h compilation. This header resulted in compilation errors if it was included as the first propgrid header. Fix this by adding the required forward declarations. Closes #13989.

2012-02-15 16:40 VZ, revision 70609

Remove wrong "const" from wxPosition::operator{+,-}=() documentation. Closes #13991.

2012-02-15 16:40 VZ, revision 70608

Fix the name of wxPersistentTreeBookCtrl in the documentation. It was misspelt as wxPersistentTreeBook. Closes #13990.

2012-02-15 16:40 VZ, revision 70607

Remove non-existent wxPGChoices methods from the documentation. wxPGProperty::Add(wxArrayString, ValArrItem), GetItemAtY() and HasValue() were documented but don't actually exist, remove them. Also correct wxPGProperty::Empty() scope: it's protected and not public. Closes #13988.

2012-02-15 16:40 VZ, revision 70606

Fix typo in wxOwnerDrawnComboBox ctor documentation. "[]" was in the wrong place. Closes #13987.

2012-02-15 16:40 VZ, revision 70605

Fix typo in wxMultiChoiceDialog::GetSelections() name in the documentation. Closes #13986.

2012-02-15 16:40 VZ, revision 70604

Mark Mac-specific wxMenuBar methods with @onlyfor{wxosx}. Closes #13985.

2012-02-15 16:39 VZ, revision 70603

Document the default size of new wxMemoryBuffer correctly. Documenting it as DefBufSize wasn't really helpful, so just use its value instead (an alternative would be to document DefBufSize -- with its value -- but it doesn't seem very useful to make it part of the public API). Closes #13984.

2012-02-15 16:39 VZ, revision 70602

Fix wxMediaCtrl::GetPlaybackRate() method name in the documentation. Closes #13983.

2012-02-15 16:39 VZ, revision 70601

Document wxConvFileName variable, not wxMBConvFile class. The class doesn't exist (and the documentation even says that much) but the global variable does exist, so document it instead. Closes #13982.

2012-02-15 16:39 VZ, revision 70600

Added wxFileName::Exists(). This function checks for existence of anything with the given name, not necessarily just a file or a directory. Extend the unit test to verify that it returns true for /dev/null on Unix systems. Closes #953.

2012-02-15 16:39 VZ, revision 70599

Refactor wxFileName existence checking code. Merge FileExists() and DirExists() together in a single wxFileSystemObjectExists() helper in preparation for adding a function checking for the existence of any kind of file system object. There should be no changes for MSW/Unix but OS/2 file detection was changed slightly to always use DosQueryPathInfo() instead of using it only for the directories and stat() for files. Not sure if this is the right thing to do there but it seems like the code should work. Also add a simple unit test for these functions. See #953.

2012-02-15 16:39 VZ, revision 70598

Explicitly document that hidden windows get wxEVT_IDLE events. This wasn't always the case and could be unexpected so document this behaviour clearly, also explain the rationale for it.

2012-02-15 08:04 PC, revision 70597

avoid sending mouse events to the wrong window, fixes #2917

2012-02-15 01:36 VZ, revision 70594

Document wxLogGui::DoShow{Single,Multiple}LogMessage() as private. These methods should be documented because they can be overridden but they're private so document them as such. Closes #13981.

2012-02-15 01:35 VZ, revision 70593

Don't document wxListCtrl::SetColumnsOrder() as being const. Because it isn't. Closes #13980.

2012-02-15 01:35 VZ, revision 70592

Clean up wxListBox documentation. Remove the methods inherited from the base class, there is no need to re-document them here, especially as this was done incorrectly for Set(). Do document EnsureVisible() and IsSorted(). Closes #13979.

2012-02-15 01:35 VZ, revision 70591

Make documentation of wxIcon::ConvertToDisabled() more explicit. Use @onlyfor{wxmsw} and explain how can the same task be done under the other platforms. Closes #13977.

2012-02-15 01:35 VZ, revision 70590

Document wxFTP::TransferMode enum in the correct scope. It's declared inside wxFTP class and not in global scope. Closes #13976.

2012-02-15 01:35 VZ, revision 70589

Document wxGB{Position,Size}::operator!=(), remove operator!(). The latter doesn't exist (any more?), the former does. Closes #13975.

2012-02-15 01:35 VZ, revision 70588

Remove documentation of non-existent wxFontMapper::SetConfig(). Closes #13974.

2012-02-15 01:35 VZ, revision 70587

Document Mac-only wxFileName methods as being Mac-only. Use @onlyfor for them for consistency and to help the automated code generators. Closes #13971.

2012-02-15 01:35 VZ, revision 70586

Document wxFileType::MessageParameters class. Documentation is not really very helpful but better than nothing. Closes #13972.

2012-02-15 01:35 VZ, revision 70585

Fix wrong type of wild card parameter in wxFileCtrl documentation. It is a string, not a point. Closes #13970.

2012-02-15 01:35 VZ, revision 70584

Make wxDragImage ctors taking hot spot point really deprecated in wxMSW. They were documented as deprecated and deprecated in the generic version (and actually not even available there any more without WXWIN_COMPATIBILITY_2_6) but not in wxMSW, where we just had the weird wxLogDebug() statements that were inconsistent with our handling of deprecation everywhere else. Do deprecate them now, remove wxLogDebug() and also remove the deprecated ctors and Create() overloads from the documentation. Finally, remove the documentation of deprecated and available in the generic version only ctor taking only wxCursor (closes #13967).

2012-02-15 01:35 VZ, revision 70583

Document wxDocManager::CreatePreviewFrame() as being protected, not public. Simply move the function documentation to the correct class section. Closes #13966.

2012-02-15 01:35 VZ, revision 70582

Don't document private event handlers in doc/view frame classes. wxDoc[MDI]ParentFrame::OnCloseWindow(), wxDoc[MDI]ChildFrame::OnActivate() and OnCloseWindow() are all private, don't document them as public. Just mention that the wxEVT_CLOSE_WINDOW and wxEVT_ACTIVATE should be left for the processing in the frame classes to let the default handling take place. Closes #13965.

2012-02-15 00:14 VZ, revision 70581

Mention __WIN64__ in the preprocessor defines documentation.

2012-02-15 00:09 VZ, revision 70580

Remove the mention of non-existing wxPrintf_l() from the documentation. This function doesn't exist (yet), so don't advise people to use it.

2012-02-13 16:23 SC, revision 70579

adding missing initializer to raw_control, fixes #13963

2012-02-13 16:22 SC, revision 70578

adapting comparison to raw_control, see #13963

2012-02-12 23:19 VZ, revision 70577

Don't document deprecated wxComboCtrl::SetValueWithEvent(). This method shouldn't be used at all, either SetValue() or ChangeValue() should be used instead, so don't document it. Closes #13961.

2012-02-12 23:19 VZ, revision 70576

Implement wxDV_ROW_LINES for generic wxDataViewCtrl. Provide wxDataViewCtrl::SetAlternateRowColour() to specify the colour to use for odd rows explicitly but determine it automatically from the background colour if no explicit colour was specified. Closes #12834.

2012-02-12 23:18 VZ, revision 70575

Don't use deprecated wxDataViewCtrl::StartEditor() in the sample. Also document this deprecation in the change log and explain how to update the existing code.

2012-02-11 21:32 RD, revision 70573

remove some wxPython-only methods that were accidentally added to the interface file

2012-02-11 20:39 PC, revision 70572

remove wxGraphicsContext dependency for transparent background support

2012-02-11 19:36 VZ, revision 70571

Document wxDateTime::GregorianAdoption enum and TimeZone class. These types are referenced by the other documented functions so should be documented themselves. Closes #13959.

2012-02-11 19:36 VZ, revision 70570

Fix "wxEmptyStr" typo in wxChoicebook and wxToolbook documentation. It should be "wxEmptyString". Closes #13955.

2012-02-11 17:26 VZ, revision 70569

Implement wxBG_STYLE_TRANSPARENT support for wxGTK. Use composited windows if supported by GTK+ for wxWindows with this background style. Also add wxWindow::IsTransparentBackgroundSupported() and show how to use it in the sample.

2012-02-11 17:26 VZ, revision 70568

Update marks in non-current months shown in wxMSW wxCalendarCtrl. Native wxMSW calendar control can show more than just the current month. When other months are shown, ensure that they don't have marks for the days marked in the current month as this doesn't make sense. See #13934.

2012-02-11 17:26 VZ, revision 70567

Set marks used in wxMSW wxCalendarCtrl unconditionally. This fixes wrong display (random days could have been shown marked) when not using wxCAL_SHOW_HOLIDAYS style. Apparently we need to set the marks unconditionally as they are not turned off by default, so ensure we call UpdateMarks() even without wxCAL_SHOW_HOLIDAYS. See #13934.

2012-02-11 17:26 VZ, revision 70566

Also add wxNativeFontInfo::SetStrikethrough() stub for wxGTK2. This should have been done in r70563 which added the stub to wxGTK1 part only.

2012-02-11 00:34 VZ, revision 70565

Added a test for wxUSE_DATAOBJ to wxDFB which doesn't support it. This is just one of many, many things not supported by wxDFB but check for at least this one as it prevents even the precompiled header from being created.

2012-02-11 00:34 VZ, revision 70564

Fix compilation ofr ports without native font info, such as wxDFB. Don't use wxString::ToLong() with short variable.

2012-02-11 00:34 VZ, revision 70563

Add stubs for wxNativeFontInfo::{Get,Set}Strikethrough() to wxGTK. These functions are not implemented currently (just as their {Get,Set}Underlined() counterparts) but should still be defined to allow the code using wxNativeFontInfo to link.

2012-02-10 19:30 RD, revision 70557

Don't include the terminating NUL

2012-02-10 11:22 VZ, revision 70556

Fix wxHash{Set,Map} compilation with g++ 4.7 in C++11 mode. Fully qualify the hasher and comparator classes used with WX_DECLARE_HASH_{SET,MAP} macros as they're used as base classes by the standard library implementation in g++ 4.7 and using them without the scope operator results in compilation errors because they're interpreted as being (inaccessible) base classes and not the global ones.

2012-02-09 17:22 VZ, revision 70554

Document MSW-only wxEVT_MOVING event. As we documented EVT_MOVE_{START,END}, we should do it for this one as well.

2012-02-09 14:24 VZ, revision 70553

Fix typo in wxSlider XRC format documentation. "pagesize" was documented as line size, fix this. Closes #13949.

2012-02-09 00:45 VZ, revision 70545

Fix wrong signature of wxBitmap(bits) ctor in the documentation. This ctor takes just a "char* bits" (spelt as "char bits[]" for some reason), not "char* bits[]". Closes #13947.

2012-02-08 13:59 VZ, revision 70544

Restrict button size restrictions documentation to OSX/Carbon only. OSX/Cocoa doesn't have these restrictions. Closes #13122.

2012-02-08 03:09 VZ, revision 70543

Document that wxStandardPaths::GetUserConfigDir() doesn't use app info. Explicitly mention this instead of just relying on the examples to convey it. Closes #11275.

2012-02-08 03:09 VZ, revision 70542

Use wxSTC_INVALID_POSITION in wxStyledTextCtrl documentation. Comments -- copied from the generated header file -- used INVALID_POSITION which is not actually defined, replace it with wxSTC_INVALID_POSITION that is defined. Closes #11454.

2012-02-08 03:09 VZ, revision 70541

Document wxAUI_NB_MIDDLE_CLICK_CLOSE. Also mention that it's part of wxAUI_NB_DEFAULT_STYLE. Closes #13382.

2012-02-08 01:22 RD, revision 70538

Interface fixes changing fiction into truth.

2012-02-08 01:20 RD, revision 70537

Following the theory that something lame is better than nothing at all, provide a very generic implementation of the ctor wxRegion::wxRegion(size_t n, const wxPoint *points, wxPolygonFillMode fillStyle) by drawing the polygon into a bitmap and using that to create the region.

2012-02-08 01:16 RD, revision 70536

Add an empty implementation of the OSXGenerateEvent() pure virtual so the generic date picker ctrl can be used in the cocoa build.

2012-02-08 00:57 RD, revision 70535

Don't assume that XCode is in /Developer. Use "xcode-select -print-path" instead.

2012-02-08 00:55 RD, revision 70534

use buf.length() instead of strlen()

2012-02-08 00:55 RD, revision 70533

Add length parameter to AddTextRaw and AppendTextRaw. Closes #1358

2012-02-07 22:38 VZ, revision 70532

Avoid CRT deprecation warnings for MSVC build using makefiles too. Define _CRT_SECURE_NO_DEPRECATE, _CRT_NON_CONFORMING_SWPRINTFS and _SCL_SECURE_NO_WARNINGS when using makefiles to build the library too for consistency with the project files. These defines are only needed for VC8 and later but should do no harm for the previous versions. See #11009.

2012-02-07 22:38 VZ, revision 70531

Rebake all project files to reflect MSVC deprecation warnings defines. Rebake all the projects after the changes of r70182, even if they're only really needed for the library itself, the other project files should correspond to the bakefiles contents too.

2012-02-07 17:40 SC, revision 70530

forwarding mouse moved events to the view under the mouse, not the firstResponder

2012-02-07 14:48 VZ, revision 70529

Fix wxAboutDialogInfo::GetName() return type in the documentation. wxString is returned by value, not const reference. Closes #13941.

2012-02-07 14:02 VZ, revision 70528

Fix infinite loop in wxHtmlEasyPrinting page break code. The code didn't handle cells higher than the page height correctly and entered an infinite loop when trying to adjust page breaks in their presence, e.g. when trying to print a very tall image. Closes #13935.

2012-02-07 14:02 VZ, revision 70527

No real changes, just pass const wxArrayInt to wxHtmlCell::AdjustPagebreak(). AdjustPagebreak() never modifies the array passed to it, so pass it as const reference. See #13935.

2012-02-07 11:33 JJ, revision 70526

Update setup for OpenVMS to make wxX11 work again

2012-02-06 14:28 VZ, revision 70525

Return NULL from wxAuiNotebook::GetCurrentPage() if there is no selection. Make it behave as wxBookCtrlBase::GetCurrentPage() and just silently return NULL instead of asserting if there is no selection. Closes #13932.

2012-02-06 14:28 VZ, revision 70524

Fix typo in an event type constant in wxTreeListCtrl documentation. s/CHeCKED/CHECKED/g Closes #13931.

2012-02-06 14:28 VZ, revision 70523

Fix handling of positional parameters in wxPrintf() and related. Handle positional parameter specifications in wxFormatConverter to ensure that e.g. "%N$s" are correctly transformed to "%N$S" if needed. This fixes the use of positional parameters under OS X. Closes #10965.

2012-02-05 23:54 SN, revision 70521

Reverted bogus fix for bogus bug report #13402.

2012-02-05 23:53 SN, revision 70520

Reverted bogus fix for bogus bug report #13402.

2012-02-05 23:20 SN, revision 70519

Mark unused parameter as such, fixes #13402.

2012-02-05 23:20 SN, revision 70518

Mark unused parameter as such, fixes #13402.

2012-02-05 18:43 PC, revision 70517

remove code ifdef-ed on __X__, it is never defined for wxGTK

2012-02-05 16:45 VZ, revision 70516

Don't set PAGESETUPDLG::hDevNames and hDevMode when using PSD_RETURNDEFAULT. If the page setup dialog is used to retrieve the default information, hDevMode and hDevNames fields must not be set, otherwise PageSetupDlg() function simply fails because of incorrect parameters passed to it. Closes #13928.

2012-02-05 15:18 VZ, revision 70515

Fix huge performance problem in wxStdInputStream when using MSVC8/9. Our overridden xsgetn() method was never called when using these compilers because they used their own, non-standard, _Xsgetn_s() instead. Because of this the stream was always read character by character which was very inefficient. Fix the problem by overriding _Xsgetn_s() for these compilers and explicitly forwarding it to xsgetn(). Closes #13926.

2012-02-05 15:18 VZ, revision 70514

Take void** client data in wxSingleChoiceDialog ctor and not char**. The client data is supposed to be untyped, there is really no reason (other than compatibility with C conventions of 40 years ago) to use char** here. So don't do it and provide the versions taking "void**" keeping "char**" ones for backwards compatibility only. Also deprecate GetSelectionClientData() that returned char* and add a new GetSelectionData() returning void* instead. Closes #13876.

2012-02-05 15:18 VZ, revision 70513

Preserve focus when window is minimized and restored in wxMSW. Add specific code to save and restore the focus when the window is minimized and restored in wxMSW as the existing code in WM_ACTIVATE handler wasn't enough because this event was generated too late when minimizing the window (when it was already minimized and so the focus had been already lost) and too early when restoring it (so the window was still minimized and restoring focus failed). This is still not perfect as we do in our code something Windows would be expected to do automatically but for whatever reason, it doesn't do it for wxWidgets programs, and this manual workaround at least prevents the annoying total focus loss. Closes #1599.

2012-02-05 15:18 VZ, revision 70512

Ensure that the progress dialog parent is activated at the end under MSW. The progress dialog parent was supposed to become the new foreground window when the progress dialog was closed, but this didn't happen because m_parentTop was never set when the native progress dialog implementation was used under MSW. Fix this by explicitly calling the new SetTopParent() from its ctor.

2012-02-05 15:18 VZ, revision 70511

No changes, just implement Raise() in wxTopLevelWindow in wxMSW. Get rid of two identical implementations in wxFrame and wxDialog and only override this function once in wxTopLevelWindow.

2012-02-05 02:20 VZ, revision 70510

Fix initial state of radio toolbar tools in wxGTK. The last radio group item was initially checked under wxGTK instead of the first one, as under the other platforms. Fix this by correcting the check for the first radio group item which was inversed in wxToolBar::DoInsertTool().

2012-02-05 02:20 VZ, revision 70509

Never refresh controls from EVT_PAINT handler in wxPropertyGrid. Refreshing the controls after finishing repainting the grid results in an infinite stream of paint events, so don't do this, especially as this doesn't seem to have any bad consequences under wxGTK which was the only major platform where this behaviour was enabled. Also rename wxPG_REFRESH_CONTROLS_AFTER_REPAINT to just wxPG_REFRESH_CONTROLS and keep the control refreshing code for wxGTK only in a couple of places outside of EVT_PAINT handler to be on the safe side.

2012-02-04 13:22 VZ, revision 70508

Fix the URL generated by Doxygen @sampledir macro. "samples/" part of the URL was missing, add it. Closes #13925.

2012-02-04 12:45 VZ, revision 70507

Document wxNO_3D as being obsolete. This style doesn't do anything any more, so replace it documentation with a deprecation notice.

2012-02-03 18:57 VZ, revision 70506

Fix typo in EVT_TREE_END_LABEL_EDIT documentation. Wrong event type was used, correct it. Closes #13922.

2012-02-03 18:27 VZ, revision 70505

Check string length correctly in wxFileSystem::URLToFileName(). Check that the string is long enough before accessing its first and second characters to fix a crash when an empty or one-character string was passed to wxFileSystem::URLToFileName(). Closes #13920.

2012-02-03 18:27 VZ, revision 70504

Enable callbacks for wxFileSystemWatcher FD under OS X. We need to enable callbacks to get them initially, otherwise no events are ever detected. Closes #13919.

2012-02-03 18:27 VZ, revision 70503

Fix speed regression in wxFileHistory::AddFileToHistory(). Avoid full normalization including wxPATH_NORM_LONG when adding files to wxFileHistory as this can take a very long time when using network paths under Windows. Closes #13915.

2012-02-03 15:15 VZ, revision 70502

Turkish translations update from Kaya Zeren.

2012-02-03 01:24 VZ, revision 70501

Fix the type of global font constants in the documentation. wxNORMAL_FONT, wxSMALL_FONT &c were documented as wxFont objects but they are really wxFont pointers. Closes #13917.

2012-02-03 01:21 VZ, revision 70500

Fix bug with mouse wheel scrolling wxStyledTextCtrl in long running programs. In long running programs the wxEvent time stamp could wrap around resulting in all mouse wheel events being ignored in wxStyledTextCtrl as the comparison of the (positive) time until which all the subsequent events were supposed to be blocked and the (now negative) current event time stamp would be always false. Fix this by using wxStopWatch::TimeInMicro() to avoid wraparound instead of wxEvent::GetTimestamp(). Also rename the variable to have a more clear name as the original code wasn't easy to understand. Closes #9057.

2012-02-02 21:32 SJL, revision 70499

Disable navigation sounds in wxWebViewIE. This brings the backend into line with the other backends. Also add a general method for changing INTERNETFEATURELIST settings. See #13694

2012-02-02 15:26 VZ, revision 70498

Fix initial wxRadioBox buttons positions in wxMSW. We only updated the button positions when the radio box was moved or resized after being created but didn't do it initially, so a radio box created with fixed position and size didn't lay out its buttons correctly. Do lay them out immediately after creating the radio box to fix this. Closes #13912.

2012-02-02 15:19 VZ, revision 70497

Add wxFontDialog ctor not taking wxFontData to wxOSX. wxFontDialog should have ctor and Create() overload taking just wxWindow parent in addition to the one taking parent and wxFontData used to initialize the dialog but it didn't have them in wxOSX, do add them now. Closes #13908.

2012-02-02 15:19 VZ, revision 70496

Fix wxDataViewCtrl::GetItemRect() signature in wxOSX and document it better. The second parameter of this method should be optional, so make it so in wxOSX. Also document what this method does exactly and the platforms under which it's implemented. Closes #13914.

2012-02-01 14:25 SC, revision 70494

should not bring to front upon focussing

2012-01-31 20:39 VZ, revision 70493

Remove duplicate wxPoint2DInt operator declarations. No real changes, just remove the redundant declarations. Closes #13900.

2012-01-31 20:38 VZ, revision 70492

Set the file name for temporary wxFFile objects. Pass the name of the temporary file to wxFFile::Attach(). This allows to give more useful error messages if any operation on this file fails later. Closes #13903.

2012-01-31 20:38 VZ, revision 70491

Document wxFFile::GetName(). Somehow this method was not documented. See #13903.

2012-01-31 18:44 PC, revision 70490

remove virtual override that just calls base

2012-01-31 18:41 PC, revision 70489

implement wxGetMousePosition without using X-specific code

2012-01-31 18:39 SC, revision 70488

guarding Update() on OSX not to be issued faster than 1/30 later than the last redraw

2012-01-31 18:37 SC, revision 70487

revert to using Update()

2012-01-31 16:00 SC, revision 70486

reenabling an Update where necessary

2012-01-31 14:09 VZ, revision 70485

Fix wxHTTP::SetPostBuffer() compilation in ANSI build. wxString::mb_str() returns a raw pointer and not wxScopedCharBuffer when wxUSE_UNICODE==0 so fix the code to do it differently in this case.

2012-01-31 14:09 VZ, revision 70484

Don't document wxVector<>::reverse_iterator. Documenting just this class but not iterator (and const_iterator) is inconsistent but documenting all of them is too much mostly useless work as all iterators (of the same category) have the same interface anyhow. So just remove the documentation of reverse_iterator for now. See #2585.

2012-01-31 14:09 VZ, revision 70483

Remove dummy Lithuanian translations. All non-translated strings were "translated" as their English originals in lt.po. This was just a artefact of the software used for translation and wrong, so remove all these dummy translations.

2012-01-31 08:30 PC, revision 70482

handle theme change which changes window border width

2012-01-30 17:30 SC, revision 70481

attempt to isolate which Update() calls are necessary at all, as they cause performance issues under OSX

2012-01-30 17:25 SC, revision 70480

always setting the event object to the menu, see #1595

2012-01-30 17:05 SC, revision 70479

fixing the routing of UpdateUI to the window by just passing NULL as source

2012-01-29 09:49 PC, revision 70478

move SetPangoAttrsForFont to wxFont, should have been part of r70475

2012-01-29 09:35 PC, revision 70477

use GTKSetPangoAttrs in wxCairoContext

2012-01-29 09:14 PC, revision 70476

move Pango underline workaround into wxFont::GTKSetPangoAttrs

2012-01-29 09:00 PC, revision 70475

move SetPangoAttrsForFont to wxFont

2012-01-28 14:37 SC, revision 70474

use translatable strings as format template for menu lines

2012-01-28 14:31 SC, revision 70473

adding OSX to the platforms which do the ui update upon menu open

2012-01-25 16:10 JS, revision 70465

Added further API for intercepting deletion and content insertion Added simple implementation of locked objects to sample

2012-01-25 11:33 SC, revision 70464

structure code to Cocoa's possibilities, allows tool windows with just a caption and no buttons

2012-01-25 07:39 BP, revision 70463

Added more conveniently placed 'List of All Members' link on all class doc pages in the header summary (using JS).

2012-01-25 01:10 VZ, revision 70462

Fix return value of wxMBConvUTF8::FromWChar(). Apply the same fix as was done in r68694 for ToWChar() to FromWChar(): it also returned an off by 1 value when not using MAP_INVALID_UTF8_NOT. Closes #13400.

2012-01-25 01:05 VZ, revision 70461

Update wxCommandProcessor after saving wxDocument. Surprisingly, wxCommandProcessor::MarkAsSaved() method was never called by wxDocument so saving the document didn't update wxCommandProcessor dirty status. Do add a call to MarkAsSaved() now, this allows wxCommandProcessor to track its status correctly (and actually more correctly than the dirty status of the document which becomes "dirty" after doing and undoing an operation after saving it, unlike wxCommandProcessor::IsDirty() which correctly returns false in this case).

2012-01-25 01:05 VZ, revision 70460

Fix wxCommandProcessor::IsDirty() result after undoing everything after save. IsDirty() returned false when all commands were undone after saving even though it clearly should have returned true in this case. Fix this and add comments explaining what happens in this method. Closes #2862.

2012-01-25 01:05 VZ, revision 70459

Don't compare invalid iterators in wxCommandProcessor::IsDirty(). Check that m_lastSavedCommand is valid before comparing it with m_currentCommand as comparing invalid iterators results in an assert in STL build (and probably should also result in an assert in non-STL build too for consistency). Also move IsDirty() implementation out of line to make it easier to modify it further in the future and because there is no real reason to keep it inline. Closes #13465.

2012-01-25 01:05 VZ, revision 70458

Forward declare wxFont in wx/gtk/private.h. This fixes compilation in STL build (for some strange reason it doesn't affect the default build however).

2012-01-25 01:05 VZ, revision 70457

Minor fixes to wxDataViewCtrl::HitTest() in wxGTK. Initialize the return parameters with invalid values and use const_cast<>. See #12582.

2012-01-25 01:04 VZ, revision 70456

Set the initial size of the expanded ribbon panel correctly. We need to set the client size of the frame showing the panel to the panel size and not the full frame size. Closes #13850.

2012-01-24 23:17 VZ, revision 70455

Fix setting frame icon when using non-standard icon sizes in wxMSW. Set the closest (and larger, if possible) icon if the icon of exactly the system icon size is not available. This fixes setting the icons when using custom DPI settings under MSW as the standard icon size may be different from the standard 32*32 in this case. This also improves wxIconBundle::GetIcon() to make its behaviour when the icon with exactly the given size is not found more flexible as a side effect. Closes #13891.

2012-01-24 22:50 VZ, revision 70454

Append all items at once during wxChoice creation in wxMSW. Appending all items at once is more efficient than doing it one by one in the loop 9probably because of CB_INITSTORAGE that we send in this case). Closes #13899.

2012-01-24 19:07 PC, revision 70453

add strike-through font support to wxGraphicsContext on GTK

2012-01-23 22:06 SC, revision 70452

adding missing stubs

2012-01-23 15:42 VZ, revision 70451

Add unit test verifying compilation of various wxFont ctors. Check that various invocations of wxFont ctor at least compile to avoid problems like the ones fixed by r70450.

2012-01-23 15:42 VZ, revision 70450

Fix wxButtonToolBar compilation after adding new wxFont ctor overload. The new wxFont ctor added in r70445 resulted in ambiguity when using wxFont(int, wxFontFamily, wxFontStyle, int) ctor mixing the type-safe values for the 2nd and 3rd arguments with "untyped" int for the 4th one. Fix this by avoiding the use of this ctor as it seems impossible to do it in any other way.

2012-01-23 14:59 VZ, revision 70449

Add a property to configure file property dialog kind. Add wxPG_FILE_DIALOG_STYLE allowing to pass wxFileDialog style that should be used by the given wxFileProperty. This notably allows to have file properties accepting not yet existing files, as is needed when using them for the file names to be saved, not opened. Closes #13894.

2012-01-23 13:33 VZ, revision 70448

Fix wxTextAttr::m_fontStrikethrough initialization. The code added in r70447 didn't initialize m_fontStrikethrough correctly. This fixes unit test failures for wxRichTextCtrl that appeared since this change. See #9907.

2012-01-23 12:28 VZ, revision 70447

Implement support for stricken-through fonts in markup parser. Now that we have strike-through support in wxFont, implement support for <s> tag in the markup parser. See #9907.

2012-01-23 12:28 VZ, revision 70446

Add support for stricken-through fonts. Support stricken-through fonts in wxMSW and wxGTK (including special support in wxStaticText and wxTextCtrl). Closes #9907.

2012-01-23 12:28 VZ, revision 70445

Add wxFont ctor taking a single flags argument instead of style/weight/... Currently this ctor just does the same thing as the existing ctors in a different way but it will be extended to support wxFONTFLAG_STRIKETHROUGH in the next commits. See #9907.

2012-01-23 12:28 VZ, revision 70444

Fix wxAffineMatrix2D::Translate() to multiply on the left. The affine transform was previously multiplied by the translation matrix on the right but this was incompatible with both the MSW version of the same method and all the other methods of the generic version. So multiply the transform by the translation on the left, as everywhere else. Closes #13875.

2012-01-23 12:28 VZ, revision 70443

Fix incorrect scroll positions used in SetScrollbars(). SetScrollbars() passed its input positions expressed in scroll units to CalcUnscrolledPosition() which takes positions in pixels. This was definitely wrong so don't do this and perform the conversion from scroll units to pixels in SetScrollbars() itself for clarity instead. It's not clear what concrete bugs, if any, does this fix as the calculated positions are almost never used anyhow but the old code was obviously incorrect and the new version has a chance of not being wrong so it's already an improvement. Closes #9988.

2012-01-23 12:28 VZ, revision 70442

Add check for wxFileCtrl dependency on wxDateTime to wx/chkconf.h. Enable wxDateTime if it's disabled but wxFileCtrl is enabled as the latter needs the former, at least in the generic version. Closes #12821.

2012-01-23 12:28 VZ, revision 70441

Fix incorrect cast resulting in a warning in wxMSW wxMenu code. Menu id is a 32 bit UINT value, even in 64 bit builds, so don't cast it to UINT_PTR. Closes #13815.

2012-01-23 12:28 VZ, revision 70440

Avoid warnings about mismatched format string in wxMSW wxClipboard code. Cast the string offsets to "unsigned" explicitly, even though they can be 64 bit (whereas unsigned is 32 bits) under Win64, the strings we operate with here shouldn't be more than 4GiB long. See #13815.

2012-01-23 12:27 VZ, revision 70439

Update OS X toolkit names list in wxwin.m4. There is no more "mac" toolkit in 2.9, we have "osx_carbon" and "osx_cocoa" instead (and also "osx_iphone" but it's not used with configure so far). Closes #13817.

2012-01-23 12:15 SC, revision 70438

using existing member

2012-01-22 18:31 SN, revision 70437

Fixed typo in variable name, fixing #13872.

2012-01-22 18:27 SN, revision 70436

Fixed typo in variable name, fixing #13872.

2012-01-22 01:58 VZ, revision 70434

Added a simple benchmark of wxLogDebug() and wxLogTrace(). Measure time taken by these calls when the debug/trace messages are not enabled. See #11829.

2012-01-22 01:58 VZ, revision 70433

Create wxStaticText with correct label directly in wxTextSizerWrapper. This is shorter and arguably more clear than doing it in two steps as we did before and also works in wxUniv, unlike creating wxStaticText with empty label and setting it later. Closes #13858.

2012-01-21 18:03 VZ, revision 70432

Fix reparenting generic wxSpinCtrl. The existing Reparent() implementation was wrong as it reparented spin control subwindows under the new parent but left the main window itself under the old one. Fix this by just not overriding Reparent() at all, the inherited version works just fine for this control. Closes #13849.

2012-01-21 01:53 DS, revision 70430
  • D /wxWidgets/trunk/demos/forty/makemac6.mcp
  • D /wxWidgets/trunk/samples/dnd/dndM7.mcp
  • D /wxWidgets/trunk/samples/docview/docviewM7.mcp
  • D /wxWidgets/trunk/samples/erase/makemac6.mcp
  • D /wxWidgets/trunk/samples/grid/griddemoM7.mcp
  • D /wxWidgets/trunk/samples/html/about/aboutmac6.mcp
  • D /wxWidgets/trunk/samples/html/help/makemac6.mcp
  • D /wxWidgets/trunk/samples/html/test/makemac6.mcp
  • D /wxWidgets/trunk/samples/html/virtual/virtualmac6.mcp
  • D /wxWidgets/trunk/samples/image/makemac6.mcp
  • D /wxWidgets/trunk/samples/internat/makemac6.mcp
  • D /wxWidgets/trunk/utils/helpview/src/HelpviewM7.mcp

deleted CodeWarrior project files

2012-01-21 01:01 DS, revision 70429

Fixed mismatch in amount of format specifiers in Japanese translation for i18n sample. The translation was missing a %s, copied the translation from the same string at samples/internat/ja/internat.po.

2012-01-21 00:18 VZ, revision 70419

Update the message catalog charset expected by the unit test. The charset of the message catalog files changed to UTF-8 in r70411 but the unit test still expected ISO-8859-1. Update the unit test too to make it pass again.

2012-01-20 23:11 VZ, revision 70418

Fix time zone in wxDateTime::UNow(). The internal wxDateTime representation is in the UTC, so use wxGetUTCTimeMillis() in UNow(), using wxGetLocalTimeMillis() made it inconsistent with Now() and wrong. Really closes #13862.

2012-01-20 23:11 VZ, revision 70417

Ensure wxCharTypeBuffer data is NUL-terminated after extend() call. As wxCharTypeBuffer ctor taking the length NUL-terminates the buffer, it may be expected that extend() does the same but it did not. Do add the NUL at the end for consistency, even though it's not really needed for the existing code using extend() in wxWidgets itself. Closes #13885.

2012-01-20 23:11 VZ, revision 70416

Fix documentation of wxConfig::Read(float*) overload. Grouping methods using "//@{" and "//@}" apparently doesn't work and completely wrong documentation is used in this case, so document the two overloads separately, as it's done for the other methods. Closes #13884.

2012-01-20 23:11 VZ, revision 70415

Add error checking when retrieving client data from wxMSW wxListBox. Verify if retrieving client data failed which might happen if the index is invalid for example. This makes code more robust and also consistent with wxChoice. Closes #13883.

2012-01-20 23:11 VZ, revision 70414

Check that an error really occurred when getting wxChoice data in wxMSW. We could wrongly return NULL client data if -1 was stored as client data in wxChoice because it's the same value as CB_ERR and we always interpreted it as an error, while it may not be one if GetLastError() doesn't indicate it. See #13883.

2012-01-20 23:11 VZ, revision 70413

Destroy modeless wxGenericAboutDialog when it is closed. Don't leave the wxGenericAboutDialog object alive when non-modal about dialog (as can be used under GTK and OS X) is closed. This is wasteful and, worse, resulted in the program not exiting after such a dialog was shown because it counted as a remaining open top level window. This also fixes the same bug in wxGTK when using GTK+ 2.4.

2012-01-20 17:51 DS, revision 70412

Removed ellipsis from "About..." occurrences. MS and Apple guidelines mention ellipses should generally be used when a command needs additional information from the user before the operation can execute. This is not the case for showing an about dialog so the ellipses have been removed.

2012-01-20 17:33 DS, revision 70411

Changed .po files to use UTF-8 charset. Changing the localisation files to be in UTF-8 allows them to be committed by the pre-commit hook script. Also regenerated relevant .mo files.

2012-01-20 13:35 VZ, revision 70410

Reset next wxMenu event handler in wxUniv when detaching it from wxMenuBar. A detached menu must not send its events to the menu bar that it isn't part of any longer. Closes #2620.

2012-01-20 13:30 VZ, revision 70409

Try to avoid truncation of the message in wxMSW wxMessageDialog. Use (documented but undefined) TDF_SIZE_TO_CONTENT flag under Windows Vista/7 to reduce the chance that Windows truncates or ellipsizes the message text if it can't wrap it. Truncation can still happen for very long words but there doesn't seem to be any drawbacks to using TDF_SIZE_TO_CONTENT and it does avoid truncation in at least some cases. This also improves the situation for wxRichMessageDialog and wxProgressDialog. Closes #13843.

2012-01-20 13:22 VZ, revision 70408

Add SetPostBuffer(wxMemoryBuffer) and SetPostText() to wxHTTP. This allows to post binary data or text data in e.g. UTF-8 encoding (which is by far the most common case) easily. Deprecate the existing SetPostBuffer(wxString) as it didn't explicitly specify the encoding to use for the data to be posted. Closes #13870.

2012-01-20 13:22 VZ, revision 70407

Added wxMemoryBuffer::Clear() and IsEmpty() methods. Add two convenient methods which may be used instead of testing or setting the buffer length.

2012-01-19 23:17 VZ, revision 70406

Respect image mask in the docview sample. Draw images with transparency, if any. See #13881.

2012-01-19 16:09 SC, revision 70405

adapting to new raw_control

2012-01-19 16:06 SC, revision 70404

fixing m_axe access indices

2012-01-19 16:01 SC, revision 70403

guard against invalid color ref

2012-01-19 16:01 SC, revision 70402

solving include order problems for stl and xti

2012-01-19 15:59 SC, revision 70401

use better backward compatibility for menu_open, don't autoenable

2012-01-19 15:06 SC, revision 70400

guard against invalid color ref

2012-01-19 15:04 SC, revision 70399

solving include order problems for stl and xti

2012-01-19 10:50 SC, revision 70398

attempt for workaround for stl forward declaration problems

2012-01-19 10:45 SC, revision 70397

gcc 4.3 issues warning if type attributes are given again - even if they are identical - therefore comment them out

2012-01-19 10:00 SC, revision 70396

gcc 4.3 issues warning if type attributes are given again - even if they are identical - therefore comment them out

2012-01-19 09:55 SC, revision 70395

adding unix defaults

2012-01-19 00:12 VZ, revision 70394

Skip EVT_RIGHT_UP event in wxHtmlWindow if it wasn't handled. This fixes generation of EVT_CONTEXT_MENU for mouse clicks in wxHtmlWindow under MSW: it wasn't generated before because we always ate the right mouse clicks. Closes #2465.

2012-01-19 00:10 DS, revision 70393

replaced _T() usage with wxT()

2012-01-18 20:42 VZ, revision 70392

Avoid needless second string conversion when adding files to memory FS. Create the buffer holding the result of conversion instead of converting twice, once to only get the length of the result and the second time to get the data. Closes #13877.

2012-01-18 20:14 BP, revision 70391

Gave proper spacing to header include sections.

2012-01-18 19:00 DS, revision 70390

Synchronised svn:eol-style and svn:executable properties of some file types. Changed the properties of the following file types: .am .m4: LF .plist .plist.in: native .guess .sh .sh.in .sub: LF, executable

2012-01-18 18:55 DS, revision 70389

merged libpng 1.5.7 to trunk

2012-01-18 18:39 DS, revision 70388

tagged libpng 1.5.7

2012-01-18 18:37 DS, revision 70387

Upgraded to libpng 1.5.7 (without contrib subdirectory). Also re-added some files that went missing while updating to 1.5.6 (that update was based on the .zip release which contains different files compared to the .tar.gz release).

2012-01-18 18:26 VZ, revision 70386

Don't auto-link with 3rd party libraries in DLL build using MSVC. It's unnecessary to link with these libraries as they're already embedded inside our DLLs and the functions from them can't be used anyhow as they're not declared as DLL-exported in the libraries headers.

2012-01-18 15:19 SC, revision 70385

fixing RTTI

2012-01-18 15:05 SC, revision 70384

adding conversion for stl

2012-01-18 11:05 VZ, revision 70383

No changes, just minor wxMSW code cleanup: use WinStruct<>. Use WinStruct instead of the usual ZeroMemory() + cbSize setting fragment to initialize Win32 structs that need to be initialized in this way. No real changes.

2012-01-18 10:51 VZ, revision 70382

Fix header formatting problem in wxMessageBox() documentation. @header macro must be preceded by a new line.

2012-01-18 01:25 JTN, revision 70381
  • D /wxWidgets/trunk/build/buildbot/config/JTN.xml

Removed wxQt build slave

2012-01-18 00:48 VZ, revision 70380

Consistently use "checked" in wxRadioButton documentation. We used "depressed" or "selected"; replace both of them with hopefully more clear "checked".

2012-01-17 22:54 SC, revision 70379

missing commit, see #10269

2012-01-17 21:03 JS, revision 70378

Added drawing context to allow 'virtual' (dynamic) attributes, for e.g. showing bookmarks without affecting the content

2012-01-17 15:05 VS, revision 70377

Replace wxDataViewCtrl::StartEditor() with EditItem(). This is more consistent with other wxDVC methods (taking column pointer as its argument) and other DVC-like classes where the name EditLabel() is used for similar purposes.

2012-01-17 15:05 VS, revision 70376

Removed unused, wrong wxDataViewCtrl code.

2012-01-17 15:05 VS, revision 70375

Add wxDataViewCtrl::GetCurrentColumn().

2012-01-17 13:56 JS, revision 70374

Support for undoable application of custom properties, and customisation of properties menu label

2012-01-17 07:18 DS, revision 70373
  • D /wxWidgets/trunk/docs/osx/SetTypeFromExtension.sea.hqx

Deleted SetTypeFromExtension.sea.hqx. The script or application in this file was used to set the file type for CodeWarrior projects on the Mac. Since that IDE is not supported anymore and OS X is moving away from file and creator types the file can be deleted.

2012-01-17 07:12 DS, revision 70372
  • D /wxWidgets/trunk/samples/dialogs/makefile.mgl

Deleted makefile.mgl. The makefile referred to a file in src/mgl/, wxMGL has been removed since r70353 so this makefile can be deleted.

2012-01-17 07:06 DS, revision 70371

Fixed keyboard navigation in generic tree control. Under MSW any cursor key presses would not be handled by the generic tree control (and it would lose focus). Added the style wxWANTS_CHARS to the creation of wxGenericTreeCtrl to fix keyboard navigation.

2012-01-16 20:02 JS, revision 70369

Fixed duplicate comment #13871

2012-01-16 14:37 VZ, revision 70368

Only return the requested data from generic wxListCtrl::GetItem(). For compatibility with MSW, only return the data that was requested by the item mask from wxListCtrl::GetItem(). This harmonizes the behaviour between all ports. Closes #1621.

2012-01-16 14:37 VZ, revision 70367

Set all event fields correctly for drag events in generic wxListCtrl. Call SendNotify() instead of (ponly partially) duplicating it in the code generating wxEVT_COMMAND_LIST_BEGIN_[R]DRAG. Closes #1582.

2012-01-16 13:56 VZ, revision 70366

Remove more non-standard keywords from wxWebView MSW header. Complete the changes of r70365 by removing the rest of __out, __in and __nullterminated occurrences.

2012-01-16 09:21 SJL, revision 70365

Remove MSVC specific specifiers from wxWebView code.

2012-01-16 00:39 VZ, revision 70364

Fix another typo in section names in the XRC overview. Replace triple "t" with just a double one in "button". See #13868.

2012-01-16 00:28 VZ, revision 70363

Fix wxBitmapToggleButton section name in XRC format overview. It mistakenly had the same name as wxToggleButton section.

2012-01-15 20:19 SJL, revision 70362

Implement IDocHostUIHandler in wxWebViewIE to improve the default behaviour. Disable built-in keyboard handlers, remove the 3D border and enable themes.

2012-01-15 20:05 SJL, revision 70361

Add wxActiveXContainer::QueryClientSiteInterface to allow customisation of ActiveX controls. Closes #13784.

2012-01-15 19:54 VZ, revision 70360

Fix minor errors in XRC format overview. Correct the tag in an example and a section name.

2012-01-15 19:50 VZ, revision 70359

Remove __WXMGL__ tests from the samples too. __WXMGL__ is not used any longer, remove it from the samples too.

2012-01-15 19:26 JS, revision 70358

Added min and max size to box attributes; made property editing more customisable

2012-01-15 18:45 VS, revision 70357

Don't crash if XRC file contains '_' at the end of a string. Parsing code for translating between '_' and '&' didn't properly handle the case when the input was malformed and '_' wasn't followed by either another '_' or another character. Added a check to guard against this.

2012-01-15 16:55 SC, revision 70356

native maxlength support, fixes #10269 (for osx_cocoa)

2012-01-15 16:54 SC, revision 70355

removing duplicated method, wiring native maxlength support, see #10269

2012-01-15 16:53 SC, revision 70354

allow native max length support, see #10269

2012-01-15 15:46 VZ, revision 70353

Remove wxMGL port. The company behind MGL toolkit (SciTech) doesn't exist since several years and this port is not used by anybody, so remove it to ease maintenance burden.

2012-01-15 14:46 VZ, revision 70352
  • D /wxWidgets/trunk/build/palmos
  • D /wxWidgets/trunk/build/wince/missing/PalmOS.h
  • D /wxWidgets/trunk/docs/palmos
  • D /wxWidgets/trunk/include/wx/palmos
  • D /wxWidgets/trunk/src/palmos

Remove empty PalmOS-related directories. And one file (in build/wince/missing).

2012-01-15 14:43 VZ, revision 70351
  • D /wxWidgets/trunk/build/palmos/.cdtproject
  • D /wxWidgets/trunk/build/palmos/.project
  • D /wxWidgets/trunk/build/palmos/auto-generated.mk
  • D /wxWidgets/trunk/build/palmos/makefile
  • D /wxWidgets/trunk/build/palmos/makefile-engine.mk
  • M /wxWidgets/trunk/samples/widgets/widgets.cpp

Remove more Palm OS left overs. Remove the build files and the mentions of Palm OS in the widgets sample.

2012-01-15 14:41 VZ, revision 70350

Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. This method was only available in wxUniv before and just always returned true in the other ports. Implement it for wxMSW and wxGTK too now and document it. Also add a unit test. Closes #795.

2012-01-15 13:28 VZ, revision 70349

Fix unit test build with wxUSE_ZIPSTREAM or wxUSE_TARSTREAM == 0. Disable the tests using wxZipEntry when it's unavailable. Also do the same for wxTarEntry.

2012-01-15 13:28 VZ, revision 70348

Fix variable name in wxFTP example in the documentation. The variable should be called "in", not "i".

2012-01-15 13:28 VZ, revision 70347

Document wxFileCtrl as being in the core library, not in the base one. Closes #13866.

2012-01-15 12:18 SC, revision 70346

patch applied with thanks, fixes #13865

2012-01-15 02:05 VZ, revision 70345

Remove Palm OS port. The platform targeted by this port doesn't exist any more and the port never achieved really working state so remove the code to avoid having to maintain it.

2012-01-15 02:05 VZ, revision 70344

Remove the documentation of non-existent wxNO_T macro. Don't document wxNO_T as it doesn't exist.

2012-01-15 02:01 VZ, revision 70343

Correct wrong checks for wxUSE_OWNER_DRAWN. Fix the checks added in r70316, wxUSE_OWNER_DRAWN should have been used instead of inexistent and undefined wxUSE_OWNER_DRAW. See #13851.

2012-01-14 20:54 PC, revision 70342

in addition to key events, also prevent unhandled mouse events from propagating up parent chain

2012-01-14 18:57 VZ, revision 70341

Fix the size of the font returned from wxTextCtrl::GetStyle() in wxMSW. Due to a typo the size was expressed in 1/10th of a point and not in points. Fix this and add a unit test checking that GetStyle() returns the same font as was set by SetStyle(). Closes #2120.

2012-01-14 18:57 VZ, revision 70340

Update wxNotebook selection when user changes the page in wxOSX. wxNotebook::m_selection was only updated if the selected page was changed programmatically but not if it was done by the user. Do update it in this case as well, it fixes generation of the events which was broken before because of comparison of the new selection with the incorrect current selection value in m_selection.

2012-01-14 17:52 VS, revision 70339

Fix wxDataViewCtrl::GetMainWindow() signature on OS X. Return wxWindow* as other ports do, not wxControl*.

2012-01-14 17:51 VS, revision 70338

Make column width calculations in wxDataViewCtrl and wxHeaderCtrl consistent.

2012-01-13 20:03 RD, revision 70334

add post-commit to svn too

2012-01-13 19:57 RD, revision 70333

Also exclude generated wxPython html files from pre-commit checks

2012-01-13 12:36 VZ, revision 70332

Call tzset() for all compilers before using time zone variable. Changes of r66245 shouldn't have been specific to MSVC, we must call tzset() when using any other compiler as well, otherwise time zone information can be initially incorrect. Closes #13862.

2012-01-13 12:32 VZ, revision 70331

Correct handle passed to DocumentProperties() in MSW printing code. We were passing a pointer to our wrapper struct instead of the pointer stored inside it (as a HANDLE). Closes #13861.

2012-01-13 12:29 VZ, revision 70330

Update broken link to manifest documentation on MSDN. Closes #13860.

2012-01-13 09:00 JJ, revision 70329

Update makefiles for OpenVMS

2012-01-12 19:15 VZ, revision 70326

Correct wxDropSource constructors documentation. The types of the arguments (wxCursor vs wxIcon) were inversed. Even though the description correctly said that wxCursor version was used by MSW and wxIcon -- by wxGTK the converse was actually documented. Fix this and also mention OS X. Finally remove the unnecessary and useless destructor documentation. Closes #13856.

2012-01-12 19:06 PC, revision 70325

revert r70315, key event propagation should be fixed by r70324

2012-01-12 19:06 PC, revision 70324

prevent unhandled key events from propagating up parent chain

2012-01-12 15:19 VZ, revision 70322

Added Lithuanian translations. Initial translations into Lithuanian from bricsys.com.

2012-01-12 11:26 SJL, revision 70321

Add missing aui dependencies to the notebook sample.

2012-01-11 14:42 VS, revision 70318

Don't react to Enter/Space/F2 with modifiers in generic wxDataViewCtrl. Doing so was in conflict with system shortcuts; Alt+Space in particular is used by Windows.

2012-01-11 14:42 VZ, revision 70317

Only declare wxDialog::SetWindowStyleFlag() when wxUSE_DIALOG_SIZEGRIP. This method was only defined when wxUSE_DIALOG_SIZEGRIP==1 so avoid declaring it when wxUSE_DIALOG_SIZEGRIP==0 to fix compilation in this case (i.e. under Windows CE). Closes #13852.

2012-01-11 14:42 VZ, revision 70316

Add wxUSE_OWNER_DRAW checks to wxMSW wxMenu code. Allow compiling with wxUSE_OWNER_DRAW==0. This fixes another problem in Windows CE build where owner drawn menus are not supported. Closes #13851.

2012-01-11 00:11 VZ, revision 70315

Fix UI in generic wxListCtrl when pressing cursor arrows while editing. Pressing Up/Down keys while editing an item changed the selection but left the in-place editing control on the previously selected item which was just wrong. Ignore these keys to avoid it. Notice that there is an underlying bug somewhere in wxGTK because we shouldn't be getting these events in the first place while the in-place editing text control has focus but it doesn't seem easy to fix so work around it here.

2012-01-10 18:09 DS, revision 70314

Fixed clicking on MSW slider not changing value with small ranges. If the range was 9 or less the SetPageSize call would pass a page size of 0, resulting in the value not being changed when clicking on the slider area (outside the thumb). Fix this by at least passing a page size of 1 to SetPageSize. Closes #1608.

2012-01-10 18:01 VZ, revision 70313

Fix wxFrame::AttachMenuBar() compilation under Windows CE. There was a typo in GetHwnd() call. Closes #13848.

2012-01-10 18:01 VZ, revision 70312

Use wxAbort() instead of abort() to fix Windows CE build. abort() is not defined under CE. Closes #13847.

2012-01-10 18:01 VZ, revision 70311

Added wxAbort() which can also be used under Windows CE. Windows CE doesn't have abort() so provide a wrapper which can be used even there (see #13847).

2012-01-10 18:01 VZ, revision 70310

Add missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks to wxMSW. Allow compiling wxStatusBar without tooltips and theme support. Closes #13846.

2012-01-09 19:59 VS, revision 70308

Don't crash in generic wxDataViewCtrl if selected column is removed.

2012-01-09 19:48 VZ, revision 70307

Add check for _T() to svn pre-commit hook. _T() shouldn't be used in any new code so don't allow committing it. We could have used "svnlook diff" instead of "svnlook cat" and check only for _T() not being added but in practice there shouldn't be any difference and using "cat" is simpler.

2012-01-09 19:48 VZ, revision 70306

Use wxT() instead of _T() in XTI code. _T() is deprecated and doesn't work with Solaris compiler, use wxT() instead. Also change one occurrence of _T() inside a comment in wx/debug.h.

2012-01-09 19:48 VZ, revision 70305

Use wxT(), not _T(), in wxRichText code. _T() doesn't compile with Sun CC and is deprecated, please don't use it.

2012-01-09 19:48 VZ, revision 70304

Resolve ambiguity between two wxAuiNotebook overloads. wxAuiNotebook-specific InsertPage() and the version inherited from wxBookCtrlBase were ambiguous if used with default values for their 2 last arguments. Resolve this by removing defaults from the inherited version.

2012-01-09 15:19 JS, revision 70303

Improved layout, in particular passed a container size in order to allow relative size calculation

2012-01-09 15:04 DS, revision 70302

no code changes, fixed some typos

2012-01-09 08:18 JJ, revision 70301

Correction for the #define wxUSE_DRAG_AND_DROP 0 case

2012-01-09 07:31 PC, revision 70300

move render params out of wxDataViewCustomRenderer they only need to exist for the duration of the render() call

2012-01-08 19:27 JS, revision 70299

Fixed default style setting to take into account text boxes; fixed AddBoxStyle

2012-01-08 15:52 VZ, revision 70298

Fix menu creation in wxOSX/Carbon when using wx in a plugin. In this case the host application may have its own menu so we need to avoid conflicting with its menu elements. Closes #13832.

2012-01-08 15:52 VZ, revision 70297

Enhance wxRibbonToolBar functionality to wxRibbonButtonBar level. Allow inserting and deleting tools and not only appending them. Add possibility to enable/disable and toggle tools. Send wxUpdateUIEvent for the tools. Add various properties accessors. Closes #13835.

2012-01-08 15:52 VZ, revision 70296

Don't generate drag events without valid item in wxGenericListCtrl. Dragging the mouse from the empty area of the control must not generate any drag events as there is nothing to drag there. Also, MSW version doesn't do it. So fix the generic version to avoid generating such invalid drag events too by checking that we have a valid item before checking that we're dragging. Closes #1619.

2012-01-08 15:52 VZ, revision 70295

Add wxTopLevelWindow::SetRepresentedFilename(). This currently is only implemented under OS X and sets the proxy icon there but could be implemented to do something useful under the other platforms too in the future. Closes #13797.

2012-01-08 11:54 VZ, revision 70294

Another wxOSX/Carbon compilation fix after wxListCtrlBase changes. Fix DoInsertColumn() parameter const-ness too.

2012-01-08 08:12 PC, revision 70293

use correct signature for init functions

2012-01-08 07:40 PC, revision 70292

remove unnecessary class definitions and variables

2012-01-08 07:30 PC, revision 70291

remove unnecessary finalize overrides

2012-01-08 01:55 VZ, revision 70290

Fix wxOSX/Carbon compilation after wxListCtrlBase introduction. Make wxListCtrl::SetColumn() item parameter const reference.

2012-01-07 17:35 VZ, revision 70287

Compilation fixes to joystick sample after r70279.

2012-01-07 17:11 VZ, revision 70286

Compilation fix for PCH-less build after wxListCtrlBase changes. Include the base class declaration from wx/listbase.h.

2012-01-07 16:09 VZ, revision 70285

Improve column auto-sizing code in generic wxListCtrl. Take the width of the header itself into account when setting width to wxLIST_AUTOSIZE. Also refactor the code to reuse the code used in wxLIST_AUTOSIZE_USEHEADER case in SetColumnWidth() when inserting or updating the column width to this value.

2012-01-07 16:09 VZ, revision 70284

Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColumn(). Use the fixed default width in InsertColumn() by default for compatibility but allow more useful behaviour in it by supporting wxLIST_AUTOSIZE_USEHEADER as well.

2012-01-07 16:09 VZ, revision 70283

Add convenient wxListCtrl::AppendColumn() wrapper. In the vast majority of cases, columns are just appended to the end and not inserted at arbitrary positions in wxListCtrl so provide a convenient wrapper to do this, especially as it's really trivial to do it now when it can be done only once at wxListCtrlBase level.

2012-01-07 16:09 VZ, revision 70282

Implement best size calculation for report mode wxListCtrl. Use the column labels to determine the minimal width required by the control to show them all in full. Also declare all image list and column-related wxListCtrl methods in wxListCtrlBase now as we need some of them in DoGetBestClientSize() implementation.

2012-01-07 16:09 VZ, revision 70281

Replace 3 copies of wxListCtrl mode tests with a single one in wxListCtrlBase. Move InReportView() and IsVirtual() into the base class as they were the same in all the implementations.

2012-01-07 16:09 VZ, revision 70280

Add wxListCtrlBase common base class for port-specific wxListCtrl. This base class is currently trivial, more methods will be moved to it from the derived classes later.

2012-01-07 16:09 VZ, revision 70279

Set Z-position correctly for wxEVT_JOY_ZMOVE events. Z-move events don't have (x, y) position, but they do have Z-position which needs to be set. Also don't use (x, y) position for these events in the sample. See #748.

2012-01-07 16:09 VZ, revision 70278

Joystick messages coordinates are unsigned, treat them as such. Apparently the joystick messages (x, y) coordinates are unsigned, so use LOWORD/HIWORD to extract them from LPARAM. See #748.

2012-01-05 16:48 JS, revision 70275

Removed compilation ambiguity between different forms of ...WithUndo functions.

2012-01-05 15:10 JS, revision 70274

Fixed box style application.

2012-01-05 15:08 JS, revision 70273

Fixed #13833: wxRichTextCtrl: 'Copy' can grab an extra character

2012-01-05 13:51 VZ, revision 70272

Ensure that wxListEvent::m_itemIndex and m_item.m_itemId are in sync. Unfortunately we have two ways to get the item affected by wxListEvent: via its m_itemIndex (or GetIndex()) and m_item.m_itemId (or GetItem()). This can't be changed for the usual backwards compatibility reasons but at least make sure that both contain the same values in the events sent by the generic version (MSW one already did it).

2012-01-05 13:51 VZ, revision 70271

Don't fill wxListEvent::m_item when using virtual list control in wxMSW. When using virtual list control the main program already has the items data so it's completely useless to call GetItem() when preparing an event for it. It is also inefficient to call GetItem() for potentially many items. For both of these reasons the generic version already didn't fill the item contents for virtual list controls events. Now modify wxMSW to not do it neither.

2012-01-05 13:51 VZ, revision 70270

Initialize wxListItem::m_itemId to -1, not 0. Currently we have two redundant pieces of data in wxListEvent: m_itemIndex and m_item.m_itemId. The former is initialized to -1 by default which makes sense as it means "no item". But the latter was 0 by default which not only didn't make sense but also made it inconsistent with m_itemIndex for the events which really didn't have any associated item. Fix this by initializing m_itemId to -1 as well.

2012-01-05 11:21 VZ, revision 70269

Fix wxDateTime unit test compilation without PCH. Include wx/time.h to get wxGetTimeZone() declaration.

2012-01-05 01:47 VZ, revision 70268

Implement support for "%z" in wxDateTime::Format() and Parse(). "%z" specifier can now be used when printing the dates out to specify the time zone and is also recognized when parsing dates. Closes #1215.

2012-01-04 20:38 JS, revision 70267

Added box style functionality to style manager dialog

2012-01-04 17:32 JS, revision 70266

Implement missing wxTextBoxAttr::IsDefault function

2012-01-04 16:53 VZ, revision 70265

More pt_BR translations from Felipe. All the messages are now translated.

2012-01-04 15:41 JS, revision 70264

Possible fix for #13821: wxRichTextCtrl using 100% CPU

2012-01-04 15:00 JS, revision 70263

Background now drawn within the border instead of beyond the margin

2012-01-04 14:39 VZ, revision 70262

Fix wxRibbon compilation when wxUSE_TOOLTIPS==0. Add wxUSE_TOOLTIPS tests after the changes of r70175. Closes #13827.

2012-01-04 13:50 JS, revision 70261

Fixed border drawing bug when width is more than 1

2012-01-04 11:42 JJ, revision 70260

Update makefile for OpenVMS

2012-01-04 08:54 SC, revision 70259

fixes #13826

2012-01-04 00:27 VZ, revision 70256

Fix wxEncodingConverter::Convert(wchar_t) documentation. This method mistakenly "inherited" the same documentation as 2 argument Convert() overloads. Closes #13825.

2012-01-03 16:24 JS, revision 70254

Disable drag and drop if the control is not editable

2012-01-03 15:09 JS, revision 70253

Applied #13819: wxRTC drag and drop, by dghart, with tweaks

2012-01-03 11:53 SC, revision 70252

fixes #13695

2012-01-03 11:34 SC, revision 70251

adapting to new raw_control constants, see #13695

2012-01-03 01:44 VZ, revision 70249

Fix child selection in multi-selection generic wxTreeCtrl. The children which are not currently shown on the screen shouldn't be affected by Shift-selecting in multi-selection control. Closes #1312.

2012-01-03 01:40 VZ, revision 70248

Improve links in wxAuiManager flags documentation. Use @param tags and "::" to link enum name. Closes #13689.

2012-01-03 01:40 VZ, revision 70247

Document wxIMAGE_OPTION_CUR_HOTSPOT_[XY] in wxCursor ctor. These options were already mentioned in wxCursor documentation but not prominently enough, so mention them explicitly in the documentation of wxCursor ctor from wxImage. Closes #13820.

2012-01-03 01:40 VZ, revision 70246

Correct documentation of supported cursor sizes under wxOSX. wxOSX/Cocoa seems to support cursors of any size and with colours. Closes #12614.

2012-01-02 23:28 RD, revision 70241

Be a little smarter about choosing the default SDK to use.

2012-01-02 22:18 JS, revision 70233

Added a box style definition name to the box attribute.

2012-01-02 03:24 BP, revision 70232

Backport r70231 to 2.9.3: Fixed javascript errors in CHM version of the manual. No need to re-spin release, just a helpful fix for generating a more useful CHM manual for 2.9.3.

2012-01-02 02:32 BP, revision 70231

Fixed javascript errors in CHM version of the manual.

2011-12-30 18:22 JS, revision 70203

When the focus object changes, the old selection should be cancelled explicitly to avoid seeing multiple selections until the next refresh.

2011-12-30 18:12 JS, revision 70202

Split up the context menu functionality to make it easier to customise. Tweaked style combobox popup border.

2011-12-30 15:28 VS, revision 70201

Implement wxDataViewModel::IsEnabled() support in generic implementation.

2011-12-30 07:14 RD, revision 70200

Interface fixes and tweaks for Phoenix

2011-12-30 00:39 VZ, revision 70194

Update wxGrid unit tests after r70177. The row/column selection is not stored in the block arrays, see #12638.

2011-12-29 23:11 VZ, revision 70184

Allow using '(' and ')' in wxFileConfig entry names unescaped. There is no real reason to escape the parentheses in the key entries, they're not special. Closes #13584.

2011-12-29 23:05 VZ, revision 70183

Document wxAuiManager styles and flags. Closes #13689.

2011-12-29 23:05 VZ, revision 70182

Disable VC8+ deprecation warnings for standard functions at bakefile level. We already define the symbols needed to disable the warnings in wx/defs.h but this isn't enough for third party code not including it, so define them in the project settings directly. Closes #11009.

2011-12-29 23:05 VZ, revision 70181

Add wxRibbonButtonBar::InsertXXXButton() methods. Allow inserting buttons into the ribbon bar and not only appending them. Closes #13811.

2011-12-29 23:05 VZ, revision 70180

Allow using wxEVT_UPDATE_UI with wxRibbonButtonBar. Generate wxUpdateUIEvent for the ribbon buttons to allow updating their state using wxEVT_UPDATE_UI. Also update the same to show this. Closes #12003.

2011-12-29 23:05 VZ, revision 70179

Don't send idle events to the windows about to be destroyed. This is useless and can apparently result in some problems as of r25877 and r25877 (from 8 years ago) added explicit checks preventing processing such events in wxToolBar and wxMenu. Instead, simply don't generate these events in the first place and also remove the now unnecessary checks for them.

2011-12-29 23:05 VZ, revision 70178

Better fix for wxSpinCtrlGeneric enabling/disabling bug in wxMSW. To really ensure that the window containing the components of wxSpinCtrlGeneric is never enabled under MSW (as we want to avoid this to ensure that any input always goes to its children and not the window itself, see #12045), override DoEnable() and not Enable(). This takes care of the case when the control gets implicitly disabled because its parent is. Closes #13142.

2011-12-29 23:05 VZ, revision 70177

Store row/column selection more appropriately in wxGrid. Use wxGridSelection::m_rowSelection and m_colSelection for storing the selected rows/columns respectively instead of storing them in m_blockXXX arrays. This makes more sense and allows to easily implement the proper handling of Ctrl-clicking in the row or column selection modes. Closes #12638.

2011-12-29 23:05 VZ, revision 70176

Mention wxEVT_COMMAND_TOGGLEBUTTON_CLICKED explicitly in the documentation. Document the event type together with the event table macro. See #11943.

2011-12-29 23:05 VZ, revision 70175

Display help string for ribbon tools in a tool tip. Show the help string of the ribbon item currently being hovered over in a tooltip. Closes #11879.

2011-12-29 16:34 SN, revision 70166

Closed memory leak in some error handling code paths, fixes #11697.

2011-12-29 15:42 SN, revision 70165

Do not put semicolons after the definition of an inline function. Even though most compilers just ignore this, it's just wrong and if you do get warnings about header files, they can become quite overwhelming. Forward port of r70163.

2011-12-29 15:36 SN, revision 70164

Include some more declarations & defines.

2011-12-29 14:58 SN, revision 70163

Do not put semicolons after the definition of an inline function. Even though most compilers just ignore this, it's just wrong and if you do get warnings about header files, they can become quite overwhelming. Fixes #13398 and extends it to the non-gtk headers.

2011-12-29 12:26 SN, revision 70162

Reordered "extern" and WXDLLIMPEXP_CORE specifiers; fixes #13816.

2011-12-28 18:47 VZ, revision 70156

Restore wxEVT_MENU_CLOSE generation under Windows 95 after r70151. WM_UNINITMENUPOPUP is "only" available since Windows 98/2000 so restore the old code using WM_EXITMENULOOP as fall back, just to avoid any regressions for people who might still be using these systems.

2011-12-28 18:32 VZ, revision 70155

Compilation fix for VC6 after r70151. VC6 standard SDK didn't define WM_UNINITMENUPOPUP, so define it for it.

2011-12-28 14:51 VZ, revision 70154

Add standard art providers at the bottom of the art providers stack. This ensures that any user-defined art providers will be in front of them, even when they are added at module-initialization time i.e. possibly before the standard ones. Closes #12519.

2011-12-28 14:51 VZ, revision 70153

Use best controller size in wxBookCtrl best size calculation. Don't use GetControllerSize() which returns the actual, not the best, size of the controller. Closes #11793.

2011-12-28 14:51 VZ, revision 70152

Improve layout in the samples to avoid problems under Mac. Changes the samples to look better under Mac and avoid the worst problems such as overlapping buttons or truncated controls. Closes #11651.

2011-12-28 14:51 VZ, revision 70151

Complete wxEVT_MENU_{OPEN,CLOSE} implementation in wxMSW and wxOSX. Set the wxMenu correctly for wxEVT_MENU_CLOSE events in wxMSW. Set the menu id correctly to allow wxMenuEvent::IsPopup() to work for both wxEVT_MENU_OPEN and wxEVT_MENU_CLOSE in wxOSX. Closes #11313.

2011-12-28 14:51 VZ, revision 70150

Use memmove() instead of memcpy() in wxString::AssignCopy(). This at least allows the code like "s = s.c_str()" to work correctly when using our own wxString implementation, even it doesn't fix all self-assignment-related bugs (again, when using our own implementation only, there is no bug when using std::basic_string as underlying implementation). This is a cherry pick of r63008 from 2.8 branch. See #11245.

2011-12-28 11:01 SJL, revision 70149

Disable final failing wxWebView test. It fails on the buildbot but not locally.

2011-12-27 18:32 VZ, revision 70130

Compilation fix for PCH-less build after r70122. Include the header declaring wxClientDC. Closes #13809.

2011-12-27 02:21 VZ, revision 70127

Compilation fix for wxUniv/X11 with wxUSE_STL==1. Don't rely on implicit conversion from wxString to wchar_t*. Closes #13790.

2011-12-27 02:21 VZ, revision 70126

Update the value of read-only wxComboBox in wxUniv. Fix regression in combobox appearance: it never showed the selected value when it was read-only any more. Closes #13688.

2011-12-27 02:21 VZ, revision 70125

Fix warning about non-virtual dtor in wxDataViewCtrlInternal. This class doesn't need a virtual dtor but g++ warned about its absence because it unnecessarily defined a virtual method. Just make this method non-virtual to avoid the warning. Closes #13395.

2011-12-27 02:21 VZ, revision 70124

Suppress gcc -Wint-to-pointer-cast warnings in GTK wxDataViewCtrl. Use wxUIntToPtr to avoid the warnings about casts from smaller (in 64 bit build) int type to pointer. Closes #13394.

2011-12-27 02:21 VZ, revision 70123

Don't use deprecated wxArtProvider::Insert(). Ironically, it was 2.6 compatibility code that was using the function deprecated after 2.8. In any case, just use the newest name for it. Closes #13393.

2011-12-27 02:21 VZ, revision 70122

Fix the size of the font returned by wxTextCtrl::GetStyle() in MSW. CHARFORMAT stores height in 1/20th of a point, not pixels. Add the correct conversion to the units used by LOGFONT. See #13384.

2011-12-27 02:21 VZ, revision 70121

Recognize background-color style in wxHtmlWindow. Just treat it as a synonym for "background" i.e. the same as HTML3 BGCOLOR. Closes #13173.

2011-12-27 02:21 VZ, revision 70120

Add support for more CSS styles to SPAN tag in wxHtmlWindow. Add limited support font-family, font-style and text-decoration. Closes #13170.

2011-12-26 13:57 VZ, revision 70119

Increase the tolerance in wxStopWatch unit test. Sleeping can take more time than expected when running on the build slaves, probably because the machine is heavily loaded. Increase the tolerance to prevent this from resulting in test failures.

2011-12-25 19:38 JS, revision 70118

Added missing ScrollIntoView call

2011-12-25 18:04 JS, revision 70117

Applied patch in #13777 (wxRichTextCtrl scroll and delete not refreshed)

2011-12-25 14:28 VZ, revision 70116

Always link with expat in monolithic build. Fix linking errors when using wxXML in sttaic monolithic build: in this case we must link with expat but it was listed too early, before wxWidgets libraries using it, in the bakefile-generated makefiles. Now add it to the end of the linker command line too by including -lexpat in EXTRALIBS_FOR_BASE which are appended to the linker arguments. Notice that now -lexpat is linked twice because it is still added by <wx-lib>xml</wx-lib> in bakefiles, even in monolithic build, but I don't know how to avoid it and it is harmless anyhow. Closes #12573.

2011-12-25 13:52 VZ, revision 70115

Added a warning about multi-cells in wxGrid::DeleteRows() docs. Currently deleting rows or columns intersecting a multi-cell is simply not supported and results in an immediate crash. See #4238.

2011-12-25 01:57 PC, revision 70114

restore call to GetTabSize removed in r69880, it is needed to set x_extent

2011-12-24 19:30 VZ, revision 70113

Really fix the use of deprecated methods in wxGrid test. The changes of r70111 were wrong, the unit test for wxGrid really did intend to test the deprecated methods so restore them -- but only in WXWIN_COMPATIBILITY_2_8 case.

2011-12-24 19:19 VZ, revision 70112

Implement wxNotebook::CalcSizeFromPage() for wxGTK. The implementation is far from perfect as it relies on hard-coded margins but is better than nothing as it allows wxNotebook best size determination and SetPageSize() method to work correctly.

2011-12-24 18:58 VZ, revision 70111

Don't use deprecated methods in wxGrid test. Don't use the methods defined only when building 2.8-compatible mode to let the tests compile even with WXWIN_COMPATIBILITY_2_8 off. This only worked before because of the wrong tests in grid.h but broke after the fixes of r70098.

2011-12-24 17:46 PC, revision 70110

remove improper use of paste operator

2011-12-24 16:43 VZ, revision 70109

Fix fatal bug with deleting the old contents in wxScopedArray::reset(). "delete" was wrongly used instead of "delete[]". Closes #13806.

2011-12-24 16:43 VZ, revision 70108

Use the correct function type cast in EVT_WEBKIT_NEW_WINDOW. Use wxWebKitNewWindowEventHandler to perform a proper static_cast<>, which detects incorrect casts during compilation, instead of wxWebKitNewWindowEventFunction which was just doing an unsafe C-style cast. Cloes #13805.

2011-12-24 16:43 VZ, revision 70107

Add EVT_FSWATCHER event table macro. It was documented, and ought to have existed anyhow for consistency with wxEVT_FSWATCHER, but wasn't defined. Do it now. Closes #13804.

2011-12-24 16:43 VZ, revision 70106

Add EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro. Add it for consistency with wxEVT_WINDOW_MODAL_DIALOG_CLOSED. See #13804.

2011-12-24 16:43 VZ, revision 70105

Fix typo in wxEVT_COMMAND_RICHTEXT_LEFT_DCLICK in documentation. It was misspelt as wxEVT_COMMAND_RICHTEXT_DLEFT_CLICK. Closes #13802.

2011-12-24 16:42 VZ, revision 70104

Remove references to defunct event types in comments. No real changes, just complete the changes of r58039 by removing the references to non-existent (any more) event types from the comments too. Closes #13801.

2011-12-24 12:39 JS, revision 70103

Applied #13803: wxRichTextCtrl: missing event-table macro (dghart)

2011-12-24 11:08 SJL, revision 70102

Disable some wxWebView tests that fail on the buildbot but not locally.

2011-12-24 11:05 SJL, revision 70101

Fix typo in ADD_RAW_IID macro.

2011-12-23 20:16 SJL, revision 70100

Add some extra yields to wxWebView unit tests to hopefully fix some of the failing buildbot runs.

2011-12-23 18:38 PC, revision 70099

don't use deprecated function

2011-12-23 06:59 PC, revision 70098

fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800

2011-12-22 20:16 SJL, revision 70096

Use OLE helper macros in wxWebView to reduce the amount of duplicated code.

2011-12-22 20:14 SJL, revision 70095

Add new ADD_RAW_IID OLE helper macro to allow use with classes that do not start with IID_I.

2011-12-22 20:08 SJL, revision 70093

Mark various OLE helper functions as DLL exported so they can be used from other libraries.

2011-12-22 19:21 PC, revision 70091

remove SetBackgroundStyle call from OnInternalIdle, it should be done from realize handler, closes #13799

2011-12-22 17:36 VZ, revision 70088

Fix wxLogFormatter compilation under MSW. Fix wxMSW compilation after the changes of r70086. Closes #13792.

2011-12-22 15:47 VZ, revision 70087

Dramatically optimise inserting many items in wxGenericListCtrl. During each item insertion SetItem() was called and this resulted in a call to GetItemRect() which, in turn, re-laid out all items in the control meaning that the relatively expensive wxListMainWindow::RecalculatePositions() was called N times when inserting N items. Reduce this to just a single call by not refreshing the item in SetItem() if everything is going to be redrawn soon anyhow. This decreases the time needed to insert a couple of thousands of items in icon view from several minutes to less than a second.

2011-12-22 14:35 VZ, revision 70086

Add wxLogFormatter to allow easier wxLog output customization. Delegate the log string creation to wxLogFormatter. This allows defining a custom object of a class derived from it to customize the log output instead of having to override DoLogRecord() in wxLog itself. Closes #13792.

2011-12-22 02:26 RD, revision 70085

Avoid a problem in Phoenix by making UpdateMacScrollWindow not be pure virtual.

2011-12-22 02:25 RD, revision 70084

Interface fixes for Phoenix

2011-12-21 17:27 SC, revision 70078

rebaked Xcode proj for cocoa after date & timectrls were added

2011-12-21 14:56 VZ, revision 70077

Correct generic wxListCtrl display of items with icons in list mode. The changes of r70066 improved the layout for icon and small icon modes but broke it for the list mode if items had icons because the item width should account for the icon as well in this case. Simply disable the code added in this revision when in list mode, we don't need to do anything then anyhow as the layout already worked correctly for it.

2011-12-21 14:56 VZ, revision 70076

Guard against a possible crash in wxListCtrl::DeleteColumn(). We could crash when deleting a column after switching to report view from icon view. As deleting a column works just fine under MSW in this case, make it work in the generic version as well.

2011-12-21 14:07 VZ, revision 70075

Document wxListCtrl::InReportView() and IsVirtual(). These functions are more convenient than directly testing for styles and are already used outside wxWidgets do make them officially part of the public API.

2011-12-21 01:26 VZ, revision 70074

Ignore extra modify events after rename in wxFileSystemWatcher. Document that such extra events may occur and generally improve the event types documentation.

2011-12-20 22:27 VZ, revision 70071

Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa. Use NSDatePicker to implement both of these controls. Almost all of wxDatePickerCtrl styles are not supported in the native version but the basic functionality does work and looks much better than the generic version (which is still available as wxDatePickerCtrlGeneric if needed) under Mac.

2011-12-20 22:27 VZ, revision 70070

Added helpers for translating between wxDateTime and NSDate. These functions will be used in the upcoming native implementations of wxDatePickerCtrl and wxTimePickerCtrl but could also be reused elsewhere in wxOSX/Cocoa, notably in wxDataViewCtrl where strange ad hoc code is currently used.

2011-12-20 22:27 VZ, revision 70069

Added wxTimePickerCtrl page to the widgets sample. Even if this page is pretty trivial, add it for consistency with wxDatePickerCtrl.

2011-12-20 22:27 VZ, revision 70068

Reorganized the date picker page of the widgets sample. Make it possible to set the picker styles and set its range and not only the current value. Also log the events generated by it.

2011-12-20 22:22 VZ, revision 70067

Ukrainian translations update from Yuri Chornoivan.

2011-12-20 22:21 VZ, revision 70066

Fix horizontal alignment in icon view in generic wxListCtrl. Ensure that all the items in the same column have the same width, so that their labels are centred. Closes #9227.

2011-12-20 18:42 VZ, revision 70065

Brazilian Portuguese translations update from Felipe.

2011-12-20 16:39 VZ, revision 70064

Fix crash in wxRegion in wxOSX/Carbon. Apparently some code expects to be able to call wxRegion::GetWXHRGN() even on an invalid wxRegion. Return NULL in this case instead of crashing. This fixes crash on startup of the widgets sample.

2011-12-20 14:27 VZ, revision 70063

Add support for webview library to MSW bakefile presets. The webview library wasn't linked in correctly when using MSW bakefile presets. Fix this by adding the corresponding <sys-lib> for it (this needs to be done for MSW only, under Unix it's handled by wx-config). Closes #13789.

2011-12-20 14:24 VZ, revision 70062

Mention the dialog focus regression fix in wxMSW in the change log. See #13765.

2011-12-19 23:39 RD, revision 70061

Interface tweaks and fixes for Phoenix

2011-12-19 22:16 BP, revision 70060

Added missing semi-colon in versioninfo.h interface header.

2011-12-19 14:14 DS, revision 70052

Cleaned up some of the code in wxSlider::DoMoveWindow.

2011-12-19 13:54 VZ, revision 70051

Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute(). Map it to the native CREATE_NEW_PROCESS_GROUP flag as it's broadly similar to Unix semantics. Closes #13676.

2011-12-19 13:54 VZ, revision 70050

Add possibility to set item background in generic wxDataViewCtrl. Added wxDataViewItemAttr::SetBackgroundColour() and code to honour it in the generic implementation of wxDataViewCtrl. Closes #12621.

2011-12-19 13:54 VZ, revision 70049

Don't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR definition. Apparently we need this bogus "inline" for g++ < 3.4 but there is no reason to use it for the other compilers and this results in linking errors with e.g. MSVC, so remove it. Closes #13775.

2011-12-19 13:28 DS, revision 70048

Fixed min and max label values not being swapped when using wxSL_INVERSE in a horizontal MSW slider. Changed wxSlider::GetLabelsSize to let the widthMin and widthMax values contain the width of what the minimum (always on the left/top) and maximum (always on the right/bottom) _label_ will contain. This is not the same as the minimum and maximum _value_ in case of using wxSL_INVERSE. Also don't swap the position of the min/max labels in a horizontal slider with wxSL_INVERSE (just how the labels already stay in place in a vertical slider, regardless of wxSL_INVERSE usage), nor their width. Regression since r65941. Fixes #13416.

2011-12-19 13:16 DS, revision 70047

Removed useless if statement in slider code. The y position of the slider is already taken care of by the variable ySlider, changing labelOffset has no use.

2011-12-19 13:12 DS, revision 70046

Don't move the slider's value label if it's not being used. An if statement was missing brackets and still moving the value label.

2011-12-18 15:38 VZ, revision 70045

Add a reminder to update version.bkl to inc_release script. While docs/tech/tn0011.txt does document this, it's still too simple to forget to update version.bkl, as my experience shows, so add a reminder to the script itself too.

2011-12-18 15:35 VZ, revision 70044

Update version to 2.9.4 in version.bkl too and rebake everything. Change the version for Unix shared libraries too.

2011-12-18 13:34 VZ, revision 70043

Added wxFilePickerCtrl::SetInitialDirectory(). This method allows to configure the initial directory to be shown when browsing for files in an initially empty wxFileDirPickerCtrl. It is also available for wxDirPickerCtrl but is less useful there.

2011-12-18 13:27 VZ, revision 70042

No changes, just use wxScopedPtr instead of explicit "delete". Use wxScopedPtr in wxGenericFileDirButton to ensure that the dialog created by it is always destroyed, even if an exception is thrown while showing the dialog or while processing the event we generate after showing it.

2011-12-18 12:51 SJL, revision 70041

Ensure wxWebViewIE::SetPage clears the existing content before writing the new output. Also add a basic unit test to verify correctness in the future. Fixes #13770

2011-12-18 00:52 VZ, revision 70040

Make wxPalette ctor and Create() const-correct in wxMSW. The input data is never modified so should be const (it is also documented as being const and actually is const in the other ports). Closes #13776.

2011-12-18 00:52 VZ, revision 70039

Define wxBitmapComboBox::Insert(void* clientData) overload in wxMSW. This overload was declared in the header but not implemented, do add its definition too. Closes #13774.

2011-12-18 00:52 VZ, revision 70038

Corrected the name of EVT_WEB_VIEW_ERROR event table macro. It was mistakenly spelt EVT_WEB_VIEW_ERRROR. Closes #13772.

2011-12-18 00:52 VZ, revision 70037

No changes, just fix typo in an example in webview docs. See #13772.

2011-12-18 00:04 VZ, revision 70036

Don't activate MSW dialogs when setting their initial size. As the dialog is not shown yet at this moment, activating it didn't work correctly and the dialog didn't get the focus when it was shown later. Fix this by preventing ::SetWindowPos() from activating it, which it does by default. Closes #13765.

2011-12-17 02:16 DS, revision 70023

Fixed DLL linking of core library with wxUSE_XPM set to 0. imagxpm.h was missing wxUSE_XPM guards which resulted in unresolved externals when compiling with wxUSE_XPM set to 0. Fixes #4085.

2011-12-17 02:13 DS, revision 70022

Fixed unreferenced parameter warning. Parameter xmpData was unused in wxImage::Create when compiling with wxUSE_XPM set to 0.

2011-12-16 23:12 VZ, revision 70021

Incremented the version number to 2.9.4 everywhere. The misc/scripts/inc_release script was used to update the versions.

2011-12-16 22:11 VZ, revision 70020

Try to get more information about wxFileSystemWatcher unit test failures. Log the original and new paths of the rename event to help debugging the extra modification events detected during the buildbot builds.

2011-12-16 20:57 VZ, revision 70019

Don't use wxTE_DONTWRAP style in Lines() wxTextCtrl unit case. The last check in this test couldn't pass under MSW as it relied on the (long) line of text being wrapped but the style used for the control prevented this from happening. Not sure how could it have ever worked before but in any case removing wxTE_DONTWRAP does make the test pass.

2011-12-16 20:47 VZ, revision 70018

Keep the item being updated selected in wxMSW wxChoice::SetString(). Changing the text of the selected wxChoice (or wxComboBox, as it derives from it in wxMSW) item made it unselected. Fix this by explicitly restoring the selection to the item if needed. Closes #13769.

2011-12-16 20:47 VZ, revision 70017

Corrected test for region validity in wxMSW wxRegion::DoOffset(). Checking M_REGION is not enough as the region can be invalid (meaning m_refData dereferenced inside M_REGION is NULL itself) and not just not initialized, so it resulted in crashes and not just the expected assert failure when wxRegion::Offset() was called for an invalid region.

2011-12-16 20:33 VZ, revision 70016

Use IsThisEnabled() to test if AUI child is enabled, not IsEnabled(). IsEnabled() returns false if the parent window is disabled and calling Enable() does not help with this, so we could keep trying and trying to enable the window unsuccessfully if it was reenabled while its parent was disabled, resulting in a never-ending stream of EVT_IDLE events. Closes #13767.

2011-12-16 12:03 VZ, revision 70015

Make multiline checkboxes wider in wxMSW to avoid word wrap. At least for some versions of Windows (Server 2003 with classic look and feel) the native checkboxes auto wrapped the label as it wrongly considered that the width we specified for it was not big enough. Compensate for this by making the checkbox wider -- this is just a hack but still better than corrupting the checkbox display.

2011-12-16 10:36 VZ, revision 70014

Output the value of --enable-debug option in configure. As we use AC_ARG_ENABLE() instead of WX_ARG_ENABLE() for it, we need to call AC_MSG_RESULT() explicitly or its value is never reported and configure output is corrupted.

2011-12-15 22:13 VZ, revision 70012

Compilation fix for wxStopWatch with wxUSE_THREADS==0. Use wxCRIT_SECT_DECLARE_MEMBER/wxCRIT_SECT_LOCKER macros which expand to nothing in wxUSE_THREADS==0 case instead of using wxCriticalSection[Locker] classes which are not defined then. Also explicitly include wx/thread.h.

2011-12-15 12:32 JS, revision 70011

Applied #13763 from dghart, to use primary selections if available

2011-12-15 01:22 VZ, revision 70009

Ensure that wxPropertyGrid::m_tlp is initialized early enough. This member variable could be used before it was initialized as OnTLPChanging() was called from Create() before Init2(), where m_tlp was assigned NULL, was called. Closes #13552.

2011-12-14 20:38 VZ, revision 70008

Tagging 2.9.3 for the third and final time.

2011-12-14 19:42 VZ, revision 70007

No changes, just harmonized the EOLs in the ISS file. Use consistent DOS EOLs for all the lines in this file.

2011-12-14 19:26 VZ, revision 70006
  • D /wxWidgets/tags/WX_2_9_3

Deleting 2.9.3 tag in preparation for moving it for the second time.

2011-12-14 18:38 VS, revision 70005

Remove unnecessary m_editorCtrl assignment. m_editorCtrl is WeakRef<>, so doing it is pointless, and it breaks VC6 compilation.

2011-12-14 17:04 VZ, revision 70004

Re-tagging 2.9.3.

2011-12-14 17:03 VZ, revision 70003
  • D /wxWidgets/tags/WX_2_9_3

Delete the original 2.9.3 tag, it will be recreated in a moment.

2011-12-14 17:00 VS, revision 70002

Close wxDataViewCtrl inline editor when destroying the control. If the wxDataViewCtrl control was destroyed while an inline editor control was still active, it wouldn't get destroyed in the right order and the ~wxWindow assert about unpopped event handlers would be triggered. Fix this by popping the handler as one of the first things in wxDataViewRendererBase destructor.

2011-12-14 16:53 VS, revision 70001

Don't change horizontal scroll position needlessly in wxDataViewCtrl. When ScrollTo() or EnsureVisible() was called in the generic wxDataViewCtrl implementation with unspecified column, horizontal scroll position was reset to left-most position, which doesn't make much sense. Instead, leave horizontal position unchanged in this case and only change it when explicitly requested.

2011-12-14 16:53 VS, revision 70000

Ensure that current column is visible in generic wxDataViewCtrl. When navigating between columns using keyboard, ensure visibility of the newly selected column.

2011-12-14 09:52 CE, revision 69999

2.9.3 version

2011-12-14 01:48 VZ, revision 69998

Tag 2.9.3 release.

2011-12-14 01:46 VZ, revision 69997

Add the release date of 2.9.3 to the change log.

2011-12-13 22:08 VZ, revision 69996

Use string column identifiers with NSTableColumns in wxDataViewCtrl. Starting with OS X 10.7 the column identifiers used in NSOutlineView must be of type NSString, so convert the code to use string identifiers instead of wxPointerObject. Closes #13661.

2011-12-13 20:06 JS, revision 69995

Applied #13738: Make a wxRichTextImage's box display around the image (dghart)

2011-12-12 21:38 DS, revision 69994

Regenerated Xcode projects. Updated the Xcode projects to use timectrlg.cpp (renamed from timectrl.cpp).

2011-12-12 16:54 SC, revision 69993

adding defaults for Xcode builds

2011-12-12 16:43 SC, revision 69992

reverting r69387 and r69389, fixes #13737

2011-12-12 15:01 VZ, revision 69991

Rename src/generic/timectrl.cpp to timectrlg.cpp. We can't use the same names for these files with VC6, it doesn't support this and the project can't be built because of the output object file names conflict.

2011-12-12 14:08 VZ, revision 69990

Remove the item before notifying about it in wxDataViewIndexListModel. Remove the item from the internal representation of the model before calling ItemDeleted() callback so that the callback sees the model in a consistent state. This is more consistent with the other callbacks (e.g. ItemAdded()) and other models (e.g. wxDataViewVirtualListModel) and should fix crashes in wxOSX version of the control. Closes #13753.

2011-12-12 14:08 VZ, revision 69989

Always give error message when file-related functions fail. Some failures in the file functions that usually did give error messages were not reported, do log these errors too now. Closes #13576.

2011-12-12 00:59 VZ, revision 69988

Fix harmless warning in wxOSX with 10.7 SDK. Use NSInteger instead of int in a declaration to avoid warnings about declaration mismatch from g++ 4.2 under OS X 10.7.

2011-12-12 00:51 VZ, revision 69987

Minor corrections to event handling overview documentation. Use "wx" prefix with the macros and correct the event methods used in the example. Closes #13752.

2011-12-12 00:51 VZ, revision 69986

Document that setting colours for native controls might not work. Changing colours of the native controls can't be relied on. See #13745.

2011-12-11 20:05 PC, revision 69985

fix GetTextExtent with non-null font argument, fixes #13750

2011-12-11 18:03 VZ, revision 69984

Ensure that Enter key presses are never stolen from wxButton in wxMSW. This commit fixes the following bug: when an in-place editor control containing an embedded button was used in wxDataViewCtrl, pressing Enter on the button would close the editor, accepting changes, instead as (generic) wxDataViewCtrl intercepts WXK_RETURN in its EVT_CHAR_HOOK handler. To prevent this from happening, wxButton now handles EVT_CHAR_HOOK itself and never lets the parent window intercept it if it's for WXK_RETURN. To ensure that normal wxEVT_KEY_DOWN and wxEVT_CHAR are still generated in this case, wxButton handler calls the new wxKeyEvent::DoAllowNextEvent() method that was added to allow suppressing EVT_CHAR_HOOK only, without affecting the subsequent events. DoAllowNextEvent() is currently only used in wxMSW but support for it was also added to wxGTK and (both) wxOSX ports. See #9102.

2011-12-11 06:36 PC, revision 69981

don't include files which may not exist in source release for a specific platform, fixes #13746

2011-12-10 19:17 VZ, revision 69980

Added wxXmlNode::DeleteAttribute() for forward compatibility with 2.9. For some reason this method was not added when all the rest were in r59768, do add it too. Closes #13105.

2011-12-10 19:09 VZ, revision 69979

Check that we have command line arguments before using them. Don't use argv[0] if argc == 0. Closes #13731.

2011-12-10 19:06 VZ, revision 69978

Don't use `install -d` to create directories. This is a backport of r69199 from trunk. See #13452.

2011-12-10 18:59 VZ, revision 69977

Update version in bakefile.m4 and regenerate configure to reflect it. Autoconf format files (autoconf_inc.m4 and Makefile.in itself) were generated with bakefile 0.2.9 but bakefile.m4 still contained 0.2.8, resulting in errors when configuring. Closes #13743.

2011-12-10 12:42 VZ, revision 69976

Document wxFileConfig ctor. This ctor was not documented at all because the comment preceding it was a plain C++ comment and not a Doxygen one. Do it now, especially as the logic of this ctor is not quite obvious.

2011-12-10 05:34 RD, revision 69970

Use default values for some parameters of wxSizerItem and wxGBSizerItem ctors

2011-12-09 22:41 VZ, revision 69969

Quote variables in -z tests correctly in wx-config. The changes of r69944 broke wx-config for the traditional Unix systems (at least Solaris and AIX, probably others too) which don't support using -z without any value (unlike Linux/bash). Fix this by quoting the possible empty variables in the tests.

2011-12-09 16:58 VZ, revision 69968

Rename wxRichToolTipPopup::SetBackground() method to avoid warnings in wxUniv. wxUniv has SetBackground() in wxWindow so rename this one to SetBackgroundColours() to avoid g++ warning about hiding a base class virtual.

2011-12-09 16:23 SC, revision 69967

avoid accepting an invalid color, ignore it, as other ports do, fixes #13720

2011-12-09 16:20 VZ, revision 69966

Restore mouse capturing/releasing in wxPopupTransientWindow under MSW. Partially revert the changes of r69350 to restore EVT_IDLE handling of wxPopupTransientWindow under MSW. It turns out that we must release the mouse for the embedded controls to work. It would be better to solve the problem differently, e.g. perhaps maybe only releasing mouse capture when mouse is clicked as the current code is fragile but for now at least restore the functionality that used to work. Closes #13740.

2011-12-09 12:09 SC, revision 69965

fixing copy size

2011-12-08 21:22 VZ, revision 69964

Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionally do it under MSW. Also renamed wxEXEC_NOHIDE to wxEXEC_SHOW_CONSOLE for symmetry (keeping the old name for compatibility, of course). Extend exec sample to allow easily testing the different flags and adding more of them later. See #13676.

2011-12-08 21:22 VZ, revision 69963

Explicitly document wxEXEC_XXX flags. These flags were described in wxExecute() documentation but not clearly documented individually, do it now. Also reduce duplication of documentation in different wxExecute() overloads.

2011-12-08 18:08 SC, revision 69962

copied from old cocoa code from David, fixes #13732

2011-12-08 16:58 VZ, revision 69961

Allow using wxEvtHandler::Bind() with IBM xlC compiler v7+. xlC 7 seems to be able to deal with this code without problems under AIX 5.3 so white list it.

2011-12-08 16:55 VZ, revision 69960

Use '1'..'9' to simulate digits instead of WXK_NUMPADn. Using WXK_NUMPADn with wxUIActionSimulator doesn't work under Unix, the resulting GDK events have wrong keyval for some reason. It would, of course, be nice to fix this but in the meanwhile use ASCII codes to simulate the digits to at least allow doing this at all. Also extend uiaction sample to allow testing text simulation.

2011-12-08 16:55 VZ, revision 69959

Refactor to eliminate duplication in wxGTK key events generation code. This also fixes a small bug with wxKeyEvent::m_uniChar not being always set correctly to the same value as m_keyCode for ASCII characters.

2011-12-08 16:45 BP, revision 69958

Regenerated new Doxygen custom HTML header, footer, and stylesheet with 1.7.6, but only for use with Doxygen 1.7.4.

2011-12-08 15:54 VZ, revision 69957

Fix Unicode key code for Ctrl-letter in wxGTK. This was broken by changes in r69892 and just the letter was used as the key code instead of Ctrl-letter as it used (and should) be.

2011-12-08 15:47 VZ, revision 69956

Only declare wxComboBox::Popup/Dismiss() when using Cocoa in wxOSX. wxOSX/Carbon doesn't use the core implementation file so declaring these methods for the Carbon version resulted in linking errors. Just don't do this, they're not implemented for Carbon anyhow.

2011-12-08 15:15 VZ, revision 69955

Refresh generic wxListCtrl after removing a column from it. Deleting a column still kept it on display, at least until the next refresh, e.g. resizing the window was enough to make it disappear. Simply add a call to Refresh() to ensure that the column does disappear when deleted.

2011-12-08 14:07 VZ, revision 69954

Document that wxEraseEvent::GetDC() never returns NULL. This makes implementation of EVT_ERASE_BACKGROUND handlers simpler. Closes #13736.

2011-12-08 14:04 VZ, revision 69953

Correct the name of EVT_DATAVIEW_ITEM_START_EDITING event type in the docs. START_EDITING is not the same as EDITING_STARTED.

2011-12-08 01:07 VZ, revision 69952

Fix asserts when removing the menu item starting radio group in wxOSX. Update m_startRadioGroup when removing the item it corresponds to. Closes #13545.

2011-12-08 00:55 VZ, revision 69951

Set the tooltip for generic wxToolBar tools under wxOSX/Cocoa. When using non-native toolbar, set the tooltip for tools m_controlHandle. Closes #12362.

2011-12-08 00:41 VZ, revision 69950

Work around impossibility to use wxCombobox in wxGrid in wxOSX. Open the combobox when the editor is initially shown, this somehow ensures that the combobox selection is taken into account when it is closed while without this the selection is simply completely ignored. This is just a hack but at least it allows to use wxGridCellChoiceEditor under wxOSX which was previously impossible at all. Closes #12644.

2011-12-08 00:41 VZ, revision 69949

Use NSApp abortModal instead of stopModal to end modal dialogs. Using abortModal is apparently the right thing to do if the dialog is not being closed as the result of user action (but e.g. because a timer expired) and shouldn't change anything if it done because of something the user did (e.g. clicked on a button). Closes #12467.

2011-12-08 00:41 VZ, revision 69948

Implement wxComboBox::Popup() and Dismiss() for wxOSX/Cocoa. Unlike in the other ports, these methods currently don't generate any events under OS X because these events are never generated at all there. Closes #12642.

2011-12-08 00:21 VZ, revision 69947

Don't use gtk_menu_item_set_submenu() with NULL menu with GTK+ < 2.12. In GTK+ 2.10 and earlier gtk_menu_item_remove_submenu() had to be used to remove the items submenu as gtk_menu_item_set_submenu() gave errors when passed NULL submenu, so call the old function when using old GTK+ version.

2011-12-07 20:34 PC, revision 69945

In Refresh(), allow for possibility that child is mapped and parent is not. It turns out this can actually happen, and is apparently allowed by GTK.

2011-12-07 17:13 VZ, revision 69944

Order the libraries correctly in wx-config for static linking. The order of libraries matters when linking statically under UNIX. Ensure that it is always correct in wx-config itself.

2011-12-07 15:35 VZ, revision 69943

Fix the size of the buffer when using wxIPC::Execute() with DDE. Don't multiply the "realSize" variable by sizeof(wxChar) when passing it to DdeClientTransaction(), as its name indicates it is already supposed to be the size of the data and not the length of the string so just ensure that it is always correctly set to the size and not length when initializing it. Closes #13734.

2011-12-07 15:05 VZ, revision 69942

Remove vertical wxTextCtrl adjustment hacks for wxMSW in wxComboCtrl code. Because wxTextCtrl used to wrongly report its best size in wxNO_BORDER case under MSW, wxComboCtrl manually adjusted its position to work around this. However since r69066 wxTextCtrl::GetBestSize() was fixed and now these adjustments resulted in wrong vertical position for the control. Just remove all manual adjustments completely now to fix this. Closes #13722.

2011-12-07 13:48 CE, revision 69941

add dot to path

2011-12-07 13:46 VZ, revision 69940

Add documentation of emitted events to wxScrolled documentation. Make it clear that wxScrolled<> emits wxScrollWinEvent and not wxScrollEvent. Closes #13730.

2011-12-07 08:47 JJ, revision 69939

Update Make-files for OpenVMS

2011-12-07 01:59 VZ, revision 69938

Pretend that the window showing popup menu has focus in wxGTK. This is necessary for compatibility with wxMSW as the focus remains on the window which had it before the popup menu was shown there and existing code relies on it, while in wxGTK the popup steals the focus when it's shown.

2011-12-07 01:59 VZ, revision 69937

Enable wxEvtHandler::Bind() for Sun CC. At least 5.10+ are good enough to compile it.

2011-12-07 01:59 VZ, revision 69936

Fix build with Sun CC under Linux. We need to explicitly define _GNU_SOURCE when building our code as we use it configure when running the tests and it's not predefined by Sun CC, unlike g++ so we need to add it to CXXFLAGS ourselves. An alternative solution would be to run the tests without _GNU_SOURCE but this would lose too much functionality so it doesn't seem like a good idea.

2011-12-07 01:59 VZ, revision 69935

Remove wxHAVE_GLIBC2 from configure, always predefine _GNU_SOURCE. We used to test for glibc version first and predefined _GNU_SOURCE only if it was greater than 2.1 but there doesn't seem to be any harm to just always predefine _GNU_SOURCE under Linux (not that there are any systems with glibc < 2.1 left anyhow). Also do it much earlier to ensure that all tests are affected by it. And as we don't use wxHAVE_GLIBC2 anywhere else just remove it.

2011-12-06 19:35 SC, revision 69934

avoiding NSToolbarSeparatorItemIdentifier under Lion, where it is not supported anymore, fixes #13363

2011-12-05 10:59 JS, revision 69933

Applied patch #13698 to fix wrong border test

2011-12-05 10:00 CE, revision 69932

add docs to name

2011-12-05 01:00 VZ, revision 69931

No changes, just remove unnecessary assignment in wxOSX code. Local size variable was unnecessarily assigned itself. Closes #13723.

2011-12-05 00:57 VZ, revision 69930

Add virtual dtor to wxCustomBackgroundWindowBase. Suppress g++ warnings about a class with virtual methods but non-virtual dtor by making the dtor virtual even if we don't need it to be virtual in this class.

2011-12-05 00:57 VZ, revision 69929

Compilation fix for wxCarbon after the last commit. Apply corrected version of the patch for Carbon. See #13661.

2011-12-04 20:23 VZ, revision 69928

Fix wxDataViewCtrl compilation with 10.7 SDK under OS X. Add the required casts to wxPointerObject. Closes #13661.

2011-12-04 13:26 VZ, revision 69927

Do not declare "environ" variable ourselves under MSW. The changes of r69564 making "environ" declaration unconditional broke MinGW 4.6 build, presumably because "environ" is declared differently (as DLL exported?) there, so avoid declaring it under MSW, we don't need to do it there anyhow as it's always defined in system headers.

2011-12-04 00:52 VZ, revision 69926

Allow 2-step creation of wxGenericProgressDialog. Add default ctor and Create() with the same parameters as the non-default ctor. Closes #13555.

2011-12-04 00:52 VZ, revision 69925

Don't include version in the URL created by wxMSW installer. The link is the same for all version so don't version it.

2011-12-04 00:52 VZ, revision 69924

Don't require admin privileges in the MSW installer. We don't need any extra privileges so avoid the elevation prompt under Windows Vista and later.

2011-12-03 01:34 VZ, revision 69922

Generate makefiles for treelist sample when using configure. treelist sample was never added to SAMPLES_SUBDIRS. Closes #13718.

2011-12-03 01:34 VZ, revision 69921

Fix bug with wxStopWatch::Start() not resuming paused stopwatch any more. Since r69835 the stop watch remained paused even when Start() was called. Do resume it when restarting it both for backwards compatibility and because it makes more sense and also document this behaviour.

2011-12-03 00:44 DS, revision 69920

Updated out of date versions and release dates. Mentioned more files in tn0011.txt that need version updating, and made it more clear which ones need to be changed manually. Modified inc_release to update docs/readme.txt and changed the version references in the readme.txt to 2.9.3. Also changed two references to the month of release from July to December.

2011-12-02 18:06 CE, revision 69916

rc1

2011-12-02 16:20 VZ, revision 69915

Tag 2.9.3 RC1.

2011-12-02 14:25 SC, revision 69914

fixing build

2011-12-02 13:42 VZ, revision 69913

Link to wxGridCellFloatFormat when it's mentioned in the documentation. Enum names are not auto-linked by Doxygen so prefix this enum with "::" to force link creation.

2011-12-02 13:04 VZ, revision 69912

Rebake after webview-related changes in common.bkl. Forgot to rebake all files (and not just library ones) after changes of r69589.

2011-12-02 13:04 VZ, revision 69911

Compilation fixes for wxMSW in wxUSE_STL=1 build. Add explicit conversions from wxString to wchar_t* as they don't happen implicitly when wxUSE_STL=1. Closes #13715.

2011-12-02 13:04 VZ, revision 69910

Handle OpenBSD in wxDialUpManager code. Closes #13716.

2011-12-02 11:34 DS, revision 69909

set svn:eol-style to CRLF on MSVC project files for wxWebView

2011-12-02 11:15 DS, revision 69908

Fixed x64 application termination after exceptions in a file dialog callback. Since Windows 7 exceptions thrown in a file dialog callback (possibly by third-party utilities) aren't swallowed anymore. Make use of SetProcessUserModeExceptionPolicy (available in Windows 7 SP1) to temporarily restore the old behaviour and prevent the crashing (or summoning of the Program Compatibility Assistant) of an x64 application. Closes #13674.

2011-12-02 08:40 SC, revision 69907

adapting Xcode projects for r69898

2011-12-02 02:01 RD, revision 69899

Removed const from a couple methods that are not const in the real code.

2011-12-02 01:56 VZ, revision 69898

Rename src/generic/richtooltip.cpp to src/generic/richtooltipg.cpp. This avoids object file name conflict with src/msw/richtooltip.cpp when using VC6.

2011-12-02 01:50 VZ, revision 69897

Update all controls using in-place editors to handle Escape/Return correctly. Define EVT_CHAR_HOOK handlers to ensure that pressing Escape/Return while an in-place edit control is active affects only it and is not used for the keyboard navigation. Closes #9102.

2011-12-02 01:50 VZ, revision 69896

Fix reentrancy in wxDataViewRendererBase::FinishEditing(). Switching focus to the main wxDataViewCtrl window resulted in focus loss event and a reentrant call to FinishEditing() itself if it wasn't called because the in-place edit control was being destroyed the first time. Fix this by destroying the in-place control first and adjusting the focus later, the effect should be exactly the same but now FinishEditing() can be safely called from anywhere in the code.

2011-12-02 01:50 VZ, revision 69895

No changes, just move wxTreeCtrlBase ctor to the source file. Move inline ctor out of line to prepare for changing it.

2011-12-02 01:50 VZ, revision 69894

Don't use ListView_CancelEditLabel() as it doesn't work as expected. ListView_CancelEditLabel() doesn't revert the controls value to the original text as expected, so don't use it and revert to sending VK_ESCAPE to the in-place edit control instead under all versions of Windows. See #7663.

2011-12-02 01:50 VZ, revision 69893

Make wxEVT_CHAR_HOOK propagate upwards and send it to the window itself. Send wxEVT_CHAR_HOOK events to the focused window itself but make them propagatable to ensure that the parent windows (including the top level parent) still get it. This still allows the TLW parent to intercept keyboard handling in its child but allows the child (or an intermediate parent window) to have some say in the matter. See #9102.

2011-12-02 01:50 VZ, revision 69892

Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. Send wxEVT_CHAR_HOOK before wxEVT_KEY_DOWN and avoid generating both wxEVT_KEY_DOWN and wxEVT_CHAR if the hook event was handled. This makes wxGTK behave consistently with wxMSW and wxOSX/Cocoa as can be seen in the keyboard sample.

2011-12-02 01:50 VZ, revision 69891

Added wxKeyEvent ctor for creating event of the different type for same key. This is useful for implementation code in a couple of ports so provide a higher level ctor doing this instead of having to use a copy ctor and then manually changing the event type.

2011-12-02 01:50 VZ, revision 69890

Refactor wxKeyEvent copying code. Avoid duplication between copy ctor and assignment operator. Also extract the assignment of everything not including the event type in a reusable function as this can be useful for key event generation code in wxGTK and possibly other ports.

2011-12-02 01:50 VZ, revision 69889

Implement EVT_CHAR_HOOK for wxOSX/Cocoa. Send wxEVT_CHAR_HOOK event from wxOSX/Cocoa code. Also test for wxEVT_CHAR_HOOK in the keyboard sample and show the effect of not skipping it. Closes #12431.

2011-12-02 01:50 VZ, revision 69888

No changes, just remove unnecessary #pragma warning. The warning we disabled occurred in the code that was removed long time ago so it's not necessary to do it any more.

2011-12-01 19:36 SC, revision 69886

applying patch for raise and synthesizing mouse-up for built-in controls, fixes #12363

2011-12-01 17:54 PC, revision 69885

fix warning about missing return statement, closes #13713

2011-12-01 15:22 VZ, revision 69884

Only use __declspec(restrict) with VC8+ in libpng. VC7 doesn't support it. Closes #13710.

2011-12-01 15:22 VZ, revision 69883

Added wxCriticalSection::TryEnter() method. This is similar to wxMutex::TryLock() and useful for the same reasons. Closes #13638.

2011-12-01 15:22 VZ, revision 69882

Chinese translations update from Huang Jiawei. Fix more fuzzy translations.

2011-12-01 15:22 VZ, revision 69881

Fix timeout used in POSIX implementation of wxCondition::WaitTimeout(). The time passed to pthread_cond_timedwait() must be in UTC, not local time, but wxGetLocalTimeMillis() now really returns the time in local time zone so we must use wxGetUTCTimeMillis() instead. Closes #13707.

2011-12-01 09:16 PC, revision 69880

remove unused variables

2011-12-01 09:08 PC, revision 69879

add test for bug fixed in r69878

2011-12-01 07:57 PC, revision 69878

Fix crash when appending menuitem after removing it from another menu. Also remove unused return value from GtkAppend

2011-11-30 11:48 VZ, revision 69874

Fix setting the parent of wxProgressDialog. Don't call GetParentForModalDialog() with wxProgressDialog style, this doesn't work as it expects the window style. Do call SetParent() when using the native MSW implementation as the wx-level parent is not used then. Closes #13706.

2011-11-30 11:21 VZ, revision 69873

Don't include all wx/xxx/webviewhistoryitem_xxx.h headers. Only one of these headers is available for each platform so include at most one of them. Closes #13705.

2011-11-30 11:21 VZ, revision 69872

Include wx/defs.h, not wx/setup.h from wx/webview.h for consistency. All wx headers start by including wx/defs.h so do it in wx/webview.h as well even if wx/setup.h was sufficient in this particular case.

2011-11-30 10:21 VZ, revision 69871

Document more wxCommandProcessor methods. Document CanRedo(), Store() and GetCurrentCommand(). Closes #13700.

2011-11-30 10:21 VZ, revision 69870

Use more clear names for variables in wxHtmlSelection code. Call the variables and related methods "character position" instead of "private position" which wasn't very clear. Closes #13307.

2011-11-30 10:16 VZ, revision 69869

Remove unused variable from wxWebViewWebKit code in wxGTK. g++ correctly warned about a variable being set but never used, just remove it.

2011-11-30 10:16 VZ, revision 69868

Fix wxWebView compilation in STL build with wxGTK. Convert wxString to GTK+ strings explicitly, implicit conversion doesn't happen in STL build and may be wrong anyhow as it doesn't necessarily convert the strings to UTF-8 expected by GTK+. Closes #13703.

2011-11-30 01:52 VZ, revision 69867

Make wxMSW status bar slightly less tall by default. The status bar in wxMSW applications was too big under Windows 7 because it used EDIT_HEIGHT_FROM_CHAR_HEIGHT() to calculate the height which was simply unwarranted here. Instead, make the status bar tall enough to accommodate simple text contents by default and fix SetMinHeight() to actually work for the cases when a taller toolbar is needed.

2011-11-29 20:27 VZ, revision 69863

Don't include pbt.h from wxMSW code unnecessarily. The contents of this header is available from winuser.h (included by windows.h) since at least 15 years and pbt.h itself is not included in the latest Platform SDK releases (8+) so simply don't include it and also don't test for its availability in configure.

2011-11-28 21:19 SJL, revision 69862

Override MSWTranslateMessage for wxActiveXContainer. Calling IOleInPlaceActiveObject::TranslateAccelerator ensures that accelerators and other keyboard functionality behaves correctly. Fixes #13679.

2011-11-28 20:15 VZ, revision 69861

Override GetMainWindowOfCompositeControl() in wxGrid subwindows. This is necessary for HasFocus() to work correctly for them since the changes of r69788. Closes #13686.

2011-11-28 20:15 VZ, revision 69860

Correct HasFocus() to work with subwindows of a composite control. When a subwindow (i.e. one that overrides GetMainWindowOfCompositeControl() to return a parent window) has focus, HasFocus() should return true for it too, in addition to returning true for the main window. This completes the fix of r69788.

2011-11-28 19:58 VZ, revision 69859

Extend wxBannerWindow background bitmap if necessary. Ensure that the entire banner window uses the same background colour as the bitmap, even when the bitmap is too small for the window size. This allows to avoid using huge bitmaps if extending the bitmap with solid colour looks good enough.

2011-11-28 15:16 VZ, revision 69858

Added instructions about building applications using wxMSW. Explaining how to build wxWidgets itself is insufficient as usually people want to actually build their programs using it and not just the library itself, so add a section explaining how to build the projects using wxMSW. Also add a table of contents and mention that MSVC and g++ are the main supported compilers.

2011-11-28 14:34 VZ, revision 69857

Ignore WXK_NONE events in wxStyledTextCtrl. Scintilla use of 0 indicating "modifier key" conflicts with our use of WXK_NONE indicating absence of a valid key code. As Scintilla can't do anything with the keys without a key code anyhow, simply ignore them immediately, without passing them to Scintilla, in DoKeyDown(). This fixes handling of IME input in wxStyledTextCtrl under MSW and possibly other problems (e.g. with dead char keys). Closes #13570.

2011-11-28 14:23 VZ, revision 69856

Add support for custom numeric formats to wxGrid. Allow %e and %g formats (as well as their upper-letter equivalents) in addition to the default %f format for number display in wxGrid. Closes #13583.

2011-11-28 13:47 VZ, revision 69855

Don't hardcode the number of toolbar tools in the toolbar sample. Use GetToolsCount() instead of the hardcoded 10 (which can be wrong if any tools were added or removed). See #13673.

2011-11-28 13:47 VZ, revision 69854

Corrected handling of wxTB_HORZ_TEXT in the toolbar sample. The value of flag could be lost when toolbar was recreated without using text at all. Closes #13572.

2011-11-28 11:24 SC, revision 69853

supporting rawctrl strings, fixes #13496, rawctrl is correctly interpreted for all platforms

2011-11-28 07:02 DS, revision 69852

Regenerated Xcode projects. Updated the Xcode projects to include src/common/time.cpp.

2011-11-28 06:11 PC, revision 69851

update _GOptionGroup check

2011-11-28 06:00 PC, revision 69850

build fixes for Universal

2011-11-28 05:51 PC, revision 69849

don't warn about gnomeprint if we already have gtkprint

2011-11-27 23:59 PC, revision 69848

don't require gconf-2.0, we don't use it

2011-11-27 21:28 VZ, revision 69847

Include wx/time.h to get wxLocaltime_r() declaration, not wx/datetime.h. Also remove wxUSE_DATETIME guard, wxLocaltime_r() is available even without wxUSE_DATETIME.

2011-11-27 21:28 VZ, revision 69846

No changes, just moved wxLocaltime_r() and wxGmtime_r() to wx/time.h. These functions are used by wxGetTimeZone() defined in time.cpp and so need to be available from wx/time.h. This is also the most logical place for them.

2011-11-27 20:52 VZ, revision 69845

Implement wxStackWalker for wxMSW under x86-64. Use 64 bit debug help functions instead of 32 bit ones and add code for dealing with x86-64 stack frames.

2011-11-27 20:50 VZ, revision 69844

Add support for VK_OEM_102 key under wxMSW. This is the "<>|" key on German keyboard and is also used in many other layouts so failing to handle it resulted in not receiving EVT_KEY_XXX events for these keys in wxWidgets programs. Closes #13558.

2011-11-27 20:50 VZ, revision 69843

Set Unicode key code correctly for key events for WXK_RETURN in wxMSW. WXK_RETURN is an ASCII character so return it from wxKeyEvent::GetUnicodeKey() for EVT_KEY_{DOWN,UP} events, especially as it was already done for EVT_CHAR ones. See #13558.

2011-11-27 20:50 VZ, revision 69842

Change value of wxHELP to avoid clash with wxSTAY_ON_TOP. Using wxSTAY_ON_TOP with wxMessageDialog resulted in "Help" button appearing since r68537 because these two constants had the same numeric value. Avoid this by changing wxHELP value to be the same as wxCLOSE_BOX instead: the latter can't be used with wxMessageDialog so this should solve the problem, even if there are still conflicts. Also adjust the other button constants values to account for wxHELP change. Closes #13433.

2011-11-27 20:50 VZ, revision 69841

Use wxGetUTCTimeUSec() in wxStopWatch under Unix for higher precision. If gettimeofday() is available we can achieve better than millisecond precision (even if it usually isn't as high as microsecond), so use it as clock source in wxStopWatch.

2011-11-27 20:50 VZ, revision 69840

Use wxGetUTCTimeMillis() instead of wxGetLocalTimeMillis() in wxStopWatch. Using local time meant that wxStopWatch didn't work reliably around DST changes. It also was completely unnecessary, just use the UTC clock instead.

2011-11-27 20:50 VZ, revision 69839

Removed private wxGetLocalTimeUsec() function from Unix code. The function was badly named as it returned UTC time and not local time and can be simply replaced with the just added public wxGetUTCTimeUSec().

2011-11-27 20:50 VZ, revision 69838

No changes, just move time functions from wx/stopwatch.h to wx/time.h. Preserve compatibility by including wx/time.h from wx/stopwatch.h but put all the time-related functions in a more logical place.

2011-11-27 20:50 VZ, revision 69837

Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec(). Fixed wxGetLocalTimeMillis() to really return the local time and provide wxGetUTCTimeMillis() doing what this function used to do before. Closes #13610. Also add wxGetUTCTimeUSec() for even higher resolution time stamps as it is basically the same as wxGetUTCTimeMillis() anyhow, at least for MSW and non-ancient Unix systems providing gettimeofday().

2011-11-27 20:50 VZ, revision 69836

Extracted private GetTimeZone() to public wxGetTimeZone() function. Created new wx/time.h header for this function, more time-related functions will be added to it later.

2011-11-27 20:50 VZ, revision 69835

Added wxStopWatch::TimeInMicro() for better precision time measurement. Also simplify/streamline wxStopWatch implementation and replace confusingly named m_pause with more clear m_elapsedBeforePause.

2011-11-27 20:50 VZ, revision 69834

Use ::QueryPerformanceCounter() for wxStopWatch implementation in wxMSW. QueryPerformanceCounter() provides higher resolution and precision for measuring time under MSW, even though it suffers from some problems in older Windows versions.

2011-11-27 20:50 VZ, revision 69833

Use shorter sleep times in wxStopWatch unit test. Make wxStopWatchTestCase::Misc() run in 2.5 seconds instead of 7. This not only makes the test run faster but allows us to test wxMilliSleep() and precision of wxStopWatch for time periods in fractional seconds.

2011-11-27 20:50 VZ, revision 69832

Correct wxTLS_PTR definition for !wxHAS_COMPILER_TLS case. wxTLS_PTR should have type of "T*" instead of being simply usable as "T*" because of its overloaded operator->(), otherwise the code relying on it being "T*" and compiling without problems in wxHAS_COMPILER_TLS case could fail to compile without compiler TLS support. Closes #13644.

2011-11-27 20:49 VZ, revision 69831

Don't hide/show wxActiveXContainer when resizing it. This results in bad flicker as can be seen with wxWebView or wxMediaCtrl and just doesn't seem to be necessary. Closes #13680.

2011-11-27 20:49 VZ, revision 69830

Don't crash when changing label of label-less wxToggleButton in wxGTK. If a button doesn't show any text label, simply don't do anything when SetLabel() is called instead of replacing the image shown by the button with a text label as the button doesn't expect this to happen and doing it breaks its assumptions about the widgets it has and results in assert failures later. Closes #13693.

2011-11-27 20:49 VZ, revision 69829

Include webview library headers in the list of all headers. Due to a typo in files.bkl (${...} was used instead of $(...) so the variable didn't get really dereferenced), the web view headers were not included in the list of all headers and hence not installed by "make install" under Unix. Closes #13690.

2011-11-27 20:49 VZ, revision 69828

Merge similar but not quite identical translated strings. Some translated strings appeared several times in almost but not quite identical form. Remove a few of them so that they don't have to be translated multiple times. Closes #13637.

2011-11-27 20:49 VZ, revision 69827

Define wxCURSOR_DEFAULT_TYPE correctly for the old Cocoa port. Closes #13652.

2011-11-27 13:57 JS, revision 69825

Bitlist comparison correction

2011-11-25 23:25 DS, revision 69822

merged libpng 1.5.6 to trunk

2011-11-25 23:22 DS, revision 69821

tagged libpng 1.5.6

2011-11-25 22:51 DS, revision 69820

Upgraded to libpng 1.5.6 (without contrib subdirectory). Also set some svn:eol-style properties on files added during previous upgrades.

2011-11-25 19:11 VS, revision 69819

Account for indentation in wxDataViewCtrl::GetBestColumnWidth(). Generic control only accounted for actual content, but didn't consider indentation level when calculating width of the expander column. Fixes #13629.

2011-11-25 15:37 SC, revision 69818

fixing iPhone build

2011-11-25 02:01 PC, revision 69817

check for self-assignment in operator=

2011-11-25 01:59 PC, revision 69816

copy array with memcpy rather than a loop

2011-11-25 01:52 PC, revision 69815

use int instead of size_t for a couple member variables it's simpler, and there is no point in using size_t anyway since they are assigned from ints

2011-11-25 01:32 PC, revision 69814

IsNull --> IsEmpty

2011-11-24 23:21 DS, revision 69812

Regenerated Xcode projects. Updated the Xcode projects to include wxRichToolTip files.

2011-11-24 02:38 RD, revision 69807

OnSysRead is pure virtual

2011-11-24 02:37 RD, revision 69806

The wxStreamProtocolType enum is multiply defined, remove one of them.

2011-11-24 00:58 VZ, revision 69805

Fix crash in wxTreeListCtrl::GetItemText() if text was never set. Asking for the text of an item is not an error even if it was never set for any column but the first one so just return an empty string in this case instead of crashing.

2011-11-23 18:21 PC, revision 69802

remove redundant GTK-specific code

2011-11-23 16:06 VZ, revision 69801

Italian translation corrections from Roberto Boriotti.

2011-11-23 14:43 VS, revision 69800

Make generic wxDataViewCtrl rows a bit taller. They now use the same height that Windows 7's Explorer uses. This makes more inline editor controls fit comfortably.

2011-11-22 14:18 VZ, revision 69797

Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers. The new functions simply call Add{Option,Switch}() with an empty first argument but using them makes the code more readable.

2011-11-22 14:18 VZ, revision 69796

Dismiss wxSplashScreen on any user input, not necessarily on splash itself. Use wxEventFilter to remove the splash screen as soon as any user input is detected anywhere in the application, not necessarily over the splash screen itself. This ensures that the splash screen disappears as soon as the user starts working with the application instead of sticking around and covering the main window.

2011-11-22 14:18 VZ, revision 69795

Ensure that wxSplashScreen doesn't appear on taskbar nor in Alt-TAB list. Having the splash screen in Alt-TAB window list under MSW was useless and ugly (as it didn't even have the proper application icon) so use the appropriate styles to avoid this.

2011-11-22 14:18 VZ, revision 69794

Add wxEventFilter and related functionality. Allow defining event filters to globally pre-process all application events without having to override wxApp::FilterEvent().

2011-11-22 14:18 VZ, revision 69793

Hack wxMSW wxNotebook to show the text controls correctly initially. Add an Update() call to ensure that text controls in the initially selected notebook page are shown correctly. It's almost certainly not the right fix for the real bug that results in text controls not being shown when the notebook comes up but it doesn't cost much and at least allows us to get correct appearance for the themed notebooks.

2011-11-22 08:41 SC, revision 69792

fixes #13684

2011-11-19 18:35 VZ, revision 69790

Italian translation update from Stefano and Roberto Boriotti.

2011-11-19 01:00 VZ, revision 69789

Czech translations update from Zbyněk Schwarz.

2011-11-19 00:40 VZ, revision 69788

Fix HasFocus() for composite controls. Comparing the result of DoFindFocus() with the main window of composite control doesn't work as it can return a child window so HasFocus() still returned false for a composite control such as generic wxListCtrl even when it did have focus. Just use FindFocus() instead of DoFindFocus() to fix this.

2011-11-19 00:40 VZ, revision 69787

No changes, just remove extra whitespace from wxWebViewIE code. Closes #13678.

2011-11-17 21:43 SJL, revision 69786

Remove double buffering from wxWebViewIE as this is handled by the web browser control itself and actually makes flickering worse. Also remove an unnecessary background style.

2011-11-17 21:39 SJL, revision 69785

Adjust testing for non-visible controls in wxActiveXContainer. Fixes #13659

2011-11-17 17:43 VZ, revision 69784

Provide HANDLE_PTR for the compilers without it such as VC6. Also include wx/msw/wrapwin.h defininig HANDLE_PTR from wx/msw/webview_ie.h that uses it.

2011-11-17 08:51 JJ, revision 69783

define Popup and Dismiss for wxComboBox in wxMOTIF

2011-11-17 04:20 RD, revision 69776

fix missing and broken interface items for Phoenix

2011-11-17 02:25 RD, revision 69771

Add arg default values for the Create method

2011-11-17 02:23 RD, revision 69770

Don't include webkit headers from wx headers

2011-11-17 00:45 VZ, revision 69768

Move wxWebView-related definitions to webview_ie.cpp and fix them. Ensure that all the GUIDs are defined by including initguid.h to fix linking error with most versions of MinGW. Use "wx" prefix to avoid clashes with the standard GUIDs if they do happen to be defined. Closes #13645.

2011-11-16 19:38 VZ, revision 69767

Another Chinese translations update from Jiawei Huang.

2011-11-16 19:27 VZ, revision 69766

Compilation fix for PCH-less build after r69758. Need to include wx/msw/private.h explicitly for wxGetCursorPosMSW() declaration now. Closes #13664 (again).

2011-11-16 18:44 SC, revision 69765

porting back r69689

2011-11-16 17:57 SC, revision 69764

default encoding fix

2011-11-15 16:56 VZ, revision 69762

Add support for digits and +/- sign to wxUIActionSimulator::Text(). Support the characters needed for number entry in wxUIActionSimulator::Text() too. Closes #13671.

2011-11-15 16:46 VZ, revision 69761

Only update status bar fields after they were created in wxMSW. Postpone updating statu bar panes after they were actually created. Setting the status bar fields contents before setting the number of them failed resulting in debug error messages and the text not appearing in the status bar. Closes #13670.

2011-11-14 14:35 VZ, revision 69760

Replace wxT() with wxS() in image options definitions. The optimal way of creating a literal strings consisting of only ASCII characters is to use wxS() as this avoids the need for run-time conversion in all builds while wxT() requires a conversion from wchar_t to UTF-8 in UTF-8 builds. So replace wxT() with wxS() in wxImage options definitions. Also remove wxT() from the options documentation, it's just useless there.

2011-11-14 14:35 VZ, revision 69759

Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage options. These options allow to retrieve the original image size if the image was scaled during load. Closes #13662.

2011-11-14 13:51 VZ, revision 69758

Fall back on ::GetMessagePos() if ::GetCursorPos() fails under MSW. In some rare but reproducible cases GetCursorPos() can fail and return without filling in the provided point. Fall back to GetMessagePos() if this happens: this is not ideal but clearly better than using uninitialized position or hard coding something like (0, 0). Closes #13664.

2011-11-14 13:51 VZ, revision 69757

Don't redefine symbols already defined in latest MinGW headers. Closes #13645.

2011-11-14 13:51 VZ, revision 69756

No changes, just add another case to a switch on wxMouseButton. Fix warnings given when wx headers are compiled with g++ -Wswitch-enum option. Also make the assert messages more precise and less verbose as there is no need to include the function name in them, all relatively recent compilers provide it via __FUNCTION__ and wxFAIL_MSG() already uses it.

2011-11-14 10:39 JJ, revision 69755

Update compile support fror wxGTK on OpenVMS

2011-11-14 08:52 SC, revision 69754

latest private API usage complaint, right now most subclasses are using their own implementation, so this shouldn't lead to problems

2011-11-13 13:57 SJL, revision 69748

Set focus on the browser window after loading a url. Also fix a warning. Closes #13660

2011-11-13 12:51 VZ, revision 69747

Added stock accelerator for wxID_PRINT. Ctrl+P is a pretty standard accelerator for the "Print" command so add it as a stock one.

2011-11-12 23:47 VZ, revision 69746

Use wxConvertStringToOle() in wxWebViewIE code. Fix compilation in wxUSE_UNICODE=0 case.

2011-11-12 23:47 VZ, revision 69745

Correct typo in wxUSE_WEBVIEW_IE test in configure. Because of a missing '$' before wxUSE_WEBVIEW_IE in the configure test wxUSE_WEBVIEW was never enabled for wxMSW builds.

2011-11-12 21:49 SJL, revision 69744

Replace the sample animation timer with an idle loops and the animation with a busy cursor. Fixes #13518, #13658

2011-11-12 17:50 PC, revision 69741

position expander in center of given rectangle

2011-11-11 17:38 PC, revision 69740

use correct function to free GtkTextAttributes

2011-11-11 15:26 VZ, revision 69739

Intercept some keys in wxMSW wxTextCtrl even if they're used as accelerators. Bare (i.e. without any modifiers) Delete, Home and End keys are also required by the text control itself so don't handle them as accelerators when wxTextCtrl has focus.

2011-11-10 22:37 DS, revision 69732

Backport of r68766 (without the unit test changes). ( Improved BMP decoding. The BMP decoder did not handle images that are not stored upside down but straight up (in which case the height is negative). Also with RLE4 or RLE8 compressed images the 'end of scanline' RLE marker was not handled correctly. Fixed the issues and added a unit test for them. ) Fixes #13650.

2011-11-10 15:41 JJ, revision 69731

Add compile support for widgets sample on OpenVMS

2011-11-10 12:58 VZ, revision 69730

Compilation fix for wxUSE_UNICODE=0 build after wxUSE_STL=1 fix. The result of wxString::mb_str() can't be converted to wxScopedCharBuffer in non-Unicode build but converting it to wxCharBuffer is always fine (though slightly less efficient).

2011-11-10 12:49 VZ, revision 69729

Correct the direction passed to wxDataObject in wxOSX clipboard code. Query for formats that wxDataObject supports on input, not output, in wxClipboard::GetData(). This is similar to r69454 For wxGTK. Closes #13649.

2011-11-10 11:46 JS, revision 69728

Added Blit system options optimizations from trunk

2011-11-10 11:46 JS, revision 69727

Applied Blit system options optimization to StretchBlit

2011-11-10 01:30 VZ, revision 69721

Fix compilation in wxUSE_STL case broken by r69663. Don't rely on implicit wxString to char* conversion when calling XRCID_Assign().

2011-11-10 01:30 VZ, revision 69720

Remove all unwanted occurrences of -mt/-pthread in configure. Remove all inappropriate compiler options and not just the first one as they can occur multiple times because they may come from pkg-config output for several different libraries. Closes #13647.

2011-11-08 18:40 RD, revision 69704

Ensure that there is a modal event loop before trying to use it.

2011-11-08 18:39 RD, revision 69703

Add a border on the AutoComp list for wxOSX-Cocoa

2011-11-08 14:34 SJL, revision 69702

Skip spurious blank JavaScript events in wxWebView. Closes #13481

2011-11-08 14:23 SJL, revision 69701

Correctly escape the error log messages in the wxWebView sample.

2011-11-08 12:35 SJL, revision 69700

Update wxHtmlWindow documentation to refer to wxWebView. Closes #13608

2011-11-08 12:02 VZ, revision 69699

Don't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT. Fix compilation when GDI+ headers are not available by not including the header that includes <gdiplus.h> in this case. Closes #13640.

2011-11-08 12:02 VZ, revision 69698

Move GDK_META_MASK definition in the header in which it is also used. The code using GDK_META_MASK was moved to wx/gtk/private/event.h from gtk/window.cpp but the fallback definition of GDK_META_MASK for GTK+ < 2.10 remained in window.cpp. Move it to the header as well now so that it can be compiled with GTK+ < 2.10 again.

2011-11-08 12:02 VZ, revision 69697

Compilation fixes for GTK+ 2.4. Add missing GTK_CHECK_VERSION(2,6,0) checks.

2011-11-08 12:01 VZ, revision 69696

Add missing stdio.h include to wxGTK assert dialog code. As we use FILE for saving the assert message to a file, we must include <stdio.h> (which is not included from any other header, at least not under Solaris).

2011-11-08 11:53 VS, revision 69695

Use Enter and Space for cell editing in generic wxDVC too. If the normal Enter or Space processing (sending activate event or doing activatable editing respectively) isn't handled by the control, use these keys to trigger inline editing too, as F2 does. This makes the Windows control more similar to OS X and GTK+ ones and makes discovering editability easier.

2011-11-07 10:42 JJ, revision 69693

Updates to compile WX on OpenVMS

2011-11-07 10:34 JJ, revision 69692

wxGTK1 should not include .h files for wxGTK

2011-11-06 13:07 VZ, revision 69691

Updated all message catalogs to correspond to the current sources.

2011-11-06 13:06 VZ, revision 69690

Chinese translations update from Jiawei Huang.

2011-11-06 13:06 VZ, revision 69689

Use current time, not the Epoch for time zone determination. When deducing the time zone from struct tm tm_gmtoff field, query tm for the current time and not the Epoch as the DST rules -- and hence the time zone offset -- could have changed since 1970. This is notably the case for Ireland which used a different time zone from 1968 to 1971. Notice that GetTimeZone() still must return the time zone without taking DST into account, so we explicitly compensate for DST if it's in effect.

2011-11-05 16:20 VS, revision 69688

Fix wxArray::Index() with bFromEnd=true in STL build. This function incorrectly returned index from the end of the array when searching from the end. Fixed to work as the non-STL version. Fixes #13626.

2011-11-05 16:20 VS, revision 69687

Test correctness of wxArray::Index() with bFromEnd=true.

2011-11-05 13:25 FM, revision 69686

no real change: just move Docset/CHM/QCH declarations in their own sections

2011-11-05 12:55 FM, revision 69685

Move detailed documentation to the top, leaving styles and event tables at the bottom, like for any other wxWidgets control

2011-11-05 12:55 FM, revision 69684

fix some simple Doxygen warning

2011-11-05 12:54 FM, revision 69683

better links to the stock item ID list

2011-11-05 12:24 VZ, revision 69682

Allow reusing the same wxWindowID more than 254 times. Extend the id reference count storage to use an overflow hash map for the ids used more than 254 times. This allows to use the same id an arbitrarily large number of times. Closes #13618.

2011-11-05 12:24 VZ, revision 69681

Use wxWindowUpdateLocker to speed up updates of the static widgets sample page. See #13619.

2011-11-05 12:23 VZ, revision 69680

Fix adding a control to two different sizers in the widgets sample. A checkbox on the static page was added to two sizers at once, resulting in heap corruption later. Fix this by adding it to the right sizer only. Closes #13619.

2011-11-05 12:23 VZ, revision 69679

Translate the log message in wxLog destructor. The message about losing the last message was not translated for some reason, do translate it now.

2011-11-05 12:23 VZ, revision 69678

Fix format string in wxLog::LogLastRepeatIfNeeded(). We used a format string without any format specifiers in it in a call to wxString::Printf() which always had a parameter resulting in an assert failure about a mismatch between the string and parameter count. Fix this by using a separate Printf() call for this case. Closes #13613.

2011-11-05 12:23 VZ, revision 69677

Use correct direction in wxDataObject::IsSupported() in wxOSX dnd code. Before calling wxDataObject::SetData() we must check whether the object supports this format using IsSupported(Set) instead of just IsSupported() which does the test in the "Get" direction. Closes #13615.

2011-11-05 12:23 VZ, revision 69676

Don't read beyond the end of input buffer when decoding UTF-16. wxMBConvStrictUTF8::FromWChar() didn't update the input length correctly when encountering a surrogate while decoding UTF-16 and could read beyond the end of the input buffer in this case. Fix this by simply adjusting the input length when a surrogate is read. Closes #13614.

2011-11-05 12:23 VZ, revision 69675

Add wxConvAuto::GetBOMChars() helper. Closes #13620.

2011-11-05 11:44 FM, revision 69674

document wxLogGeneric() function

2011-11-05 11:42 FM, revision 69673

document wxConfigPathChanger helper class

2011-11-05 11:28 VZ, revision 69672

Rename lineAnchor in Scintilla code to avoid shadowing warning. Local variable "lineAnchor" in Editor::SetRectangularRange() was shadowing the member variable Editor::lineAnchor, resulting in warnings from some compilers (AIX xlC, Sun CC). Rename it to "lineAnchorRect", just as it was done in the latest Scintilla sources, to avoid them.

2011-11-04 18:41 VZ, revision 69664

Correct the misleading example of using id ranges in XRC documentation. "range[end]" is the last id in the range, inclusive, not the first id after it so any loops iterating over all ids in the range should cover it as well.

2011-11-04 18:40 VZ, revision 69663

Simplify wxIdRange code by using new XRCID_Assign() function. Only traverse the id hash once in XRCID_Assign() instead of using RemoveXRCIDEntry() to delete the old entry (which usually doesn't exist so this traversed the entire hash) followed by XRCID_Lookup() to create a new one.

2011-11-04 13:02 VZ, revision 69662

Fix choice of tree item icon for the selected state in wxMSW. The logic for selecting the item icon was broken when selected image was specified as it was not taken into account as fallback for selected expanded state so selected icon was used only for collapsed items. Fix this by using the selected icon if it is specified and selected expanded one is not.

2011-11-04 10:09 VZ, revision 69661

Make wxQsort() definition exactly the same as declaration. Remove the extra "const" in the first parameter.

2011-11-04 04:38 RD, revision 69659

Add wxAnyButton so the shared class hierarchy of wxButton and wxToggleButton is accurate.

2011-11-04 02:33 RD, revision 69656

Fix missing and broken interface items for Phoenix

2011-11-03 10:38 JJ, revision 69655

Upadte setup for OpenVMS

2011-11-03 00:42 RD, revision 69646

Fix missing or broken interface items for Phoenix

2011-11-02 21:22 RD, revision 69644

Fix missing or broken interface items for Phoenix

2011-11-02 20:08 VZ, revision 69643

Improvements to German translation. - Changed phrasing of some texts - Replaced words by more commonly used ones - Translated untranslated words and sentences - Used clear translation for vague expressions - Used common translation for multiply used terms like "save" Patch from Sebastian Walderich.

2011-11-02 20:08 VZ, revision 69642

Orthographical fixes in German translation. - Corrected misspelled words - Corrected upper and lower case words - Corrected some typos, like "HTLM" and "DDMEL" - Corrected some grammar errors Patch from Sebastian Walderich.

2011-11-02 20:08 VZ, revision 69641

Hyphen fixes in German translation. - Added missing hyphens to concatenate german words - Concatenated wrongly separated word Patch from Sebastian Walderich.

2011-11-02 20:08 VZ, revision 69640

Punctuation fixes in German translation. - Fixed some menu entries which where using '$' instead of '&' - Added missing punctuation marks to equal the original text - Removed unneeded and double characters Patch from Sebastian Walderich.

2011-11-02 20:08 VZ, revision 69639

Corrections to spaces in German translation. Patch from Sebastian Walderich.

2011-11-01 13:04 VZ, revision 69626

Explicitly include X11/Xlib.h to fix AIX build. At least under AIX X11/Xlib.h is not included from X11/Xutil.h so include it explicitly ourselves. It should do no harm on the other systems.

2011-11-01 13:04 VZ, revision 69625

Define _LINUX_SOURCE_COMPAT for AIX build. This takes care of the conflict between GTK+ headers and #define of func_data in AIX sys/timer.h.

2011-10-31 20:41 VZ, revision 69619

Make wxTreeListEvent dynamically creatable. This is unfortunately required by wxEvent::Clone() support unit test so provide the default ctor in this class even though it doesn't make any sense in normal use.

2011-10-31 20:33 VZ, revision 69618

Correct wxFileName::SetPath() documentation. It wrongly claimed that this function affected the full path, i.e. including name and extension, which was simply wrong. Closes #13612.

2011-10-31 17:09 PC, revision 69617

fix creation of bitmap from image with requested depth 32

2011-10-31 15:24 VZ, revision 69616

Suppress harmless unused variable warnings in wxSocket under AIX. The size of the buffer is not used with AIX conventions for gethostbyaddr_r() and getservbyname_r() functions.

2011-10-31 15:24 VZ, revision 69615

Fix compilation of wxGethostbyname_r() and wxGethostbyaddr_r() under AIX. gethostbyname_r() and gethostbyaddr_r() functions return int, not hostent*, under AIX so assign their return value to the error indicator.

2011-10-31 15:24 VZ, revision 69614

Compilation fix for AIX: fix the name of wxGetservBuf ctor. The ctor was wrongly called so wxGetservBuf class couldn't be compiled, breaking compilation under AIX and any other systems with 4 argument getservbyname_r().

2011-10-31 13:15 JS, revision 69613

Fixed #13535: wxRichTextCtrl: Incorrectly documented or named functions

2011-10-31 12:30 DS, revision 69612

Fixed dropdown height of wxChoice and wxComboBox controls. When using comctl32.dll versions prior to 6.0 (e.g. with Win2k or no manifest file) the dropdown height of a wxChoice and wxComboBox would show all but one item and a vertical scrollbar was always visible. Fixed by reintroducing code that adds 1 to the total number of items. The code got dropped in r60553, added a comment to it in the hope that it will not be lost again.

2011-10-31 11:49 VZ, revision 69611

Mention setting up file as default download on SF in release docs. The newly uploaded files must be configured to be default downloads as otherwise SF continues to propose the old files by default. See #13347.

2011-10-31 11:42 VZ, revision 69610

Compilation fix for wxUSE_GRAPHICS_CONTEXT && !WX_PRECOMP. Include wx/dcclient.h to get wxPaintDC declaration necessary in this case.

2011-10-31 11:40 VZ, revision 69609

Correct FSF postal address in the licence text. Closes #13411.

2011-10-31 11:40 VZ, revision 69608
  • D /wxWidgets/trunk/docs/wine/licence.txt

Remove duplicated and apparently unnecessary licence file. This file was exactly the same as docs/licence.txt so keep just one of them.

2011-10-31 06:42 PC, revision 69607

add gdk_window_get_height/width

2011-10-31 06:36 PC, revision 69606

simplify Refresh(), ancestors of a mapped window have to be mapped also, no point in checking

2011-10-31 06:22 PC, revision 69605

in DoSetSize, only call GetPosition if necessary

2011-10-31 06:15 PC, revision 69604

correct callback function signature

2011-10-31 06:14 PC, revision 69603

move class function out of extern "C" block

2011-10-31 05:35 PC, revision 69602

simplify code calling gtk_window_set_urgency_hint

2011-10-30 20:48 VZ, revision 69601

Avoid too many sash position changed events when splitter is resized. We could call SetSashPositionAndNotify() twice in a row which was probably unexpected and possibly wasteful, if the user code did anything non trivial in response to this event. Just call it once after we're certain which sash position do we want to set.

2011-10-30 20:48 VZ, revision 69600

Fix the check for second window becoming too small in wxSplitterWindow. There was a strange check for the second pane size in OnSize() which hardcoded 5 pixels as minimal pane size in the check and 40 pixels as the minimal size to set. This resulted in strange behaviour when the second pane size would decrease to 6 pixels smoothly and then jump back to 40 pixels when the splitter window was resized and also was ugly at the code level. Get rid of this code and simply call AdjustSashPosition() to ensure that the sash position remains valid as the splitter is resized.

2011-10-30 20:48 VZ, revision 69599

Make the initial sash position work in splitter sample. The initial splitter size must be set correctly when using gravity with wxSplitterWindow as otherwise the sash would jump on first resize -- which was exactly what happened in the splitter sample. Add a SetSize() call to the sample with the comment explaining why is it needed and also actually make it stick as the cached last size was not updated before the splitter was split before. Closes #9821.

2011-10-30 20:48 VZ, revision 69598

Don't apply gravity before requested sash position was set in wxSplitterWindow. Gravity should take effect only after the originally requested sash position is set as otherwise it's not really taken into account. Closes #13508.

2011-10-30 20:48 VZ, revision 69597

Remove wxSplitterWindow::m_checkRequestedSashPosition. This variable seemed to be redundant with m_requestedSashPosition being set to INT_MAX so harmonise the code to always check for the latter and get rid of the former. There should be no observable changes in behaviour.

2011-10-30 20:48 VZ, revision 69596

No changes, just remove wxSplitterWindow::{Set,Get}NeedUpdating(). GetNeedUpdating() was never used at all while SetNeedUpdating() was used only once while m_needUpdating variable was being changed directly in other places making the code difficult to follow. Just use the member variable directly and remove the accessors.

2011-10-30 18:28 JS, revision 69595

Fixed problem with the size of paragraphs not needing layout not being taken into account when calculating overall box size. Should fix the problem with lines becoming insensitive to mouse clicks after adding a couple of shorter lines.

2011-10-30 17:51 VZ, revision 69594

Perform wxAuiToolBar idle updates from UpdateWindowUI(), not OnIdle(). No real changes, just optimize the idle updates by doing it from (less often called) UpdateWindowUI() instead of EVT_IDLE handler. Closes #10075.

2011-10-30 17:44 VZ, revision 69593

Generate right click events for all kinds of items in wxAuiToolBar. Don't generate wxEVT_COMMAND_AUITOOLBAR_RIGHT_CLICK for normal items only, they can be useful for other ones too. Note that this had been previously applied to 2.8 branch as r66926 but somehow wasn't applied to the trunk. Closes #10079.

2011-10-30 17:41 VZ, revision 69592

Fix splitting message into title in body in MSW wxProgressDialog. If the message doesn't contain any new lines, it should be used as the body, not the title as having title without body doesn't make sense and looks strange. Closes #13441.

2011-10-30 17:22 VZ, revision 69591

Don't replace non default wxMessageDialog labels with default translations. The code translating the button labels of wxMessageBox to the application language was overeager and replaced even the custom labels with the translations of the default ones. This shouldn't be done, of course, so simply check that no custom labels had been set before translating. See #10962.

2011-10-30 15:20 VZ, revision 69590

Change variables naming convention in wxAUI code. Use the standard wxWidgets camelCase convention instead of the old_one_using_underscores for all the private variables. Closes #13476.

2011-10-30 15:19 VZ, revision 69589

Link tests with webview library only if it is actually available. This allows the tests to build again even on the machines without the prerequisites for building wxWebView.

2011-10-30 15:19 VZ, revision 69588

Remove apparently unnecessary wxAuiMDIClientWindow dtor. This dtor doesn't seem to do anything useful as the base class dtor already destroys all window children anyhow and removing it is reported to fix some crashes in wxAUI (which is surprising and probably hides some other bug...). Closes #13547.

2011-10-30 15:19 VZ, revision 69587

Add wx/datetimectrl.h to the wxAdv files list. Ensure that this header is installed by "make install" as it ought to. Close #13529.

2011-10-30 15:19 VZ, revision 69586

Fix assert in generic wxListCtrl icon view when using images. Don't assume that the item image is a valid index in m_small_image_list as we may be in icon view which doesn't use small images at all. For now restrict this code to the report view mode as apparently the cached line height is not supposed to be used in other modes even though it's not clear whether this is really the case and so, perhaps, this code should also be used when in small icons view mode. Closes #13604.

2011-10-30 14:39 JS, revision 69585

Fixed warning when compiling richttextctrl.cpp in VS2010 (fixes #13606)

2011-10-30 14:34 JS, revision 69584

Add indents to maximum size to prevent problems with paragraph layout (fixes #13458).

2011-10-30 11:08 VZ, revision 69583

Allow customization of the locations where persistent settings are stored. Make it possible to set a non-default wxPersistenceManager to use and allow overriding of GetConfig() and GetKey() methods by making them virtual and documenting them. This can be notably used to allow porting of the existing code to use wxPersistenceManager while keeping compatibility with the old settings.

2011-10-30 11:08 VZ, revision 69582

Fix return value of wxPersistentSplitter::RestoreValue(). It used to always return false which didn't allow the code using to decide whether the default splitter position should be used or not.

2011-10-29 23:34 RD, revision 69581

Add missing interface items for Phoenix

2011-10-29 06:50 RD, revision 69573

resolve multiple inheritance ambiguity

2011-10-29 06:49 PC, revision 69572

parenthesize bitwise operator in logical expression

2011-10-28 00:48 VZ, revision 69571

Make BOM-detection code in wxConvAuto public. Export GetBOM() and DetectBOM() functions. Also rename BOMType enum elements to use "wx" prefix now that they're public. Closes #13599.

2011-10-28 00:48 VZ, revision 69570

No changes, just simplifications to configure code. Implicitly use SEARCH_LIB in WX_PATH_FIND_LIBRARIES() and WX_FIND_LIB() macros to avoid having to pass it to them explicitly every time. Closes #13601.

2011-10-28 00:48 VZ, revision 69569

No changes, just remove redundant code. Don't call FindToolByPosition() again in wxAuiToolBar::OnLeftUp() when we just called it above. Closes #13600.

2011-10-28 00:26 VZ, revision 69568

Add _PTR WX_DECLARE_HASH_SET variants to fix warnings about operator->(). Macros from WX_DECLARE_HASH_SET family could declare an operator->() which could never be called because it returned a pointer to a non-object (e.g. a pointer or a primitive type). Fix this in the same way as for WX_DECLARE_ARRAY macros by adding (badly but consistently) named _PTR variants of the macros to allow defining the versions without operator->(). This fixes tons of warnings when building wx with Sun CC.

2011-10-27 23:10 VZ, revision 69567

Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers. Arrays of pointers must not overload operator->() as it is not used with them and is, in fact, unusable, provoking a warning from Sun CC every time such array is declared. Use the special _PTR-suffixed versions to avoid this.

2011-10-27 23:10 VZ, revision 69566

Don't make wxQsort() extern "C" nor use any special convention for it. It doesn't make sense to require passing C functions to wxQsort() that we define in a C++ library. We also don't need any special calling convention here. Notice that the only existing uses of wxQsort() inside wxWidgets itself were not actually extern "C" and one of them didn't even use the correct calling convention. Also avoid using non-wx-prefixed CMPFUNCDATA identifier in a public header, rename it to wxSortCallback instead. Finally make wxQsort() documentation slightly more useful.

2011-10-27 23:10 VZ, revision 69565

Make GTK callbacks passed to GTKConnectWidget() extern "C". This fixes (harmless but annoying) warnings about mixing C++ and C linkage function pointers from Sun compiler.

2011-10-27 23:10 VZ, revision 69564

Explicitly declare environ variable. While POSIX and SUS both mandate this variable existence, they don't say that it needs to be declared anywhere and it actually doesn't seem to be declared under Solaris when using Sun CC and so using it resulted in compilation errors. Just declare it ourselves to avoid them.

2011-10-27 23:10 VZ, revision 69563

Always include locale.h to get LC_ALL declaration. For some reason locale.h was only included in !wxUSE_STD_STRING case but we actually always need it as we use LC_ALL in this file and at least in Sun CC build it wasn't included from anywhere else so include it from here to fix the build.

2011-10-27 23:10 VZ, revision 69562

Remove unused wxIFFDecoder::picptr member variable. This variable was apparently unused and a local variable with the same name was used instead, resulting in Sun CC warnings about variable shadowing. Just remove the unused member variable to fix this.

2011-10-27 23:10 VZ, revision 69561

No real changes, just remove an extra semicolon. DECLARE_DYNAMIC_CLASS() shouldn't be followed by a semicolon and Sun CC warns about it, so fix this by removing it.

2011-10-27 23:10 VZ, revision 69560

Replace remaining occurrences of _T() with wxT(). Use wxT() everywhere for consistency and to fix compilation with Sun CC for which _T() is not defined as it clashes with a symbol with the same name in standard headers.

2011-10-27 23:10 VZ, revision 69559

No real changes, just remove trailing commas from enums. These commas are not allowed by standard C++ and Sun CC warns about them (and some other compilers, e.g. HP aCC, even give errors for them).

2011-10-27 01:20 VZ, revision 69556

Add WX_FIND_LIB() function to simplify testing for libraries in configure. No real changes in behaviour but the new WX_FIND_LIB() function can now be used to test for any library. Closes #13375.

2011-10-27 01:20 VZ, revision 69555

No changes, just fix some typos in acinclude.m4 comments. See #13375.

2011-10-27 01:20 VZ, revision 69554

Use AC_LANG_SOURCE and add missing quoting to configure. This fixes some of the warnings from autoconf 2.68 while still remaining compatible with 2.61. Closes #13591.

2011-10-26 19:10 VS, revision 69547

Fix incorrect handling of ItemsAdded() in wxDataViewCtrl. When adding items to the model in bulk and then calling ItemsAdded(), internal representation in both the generic and GTK+ versions wasn't updated correctly if the order of the notifications was such that an item would be inserted after other new, but not yet inserted, items. Fixes bug #13587.

2011-10-26 10:36 JS, revision 69546

Typo correction

2011-10-26 07:52 RD, revision 69545

Interface tweaks and fixes for Phoenix

2011-10-26 07:39 RD, revision 69544

Work around a multiple inheritance ambiguity

2011-10-26 07:38 SC, revision 69543

move declaration into cocoa part

2011-10-26 00:44 JS, revision 69534

Now uses wxRTC-specific font table instead of slower general-purpose wxFontList to cache fonts.

2011-10-25 21:29 SC, revision 69532

deactivate wxUSE_TIMEPICKCTRL for iphone

2011-10-25 20:44 SC, revision 69531

files added

2011-10-25 20:31 SC, revision 69530

files added

2011-10-25 20:04 SC, revision 69529

files added

2011-10-25 18:56 PC, revision 69528

fix wxMDIChildFrame after r69390 and r69468, TLW realization code should not be called, fixes #13593

2011-10-25 18:55 SC, revision 69527

panelg removal

2011-10-25 13:52 SC, revision 69526

fixing reentrancy problem under iOS 5

2011-10-25 13:51 SC, revision 69525

fixing iPhone build

2011-10-25 13:51 SC, revision 69524

fixing iPhone build

2011-10-25 08:00 PC, revision 69523

avoid GDK warning "drawable is not a pixmap or window"

2011-10-25 07:12 PC, revision 69522

avoid GTK3 warning "GtkNotebook %p is mapped but visible child wxPizza %p is not mapped" whatever problem this hack was supposed to solve, this was not the way to fix it

2011-10-23 20:03 PC, revision 69516

revert (presumably unintentional) change from r59562, which caused auto-scroll sample selection to be broken for last 2.5 years

2011-10-22 19:42 JS, revision 69515

On Windows, searches for fonts instead of creating many fonts. This will help reduce resource proliferation and in extremis, crashes.

2011-10-22 15:49 JS, revision 69514

Fix for indeterminate attribute specification

2011-10-22 15:48 JS, revision 69513

Fix for indeterminate attribute specification

2011-10-22 15:19 JS, revision 69512

Applied patch #13534: wxRichTextCtrl: Make it easier to use TextEffects flags

2011-10-22 15:08 JS, revision 69511

Allow user to select indeterminate state for font attributes

2011-10-22 15:05 JS, revision 69510

Allow user to select indeterminate state for font attributes

2011-10-22 04:31 RD, revision 69509

Add missing styles and flags, and specify pure virtuals that are implemented

2011-10-21 20:34 RD, revision 69503

Add the getters

2011-10-21 20:33 RD, revision 69502

It's not an array of pointers to dashes, but rather an array of dash values

2011-10-21 18:51 VS, revision 69500

Document wxDataViewModelNotifier callbacks return values. It doesn't make sense to return anything other than true here, as failure from one of several notifiers cannot be handled sanely, so just document that.

2011-10-21 18:34 VS, revision 69499

Use the new wxDataViewRenderer activation API in wxTreeListCtrl.

2011-10-21 18:34 VS, revision 69498

Move wxDataViewCustomRendererBase::ActivateCell() to datavcmn.cpp. It triggered deprecation warnings in user code when it was inline.

2011-10-21 09:56 RD, revision 69491

Interface fixes for Phoenix

2011-10-20 18:45 VZ, revision 69489

Dirty hack to allow generic wxDatePickerCtrl to compile under MSW. Don't make wxDateTimePickerCtrl methods pure virtual in its MSW-specific version as the generic wx{Date,Time}PickerCtrl implementations not using these methods also inherit from it currently. This is wrong and would need to be fixed properly later but for now this hack at least allows the generic classes to compile and, apparently, work under MSW again. Remove the equally dirty hack used in the generic wxTimePickerCtrl to allow it to compile which is not needed any more because this one replaces it.

2011-10-20 18:20 VZ, revision 69488

Fix wxRichToolTip compilation under MSW without PCH and recent SDK headers. Include the headers normally included from wx/wxprec.h. Also define the stuff missing from the headers of some compilers (notably MinGW but probably also VC6) ourselves.

2011-10-20 18:10 VZ, revision 69487

Add "checked" property for toolbar tool elements in XRC. Allow toolbar tools to be created in checked (or toggled) state in XRC, just as the menu items can already be created checked.

2011-10-20 06:58 RD, revision 69486

The new wxImage related gaphics context code uses some new Cairo APIs, add the code needed when loading them dynamically.

2011-10-20 06:49 RD, revision 69485

Delegate wxGraphicsBitmap::ConvertToImage to the renderer so we do not end up with more than one definition of the method when building with both the GDI+ GC and the Cairo GC enabled at the same time.

2011-10-19 23:53 VZ, revision 69480

Fix PCH-less compilation of wx/richtooltip.h too. We need to include the full wxColour declaration instead of just forward declaring it as we use its ctor for a default value of a parameter. Also include wx/defs.h to ensure that wxUSE_RICHTOOLTIP is defined before testing it.

2011-10-19 18:20 VS, revision 69473

Cleanup of wxDataViewCtrl cell activation code. Fix confusion of what cell activation is and inconsistence with native handling in GTK+. Document the distinction between activating (~ editing) a cell and activating (double-clicking) the whole item. Deprecate wxDataViewCustomRenderer::LeftClick() and Activate() methods, replace them with single ActivateCell() that is called for both kinds of activation. Fix implementations so that ActivateCell() is not called on double-click, when it shouldn't, and vice versa: don't send wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED for cell activation. Partially reverts r67099 -- restores old 2.9 signatures of compatibility LeftClick() and Activate() methods.

2011-10-19 18:20 VS, revision 69472

Move InitMouseEvent<T>() to wx/gtk/private/event.h. It is needed in wxDataViewCtrl now too, in addition to wxWindow.

2011-10-19 18:20 VS, revision 69471

Use wxDatePickerCtrl in wxDataViewDateRenderer. Inline editor is more in line with the behavior of other editors, requiring double click to edit values was unexpected. Also merge the two almost-but-not-quite identical implementations in generic and GTK+ versions.

2011-10-19 18:20 VS, revision 69470

Allow using wxCompositeWindow<T> as wxDataViewCtrl inline editor. wxDVC inline editing code attaches some event handlers to the editor control; most importantly, it watches for Enter key and for focus changes. If the editor control is a composite window, these events occur in a sub control and never reach wxDVC code. Fix this by forwarding events to the main window of the composite control. Only events required by wxDVC are implemented for now.

2011-10-19 18:19 VS, revision 69469

Fix NULL window argument to wxEVT_KILL_FOCUS when creating a TLW. wxTopLevelWindowMSW::CreateDialog first moved and resized the newly created window and only then called SubclassWin(). Because native focus change occurred when moving the window, HWND->wxWindow association wasn't yet filled in and wxFindWinFromHandle() would return NULL.

2011-10-19 18:19 VS, revision 69468

Send wxEVT_CREATE and do other post-realization initialization even if the widget was realized early.

2011-10-19 18:19 VS, revision 69467

Set wxFocusEvent's window value for wxEVT_KILL_FOCUS in wxGTK. Note that it is still not set for wxEVT_SET_FOCUS, because it's not immediately obvious how to obtain the previously focused window from there. It's still better than always having the window NULL.

2011-10-19 12:58 VZ, revision 69466

More fixes for PCH-less compilation. Include declarations for or forward declare more classes.

2011-10-19 00:59 VZ, revision 69465

Fix for PCH-less compilation after wxNonOwnedWindow changes. Need to include declarations of wx{Memory,Paint}DC classes.

2011-10-19 00:32 JC, revision 69464

Merge to the trunk head

2011-10-18 23:57 VZ, revision 69463

Added wxRichToolTip class. It can be used to show more customizable tooltips than the native wxToolTip but at the price of using generic implementation in some cases (actually almost always now, with the exceptions of text control tooltips under MSW). Extra features include: - The balloon-like tooltip form. - Possibility to show an icon. - Title display in a different form. More customization could be added later. It should be also possible to fully implement this class natively under MSW. Update the dialogs sample to show the rich tooltips in action.

2011-10-18 23:56 VZ, revision 69462

Added wxNonOwnedWindow::SetShape(wxGraphicsPath). TODO: Document.

2011-10-18 23:56 VZ, revision 69461

Document and test behaviour of wxRegion methods when it is invalid. Document which wxRegion methods can and can't be used when the region itself is invalid. Apply the minor changes to wxGTK (Xor() didn't do the right thing, Offset() didn't assert) and wxOSX (Offset() crashed) to make their behaviour consistent with wxMSW. Add a (trivial, so far, but to be extended later) wxRegion unit test checking that the methods do indeed behave as documented.

2011-10-18 23:56 VZ, revision 69460

Fix SetShape() in wxOSX/Cocoa. Explicitly erase the part of the window outside of its shape with a transparent colour to ensure that it is indeed transparent and not just has the default solid background. Closes #13340.

2011-10-18 23:56 VZ, revision 69459

Don't create a valid wxRegion when using default ctor in wxOSX. Default constructing a wxRegion created an object that unexpectedly passed IsOk() test in wxOSX. This was completely unexpected so don't do this and leave default constructed wxRegion invalid, as in the other ports. Update DoCombine() to be able to deal with the case of an invalid source region in a way consistent with the other ports.

2011-10-18 23:56 VZ, revision 69458

Don't interpret '&' specially in wxTextWrapper. wxTextWrapper is used for the multiline text for which it doesn't make sense to use mnemonics so don't interpret '&' specially in the text used with it. Doing this also allows to remove the hack used in wxDialog::CreateTextSizer() to deal with it that was used so far.

2011-10-18 23:56 VZ, revision 69457

Use wxWindow::GetClientAreaOrigin() instead of MSW functions. ::AdjustWindowRectEx() doesn't seem to work correctly for wxPopupWindow and still offsets the coordinates by the title bar height even if these windows don't have WS_CAPTION style. Rather than try to work around this, simply use wxWindow method instead of the Windows function as shape wxRegion offset.

2011-10-18 23:56 VZ, revision 69456

No changes, just fix a typo in a header comment.

2011-10-18 23:56 VZ, revision 69455

No changes, just fix typo in a comment following an #endif. The closing comment used wrong symbol.

2011-10-18 23:54 VZ, revision 69454

Correct the direction passed to wxDataObject in wxGTK clipboard code. We should quert for IsSupportedFormat(format, Set) before calling SetData() with this format, not for IsSupportedFormat(Get) which is the default and was used by the code.

2011-10-18 00:26 VZ, revision 69447

Explicitly use _stati64() with MinGW-W64. Although this compiler provides underscore-less versions of all POSIX functions, this one only exists in a version with underscore, so use it to fix compilation with it in ANSI build.

2011-10-17 20:53 RD, revision 69446

Fix more missing and broken stuff in the interface, for Phoenix

2011-10-16 22:57 SC, revision 69445

supporting deployment < 10.6 when compiling against 10.7

2011-10-16 21:08 SC, revision 69444

removing QD dependency

2011-10-16 19:57 VZ, revision 69442

Align multiline labels correctly in wxMSW owner-drawn buttons. The label wasn't centered correctly in multi-line case. Closes #13567.

2011-10-16 17:59 SJL, revision 69440

Export a couple of Carbon functions to allow wxWebView to build correctly. This was already done in the wxWebView branch but got missed in the merge to trunk.

2011-10-15 16:19 VS, revision 69436

Set wxDataViewCtrl::m_focusWidget in wxGTK. The GtkTreeView control that should get the focus in in scrolled window; the same is already done for wxListBox.

2011-10-15 16:19 VS, revision 69435

Don't call wxEvent::SetTimestamp() twice in InitMouseEvent<>().

2011-10-15 02:20 VZ, revision 69434

Don't use wxMSW version of wxNonOwnedWindow at all under WinCE. This class becomes completely trivial under WinCE as its functionality (setting the window shape) can't be implemented under this platform, so just don't compile it at all there. This both (slightly) reduces the amount of #if checks and should make the code (slightly) smaller.

2011-10-14 03:38 RD, revision 69417

Add data members for RGBValue and HSVValue

2011-10-14 03:37 RD, revision 69416

fix parent class and constant

2011-10-13 16:54 VZ, revision 69411

Don't assert in wxDateTime::Format("%p") in locales not using AM/PM. If a locale doesn't use AM/PM strings, strftime() can return an empty string which does not indicate an error, so don't assert that strftime() failed in this case.

2011-10-13 15:19 VZ, revision 69409

The usual fix for PCH-less compilation after the last commit. Fix wxNonOwnedWindow compilation in wxGTK without PCH.

2011-10-13 14:45 VZ, revision 69408

Implement SetShape() for wxPopupWindow in wxGTK. Move SetShape() implementation from wxTopLevelWindow to wxNonOwnedWindow so that wxPopupWindow, which also inherits from the latter, could use it as well. This makes it possible to have popup windows with irregular shapes in wxGTK as well as in wxMSW and wxOSX.

2011-10-13 08:40 RD, revision 69406

Avoid an assert when m_dir is empty

2011-10-13 08:40 RD, revision 69405

Interface tweaks for Phoenix

2011-10-12 20:08 VZ, revision 69392

And another compilation fix. This time it really does compile.

2011-10-12 20:08 VZ, revision 69391

Compilation fix after a bad merge. Fix bad merge artefact in the previous commit.

2011-10-12 18:22 VZ, revision 69390

Added wxWindow::GTKHandleRealized() virtual method to wxGTK. This allows to easily do something in the derived classes when the widget is realized, without having to deal with GTK+ signals. In particular, get rid of another "realize" signal handler in wxTopLevelWindow and simply override this virtual method there. It also incidentally makes the callback code simpler as the window doesn't need to be constantly dereferenced. This shouldn't result in any changes to behaviour.

2011-10-12 13:20 VZ, revision 69389

Move wxUSE_GUI definition from chkconf.h to the top of platform.h. This avoids warnings about wxUSE_GUI not being defined in Mac tests in wx/platform.h which are now (since r69387) done before wx/chkconf.h inclusion.

2011-10-12 12:10 SC, revision 69388

applying slightly modified patch, fixes #13434

2011-10-12 10:57 SC, revision 69387

moving defines in front of the setup.h to make webkit definitions in setup.h work for Xcode builds as well

2011-10-12 02:35 VZ, revision 69386

Make it possible to close "shaped" sample from the menu. The sample didn't define any handler for wxID_EXIT menu item, do add it.

2011-10-11 19:56 VZ, revision 69381

Added missing WXDLLIMPEXP_CORE to wxNonOwnedWindowBase declaration. This fixes (harmless) MSVC warning C4275 about inheriting DLL-exported class from a non-DLL-exported base class. Closes #13554.

2011-10-11 19:14 VZ, revision 69380

Update status bar labels properly after width change in wxMSW. The labels were not updated (i.e. ellipsized or, on the contrary, displayed in full) correctly after a status bar field was changed; there was even a FIXME comment about this in the code. Fix this by calling DoUpdateStatusText() when the field width is changed and also update the field width after resetting the existing tooltips.

2011-10-11 19:08 VZ, revision 69379

Don't delete wxTaskBarIcon in wxMSW wxNotificationMessage if we don't own it. wxNotificationMessage can be associated with an existing wxTaskBarIcon under wxMSW instead of creating its own one internally and in this case the icon must not be deleted when the notification is hidden but it was always destroyed unconditionally by wxNotificationIconEvtHandler created by wxAutoNotifMsgImpl. Fix this by only creating this helper event handler if we do own the icon.

2011-10-11 19:07 VZ, revision 69378

Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. wxCustomBackgroundWindow is a new class allowing to set a custom bitmap for the background of any window. The relevant code was mostly moved from wxPanel to which it was added only recently (before 2.9.2) making it unnecessary to preserve compatibility.

2011-10-11 08:30 RD, revision 69377

wxGraphicsRenderer::CreateContextFromImage is not static

2011-10-11 07:33 RD, revision 69375

Remove the ctor and Init methods that are not available on all ports

2011-10-10 19:12 VZ, revision 69367

Fix warnings about wxOSX_USE_CARBON being undefined when using g++. Test for __WXMAC__ before testing wxOSX_USE_CARBON to avoid -Wundef warnings from g++ in non-Mac builds.

2011-10-10 19:08 VZ, revision 69365

Fix PCH-less build after adding wxNonOwnerWindow in wxMSW. Include the required headers when not using PCH to fix compilation.

2011-10-10 12:53 VZ, revision 69364

Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. Also add wxNonOwnedWindow for wxMSW (which previously simply typedef'd it to wxWindow) and document this class now that it provides some user-visible functionality.

2011-10-10 00:07 VZ, revision 69362

No changes, just get rid of unnecessary variables in wxCairoBitmapData. Don't use bw and bh when we have perfectly appropriate m_width and m_height.

2011-10-10 00:07 VZ, revision 69361

Don't declare wxCairoFontData::m_underlined unnecessarily. This member was only used in wxGTK-specific code but it was declared for all platforms which was unnecessary and confusing. Move its declaration in wxGTK-only section of the class.

2011-10-10 00:07 VZ, revision 69360

Allow creating wxGraphicsFont without using wxFont. This is mostly important to allow using wxImage-based wxGraphicsContext without requiring X server connection under Unix: as wxFont can't be used without X server, we needed another way to create wxGraphicsFont in this case.

2011-10-10 00:07 VZ, revision 69359

Remove font scaling from wxMSW wxGraphicsContext.

2011-10-10 00:07 VZ, revision 69358

Allow creating wxGraphicsBitmap and wxGraphicsContext from wxImage. Provide a way to use wxGraphicsContext to draw on wxImage. This is implemented internally by drawing on wxGraphicsBitmap which can be now also created from wxImage. Add a test of the new functionality to the image sample.

2011-10-10 00:07 VZ, revision 69357

Refactor wxGDIPlusFontData ctor to allow using it without wxGDIPlusContext. wxGDIPlusFontData only needs wxGDIPlusContext to get the font unit to use, so pass the font unit directly to the ctor to allow also using it when there is no context at hand.

2011-10-10 00:07 VZ, revision 69356

Simplify and rationalize wxGDIPlusContext class constructors. Remove the now unnecessary default ctor from wxGDIPlusContext and wxGDIPlusMeasuringContext and add a ctor taking just wxGraphicsRenderer that can be useful to the derived classes instead. Merge Init() and SetDefaults() and initialize everything at once in the new Init() now.

2011-10-10 00:07 VZ, revision 69355

Don't make private wxGraphicsContext-derived classes dynamically creatable. This doesn't make any sense because classes such as wxGDIPlusContext, wxGDIPlusMeasuringContext and wxMacCoreGraphicsContext are private and don't need to be creatable by name (only renderers potentially need to be) and was inconsistent with Unix/Cairo backend in which these classes were not dynamic. So remove wxRTTI macros from them in wxMSW/wxOSX as well as this allows us to get rid of unnecessary default ctors.

2011-10-10 00:07 VZ, revision 69354

Fixed non-existent wxCairoContext default ctor. wxCairoContext class declared default ctor which wasn't implemented and even couldn't be implemented because its base class didn't have any default ctor neither. Fix this by providing a ctor taking wxGraphicsRenderer* and implement it.

2011-10-10 00:07 VZ, revision 69353

Added wxGraphicsBitmap::ConvertToImage(). Allow to convert wxGraphicsBitmap directly to wxImage, without passing by wxBitmap.

2011-10-10 00:07 VZ, revision 69352

No changes, just refactor wxCairoBitmapData ctor. Extract the code for buffer and surface creation into separate helper functions so that they could be reused by other constructors (to be added in the next commits). Also use cairo_format_stride_for_width(), if available, to compute the stride for the surfaces we create instead of hard coding 4*width.

2011-10-10 00:07 VZ, revision 69351

Document wxGraphicsBitmap and methods involving it. Document wxGraphics{Context,Renderer}::CreateBitmap() and CreateSubBitmap() and wxGraphicsContext::DrawBitmap() as well as the (trivial) class itself.

2011-10-10 00:02 VZ, revision 69350

Implement EVT_MOUSE_CAPTURE_LOST handling for wxPopupTransientWindow. Handle mouse capture lost events instead of polling for the mouse status in EVT_IDLE handler. This is not only more efficient but also catches the cases when the capture was lost before OnIdle() could be executed which could result in assertion failures and, before the previous commit, even crashes. The idle-time code is still used for wxOSX/Carbon because it doesn't seem to generate mouse capture loss events currently -- but should be removed as soon as support for these events is added.

2011-10-10 00:02 VZ, revision 69349

Implement delayed destruction for wxPopupTransientWindow. Windows of this class can be destroyed at any moment, even while some events are still being processed, so delay the real destruction until we can be sure that it's safe to delete the window. This fixes problems (crashes due to dangling pointers) when the object is deleted from the overridden OnDismiss(), for example.

2011-10-10 00:01 VZ, revision 69348

Fix inheriting parent background colour in wxPanel in wxMSW. wxPanel didn't inherit the background colour set for its parent any more in wxMSW because its HasTransparentBackground() didn't return true unless the panel was a child of wxNotebook. This was wrong because not only themed notebook background should be inherited but also any solid background explicitly set for a panel parent. Fix this by returning true from MSWHasInheritableBackground(), which is used by wxPanel::HasTransparentBackground() under MSW, if the window has an explicitly set and inheritable background colour. Closes #13487.

2011-10-09 15:07 VS, revision 69344

Return true from wxDataViewMainWindow::ItemDeleted(). Presumably, 'false' indicates failure, but there's no failure here: if an item is not visible, because its parent wasn't expanded yet, it's perfectly OK that we don't need to do anything.

2011-10-09 12:45 SJL, revision 69343

Reuse existing MinGW defines for all compilers that are missing them.

2011-10-09 03:28 RD, revision 69326

Interface updates for Phoenix. Add wxNativeFontInfo.

2011-10-07 23:25 SJL, revision 69324

Work around the fact that wxWebViewIE doesn't send page changing and page changed events during a refresh, yet IsBusy returns true. Closes #13518

2011-10-07 19:24 VS, revision 69323

Handle inline editing in generic wxDataViewCtrl as Windows 7 does. Mimic the behavior of Windows 7's Explorer: edit the item that has focus if it is selected or the first selected item if focus is out of selection.

2011-10-07 17:03 VS, revision 69322

Add columns focus and keyboard navigation to generic wxDataViewCtrl. The UI tries to mimic Windows 7's Explorer's approach as much as possible, taking inspiration in the GTK+ implementation when appropriate. In particular, as long as the user doesn't use horizontal navigation keys, everything looks as before and the user isn't bothered with the existence of per-cell focus.

2011-10-07 05:51 JS, revision 69321

Allow selected symbol to be scrolled into view initially

2011-10-07 05:51 JS, revision 69320

Allow selected symbol to be scrolled into view initially

2011-10-06 19:55 SJL, revision 69318

Fix various GCC warnings in wxWebView. Closes #13532

2011-10-06 12:01 SJL, revision 69317

Ensure we pass the correct type of string to EscapeFileNameCharsInURL in wxWebViewArchiveHandler.

2011-10-05 23:21 SJL, revision 69316

Delete the filesystem used by wxWebViewArchiveHandler when we are done with it. Fixes a memory leak. Closes #13500

2011-10-05 19:23 SJL, revision 69314

Store a pointer to each ClassFactory so we can correctly release it when the browser closes. This fixes a few more memory leaks. See #13500

2011-10-05 10:05 SJL, revision 69313

Delete the timer on close in the wxWebView sample. Fixes another memory leak. See #13500

2011-10-04 23:37 RD, revision 69309

Add Get|SetPrintMode

2011-10-04 19:03 VZ, revision 69308

Fix wxTimePickerCtrl compilation without PCH too. Include commctrl.h explicitly when not using PCH (this completes fixes of r69293).

2011-10-04 09:45 RD, revision 69300

Interface fixes for Phoenix

2011-10-02 19:39 VZ, revision 69293

Fix wxDateTimePickerCtrl compilation without PCH. Include the MSW private headers usually included from the PCH file.

2011-10-02 18:20 SJL, revision 69292

Add new definitions required by MinGW for webview. Re-enable custom schemes as a result. See #13509

2011-10-02 15:15 VZ, revision 69291

Fix current field highlighting in generic wxTimePickerCtrl under wxGTK. In wxGTK, calling HighlightCurrentField() from EVT_SET_FOCUS handler was not enough as the highlighting was overwritten by the default behaviour of selecting the entire text control contents on focus gain. Fix this by calling SetFocus() from HighlightCurrentField() before updating the selection. This ensures that the correct field is always highlighted.

2011-10-02 14:58 VZ, revision 69290

Added GTK+ screenshot of wxTimePickerCtrl.

2011-10-02 14:58 VZ, revision 69289

Use wxSP_WRAP for generic wxTimePicker spin button. This ensures that the spin button arrows are always enabled, as they should be, even under wxGTK where wxSpinButton disables its arrows on its own if its value reaches the end of its range and wxSP_WRAP is not used.

2011-10-02 14:21 SJL, revision 69288

Remove copied class definitions from missing.h. Disable custom scheme handling under MinGW as it lacks the correct definitions.

2011-10-02 13:32 VZ, revision 69287

Put wxWebView library addition on top of changes list. This list is supposed to be roughly in importance order. Also add a period at the end of wxAuiNotebook entry, let's try to be consistent about using them.

2011-10-02 13:28 VZ, revision 69286

Fix setting tooltips for wxSearchCtrl and other composite controls. Propagate SetToolTip() call on wxCompositeWindow to all subwindows to ensure that the tooltip is shown for all parts of the window. Notice that this is still not ideal as the tooltip temporarily disappears when mouse moves from one subwindow to another, instead of staying in place as it does with "monolithic" windows and ideally we should find a way to avoid it (should be possible at least under MSW with TTM_RELAYEVENT) but for now this is already much better than nothing. Closes #13523.

2011-10-02 13:28 VZ, revision 69285

Add wxWindowBase::CopyToolTip() method. This method simply sets the same tooltip for the window but making copy of, instead of taking ownership of, the wxToolTip passed in. It's not especially useful on its own but is needed by wxCompositeWindow and might be handy elsewhere. See #13523.

2011-10-02 13:28 VZ, revision 69284

Restore correct wxSearchCtrl size in wxMSW after wxTextCtrl changes. The code in generic wxSearchCtrl implementation was broken by the changes of r69066 which deccreased the best height of border-less text controls. Ideally we should probably change wxSearchCtrl::LayoutControls() to not be sensitive at all to the exact value returned from wxTextCtrl::GetBestSize() and just always centre everything vertically but this doesn't look simple to do with the current code so just override wxSearchTextCtrl::DoGetBestSize() to return the same size as wxTextCtrl used to return before to fix this for now.

2011-10-02 13:28 VZ, revision 69283

Fix harmless warnings in hot key code in wxOSX. Don't compare signed and unsigned variables if possible (insert a cast in one place where it wasn't). Put WXUNUSED() around the unused parameters.

2011-10-02 13:28 VZ, revision 69282

Fix harmless gcc initialization order warning. Put the initializes in wxDataViewTreeNode constructor initialization list in order of their declaration.

2011-10-02 13:27 VZ, revision 69281

zh_TW translation update from cw.ahbong.

2011-10-02 12:29 SJL, revision 69280

Derive wxAuiNotebook from wxBookCtrlBase. Document wxAuiNotebookEvent which now derives from wxBookCtrlEvent. Update the notebook sample to add wxAuiNotebook as an option.

2011-10-01 21:40 SJL, revision 69267

Add event descriptions to wxAuiNotebook.

2011-10-01 21:22 SJL, revision 69266

Correctly initialise ref count in custom scheme class factory.

2011-10-01 01:40 RD, revision 69253

Use wxAlphaPixelData if the source bitmap depth is 32 or if on wxGTK and there is a mask. Add a separate pass on MSW if there is a mask to adjust the cairo surface's alpha to match the mask.

2011-09-30 17:26 VZ, revision 69244

Fix the comparison direction in wxTextAttr::BitlistsEqPartial(). The comparison was apparently reversed. Closes #13521.

2011-09-30 17:26 VZ, revision 69243

Fix assert in initial call to wxPostScriptDC::SetPen(). Attempt to use wxPen::GetStyle() on the initially invalid pen resulted in an assert, so don't do it and test for pen validity explicitly. Closes #13524.

2011-09-30 17:26 VZ, revision 69242

Create setup.h when building wxscintilla library. This library includes some wx headers and so setup.h must be available when it's being compiled but there was no rule to copy it in its projects, so add it now. Closes #13526.

2011-09-30 16:00 JJ, revision 69241

updates for OpenVMS

2011-09-30 08:05 JJ, revision 69240

Update OpenVMS compile support

2011-09-29 16:19 JJ, revision 69229

Update setup fort OpenVMS

2011-09-29 15:47 JJ, revision 69226

Fixes for OpenVMS on IA64

2011-09-29 15:43 VZ, revision 69225

Added XRC handler for wxTimePickerCtrl. Add a trivial handler modeled after the existing wxDateCtrlXmlHandler.

2011-09-29 15:43 VZ, revision 69224

Add wxTimePickerCtrl class. Implement wxTimePickerCtrl natively for MSW and add a generic implementation (very loosely based on the original class by Paul Breen) for the other platforms. Also update the calendar sample to show the new control.

2011-09-29 15:43 VZ, revision 69223

Correct wxDatePickerCtrl::GetValue() documentation and other minor fixes. The documentation for this method seems to have been copy-and-pasted from somewhere else and didn't make any sense. Also don't say that this control doesn't have any control-specific styles when it does.

2011-09-29 15:43 VZ, revision 69222

Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl. No real changes, just refactor wxMSW wxDatePickerCtrl to allow sharing code with the upcoming wxTimePickerCtrl class. Even less changes for the other platforms where wxDateTimePickerCtrl is trivial.

2011-09-29 14:29 VZ, revision 69220

VC6 compilation fixes for wxTreeListCtrl. For some reason comparing wxTreeListItem with its associated Type doesn't work when using VC6 ("error C2593: 'operator ==' is ambiguous") so help the compiler to do it. Also remove the unnecessary (and unsupported by VC6) return from void function.

2011-09-29 14:05 JS, revision 69219

Fixed caret sizing problem around large objects by clipping the caret to the margins

2011-09-29 14:05 JS, revision 69218

Fixed caret sizing problem around large objects by clipping the caret to the margins

2011-09-29 09:28 RD, revision 69217

Don't always use the Cairo context for wxGCDC(wxMemoryDC). If a Cairo context is wanted then the wxGCDC(wxGraphicsContext*) ctor should be used instead. (I thought I had removed this code with my last commit of this file...)

2011-09-28 21:44 SJL, revision 69214

Delete the menu on close in the wxWebView sample. Fixes most of the memory leaks. See #13500

2011-09-28 16:54 SJL, revision 69209

Fix compilation of wxWebView under mingw by adding missing definitions and dynamically loading urlmon. Fixes #13509

2011-09-28 11:46 JJ, revision 69208

correcting typo in previous commit

2011-09-28 08:02 JJ, revision 69207

Include support for OpenVMS IA64

2011-09-27 09:21 SC, revision 69205

giving in on native undo integration, as we don't have a NSUndoManager, fixes #13431

2011-09-27 09:14 JJ, revision 69204

Correcting typo in commit 69203

2011-09-27 07:56 JJ, revision 69203

Update openVMS compile support

2011-09-27 05:34 RD, revision 69202

More interface updates for Phoenix

2011-09-26 17:03 PC, revision 69201

backport r51506, "fix wxALIGN_RIGHT in RTL mode", closes #13469

2011-09-26 16:28 JJ, revision 69200

Disable webview on OpenVMS

2011-09-25 17:48 VS, revision 69199

Don't use `install -d` to create directories. Always use `mkdir -p`, as install is problematic with regard to permissions. Fixes #13452.

2011-09-25 14:14 SC, revision 69198

adding missing autorelease pool, since this can be called from anywhere, fixes #13449

2011-09-25 06:30 RD, revision 69196

Fix missing or broken interface items for Phoenix

2011-09-24 00:33 VZ, revision 69186

Add support for handling new multi-arch under Debian. The libraries are now in /usr/lib/arch-linux-gnu and not /usr/lib{32,64} so check for them there too.

2011-09-23 14:15 VZ, revision 69185

Fix inconsistent DLL export declaration for wxBannerWindowNameStr too. This variable is defined in "adv" library, not "core". This is similar to the fix of r69184.

2011-09-22 14:53 VZ, revision 69184

Fix inconsistent DLL export declaration for wxTreeListCtrlNameStr. This variable is defined in "adv" library, not "core". See #13502.

2011-09-22 12:36 VZ, revision 69183

Improve appearance of wxTreeListCtrl during live resizing. When using the generic wxDataViewCtrl version, forcefully refresh it after changing its size to avoid artefacts during resizing of wxTreeListCtrl. Closes #13502.

2011-09-22 12:35 VZ, revision 69182

Always give all the remaining space to the first wxTreeListCtrl column. Under GTK the columns of wxDataViewCtrl (and hence wxTreeListCtrl) are always resized to cover the entire control width. For consistency, also do it under the other platforms and give the remaining space to the first column and not to the last one as GTK does by default, as the first column is more important. Do this even if this results in reducing the size of the column: presumably, if the entire control itself can be resized, the user wouldn't bother resizing the columns and, on the contrary, if the user did resize the columns, the entire control size is unlikely to change, so in practice we don't risk overriding the user preferences and reducing as well as increasing the first column width works much better by default as it doesn't leave the other columns invisible after making the control wider and than reverting it back to its initial, more narrow, state again.

2011-09-21 17:08 VZ, revision 69180

Fix scrolling in small wxVListBox with tall items. Scrolling in a small wxVListBox with tall items (i.e. taller than the height of wxVListBox itself) behaved wrongly: wrong item was being scrolled into view and Page Up/Down didn't scroll as much as they should. Fix both of these problems by checking for these corner cases explicitly. Closes #13454.

2011-09-21 17:08 VZ, revision 69179

Replace erroneous comma with a semicolon in keyboard sample. Fix typo in the sample, comma was used instead of a semicolon. The code still worked correctly but make it look correctly too now. Closes #13453.

2011-09-21 17:08 VZ, revision 69178

Change wxSound ctor from in-memory data to use size_t/void *. This constructor previously used int and, especially annoyingly, wxByte* for the data. Use standard void* for untyped binary data instead. Also document this ctor as it seems to be implemented in all ports. Closes #13451.

2011-09-21 17:07 VZ, revision 69177

Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an item. Always send this event, even if the user right clicked outside of the client area. This is useful for showing item-independent commands in the context menu.

2011-09-21 17:07 VZ, revision 69176

Implement sorting in wxTreeListCtrl. Allow the user to sort the control contents by clicking on the columns with wxCOL_SORTABLE flag and also provide SetSortColumn() method to sort the control programmatically. Also add wxTreeListItemComparator class and SetItemComparator() method to allow customizing the way the items are compared. Update the sample to show how to define a custom comparator.

2011-09-21 17:07 VZ, revision 69175

Reset previous sort column in generic wxDataViewColumn::SetSortOrder(). The sort indicator on the column previously used for sorting was only reset when the user clicked on the column header (by wxDataViewHeaderWindow code that explicitly called wxDataViewCtrl::SetSortingColumnIndex()) but not when wxDataViewCtrl::SetSortOrder() was called directly. Fix this and take care of updating everything in SetSortOrder() itself. This makes the code simpler and also means that calling SetSortOrder() from the program now works as expected (it resulted in having sort indicators in two columns at once before).

2011-09-21 17:07 VZ, revision 69174

Remove wxHeaderColumn::SetAsSortKey() and only use SetSortOrder(). The two member functions, SetAsSortKey() and SetSortOrder(), were doing almost the same thing but differently and the former was only used in the generic wxDataViewCtrl implementation and not implemented in the native GTK/OS X one. Remove SetAsSortKey() entirely and only keep UnsetAsSortKey() which is still needed by generic/MSW wxDataViewCtrl. But only SetSortOrder() should now be called to indicate that the column is used for sorting.

2011-09-21 17:07 VZ, revision 69173

Add wxTreeListCtrl::GetView() and GetDataView(). It can be useful to have access to the window used to actually show the items by wxTreeListCtrl, provide two accessors for m_view: a wxDataViewCtrl-specific one and a generic one returning just a wxWindow that can be used to keep the code isolated from wxDataViewCtrl.

2011-09-21 17:07 VZ, revision 69172

Don't limit window size to (0, 0) in wxSizer if getting display size failed. It's possible that wxDisplay::GetClientArea() returns (0, 0) size indicating that it failed. Don't set the maximal window size to (0, 0) in this case as this prevents the user from seeing the window at all and just don't do anything instead.

2011-09-21 17:07 VZ, revision 69171

Refresh wxDisplay when a monitor is added to or removed from the system. If a monitor was attached or detached while a wx program was running, the monitor handles stored in wxDisplayFactoryMSW became invalid and all display operations (e.g. getting display size) failed from this moment onwards requiring a program restart to work again. Fix this by updating the monitor handles when we get WM_SETTINGCHANGE as it is sent when a monitor is added or removed (while it's also sent in quite a few other cases re-enumerating the monitors shouldn't take very long so just do it always).

2011-09-21 17:07 VZ, revision 69170

No changes, just extract wxCreateHiddenWindow() declaration in a header. Add wx/msw/private/hiddenwin.h with wxCreateHiddenWindow() declaration instead of declaring it manually in all the files using it.

2011-09-20 22:03 JS, revision 69168

Remove pointless case insensitivity

2011-09-20 22:03 JS, revision 69167

Remove pointless case insensitivity

2011-09-20 20:37 VZ, revision 69166

Add GetExpanderColumnOrFirstOne() to avoid code duplication in generic wxDVC. There were two strictly identical code snippets setting the expander column to be the first one if it hadn't been set before, replace both of them with a call to GetExpanderColumnOrFirstOne() function. Also use this function instead of just GetExpanderColumn() (which might return NULL) in a couple of places. Notice that there are still a lot of places in the code where the column 0 is hard coded as being the expander column, this would need to be fixed to really support non-first expander column.

2011-09-20 20:37 VZ, revision 69165

Reset the expander column when clearing columns in generic wxDVC. The expander column becomes invalid when all columns are cleared, don't keep a dangling pointer.

2011-09-20 19:25 MW, revision 69162

Move ravnsgaards build to brandt32 while its down.

2011-09-18 22:28 VZ, revision 69149

Minor fixes to code examples in wxPropertyGrid documentation. Fix typo in wxPGProperty name and add missing parameter of GetVIterator() call. Closes #13486.

2011-09-18 22:26 VZ, revision 69148

Fix test for wxUSE_TREELISTCTRL in configure. wxUSE_TREECTRL was wrongly used instead. Closes #13470.

2011-09-18 06:38 RD, revision 69135

FIx broken or missing interface items for Phoenix

2011-09-17 13:06 VZ, revision 69113

Fix format specifiers used for "unsigned long" in wxPG code. "unsigned long" quantities must be formatted using "%l[xou]" and not just "%[xou]" as the latter doesn't work correctly on 64 bit platforms. Closes #13447.

2011-09-17 13:06 VZ, revision 69112

Change wxDIALOG_NO_PARENT to avoid clash with wxICON_EXCLAMATION. Use 0x20 (wxAPPLY) instead of 0x100 (wxICON_EXCLAMATION) for wxDIALOG_NO_PARENT as otherwise using wxICON_EXCLAMATION with wxMessageBox in wxGTK (and possibly other ports, although not wxMSW which doesn't honour wxDIALOG_NO_PARENT for message boxes at all) resulted in not using the specified parent for the message box and, as a side effect, not centering it on its parent neither. Closes #13464.

2011-09-17 13:06 VZ, revision 69111

Add wxUSE_TREELISTCTRL checks to treelist.cpp itself. The contents of this file was still compiled even when wxUSE_TREELISTCTRL was turned off. Fix this by adding the missing "#if wxUSE_TREELISTCTRL" check around it. Closes #13470.

2011-09-17 13:06 VZ, revision 69110

Fix the library of wxGenericDirCtrl in the documentation. Closes #13482.

2011-09-17 00:44 VZ, revision 69108

Only define wxUSE_WEBVIEW if wxWebView is really available. Don't define wxUSE_WEBVIEW in configure if WebKit is not available under Unix (we should also check for wxUSE_WEBVIEW_IE under Windows later) and add the check that either wxUSE_WEBVIEW_WEBKIT or wxUSE_WEBVIEW_IE is defined if wxUSE_WEBVIEW is to wx/chkconf.h. This makes it possible to just check for wxUSE_WEBVIEW instead of checking for wxUSE_WEBVIEW && (wxUSE_WEBVIEW_IE || wxUSE_WEBVIEW_WEBKIT) as the code did previously which was ugly and error-prone. Also, define wxUSE_WEBVIEW_IE in configure under MSW. Currently this supposes that the required IE headers/libraries are available which is probably wrong, we should add checks for them later.

2011-09-17 00:44 VZ, revision 69107

Check for wxUSE_WEBVIEW being defined. All wxUSE_XXX options must be always defined as we test for them with #if and not #ifdef, so check for this one too for consistency.

2011-09-17 00:44 VZ, revision 69106

Fix wxFont::GetFaceName() for not realized yet fonts in wxMSW. GetFaceName() could be called for a font that hadn't been really used yet and hence its wxFontRefData::m_hFont could be 0 and couldn't be used in GetMSWFaceName(). Fix this by using GetHFONT() accessor instead of m_hFont directly to create the font if necessary.

2011-09-16 19:03 RD, revision 69102

fixes for missing or broken interface items for Phoenix

2011-09-16 15:23 VZ, revision 69101

Fix int field of wxCommandEvents generated by menu items in wxMSW. Set the int field of wxCommandEvent generated by clicking on the menu items correctly for not checkable items: it is supposed to be -1 and not 0 (which is the value for checkable but currently unchecked items). This was already the case for wxGTK and wxOSX and implied by the comments in the code. Make wxMSW behave like this too and clearly document this behaviour.

2011-09-16 15:23 VZ, revision 69100

Fix int field of wxCommandEvent generated by popup menu items in wxMSW. The intention of the code generating the event for popup menu items was to pass false (0) or true (1) in the int field of wxCommandEvent to indicate whether the item was checked or not but, because wxMenu::SendEvent() takes int as second argument and not book, we passed either 0 or MF_CHECKED (== 8). Fix this by correctly passing a boolean for checkable items. See #11644.

2011-09-16 15:23 VZ, revision 69099

Fix checked state for the popup menu items in the events generated by them. We incorrectly passed the sign-extended int id to ::GetMenuState() function that expects an unsigned WORD id, so it never found the item if the WORD id had the high bit set. Fix this by correctly passing the unsigned id to it. Closes #11644.

2011-09-15 21:05 SC, revision 69096

reverting change, for precompiled headers, unfortunately this means that WXROOT must not contain spaces unless properly escaped

2011-09-15 16:25 JJ, revision 69089

Repair compile sequenze for wxGTK on OpenVMS

2011-09-15 00:33 LV, revision 69088

Added iOS src files to Xcode project

2011-09-14 18:45 SJL, revision 69085

Use integral value for OLECMDID_OPTICAL_ZOOM as we cannot tell if an enum value is already defined or not. Fixes #13475

2011-09-14 16:03 SJL, revision 69084

Update configure to only define wxUSE_WEBVIEW_WEBKIT if all the required components are available. Fixes #13474

2011-09-14 14:39 SJL, revision 69083

Cause a compile time error in the wxWebView sample if no backend exists.

2011-09-14 10:24 SJL, revision 69082

Make wxBookCtrlBase::GetSelection virtual, as per the documentation.

2011-09-14 09:39 SJL, revision 69081

Only build the wxWebView tests if there is an available backend.

2011-09-13 23:26 SJL, revision 69079

Correctly disable webkit backend if the appropriate headers cannot be found.

2011-09-13 21:39 SJL, revision 69078

Correct a typo in the wxWebView tests.

2011-09-13 14:06 SJL, revision 69077

Disable webkit backend if the appropriate headers cannot be found.

2011-09-12 20:35 SJL, revision 69074

Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0.

2011-09-12 15:42 SJL, revision 69073

Ensure that we have an available backend for wxWebView compilation.

2011-09-12 13:13 JJ, revision 69072

Update setup for OpenVMS

2011-09-12 12:57 JJ, revision 69071

add compile support for thread sample on OpenVMS

2011-09-12 11:23 VS, revision 69070

Fix appending of non-leaf node to wxGTK's wxDataViewCtrl. This was accidentally broken in r68965: appending a branch node after all others node resulted in corruption of m_nodes, as the node was never added to the list. Fixes #13467.

2011-09-12 09:12 SC, revision 69069

supporting spaces

2011-09-11 23:55 VZ, revision 69066

Fix best size computation for wxTextCtrl without borders in wxMSW. wxTextCtrl with wxBORDER_NONE (and possibly wxTE_READONLY) style is often used instead of a wxStaticText to allow copying the text, so make the size of such control the same as size of the label. This ensures that it aligns correctly with the label vertically while before the baselines were not aligned because a border-less text control was rendered by MSW as a label but had a too big size.

2011-09-11 15:26 SJL, revision 69060

Ensure that we have an available backend for wxWebView compilation.

2011-09-11 13:27 VZ, revision 69059

Still resize wxSplitterWindow children even when sash position doesn't change. Since the changes if r68876, the splitter windows were not resized correctly if the splitter size in the direction orthogonal to its own didn't change. This was an unintended side effect of the changes in that commit as it only wanted to avoid calling SetSashPositionAndNotify() in this case, but SizeWindows() should still be called. Ensure that we do call it always from wxSplitterWindow::OnSize() to fix this.

2011-09-11 12:55 VZ, revision 69058

Regenerate configure after webview branch merge.

2011-09-11 12:15 SJL, revision 69057

Update setup files

2011-09-11 12:12 SJL, revision 69056

Rebake trunk after wxWebView merge and add missing project files for the wxWebView library.

2011-09-11 02:35 RD, revision 69051

Fix missing and broken interface items for Phoenix

2011-09-10 20:09 SJL, revision 69049

Merge the new wxWebView classes from the SOC2011_WEBVIEW branch.

2011-09-10 18:02 PC, revision 69048

update WarpPointer for GTK3

2011-09-10 17:09 SJL, revision 69047

Merge in from trunk r68684 - r69046

2011-09-10 05:26 RD, revision 69041

Enable the HWND of the task dialog to be fetched with GetHandle if it is being used.

2011-09-08 23:15 VZ, revision 69028

Allow setting colours and font of wxTreeListCtrl. Use wxCompositeWindow<> to propagate changes of colours and font to wxDataViewCtrl that wxTreeListCtrl uses internally.

2011-09-07 18:57 PC, revision 69021

non-pch build fix

2011-09-07 18:56 PC, revision 69020

remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them

2011-09-06 18:35 PC, revision 69015

move addition of -lX11 to better place

2011-09-06 18:24 PC, revision 69013

don't disable cast checks in debug builds

2011-09-06 18:09 PC, revision 69012

remove unused __WXGTK12__ symbol

2011-09-06 17:54 PC, revision 69011

remove (very) obsolete GTK version check

2011-09-06 06:17 RD, revision 69007

fix for non-pch builds

2011-09-05 22:08 RD, revision 69005

Avoid infinite recursion on Mac in comboctrl, and fix an uninitialized pointer in propgrid

2011-09-05 17:40 VS, revision 69003

Fix crash in wxDataViewCtrl::UpdateColWidths().

2011-09-05 16:25 VS, revision 69002

wxDataViewCtrl: enable F2 editing with multiple selection too. This matches the native (and thus expected) behavior of Windows Explorer: edit the first item in selection. It's also better than ignoring user's key presses.

2011-09-05 01:01 VZ, revision 69001

Add persistence support for wxSplitterWindow. New wxPersistentSplitter class allows to easily save and restore the splitter position in config.

2011-09-03 18:19 SC, revision 68997

setting the image position after the label is set, otherwise image_only will have the potential label over the image

2011-09-03 15:14 VS, revision 68996

Use ProcessWindowEvent() in generic wxDataViewCtrl code.

2011-09-03 15:14 VS, revision 68995

Extracted wxDataViewMainWindow left/right keys handling into separate methods.

2011-09-03 15:14 VS, revision 68994

Rename wxDataViewMainWindow::OnArrowChar to OnVerticalNavigation. The method handled much more than just arrow characters and it didn't handle all arrow characters.

2011-09-03 15:14 VS, revision 68993

Slightly more efficient wxDataViewCtrl::StartEditor(). Don't compute item rect until we know for sure that the item actually is editable.

2011-09-03 15:14 VS, revision 68992

Fix generic wxDataViewCtrl Enter handling to conform to Windows UI. Spacebar is used to activate columns (e.g. toggle a checkbox). Enter activates the item, i.e. sends wxEVT_COMMAND_ITEM_ACTIVATED. If that event isn't handled, Enter acts the same as Space.

2011-09-03 03:39 RD, revision 68973

Fix some broken or add some missing interface declarations for Phoenix

2011-09-01 20:43 VZ, revision 68969

Don't warn about wxMetaFile in configure by default. Only warn if an explicit --enable-metafile was given, otherwise just turn it on only for the platforms that do support it, similarly to what was done for --enable-hotkey in the previous commit.

2011-09-01 20:43 VZ, revision 68968

Add wxUSE_HOTKEY support to configure. Add --enable-hotkey switch to allow enabling hot keys support and enable it by default under MSW and OS X that do support them but disable it elsewhere to avoid unnecessary warnings about them being unsupported. See #12354.

2011-09-01 18:20 SC, revision 68967

fixes #13443, thanks :-)

2011-08-31 19:22 VZ, revision 68966

Fix deleting and clearing wxTreeListCtrl columns. The model columns were not updated before, resulting in a mismatch between view and model columns if ClearColumns() followed by AppendColumn() was called.

2011-08-31 11:36 VS, revision 68965

Add items to correct position in wxDataViewCtrl:ItemAdded. In both the generic and GTK+ versions, ItemAdded() always appended the new item, regardless of its position among its siblings in the model.

2011-08-31 11:04 VS, revision 68964

Generic wxDataViewCtrl: resize autosized columns at idle time. This is much more efficient than doing it immediately when adding large number of items into a control with lots of them.

2011-08-30 17:20 DS, revision 68962

Fixed dlmsw.cpp compilation with older SDKs and at run-time for systems prior to XP SP1. Kernel32's SetDllDirectory is only available since XP SP1 and as such also not available in the SDK that comes by default with for example VS6. Attempt to retrieve the function from the DLL at run-time instead. Regression since r68935.

2011-08-30 15:40 VZ, revision 68961

Better support for flat lists in wxTreeListCtrl. Override wxDataViewModel::IsListModel() to return true if wxTreeListCtrl doesn't have any depth. This results in better display when using the generic implementation of wxDataViewCtrl as no space is reserved for the (unnecessary) expanders in this case.

2011-08-30 15:40 VZ, revision 68960

Fix computation of the item offset in generic wxDataViewCtrl code. We need to account for the expander even for the items that don't have children when computing their offset as their parent still does have it, contributing to the total offset. This corrects the fixes of r68836 to also work for the leaf items. Also rename expanderOffset variable to more clear itemOffset.

2011-08-30 11:51 JJ, revision 68959

Update makefiles for OpenVMS

2011-08-30 11:02 SC, revision 68958

fixes #13438 (building OSX min >= 10.6), thanks :-)

2011-08-30 09:01 SC, revision 68957

adding command - comma as shortcut of stockitem wxID_PRERENCES on OSX - and make sure it's working by adapting ToString()

2011-08-29 21:09 DS, revision 68956

Regenerated Xcode projects. Updated the Xcode projects to include latest source additions and newer settings from template *_in.xcodeproj project files.

2011-08-29 19:25 VS, revision 68954

Send wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED if WXOnActivate() returned false too. This is consistent with wxGTK implementation and generally makes sense: when the renderer cannot handle activation, whole-item activation should be tried next.

2011-08-29 19:25 VS, revision 68953

Make generic wxDataViewToggleRenderer react to activation. Previously it only responded to single-clicks, which was to avoid the need to double-click checkboxes. Fixed to react to activation via double-click or keyboard too.

2011-08-29 19:25 VS, revision 68952

Activate cells from keyboard too in generic wxDataViewCtrl. wxDataViewCtrl only called WXOnActivate() in reaction to double-click. When Enter/Spacebar was pressed, only wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED was sent, without calling OnActivate() even if it was possible. Fixed to handle both kinds of input identically. Because there's currently no way to change current focus to a particular column (as GtkTreeView can do), call WXOnActivate() on the first activatable column.

2011-08-29 18:06 DS, revision 68951

Fixed drawing a check box in the undetermined state for non-themed MSW apps. wxRendererMSW::DoDrawFrameControl (used for systems prior to XP or when theming is disabled) didn't check for the wxCONTROL_UNDETERMINED flag yet. Set the appropriate styles when the flag is used to fix drawing check boxes in their third state (as used in for example the treelist sample).

2011-08-29 16:46 VZ, revision 68950

Make it possible to TAB to wxTreeListCtrl contents. Even though wxTreeListCtrl contains just one child window it still needs to derive from wxNavigationEnabled<> to allow focus getting to its sole child.

2011-08-29 14:33 VZ, revision 68949

Fix spelling error in an error message in wxObjectXmlReader. No other changes.

2011-08-29 03:13 DS, revision 68948

Added alpha saving support to TIFF image handler. Added support for saving alpha with RGB, greyscale, and black and white images.

2011-08-29 01:45 DS, revision 68947

Fixed loading greyscale with alpha TIFF images. The alpha channel was not detected because of wrong hasAlpha determination. Also TIFFReadRGBAImage[Oriented] doesn't appear to decode an alpha channel for images that are greyscale so decode greyscale with alpha images using TIFFReadScanline.

2011-08-29 00:44 DS, revision 68946

Fixed copying only 1/3 of scanline when saving TIFF image in rare cases. If our calculated image pitch is not equal to what TIFFScanlineSize returns a scanline buffer would be used. In that case the number of bytes being copied was equal to the image's width instead of pitch (width times 3).

2011-08-29 00:17 DS, revision 68945

Added support for loading black and white TIFF images with alpha. As TIFFReadRGBAImage[Oriented] can't deal with all images make use of TIFFReadScanline to decode per scanline. Currently only the case of a black and white image with alpha (for a total of 2 bits per pixel) is handled.

2011-08-29 00:06 DS, revision 68944

Updated manual regarding image alpha support for TGA handler. TGA was not mentioned in the list of formats supporting loading of alpha, but alpha loading support has been available since r42644.

2011-08-28 23:59 DS, revision 68943

Read TIFF images from top to bottom instead of bottom to top. Use TIFFReadRGBAImageOriented with a parameter of ORIENTATION_TOPLEFT instead of using TIFFReadRGBAImage (which uses ORIENTATION_BOTTOMLEFT) to read images in a more logical order and simplify code.

2011-08-28 23:49 DS, revision 68942

Fixed accessing out-of-bounds image coordinates while writing a black and white TIFF image. The code assumed that the image's width is a multiple of 8, and attempted to always write per 8 pixels instead of sometimes having to write fewer pixels for the last column. Also fixed compilo from previous commit due to not removing old code.

2011-08-28 23:38 DS, revision 68941

Fixed calculated image pitch being off-by-one in some cases. The variable linebytes sometimes counted one extra byte, which is OK for allocating but not when accessing the image later on. Calculate the value in a slightly different way and made the variable const.

2011-08-28 23:31 DS, revision 68940

Removed double TIFFSetField call for setting TIFFTAG_ORIENTATION. Setting the same TIFF tag with the same value once is enough.

2011-08-28 23:27 DS, revision 68939

Call GetAlpha() to get a pointer instead of checking for alpha first. It's safe to call GetAlpha() even if there's no alpha because in that case NULL will be returned.

2011-08-28 15:00 SC, revision 68938

make sure svn info for an already existing .xcodeproj folder is not deleted, replace project file itself in place

2011-08-28 09:11 SC, revision 68937

adding missing doc string for BACKSPACE

2011-08-28 08:54 SC, revision 68936

routing keys like ESC etc, fixes #13429

2011-08-28 01:26 RD, revision 68935

* Implement dynamic loading of the Cairo DLL on Windows similar to how it was done for GDI+. * Enable the use of the wxCairoContext on MSW. * Enable creating a wxGCDC from an exisiting wxGraphicsContext. * Since it's possible for a DLL that is using wx to not be on the PATH nor in the same location as the .exe, change the wxDynamicLibrary::RawLoad method to explicitly look first in the same place as the main wx-using binary. This way it will find DLLs that are in the same folder as the wx-using binary even if that would not be in the normal DLL search path. * Change wxDCImpl and wxDC::GetLogicalScale to be const methods.

2011-08-27 18:44 VS, revision 68932

More understandable symbolic constants in generic wxDVC's DoJob class.

2011-08-27 18:44 VS, revision 68931

Use spacebar to activate items in generic wxDataViewCtrl too. Pressing Spacebar now behaves the same as Enter in the generic control, for consistency with the GTK+ control and native Windows list controls.

2011-08-27 18:44 VS, revision 68930

Remove DestroyTreeHelper(), make GetChildNodes() const, add RemoveChild(). There's no reason for DestroyTreeHelper() code, that's what destructors are for. On a related note, make removal of children from a node more explicit too.

2011-08-27 18:44 VS, revision 68929

Add wxDataViewMainWindow::GetModel() helper. It's slightly less verbose than GetOwner()->GetModel() used all over the place.

2011-08-27 18:44 VS, revision 68928

Better names in wxDataViewTreeNode. GetChildNodes() instead of GetNodes(), AddChild() instead of AddNode().

2011-08-27 17:23 VS, revision 68927

Use wxTE_PROCESS_ENTER with wxDataViewCtrl text controls. wxDVC code depends on wxEVT_COMMAND_TEXT_ENTER to hide the inline editing controls. Fixes #13412.

2011-08-27 16:58 VZ, revision 68926

No real changes, minor corrections to the docs. Don't leave a line break inside a @code block as it's preserved in the HTML output, making it appear ugly.

2011-08-27 16:56 VZ, revision 68925

Copy generic images when building the documentation too. The images used by @genericAppearance Doxygen macro were not copied to the output directory.

2011-08-27 16:50 VZ, revision 68924

Compilation fix for wxTreeListCtrl when not using PCH. Include wx/dc.h normally included from wx/wxprec.h.

2011-08-27 16:11 VZ, revision 68923

No changes, just fix the file name in the header comment of wxDVC test. s/tree/dataview/

2011-08-27 16:11 VZ, revision 68922

Make wxBU_EXACTFIT fir the button text more exactly. Too big margins were added for the buttons with wxBU_EXACTFIT style making them larger than strictly necessary. Reduce the margins to make them really as small as possible.

2011-08-27 16:11 VZ, revision 68921

Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File,Dir}PickerCtrl. These styles allow to use a smaller browse button as the standard one takes too much space, often leaving too little of it for the more important text control part. Notice that both styles are, in fact, equal to wxPB_SMALL but only file and directory pickers currently use it as it doesn't make sense for the colour and font pickers.

2011-08-27 16:11 VZ, revision 68920

Auto complete file names in the text controls of wx{File,Dir}PickerCtrl. There doesn't seem to be any reason not to do this in the controls which we know are meant for entering file or directory names into them.

2011-08-27 16:11 VZ, revision 68919

Make the file and dir picket controls expand in widgets sample. The controls were too small to see long paths in them comfortably while there was plenty of space in the page, use wxEXPAND flag for them.

2011-08-27 16:11 VZ, revision 68918

Add wxTextEntry::AutoCompleteDirectories(). As we already had MSW-specific AutoCompleteFileNames(), we can just as well also add the also useful AutoCompleteDirectories() to be used with the text controls used for path entry.

2011-08-27 16:11 VZ, revision 68917

No changes, just fix a typo in wxBannerWindow documentation.

2011-08-27 16:11 VZ, revision 68916

Add new wxTreeListCtrl class. This is a facade for wxDataViewCtrl allowing to easily work with multi-column trees, possibly with an optional checkbox in the first column. Its API is very similar to wxTreeListCtrl and it provides a simple migration path from the latter. Add the class itself, documentation for it and minimal unit tests.

2011-08-27 15:24 VS, revision 68915

Notify GtkTreeView if a node stops being a parent. GtkTreeView requires the row-has-child-toggled signal to be emitted in this situation, so do it from ItemDeleted handler. Curiously, it handles adding the first child automatically. That's good, because detecting this situation when adding the first child wouldn't be trivial and so not having to do it is a plus. (Emitting it on every node addition doesn't sound like a terribly bright idea.)

2011-08-27 15:24 VS, revision 68914

Save memory in wxDataViewTreeNode. Put data that are meaningful only for non-leaf nodes into a separate struct that is only allocated for branch nodes. This makes branch nodes larger by sizeof(void*), but leaf nodes save >50% of memory.

2011-08-27 15:24 VS, revision 68913

Simplified generic wxDataViewCtrl's tree structure. Use just one type, wxDataViewTreeNode, to represent any kind of node. Previously a complicated structure that represented leaves and non-leaf nodes differently was used. This make the code way too complicated and caused some smaller bugs (see e.g. #13256). As a side effect, this change makes the control react correctly to changes in IsContainer() return values. Also fixes #13256.

2011-08-27 15:24 VS, revision 68912

No real change, use more descriptive variable names in wxDataViewMainWindow::ItemDeleted(). Call the node object corresponding to 'parent' 'parentNode' instead of just the more vague 'node'. Also, 'nodes' instead of 'nds'.

2011-08-27 14:13 VZ, revision 68911

Set colours and fonts for all elements of the generic wxSearchCtrl. Derive generic wxSearchCtrl from wxCompositeWindow<> to ensure that calls to its Set{Fore,Back}groundColour() are propagated to all its children, otherwise they applied only to the composite control itself but not e.g. its text part. Also update the bitmaps when the background colour changes to ensure that it appears as transparent. Closes #13428.

2011-08-27 14:13 VZ, revision 68910

Allow returning NULL windows from GetCompositeWindowParts(). wxCompositeWindow::GetCompositeWindowParts() becomes simpler to implement in the derived classes with optionally shown elements if NULL windows are allowed (and ignored) in the list returned by it.

2011-08-27 14:13 VZ, revision 68909

Fixes to OpenGL samples to avoid asserts/crashes. Don't call wxGLCanvas::SetCurrent() when the window is not shown. Closes #13424.

2011-08-26 15:01 JJ, revision 68907

Update setup for OpenVMS

2011-08-26 01:32 DS, revision 68903

Fixed best size of wxUniv's wxNotebook. Removed wxNotebook::DoGetBestClientSize to let wxBookCtrlBase::DoGetBestSize do its job and fix the best size of a wxNotebook (formerly when running the notebook sample the notebook was not wide enough).

2011-08-26 01:16 DS, revision 68902

Fixed best sizes for wxUniv controls. Many wxUniv controls had a way too small best size which was noticeable when running e.g. the widgets sample. Regression started in r61169 where wxWindowBase::DoGetClientBestSize() was introduced but that virtual function already existed in wxUniv's wxWindow. Removing wxUniv's wxWindow::DoGetBestSize and wxWindow::DoGetBestClientSize fixes sizing issues.

2011-08-26 01:13 DS, revision 68901

Fixed width of scrollbars in wxUniv. The AdjustSize renderer function for wxUniv's GTK and MSW theme adjusted the size of a scrollbar while it already had the correct size, resulting in scrollbars being twice as wide. Fixed by not adjusting the size of a scrollbar anymore in AdjustSize. Closes #11660.

2011-08-26 01:09 DS, revision 68900

Fixed buttons having no border in wxUniv by default. Buttons had a border of wxBORDER_NONE resulting in wxButton::DoDraw not drawing the button's border. Fixed by adding wxAnyButton::GetDefaultBorder() for wxUniv which returns wxBORDER_STATIC. Regression since r67931.

2011-08-25 23:52 DS, revision 68899

Fixed MSW/Univ compilation of toplevel.cpp. MSW-only functions were compiled in, disabled their usage by adding #ifndef __WXUNIVERSAL__ blocks. Closes #13399 (again, after r68723 already should have closed it but its commit message contained a typo).

2011-08-25 18:37 SC, revision 68880

mb:54153a12-b2c7-417e-b607-c4faa9c436ab

2011-08-24 14:57 SJL, revision 68878

Rebake after previous commit, should fix monolithic compilation.

2011-08-24 13:52 VZ, revision 68877

No real changes, just update copyright year in wxInfoMessageBox(). s/2010/2011/

2011-08-24 13:48 VZ, revision 68876

Try harder to set the requester splitter position in wxSplitterWindow. The code in wxSplitterWindow tried to remember the requested position and set the real sash position to it later, even if the initial window size was too small to allow for it, but it didn't work because the requested position was forgotten after the first size event, even though it was quite possible that this event didn't really change the window size from the initial, small, one. Try to make this more robust by ignoring the size events which don't really change the window size. Also set m_lastSize correctly initially. Now setting the sash position does work even if the splitter itself is inside nested sizers (which results in many size events).

2011-08-24 13:19 SC, revision 68875

adding raw_control for osx

2011-08-24 09:43 SJL, revision 68874

Remove out of date extralib stuff from the bakefiles.

2011-08-24 08:14 SC, revision 68873

missing commit for RAW_CONTROL changes

2011-08-24 06:15 SC, revision 68872

missing commit for RAW_CONTROL changes

2011-08-23 21:09 JC, revision 68871

Merged from trunk

2011-08-23 17:44 VZ, revision 68870

Compilation fix for non-OSX: don't use m_rawControlDown there. m_rawControlDown is supposed to be only used under OS X so put an #ifdef __WXOSX__ around it in wxKeyboardState::GetModifiers() to fix compilation under the other platforms.

2011-08-23 17:30 SC, revision 68869

fixing type for key event, using WXK_RAW_CONTROL constant for controlkey, see #13415

2011-08-23 17:18 SC, revision 68868

exposing control key combinations as before, fixing unicodekey casing

2011-08-23 17:11 VZ, revision 68867

Simplify checks for event vetoing in generic wxDataViewCtrl code. Don't return the whole event object from SendExpanderEvent() just to check if it wasn't vetoed, simply return a boolean value indicating if this was the case from this function itself. This makes it both more efficient and easier to use.

2011-08-23 17:11 VZ, revision 68866

Fix completely wrong logic for veto checking in generic wxDVC. The code sending the event must check whether the event was vetoed or not, not whether it was skipped or not. This is the minimal change resulting in correct behaviour even if an event handler does skip the event.

2011-08-23 15:19 SC, revision 68865

adjusting keyboardstate to new ctrl / raw_ctrl handling on osx

2011-08-23 15:03 SC, revision 68864

adjusting keyboardstate to new ctrl / raw_ctrl handling on osx

2011-08-23 13:04 VZ, revision 68863

Mention wxLocale in wxNumValidator documentation. Using setlocale() can thoroughly confuse wxNumValidator because it results in a mismatch between the decimal and/or thousands separators it uses, returned by wxLocale, and the actual separators in the strings, formatted by the CRT. So mention in the documentation that using setlocale() is a bad idea. Closes #12970.

2011-08-23 13:04 VZ, revision 68862

No changes, just add a missing comma in wxNumValidator documentation. SetRange() declaration wasn't properly terminated.

2011-08-23 13:04 VZ, revision 68861

Check for decimal separator inconsistency in wxLocale::GetInfo(). Under wxMSW it's possible to have mismatch between the CRT locale (used by various printf-related functions) and the system locale (queried by wxLocale::GetInfo()). Warn if such a mismatch occurs and tell people to use wxLocale instead of just setlocale() to change the locale. See #12970.

2011-08-23 12:50 VZ, revision 68860

Fix wxBannerWindowNameStr definition in DLL builds. Don't use WXDLLEXPORT_DATA when defining the variable, it can be only used when declaring it. This fixes wxMSW DLL build with MSVC.

2011-08-23 06:55 DS, revision 68859

Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE. Having wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE is more consistent with already using the complete short name of an image format elsewhere (e.g. wxBITMAP_TYPE_JPEG, not wxBTMAP_TYPE_JPG, and wxTIFFHandler as opposed to wxTIFHandler). Renamed all existing occurrences and kept the old enum values for backwards compatibility. Also renamed occurrences of wxBITMAP_TYPE_RESOURCE to the already existing wxBITMAP_TYPE_BMP_RESOURCE.

2011-08-23 06:41 DS, revision 68858

Fixed linking errors related to wxAnyButton in wxUniv. Native wxAnyButton headers were being included but the sources aren't used in wxUniv. Fixed this by not including any native header in wxUniv and instead made wxAnyButton a typedef of wxAnyButtonBase.

2011-08-23 05:08 DS, revision 68857

Fixed compilation of various notebook.cpp's. Make use of HasImageList() and GetImageList() instead of accessing the now private m_imageList directly. Fixed for wxUniv, wxGTK1, and wxOS2 (the latter 2 blindly). Changes are similar to r68856 and should have been a part of that.

2011-08-23 04:18 DS, revision 68856

Fixed compilation of sources that make use of wx/univ/notebook.h. wxUniv's wxNotebook was accessing m_imageList which now is a private in wxWithImages since r68809. Fixed by using wxWithImages::HasImageList.

2011-08-22 23:53 JC, revision 68855

Trunk made changes. Code had to change to deal with depth==32

2011-08-22 17:35 VZ, revision 68854

Exclude another auto-generated file when cleaning the patches. Changes to autoconf_inc.m4 are not interesting neither, exclude them.

2011-08-22 17:31 VZ, revision 68853

Don't refresh not yet realized widget in wxGTK wxDataViewCtrl. If the text of any of wxDataViewCtrl cells was set before the control was realized (e.g. during its creation), the code tried to refresh the not yet shown widget resulting in GTK+ errors. Avoid this by only refreshing the tree if it's realized.

2011-08-22 17:31 VZ, revision 68852

Return non-const pointer from wxDataViewRendererBase::GetView(). Non-const wxWindow pointers are unfortunately needed quite often in wx API so return a non-const pointer here to allow using it with e.g. wxRendererNative (whose methods all take non-const wxWindow pointers) in the derived classes.

2011-08-22 17:31 VZ, revision 68851

Add wxDataViewIconText::IsSameAs() and make comparison operators members. Add IsSameAs() to make it simpler to call from the derived class operator==() implementation. Also make comparison operators themselves members instead of global functions to avoid considering them as matches for all operator==() uses in the program, there is really no need for this as we do _not_ want to allow implicitly converting something to wxDataViewIconText when comparing.

2011-08-22 17:31 VZ, revision 68850

Return (16,16) as the default list icons size in wxMSW. The standard size of the small icons in list controls under MSW is traditionally 16*16 so return this from wxMSW wxArtProvider.

2011-08-22 17:11 SC, revision 68849

removing trailing comma

2011-08-22 17:10 SC, revision 68848

exposing wxGraphicsContext through an ordinary wxDC

2011-08-22 16:14 VS, revision 68847

Fix typo.

2011-08-22 16:14 VS, revision 68846

Don't iterate over selection twice needlessly in wxDataViewMainWindow::ItemDeleted().

2011-08-22 16:14 VS, revision 68845

No change, improve wxDataViewMainWindow::ItemDeleted() readability.

2011-08-22 14:41 VZ, revision 68844

Harmonize wxDataViewCtrl::GetSelection() behaviour in all ports. wxDataViewCtrl::GetSelection() now always returns invalid item if more than a single item is selected in a multi-selection control. Also add HasSelection() and GetSelectedItemsCount() to allow checking if any items are selected. Updated the documentation, all ports and added a test for all these functions.

2011-08-22 14:41 VZ, revision 68843

No changes, just use CPPUNIT_ASSERT_EQUAL() instead of CPPUNIT_ASSERT(). CPPUNIT_ASSERT_EQUAL() gives more informative error messages in case of failure which is important when running tests unattended on build slaves.

2011-08-22 14:41 VZ, revision 68842

No changes, just add wxGtkList to ensure g_list_free() is always called. Add an extremely simple RAII wrapper around GList and use it. Also add wxGtkTreePathList which also automatically frees its contents to simplify working with the lists of GtkTreePaths.

2011-08-22 14:38 VZ, revision 68841

Don't export Objective C interfaces in non-x86_64 builds. Doing this is unnecessary and results in compilation errors in PPC and x86 builds when using old (4.0.1) version of the compiler. So make WXEXPORT added in r67575 specific to 64 bit builds.

2011-08-22 14:18 VZ, revision 68840

Add XRC handler for wxBannerWindow and a test for it to the xrc sample. Also document the new XRC format elements.

2011-08-22 14:18 VZ, revision 68839

No changes, just factor our wxDirection parsing code in wxXRC. Move it from wxButtonXmlHandler into a reusable wxXmlResourceHandler:: GetDirection() that can used by the other handlers too.

2011-08-22 14:18 VZ, revision 68838

Add new wxBannerWindow class. A simple banner showing either a bitmap or some text on gradient background.

2011-08-22 14:18 VZ, revision 68837

Add @genericAppearance Doxygen macro. This allows to provide just a single image (in "generic" subdirectory) for the generic controls that look the same in all ports instead of having to create three identical ones (in "wxmsw", "wxgtk" and "wxmac" subdirectories) that are required by @appearance.

2011-08-22 14:13 VZ, revision 68836

Fix the coordinates in wxDataViewCustomRenderer::LeftClick() in generic wxDVC. The code in generic wxDataViewCtrl implementation didn't take the space taken by tree expander button nor the indentation of child nodes into account, so the coordinates passed to LeftClick() could be completely wrong. Fix this by offsetting them to ensure that click coordinates are always relative to the cell client area.

2011-08-22 13:27 JS, revision 68835

Fix duplicate variable for VC++ 6

2011-08-22 13:26 JS, revision 68834

Rename identifier

2011-08-22 11:28 LV, revision 68833

Regenerated Makefiles with bakefile_gen

2011-08-22 11:21 SJL, revision 68832

Add new sample project files.

2011-08-22 11:16 SJL, revision 68831

Rebake

2011-08-22 10:58 LV, revision 68830

Removed wxButtonStrip (not too useful too)

2011-08-22 10:58 LV, revision 68829

Removed wxTabCtrl altogether (not very useful); implemented wxSegmentedCtrl

2011-08-22 10:57 LV, revision 68828

Removed wxContentWindow from wxTableCell

2011-08-22 10:45 SJL, revision 68827

Export a couple of carbon functions so that shared builds in carbon compile correctly.

2011-08-22 09:52 JC, revision 68826

Added comments. Many samples show correct images

2011-08-22 09:34 JC, revision 68825

Fixed a bug in creating mask

2011-08-22 09:06 LV, revision 68824

Various (remaining) wxTableCtrl setters

2011-08-22 09:06 LV, revision 68823

Common source files to Bakefile

2011-08-22 09:06 LV, revision 68822

wxTableCtrl accessory button event

2011-08-22 09:06 LV, revision 68821

Remaining wxTableCtrl setters

2011-08-22 07:56 JC, revision 68820

Fixed a bug in creating mask

2011-08-22 04:15 JC, revision 68819

Fixed a bug in MaskToAlpha()

2011-08-22 00:36 JC, revision 68818

Fixed bug in reading mask info

2011-08-21 20:07 PC, revision 68815

fix memory corruption

2011-08-21 16:52 VZ, revision 68813

Add missing wx/icon.h header to fix wxGTK compilation. wx/withimages.h needs to include wx/icon.h as it contains an inline function returning wxIcon.

2011-08-21 16:08 VZ, revision 68812

Refactor: replace wxTreeItemId and wxDataViewItem with new wxItemId<>. Add wxItemId<> template which can be used to identify items in different {tree,list}-like controls, including wxDataViewCtrl (where it replaces, in backwards compatible way, wxDataViewItem), wxTreeCtrl (where it replaces wxTreeItemId) and the upcoming wxTreeListCtrl.

2011-08-21 16:08 VZ, revision 68811

No changes, just move wxCheckBoxState to wx/defs.h from wx/checkbox.h. Move the enum to allow reusing it in other places.

2011-08-21 16:08 VZ, revision 68810

No changes, just use symbolic NO_IMAGE constant instead of -1 or wxNOT_FOUND. Existing declarations used -1 in several places to indicate the absence of the image which wasn't especially clear and was also inconsistent with other places that used wxNOT_FOUND which didn't make much sense in this context. Add a new symbolic constant NO_IMAGE in wxWithImages and use it in the classes deriving from it. This still doesn't help with wx{Tree,List}Ctrl but improves clarity for the other classes.

2011-08-21 16:08 VZ, revision 68809

Add wxWithImages helper mix-in with {Set,Get,Assign}ImageList() methods. Avoid defining SetImageList() in several different places in wx API as not only this resulted in (trivial) code duplication but this method also had different semantics before: it didn't take ownership of the pointer passed to it in wxTreeCtrl, wxListCtrl and wxBookCtrl and derived classes but did take its ownership in wxDataViewTreeCtrl and wxRichTextFormattingDialog. Harmonize this for all the classes now: SetImageList() never takes ownership while AssignImageList() (which is now available in all classes having SetImageList()) always does. Also add convenience wxWithImages::GetImage() helper to avoid (more) code duplication in wxDataViewTreeCtrl code.

2011-08-21 14:06 VZ, revision 68808

Replace wxComboBox::IsEmpty() with Is{List,Text}Empty(). IsEmpty() didn't exist in all ports (notably not wxMSW) and its meaning was unclear anyhow, so remove it even from the ports where it did exist and add clear Is{List,Text}Empty() replacements instead.

2011-08-21 11:07 VS, revision 68807

Rename wxDataViewCtrl::InvalidateColBestWidth* to UpdateColBestWidth*. The new names make it more clear that the functions don't just set an invalidated flag, but that they actually do some recalculations.

2011-08-21 11:07 VS, revision 68806

Fix autosize columns width calculation in generic wxDataViewCtrl. Column widths were recomputed too soon -- after the model changed, but before the control's own data structures were updated to reflect the change. This could lead to incorrect calculations or worse, crashes.

2011-08-21 09:45 LV, revision 68805

wxTableCtrl wxiOS tests

2011-08-21 09:45 LV, revision 68804

Parts of wxTableCtrl/wxNavigationCtrl moved to 'generic' source files

2011-08-21 09:45 LV, revision 68803

Safer wxViewController SetWindow()

2011-08-21 09:45 LV, revision 68802

wxStaticBitmap wxiOS tests

2011-08-21 09:45 LV, revision 68801

wxBitmapButton wxiOS tests

2011-08-21 09:45 LV, revision 68800

wxiOS test bitmap moved to a more generic location

2011-08-21 08:46 JC, revision 68799

Fixed a bug in reading xbm files.

2011-08-20 16:04 SJL, revision 68797

Fix history when using custom schemes in GTK.

2011-08-20 14:25 VZ, revision 68796

Add a one line script to clean patches before submitting them for review. Exclude changes to the auto-generated files using filterdiff.

2011-08-20 12:59 SJL, revision 68795

Add virtual destructors to fix GCC4 warnings.

2011-08-20 11:50 SJL, revision 68794

Another compilation fix for OSX 10.5

2011-08-20 07:09 JC, revision 68793

Merged from the trunk

2011-08-19 20:25 VS, revision 68792

Reorganize wxDataViewMainWindow::ItemAdded() for better readability. Reuse common code. No real changes.

2011-08-19 18:10 DS, revision 68791

Fixed failing test in ImageTestCase for builds made with makefiles. The recently added BMP images in tests/image/ were not being copied. Added them to test.bkl and regenerated makefiles.

2011-08-19 15:30 SJL, revision 68790

Update documentation for new library name.

2011-08-19 12:45 SJL, revision 68789

Rename web library to webview.

2011-08-19 11:15 SJL, revision 68788

Rename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actually it specifically toggles the wxWebView class and associated features.

2011-08-19 05:57 DS, revision 68787

Documented wxIMAGE_OPTION_TIFF_* options that are currently in use.

2011-08-19 05:50 DS, revision 68786

Use a default photometric interpretation value of PHOTOMETRIC_MINISWHITE instead of PHOTOMETRIC_MINISBLACK for greyscale and b/w TIFF images. Closes #13194.

2011-08-19 05:47 DS, revision 68785

Added option to TIFF handler for specifying the photometric interpretation. Added option wxIMAGE_OPTION_TIFF_PHOTOMETRIC for reading and writing TIFF images. This is mostly for being able to distinguish between PHOTOMETRIC_MINISBLACK (chocolate flavour) and PHOTOMETRIC_MINISWHITE (vanilla) as currently the flavour used was fixed. It applies to greyscale as well as black and white images. Added unit tests to verify the written photometric value. Also see #13194.

2011-08-19 04:35 DS, revision 68784

Added support for saving greyscale TIFF images. When saving with a samples per pixel value of 1 the TIFF handler still treated the image as RGB, resulting in corrupted images. Handle the greyscale case and added a unit test for it.

2011-08-19 04:27 DS, revision 68783

Changed TIFF handler's monochrome conversion to look at the green channel instead of red. It's common when reducing a coloured image to greyscale or black and white to give the green channel more significance. Since we're only looking at a single channel use the green one instead of red.

2011-08-19 04:00 DS, revision 68782

Fixed crash when saving as a monochrome TIFF image with incomplete options set. When setting only wxIMAGE_OPTION_TIFF_BITSPERSAMPLE to 1 the used samples per pixel (wxIMAGE_OPTION_TIFF_SAMPLESPERPIXEL) would still be set to 3. This is invalid and confuses libtiff, resulting in a crash ("possible heap corruption" during _TIFFfree using WinXP+MSVC8). Set the used samples per pixel to 1 explicitly in cases where only bits per sample is set to 1. Added a unit test to check for this problem (and verify the bits per sample from the saved image is indeed 1).

2011-08-19 03:31 DS, revision 68781

No code changes. Renamed variable bpp (bits per pixel) in TIFF handler to what it actually represents: bps (bits per sample).

2011-08-19 03:19 DS, revision 68780

Renamed the options specific to the TIFF handler. The loading/saving options that are specific for TIFF were in the form of wxIMAGE_OPTION_<name> while all other non-generic options use the form wxIMAGE_OPTION_<imagetype>_<name>. Renamed the TIFF options to the form wxIMAGE_OPTION_TIFF_<name> and kept the old names for backwards compatibility.

2011-08-19 03:13 DS, revision 68779

improved wxImage documentation. moved description of wxIMAGE_OPTION_GIF_COMMENT from wxImage::GetOptionInt documentation to wxImage::GetOption because the value of the GIF option is a string, not int.

2011-08-19 03:09 LV, revision 68778

wxWheelsCtrl wxiOS implementation + some tests

2011-08-19 03:08 DS, revision 68777

Improved saving of TIFF monochrome images. When reducing an RGB image to black and white any non-black pixel was treated as white resulting in mostly white images. Set the threshold to 127 instead to improve the looks of saved monochrome TIFF images.

2011-08-18 19:32 JC, revision 68774

Merged from the trunk

2011-08-18 15:29 SJL, revision 68773

Remove a couple of unused forward declarations.

2011-08-18 15:15 DS, revision 68772

Fixed saving TIFF images to wxMemoryOutputStream. Libtiff attempts to seek past the end of a stream and the behaviour for this can vary per stream implementation. Fixed failure to seek by filling the gap between the end of stream and new seek position with zeroes. Enabled a unit test which so far was disabled due to wxMemoryOutputStream failing to save a TIFF because of the seeking problem. Also closes #4089.

2011-08-18 12:51 SJL, revision 68771

Add some version checks to help compiling on OSX.

2011-08-18 11:28 JC, revision 68770

samples/drawing can work

2011-08-18 11:26 SJL, revision 68769

Remove MoveWindow method.

2011-08-18 08:23 JC, revision 68768

Added code for creating cairo context in dcmemory. Samples/caret works very well. Caret rendering is good.

2011-08-18 07:52 JC, revision 68767

Fixed a bug in creating cairo_image_surface from wxImage.GetData(). Now samples/image can load and show image correctly

2011-08-17 23:01 DS, revision 68766

Improved BMP decoding. The BMP decoder did not handle images that are not stored upside down but straight up (in which case the height is negative). Also with RLE4 or RLE8 compressed images the 'end of scanline' RLE marker was not handled correctly. Fixed the issues and added a unit test for them.

2011-08-17 21:34 JC, revision 68765

Improved a little bit

2011-08-17 18:25 JC, revision 68764

Merged from trunk to fix the bug in samples/thread and samples/menu

2011-08-17 15:50 SJL, revision 68763

Return true by default under OSX WebKit.

2011-08-17 15:46 SJL, revision 68762

Correctly stop the loading animation in the sample when we veto navigation.

2011-08-17 13:19 SJL, revision 68761

Derive wxWebViewEvent from wxNotifyEvent.

2011-08-17 12:55 SJL, revision 68760

Rename LoadUrl to LoadURL. This corrects the capitalisation as it is an acronym, and brings it into line with GetCurrentURL.

2011-08-17 12:49 SJL, revision 68759

Tidy up webview.h. Remove all of the doxygen comments which have now been moved to the interface file. Organise method declarations more sensibly.

2011-08-17 12:36 SJL, revision 68758

Make a few internal methods private.

2011-08-17 12:35 VZ, revision 68757

Use correct format specifier for thread id in the sample. Thread id is an (unsigned) long, not just unsigned, so use "%lx" to print it instead of "%x" to avoid asserts in formatting code. Closes #13404.

2011-08-17 12:35 VZ, revision 68756

Restore stock item labels mistakenly removed by r68641. The patch adding separate string for the labels with mnemonics and the ones without them has somehow managed to remove entries for 10 stock ids. Restore them now. Closes #13403.

2011-08-17 12:26 SJL, revision 68755

Const correct the wxWebView api.

2011-08-17 10:38 JS, revision 68754

Better text control non-selection solution

2011-08-17 10:38 JS, revision 68753

Better text control non-selection solution

2011-08-17 09:05 JC, revision 68752

samples/image can start but the image reader seems buggy

2011-08-17 07:40 JC, revision 68751

Minor fix

2011-08-17 04:51 JC, revision 68750

samples/dialog works without a warning

2011-08-16 22:52 JS, revision 68749

Implemented non-selection of content when setting focus via the keyboard.

2011-08-16 22:51 JS, revision 68748

Implemented non-selection of content when setting focus via the keyboard.

2011-08-16 20:14 SC, revision 68747

using sizer

2011-08-16 20:13 SC, revision 68746

using sizer

2011-08-16 20:12 SC, revision 68745

fixing vertical size expansion

2011-08-16 20:00 SC, revision 68744

fixing layout for segmented control

2011-08-16 18:40 JC, revision 68743

Merged from trunk

2011-08-16 18:33 JC, revision 68741

Applied Paul's patch. DoGetAsBitmap still neends improvements

2011-08-16 18:27 SC, revision 68740

using sizers

2011-08-16 18:22 SC, revision 68739

using sizers

2011-08-16 18:20 SC, revision 68738

using sizers

2011-08-16 18:18 SC, revision 68737

using sizers

2011-08-16 18:17 SC, revision 68736

using sizers

2011-08-16 18:14 SC, revision 68735

using sizers

2011-08-16 18:14 SC, revision 68734

fixing standard icon buttons

2011-08-16 17:22 SC, revision 68733

integrating sizers

2011-08-16 17:17 SC, revision 68732

integrating sizers

2011-08-16 17:15 SC, revision 68731

integrating sizers

2011-08-16 17:15 SC, revision 68730

integrating sizers

2011-08-16 17:12 SC, revision 68729

integrating sizers

2011-08-16 17:10 SC, revision 68728

integrating Layout

2011-08-16 15:46 SC, revision 68727

adapting to new ctrl constant handling on OSX

2011-08-16 15:45 SC, revision 68726

adapting to new ctrl constant handling on OSX

2011-08-16 15:36 SC, revision 68725

adapting to new ctrl constant handling on OSX

2011-08-16 14:42 SC, revision 68724

supporting full style mask

2011-08-16 14:24 VZ, revision 68723

wxMSW compilation fix when not using PCH. Add missing "wx/menu.h" include. Coses #13399.

2011-08-16 14:17 SC, revision 68722

adjust init to standard

2011-08-16 14:17 SC, revision 68721

support for raw ctrl shortcut

2011-08-16 14:01 SC, revision 68720

emulate more arrow keys on non msw platforms

2011-08-16 14:00 SC, revision 68719

adapt defines for ctrl/command key

2011-08-16 13:55 SC, revision 68718

adapt defines

2011-08-16 09:02 PC, revision 68717

Avoid creating rect with negative size while clipping to DC size. Also, don't convert result of wxDC::GetSize() to device coords, it's already device coords.

2011-08-16 08:45 JC, revision 68716

Improved bitmap_gtk3.cpp

2011-08-16 08:34 LV, revision 68715

Disable wxViewController tests for now

2011-08-16 08:34 LV, revision 68714

Correct wxNavigationBar creation

2011-08-16 07:22 JC, revision 68713

Improved bitmap_gtk3.cpp. Now samples/opengl can run but the glcanvas doesn't show anything

2011-08-16 07:00 JC, revision 68712

Fixed a bug in destructor in bitmap_gtk3.cpp

2011-08-16 06:02 LV, revision 68711

wxNavigationBar and friends (wxNavigationItem, wxBarButton)

2011-08-16 06:02 LV, revision 68710

wxViewController wxiOS tests

2011-08-16 06:02 LV, revision 68709

More wxListBox wxiOS tests

2011-08-16 06:01 LV, revision 68708

wxListBox wxiOS tests

2011-08-16 06:01 LV, revision 68707

wxListBox events and implementation

2011-08-16 06:01 LV, revision 68706

wxSearchCtrl wxiOS tests

2011-08-16 04:45 JC, revision 68705

Fixed a bug in bitmap_gtk3.cpp. samples/combo works but seems to have memory leak. cairo stuff needs more careful releases

2011-08-16 02:40 JC, revision 68704

Fixed a bug that bit per pixel m_bpp is not set

2011-08-15 23:00 JC, revision 68703

glcanvas can be compiled

2011-08-15 18:08 JC, revision 68701

working on samples/combo. m_originalMatrix should be initialized. A bug in wxBitmap still crashes the program.

2011-08-15 15:10 SJL, revision 68700

Add a menu item linking to a custom scheme example.

2011-08-15 14:37 SJL, revision 68699

Update bakefile for new header names.

2011-08-15 14:31 SJL, revision 68698

Rename wxWebHistoryItem to wxWebViewHistoryItem.

2011-08-15 13:03 SJL, revision 68697

Rename wxWebNavigationError to wxWebViewNavigationError and wxWebNavigationEvent to wxWebViewEvent. This makes the names more consistent with other parts of wxWidgets.

2011-08-15 08:40 JC, revision 68696

wxWindowDCImpl::DoGetAsBitmap() needs to be implemented with gtk+3. But how to get the bitmap of a widnowDC in gtk+3?

2011-08-14 22:15 JC, revision 68695

Merged from trunk

2011-08-14 21:39 VZ, revision 68694

Fix return value of wxMBConvUTF8::ToWChar() when not using MAP_INVALID_UTF8_NOT. wxMBConvUTF8::ToWChar() was off by 1 when the input length was explicitly specified, the extra NUL should only be added in the implicit length case. This bug didn't occur for the default wxMBConvUTF8 object as it simply forwarded to the base class wxMBConvStrictUTF8 implementation but it happened when MAP_INVALID_UTF8_TO_OCTAL or MAP_INVALID_UTF8_TO_PUA was used.

2011-08-14 17:43 SC, revision 68693

fixing comment

2011-08-14 17:42 SC, revision 68692

fixing open application event handling, fixes #13397

2011-08-14 17:41 SC, revision 68691

adding two missing strings (used in docview)

2011-08-14 14:25 SJL, revision 68690

Add missing bakefile from previous commit.

2011-08-14 14:15 SJL, revision 68689

Rename wxWebFileHandler to wxWebViewArchiveHandler, wxWebHandler to wxWebViewHandler. Update the documentation and the sample. Add a constructor taking a wxString to specify the scheme in wxWebViewHandler.

2011-08-14 13:55 SC, revision 68688

using proper cmd constant

2011-08-14 02:38 JC, revision 68687

Fixed a bug in gtk/renderer.cpp. Now samples/artprov works

2011-08-13 18:17 PC, revision 68685

simplify global cursor setting

2011-08-13 18:01 SJL, revision 68684

Merge in from trunk r68626 - r68683

2011-08-13 17:45 SJL, revision 68683

Add various selection menu items to the sample.

2011-08-13 16:53 SJL, revision 68682

Add Run Script menu option to the sample.

2011-08-13 16:11 SJL, revision 68681

Add history list to the sample.

2011-08-13 15:54 VZ, revision 68680

Fix bitmap position attribute name in XRC handler. Bitmap position attribute was called "bitmapposition" in the documentation and in the code that generated an error message for a wrong value in it but was inexplicably called "direction" in the code that really looked it up. This seems to be just a straight typo from the original r61065. Surprising as it is that it wasn't noticed before, do correct it now.

2011-08-13 12:07 SJL, revision 68679

Call Dismiss rather than Show(false) on the infobar to correct the layout.

2011-08-13 11:41 SJL, revision 68678

Fix loading history items under GTK. The wrong function was being used.

2011-08-13 00:58 JC, revision 68676

Minor change

2011-08-13 00:30 LV, revision 68675

wx[Action|Alert]SheetDialog wxiOS tests

2011-08-13 00:30 LV, revision 68674

wxScrolledWindow wxiOS tests

2011-08-13 00:30 LV, revision 68673

wxSegmentedCtrl SetButtonBackgroundColour

2011-08-13 00:30 LV, revision 68672

wxSegmentedControl changing/changed events

2011-08-13 00:30 LV, revision 68671

wxSegmentedCtrl tests

2011-08-13 00:30 LV, revision 68670

wxPageCtrl wxiOS tests

2011-08-13 00:29 LV, revision 68669

wxPageCtrl button click event

2011-08-13 00:29 LV, revision 68668

wxPageCtrl implementation bits

2011-08-13 00:29 LV, revision 68667

wxGauge wxiOS tests

2011-08-13 00:29 LV, revision 68666

wxToolBar wxiOS tests

2011-08-13 00:29 LV, revision 68665

wxStaticText background colors

2011-08-13 00:29 LV, revision 68664

wxNavigationCtrl tests

2011-08-13 00:29 LV, revision 68663

wxCheckBox event tests

2011-08-13 00:29 LV, revision 68662

wxTextCtrl read-only support

2011-08-13 00:29 LV, revision 68661

wxWebCtrl event tests

2011-08-13 00:29 LV, revision 68660

wxCheckBox wxiOS tests

2011-08-13 00:29 LV, revision 68659

wxWebKitCtrl wxiOS tests

2011-08-12 23:53 LV, revision 68658

wxTextCtrl wxiOS tests

2011-08-12 23:53 LV, revision 68657

wxStaticText wxiOS tests

2011-08-12 23:53 LV, revision 68656

Expanded wxNotebook test cases

2011-08-12 23:53 LV, revision 68655

Expanded wxNavigationCtrl test coverage

2011-08-12 23:40 JC, revision 68654

Minor changes

2011-08-12 18:10 PC, revision 68653

allow creating wxDC for un-realized window

2011-08-12 16:09 VZ, revision 68652

No changes, just remove gratuitous inefficiency from generic wxDVC. Don't return wxDataViewMainWindow::m_selection array by value, returning a const reference to it is enough and avoids completely unnecessary memory allocations and copying of potentially large amounts of data. Also make wxDataViewMainWindow::GetSelections() const.

2011-08-12 16:09 VZ, revision 68651

Fix compilation of generic wxDVC code when not using STL containers. wx sorted containers don't implement iterators so use indices to iterate over wxDataViewMainWindow::m_selection, just as r68613 already did in another place. Closes #13388.

2011-08-12 12:49 SJL, revision 68650

Update documentation about custom schemes and virtual file systems.

2011-08-12 12:44 SJL, revision 68649

Fix history in wxWebViewIE when using a custom file scheme.

2011-08-12 11:35 SJL, revision 68648

Use the data scheme to load resources in the WebKitGTK+ implementation, rather than temporary files.

2011-08-12 07:45 PC, revision 68647

remove unneeded gdk_window_get_pointer() call

2011-08-12 07:33 PC, revision 68646

pass proper window to gdk_window_get_pointer(), NULL does not work with GTK3

2011-08-11 20:56 SJL, revision 68644

Add support for custom scheme handling and virtual file systems to the OSX WebKit implementation.

2011-08-11 19:13 JC, revision 68643

Applied Paul's patch to make wxPizza scroolable in gtk+3

2011-08-11 14:21 SJL, revision 68642

2011-08-11 12:56 VZ, revision 68641

Use separate strings for stock labels with and without mnemonics. Obtaining the string without mnemonics by simply removing "&" characters from the string containing mnemonics doesn't work for some languages, notably Chinese where the convention is to use "Chinese Text (&M)" for the labels with "M" being the ASCII mnemonic and just "Chinese Text" and not "Chinese Text (M)" should be used if wxSTOCK_WITH_MNEMONIC flag is not specified. Fix the fundamental problem by using separate strings for the two cases. Translations still need to be updated to really correct the labels appearance.

2011-08-11 12:54 SJL, revision 68640

Fix typo in last commit

2011-08-11 12:49 SJL, revision 68639

Rename delegates to try and stop name clashes, probably with wxWebKitCtrl.

2011-08-11 10:43 SC, revision 68638

adjusting include styles

2011-08-11 10:43 SC, revision 68637

adjusting include styles

2011-08-11 10:42 SC, revision 68636

fixing osx_carbon

2011-08-11 10:24 SC, revision 68635

fixing osx_cocoa, there's a reason m_peer is private in the base class

2011-08-11 10:14 SC, revision 68634

fixing osx_cocoa

2011-08-11 02:39 DS, revision 68632

Fixed wxOSX build. Since r68621 dataview.cpp didn't compile anymore (at least with wxOSX-Carbon). Fixed by explicitly using wxDataViewItem's void * constructor in a few cases.

2011-08-10 23:57 VZ, revision 68631

Basque translations update from Xabier Aramendi.

2011-08-10 23:07 VZ, revision 68630

Also regenerate configure after wxWeb-related bakefile changes. Configure must be rebuilt after any changes to autoconf_inc.m4 but this wasn't done by the previous commit.

2011-08-10 22:25 JC, revision 68629

Added wxpizza_set_property and wxpizza_get_property for scroll policy

2011-08-10 22:11 JC, revision 68628

Added wxpizza_set_property and wxpizza_get_property

2011-08-10 20:32 SJL, revision 68627

Complete rebake with web libraries to allow easier testing.

2011-08-10 20:10 SJL, revision 68626

Merge in from trunk r64802 - r68625

2011-08-10 19:57 JC, revision 68625

Merged the trunk

2011-08-10 19:46 JC, revision 68624

Working on scrollable window. Dataview can be built with gtk+2.0

2011-08-10 17:24 VS, revision 68623

Add some basic tests for wxDataViewCtrl selection handling.

2011-08-10 17:24 VS, revision 68622

Fix selection handling wxDataViewMainWindow::ItemDeleted(). The code to update m_selection was too aggressive in the virtual list case, when it simply cleared it, and broken for single-item selection in the general case. Fixed to recompute selection properly.

2011-08-10 17:21 VS, revision 68621

Make the wxDataViewItem(void*) constructor explicit. Not having this as an implicit one made it possible to create wxDataViewItem from any pointer without realizing it, leading to hard to debug crashes later.

2011-08-10 16:06 JS, revision 68620

Added the ability to deselect attributes in the font dialog

2011-08-10 16:06 JS, revision 68619

Added the ability to deselect attributes in the font dialog

2011-08-10 08:46 JC, revision 68618

Working on scrollable window

2011-08-10 00:17 DS, revision 68617

Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. openFiles (available since OS X 10.3) replaces using the openFile method. It allows for more convenient handling of multiple drops and knowing in advance how much files/folders are dropped instead of openFile with which you only get to respond to a single file/folder drop at a time. By default openFiles calls the newly added MacOpenFiles which calls MacOpenFile multiple times, so ordinarily the behaviour is backwards compatible (both on wxOSX Cocoa and Carbon). The openFile instance method has been removed because it doesn't seem to be called anymore: neither when dropping a single file on the application in the dock or Finder nor when passed as a command-line argument.

2011-08-09 21:19 JC, revision 68616

Re-baked to get rid of the wired symbols in samples Makefile.in

2011-08-09 17:46 VZ, revision 68614

Don't reset wxTLW::m_iconized when hiding the window in wxMSW. Calling Hide() on an iconized window wrongly reset its m_iconized flag but hiding the window shouldn't affect it. Closes #13373.

2011-08-09 13:35 VS, revision 68613

Don't use iterators with wxDataViewSelection. They aren't implemented when using wx's homegrown sorted containers and adding support is probably more trouble than it's worth. Fixes #13388.

2011-08-09 13:25 VZ, revision 68612

No changes, just correct the helpview sample name in comment. "printing.cpp" was used for whatever reason.

2011-08-09 03:35 LV, revision 68611

Scope comments in wxiOS test project -- further attempt to figure out how much exactly is done

2011-08-08 20:44 JC, revision 68607

Added GTK+3 support

2011-08-08 17:15 VZ, revision 68606

Don't manually centre dialogs created with default position in wxMSW. We always centered the dialogs on the main display which was wrong if the parent window was on another one. Instead of fixing it, simply don't centre them at all and let Windows position them, there is no reason to change the default behaviour. Closes #13387.

2011-08-08 17:12 SJL, revision 68605

Use shared pointers to hold wxWebHandlers throughout.

2011-08-08 16:24 SJL, revision 68604

Add wxWebView sample to documentation.

2011-08-08 16:03 SJL, revision 68603

Improve the detailed description in the documentation.

2011-08-08 14:18 SJL, revision 68602

Note that CanCut / CanCopy / CanPaste are not currently supported on the OSX WebKit implementation.

2011-08-08 14:12 SJL, revision 68601

Fix a bunch of spelling mistakes cause by an early commit.

2011-08-08 14:05 SJL, revision 68600

Add backend descriptions for all backends to the documentation.

2011-08-08 13:22 SJL, revision 68599

Add a section about async notifications to the documentation.

2011-08-08 12:23 VS, revision 68598

Check for invalid items in generic wxDataViewCtrl::GetSelections(). This shouldn't normally happen, but if some bug causes it, detect it.

2011-08-08 12:11 VS, revision 68597

Remove selection methods taking int from generic wxDataViewCtrl. Current public API uses wxDataViewItem, this code dated back to 2.8. They were now protected instead of public, the code wasn't used anywhere and wasn't portable, it existed only in the generic version.

2011-08-08 11:32 VZ, revision 68596

Added wxTopLevelWindow::MSWGetSystemMenu() method. Also generate events corresponding to WM_SYSCOMMAND messages for the custom items of the system menu. Add a small snippet to test the new functionality to the dialogs sample.

2011-08-08 11:32 VZ, revision 68595

Added private wxMenu::MSWNewFromHMENU() method. Add a method allowing creation of a wxMenu object from a native menu handle. This will be used to implement access to the system menu in an upcoming commit but could also be useful for other purposes.

2011-08-08 10:33 VZ, revision 68594

Fix compilation with g++ 4.7 (prerelease). The workaround for a bug in g++ 3.5 breaks compilation with 4.7 which implements two-phase lookup correctly, so disable this workaround for 4.7 and later. We could probably even only enable it for 3.x but this doesn't really matter as previous 4.x releases don't have problems with this anyhow. Closes #13385.

2011-08-08 09:41 JC, revision 68593

samples/animate works

2011-08-08 08:15 JC, revision 68592

Ported these two files to wxgtk3

2011-08-08 03:15 JC, revision 68591

Working on porting wxAdvance features from wxgtk2 to wxgtk3. wxBitmap needs to be fixed very soon to make it possible

2011-08-08 02:22 JC, revision 68590

Added buttion->event_window compatibility

2011-08-08 01:34 JC, revision 68589

Added anybutton.cpp to wxgtk3

2011-08-08 01:22 JC, revision 68588

Changed the test order of WXGTK=3 and WXGTK=2 in configure.in. So far wxgtk3 doesn't support gtkprint or gnomeprint

2011-08-08 01:19 JC, revision 68587

Added anybutton.cpp/anybutton.h

2011-08-07 21:31 VZ, revision 68586

Use 0 instead of NULL to avoid g++ warning. g++ (usefully) warns when assigning NULL to a non-pointer in wxGDIPlusRenderer. Just use 0 instead of NULL to avoid the warning.

2011-08-07 20:32 JC, revision 68585

Still use gtk2 drawing function to draw the size grip of statusbar. gtk3.0 equivalent function needs more effort to make it right

2011-08-07 20:19 JC, revision 68584

Added a Perl script to generate Makefile for samples supporting 'make -j8', i.e. concurrent make. See the comment in the code for more details

2011-08-07 19:29 VS, revision 68583

Use ChangeCurrentRow() in wxDataViewMainWindow::ItemDeleted().

2011-08-07 19:29 VS, revision 68582

Clean up wxDataViewMainWindow::ItemDeleted() a bit. Reuse shared code instead of duplicating it. No real changes.

2011-08-07 19:29 VS, revision 68581

wxDataViewSelection private type doesn't need to be exported.

2011-08-07 19:29 VS, revision 68580

Remove unused ItemList type from datavgen.cpp.

2011-08-07 17:32 PC, revision 68579

fix another use of GtkFixedChild

2011-08-07 11:24 SJL, revision 68578

Remove some out of date comments.

2011-08-07 11:19 SJL, revision 68577

Remove the WebView - wxWebViewWebKit map as our policy delegates already held a pointer to the control.

2011-08-07 10:51 JC, revision 68576

Fixed a GTK+ size_allocate bug. samples/minimal is working OK now

2011-08-07 01:02 JC, revision 68575

wxaui can be built

2011-08-06 21:37 JC, revision 68574

Moved files in src/gtk3 to src/gtk in order to browse easily in vim. They might be moved back in future

2011-08-06 15:55 SJL, revision 68573

Remove old WXCOCOA code.

2011-08-06 15:32 SJL, revision 68572

Implement GetSelectedSource for the OSX WebKit backend.

2011-08-06 14:58 SJL, revision 68571

Implement SelectAll for OSX WebKit.

2011-08-06 14:48 SJL, revision 68570

Implement GetPageText for the OSX WebKit implementation.

2011-08-06 14:20 SJL, revision 68569

Implement ClearSelection for the OSX WebKit backend.

2011-08-06 13:38 TIK, revision 68568

Handle positional printf arguments. Fixes #10965.

2011-08-06 09:15 JC, revision 68567

Migrated window resize grip drawing function from gtk2.0 to gtk3.0

2011-08-06 07:55 JC, revision 68566

Picked up the latest updates from trunk

2011-08-06 07:38 JC, revision 68565

Picked up the latest updates from trunk

2011-08-05 21:12 SJL, revision 68564

Remove string conversion functions and use the wx provided ones.

2011-08-05 21:02 VZ, revision 68563

Implement wxFileType::GetOpenCommand() in wxOSX. This method used to work in 2.8 but was unimplemented in 2.9. Restore more or less the old implementation using the data that we already have in wxMimeTypesManager anyhow.

2011-08-05 20:58 SJL, revision 68562

Remove redundant InternalLoadURL method.

2011-08-05 20:41 SJL, revision 68561

Remove now unnecessary comment.

2011-08-05 20:23 SJL, revision 68560

Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the page title.

2011-08-05 18:40 SJL, revision 68559

Implement GetBackwardHistory, GetForwardHistory and LoadHistoryItem for OSX WebKit.

2011-08-05 17:37 SJL, revision 68558

Implement ClearHistory using the built in WebBackForwardList rather than a shared WebHistory on OSX.

2011-08-05 15:56 SJL, revision 68557

Add a WebHistory to the OSX WebKit backend and implement ClearHistory.

2011-08-05 15:25 SJL, revision 68556

Remove now unused GetSelection from the OSX WebKit backend.

2011-08-05 15:17 SJL, revision 68555

Add undo / redo support to OSX WebKit.

2011-08-05 11:06 SJL, revision 68554

Add support for loading resources in custom schemes for the WebKitGTK+ backend.

2011-08-05 01:50 LV, revision 68553

wxNavigationCtrl wxiOS tests

2011-08-05 01:49 LV, revision 68552

wxNotebook support for non-system tabs

2011-08-05 01:49 LV, revision 68551

wxNotebook wxiOS InsertPage, DeletePage, DeleteAllPages tests

2011-08-05 01:48 LV, revision 68550

Increased wxiOS tests logging level

2011-08-05 00:53 VZ, revision 68537

Add support for wxHELP button to wxMessageDialog. Implement support for wxHELP for wxMSW, wxGTK and wxOSX/Cocoa (at least when showing the message box from the main thread, there doesn't seem to be any way to show more than three buttons with CFUserNotificationDisplayAlert() so "Help" button is not supported when using it). This is useful not only on its own, i.e. to allow the user to ask for help, but also because it brings the total number of buttons supported by the message dialog to 4, meaning that more choices can be offered to the user (which is rarely, but not quite never, useful).

2011-08-04 20:46 SJL, revision 68523

Add documentation for virtual file system support in wxWebView.

2011-08-04 18:12 VZ, revision 68522

Add missing header for minimalistic builds not using PCH. wxWindow might not be fully declared in dcbase.cpp but we need its full declaration for wxDCImpl::InheritAttributes() so explicitly include wx/window.h -- while this is usually already included from somewhere else it might not be in minimal builds with a lot of features disabled. Closes #13380.

2011-08-04 18:12 VZ, revision 68521

Compilation fixes for wxUSE_GEOMETRY==0 build. Add missing wxUSE_GEOMETRY checks to wxAffineMatrix2D-related code. Closes #13379.

2011-08-04 18:12 VZ, revision 68520

Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW compilation. wxFindWindowAtPoint() only returns wxWindowMSW, not the derived wxWindow, in wxUniv build so assign its return value to wxWindowMSW to avoid compilation problems in it. Closes #12534.

2011-08-04 15:19 VZ, revision 68519

Avoid unwanted line break in wxDataViewListModel::GetCount() docs. Using "i.e." in the brief Doxygen comment makes it end it after the second period and results in truncated brief description and an unwanted line break in the full description. Just avoid using periods for now inside the brief description. Maybe a better solution could be found in the future.

2011-08-04 14:31 JS, revision 68518

Added Page Break control to spacing page

2011-08-04 14:31 JS, revision 68517

Added Page Break control to spacing page

2011-08-04 10:54 SJL, revision 68516

Update wxWebFileHandler to handle paths with fragments correctly, some backends pass this to the handler and some don't so we strip it if necessary.

2011-08-04 10:30 SJL, revision 68515

Fix recursion problems when loading pages from a virtual file system using the WebKitGTK+ backend. Navigating through pages in an archive now works correctly.

2011-08-04 02:49 LV, revision 68514

Some wxNotebook tests

2011-08-04 02:49 LV, revision 68513

wxTableCell checks for bitmap validity

2011-08-04 02:49 LV, revision 68512

Most UIButtons stopped showing themselves, sizeToFit reports (0; 0)

2011-08-03 20:51 SJL, revision 68509

Rename wxWebFileHandler name from test to file.

2011-08-03 20:31 SJL, revision 68507

Rework IE virtual file system support to use new syntax. Remove now unused code for resolving links ourselves, we can let the backend resolves them itself.

2011-08-03 17:46 JS, revision 68506

Return sensible major and minor version numbers for Mac OS X

2011-08-03 13:41 JS, revision 68505

Outline and line spacing can now be reset via the UI; format dialog layout improvements

2011-08-03 13:40 JS, revision 68504

Outline and line spacing can now be reset via the UI; format dialog layout improvements

2011-08-03 11:29 SJL, revision 68503

Initial work on virtual file system support for the WebKitGTK+ backend. It now supports loading single pages from the VFS system.

2011-08-03 02:45 VZ, revision 68502

Fix bug with TAB being able to switch focus between MDI frames. The keyboard navigation code correctly checked that TAB was not propagated above the TLW containing the window in which the key was pressed to avoid switching focus between different TLWs by pressing TAB. However wxMDIChildFrame is not a TLW and so it was possible to switch focus between two different MDI child frames by pressing TAB. This was unexpected and counterintuitive, especially because the frame receiving focus was not even activated (which might be another bug). Fix this by adding a new wxWindow::IsTopNavigationDomain() virtual method that can be overridden to indicate that a window is a self-contained "keyboard navigation domain" and that keyboard events shouldn't propagate outside of it and override it in both wxTopLevelWindow and wxMDIChildFrame to ensure that it behaves correctly.

2011-08-03 02:45 VZ, revision 68501

No real changes, just rename a variable. "focussed" spelling is unusual and inconsistent with "focused" used in many other places in the same file, so renamed "focussed_child_of_parent" and also use standard camelCase naming convention for it.

2011-08-02 22:23 RD, revision 68495

If -1 is passed to InsertItem for the imageIndex then don't set wxLIST_MASK_IMAGE

2011-08-02 21:49 RD, revision 68494

Initialize the native printer info for ConvertFromNative if it hasn't been done already.

2011-08-02 21:46 VZ, revision 68493

Don't un-maximize the window when Iconize(false) is called in wxMSW. Calling Iconize(false) on a maximized window restored it to its normal state instead of doing nothing as expected. Return immediately from Iconize() if the requested state is already the current one to avoid it. Closes #13373.

2011-08-02 21:46 VZ, revision 68492

Fix wxSocket::WaitForAccept() in blocking mode. When wxSocket::WaitForAccept() was called from another thread or on a socket with wxSOCKET_BLOCK flag it didn't work because it called wxSocketImpl::Select() with wxSOCKET_CONNECTION_FLAG which was only handled for the client sockets in this function. Handle it now for the server ones too, this should allow blocking server sockets to work again. Closes #12836.

2011-08-02 21:46 VZ, revision 68491

Remove documentation of non-existent wxTextAttr::CreateFont(). This method doesn't exist (only GetFont() does), so don't document it. Closes #13372.

2011-08-02 21:41 RD, revision 68490

Revert r68416 which should not have been committed to this tag.

2011-08-02 16:43 JS, revision 68489

Added semicolon needed by MSVC++ 6

2011-08-02 11:44 SJL, revision 68488

Implement HasSelection for the OSX WebKit backend.

2011-08-02 11:21 SJL, revision 68487

Add EnableHistory support to the OSX WebKit backend.

2011-08-01 19:57 SJL, revision 68485

Fix warnings for the OSX WebKit backend.

2011-08-01 19:41 SJL, revision 68484

Fix compilation for OSX backend.

2011-08-01 17:49 SJL, revision 68483

Add missing wxRTTI macros and fix incorrect ones.

2011-08-01 16:05 SJL, revision 68482

Hide the infobar in the sample if we start navigating to another page.

2011-08-01 15:20 SJL, revision 68481

Fix remaining warnings in ie backend.

2011-08-01 15:09 SJL, revision 68480

Fix all the unused variable warnings in the sample.

2011-08-01 14:54 SJL, revision 68479

Make web sample XPMs const to fix compiler warnings on gcc.

2011-08-01 14:35 SJL, revision 68478

Fix a couple of warning that crept back into the GTK backend.

2011-08-01 12:10 SJL, revision 68477

Add missing lines to setup.h.in. This properly fixes compilation under configure based environments. Also update the include guards for the wxWebHistoryItem files.

2011-07-31 17:37 SJL, revision 68474

Rework the GTK WebKit backend history to remove the need for the map between wxWebHistoryItems and WebKitWebHistoryItems.

2011-07-31 16:06 SJL, revision 68473

Split wxWebHistoryItem headers out into separate files for each backend. This will allow us to dramatically reduce the amount of code in the GTK history implementation and implement it and OSX history support more cleanly.

2011-07-31 15:25 VS, revision 68472

Silence Clang warning about numeric_limits<> specialization. libstdc++ (which is used by Clang) defines numeric_limits<> as a struct and Clang issues a warning about our specialization that uses 'class'. As libstdc++ developers have no intention of fixing this, silence the Clang warning by using 'struct' for it.

2011-07-31 15:25 VS, revision 68471

Disable symbols visibility support for the Clang compiler. Even Clang++ shipped with Xcode 4.1 still can't handle visibility of non-inline methods in exported template classes if the default visibility is 'hidden'. Disable visibility support for Clang for now, we'll revisit it in the future.

2011-07-31 14:19 VZ, revision 68470

Correct typo in wxArray::insert() fix of r68468. A wrong variable was mistakenly used. Closes #13371.

2011-07-31 12:50 SJL, revision 68469

Simplify the wxWebFileHandler code by using a map to store the query string and manipulate it.

2011-07-31 01:38 VZ, revision 68468

Fix crash in wxArray::insert() overload taking iterator range. The iterator passed as argument could be invalidated by the function itself, update it before using it. Closes #13371.

2011-07-30 23:54 VZ, revision 68467

Generate events with WXK_NONE Unicode keys for non-characters in wxOSX. The keyboard keys not corresponding to real characters, such as cursor arrows or function keys, must generate wxKeyEvents with WXK_NONE as Unicode key code to make it possible to distinguish them from the printable characters but wxOSX generated events with valid Unicode key codes for them instead. Avoid this by excluding Unicode key codes corresponding to code points in the Unicode private use area: while this doesn't seem to be documented anywhere, all non-printable characters seem to have their Unicode representation inside it. This change brings wxOSX keyboard event generation in line with the other ports and, as a side effect, also closes #12423.

2011-07-30 23:54 VZ, revision 68466

Avoid bogus focus loss event when wxTextCtrl is modified in wxOSX. A wxEVT_KILL_FOCUS event was generated when wxTextCtrl::WriteText() was called in wxOSX, even though the control didn't lose focus at all in this case. This was completely unexpected and thoroughly confused wxGrid code which closed the in place editor immediately after showing it because of this (this was perhaps only the case since r68319 but the changes there were correct so they only masked the real bug). Avoid this bogus event by remembering the NSView currently being programmatically modified and not doing anything in textDidEndEditing notification if it is generated for this view.

2011-07-30 23:54 VZ, revision 68465

Improve wxTextCtrl::GetNumberOfLines() unit test and documentation. First, enable execution of the Lines() wxTextCtrl unit test case under wxOSX as it passes since the fix in the previous commit. Do add a test for GetNumberOfLines() that currently doesn't work in the same way under all platforms -- but with this test we at least can be sure how does it work exactly where. Also mention the current discrepancy in this function behaviour in the documentation. See #12366. Fix Lines() wxTextCtrl unit test to pass under wxGTK too.

2011-07-30 23:54 VZ, revision 68464

Fix off by one error in wxTextCtrl::GetLineLength() in wxOSX. The trailing new line shouldn't be counted in the line length.

2011-07-30 23:54 VZ, revision 68463

Fix stock accelerators handling in wxOSX. No modifiers were used for stock accelerators, i.e. Append(wxID_NEW) resulted in an item with the label "New" and plain "N" as accelerator in wxOSX. This was due to wxACCEL_CMD not being handled in wxAcceleratorEntry::ToString() so map it to the same prefix as wxACCEL_CTRL there, this is enough to make the accelerators work even though it's not clear whether this is really the best thing to do or if we should use a separate "Cmd+" prefix for it (and recognize it in Parse() too then) as otherwise it's unclear why do we have wxACCEL_CMD at all, it just seems to be treated identically to wxACCEL_CTRL everywhere.

2011-07-30 19:40 VZ, revision 68462

Emphasize that wxStandardPaths must not be created directly. wxStandardPaths::Get() must be used instead as the correct object to use might have a different type. See #11239.

2011-07-30 16:22 SJL, revision 68461

Overhaul wxWebHandler naming to try and make it consistent with the rest of wxWidgets. Split wxWebFileHandler into its own file.

2011-07-30 13:30 VZ, revision 68460

Get rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST macro. Replace it with wxWindowWithItems<> template class which takes care of disambiguating between the two inherited Get/SetClientXXX() versions and use it as a base class in all clases that previously used the macro.

2011-07-30 13:30 VZ, revision 68459

Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox. Use wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST for wxOSX/Cocoa too, not only for wxOSX/Carbon. This macro adds methods to explicitly disambiguate between the two inherited versions of each GetClientXXX() method, the one from wxItemContainer and the other one from wxEvtHandler. Closes #11637.

2011-07-30 13:26 SJL, revision 68458

Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event. Implement for all backends, extend the sample to demonstrate it and document. Also update some copyright notices.

2011-07-29 17:11 VZ, revision 68450

Add wxTextCtrl::PositionToCoords() functions for wxMSW and wxGTK. The new method allows to find the coordinates in pixels of the given character in a text control. Closes #13221.

2011-07-29 12:33 SJL, revision 68449

Add CombineURIs implementation for wxWebFileProtocolHandler. Update the IE backend to use it. Using the IE backend navigating through zip archives is now functional, including loading resources and links.

2011-07-28 19:22 PC, revision 68448

fix child allocations in size_allocate: can't use GtkFixedChild

2011-07-28 18:58 SJL, revision 68447

Tidy up the include guards for the various wxWebView header files.

2011-07-28 18:49 SJL, revision 68446

Move the wxWebFileProtocolHandler from the IE backend to the common source, add the RegisterProtocol method to all classes (as a stub in GTK and OSX). Register the file protocol handler in the sample for testing purposes.

2011-07-28 18:08 SJL, revision 68445

Initial implementation of wxWebProtocolHandler and wxWebFileProtocolHandler for the IE backend. This allows browsing of local files and files in zip archives when using a query string which specifies the protocol and path.

2011-07-28 07:35 PC, revision 68444

configuration and build fixes

2011-07-28 05:26 JC, revision 68443

Fixed a minor bug

2011-07-28 01:19 LV, revision 68442

wxMobile test(ing) project, created in order to make sure all features work on wxiOS

2011-07-28 01:19 LV, revision 68441

wxButton, wxTableCtrl fixes to support properties

2011-07-28 01:19 LV, revision 68440

Enforced GCC 4.2 on Xcode mobile projects

2011-07-27 14:35 JS, revision 68438

Compile fix

2011-07-26 23:37 VZ, revision 68437

Mention wxGTK wxAnimation implementation limitations in the docs. The native GTK implementation doesn't provide information about the frames count nor access to individual frames. See #13365.

2011-07-26 21:41 JC, revision 68435

Made wxgtk3 can also be built with gtk2

2011-07-26 19:43 JC, revision 68434

Removed unnecessary #ifdef

2011-07-26 18:41 JC, revision 68433

Merged to the trunk head

2011-07-26 18:11 SJL, revision 68432

Very basic implementation of IInternetProtocolInfo, this will allow us to correctly parse links in virtual file systems.

2011-07-26 17:34 JC, revision 68431

Merged to the trunk head

2011-07-26 17:23 JC, revision 68430

Merged to the trunk head

2011-07-26 15:45 SJL, revision 68429

Add a couple of missing forward declarations.

2011-07-26 15:14 SJL, revision 68428

We always let the user handle new window events so set the policy appropriately in the WebViewGTK+ backend.

2011-07-26 13:44 SJL, revision 68427

Fix compilation errors under OSX.

2011-07-26 13:31 VZ, revision 68426

Compilation fix: include wx/event.h from wx/containr.h. We now need wxEVT_XXX constants declarations in this file (at least when not wxHAS_NATIVE_TAB_TRAVERSAL) so include wx/event.h to fix PCH-less build of wxOSX.

2011-07-26 09:51 JC, revision 68425

Updated version number to 2.9.3. More src merges will be needed to catch up the head

2011-07-26 09:35 JC, revision 68424

Merged to the trunk head

2011-07-26 09:24 JC, revision 68423

Merged to the trunk head

2011-07-26 09:13 JC, revision 68422

samples/drawing compiled with wxgtk3

2011-07-26 01:31 DS, revision 68421

Fixed wxOSX-Cocoa compilation. OS X' wxComboBox::Init does not exist anymore since r68366 but an implementation still was present in combobox_osx.cpp which is used in Cocoa compilation. Removed the function.

2011-07-26 00:31 DS, revision 68420

Fixed containr.h compilation with gcc. At least apple-gcc 4.0 and 4.2 gave a compilation error on the three Connect calls in containr.h, insisting (unless using -fpermissive) on a declaration of Connect because there are no arguments to it that depend on a template parameter. Fixed by prepending BaseWindowClass to the Connect calls. Regression since r68363.

2011-07-25 20:57 RD, revision 68416

Initialize the native printer info for ConvertFromNative if it hasn't been done already.

2011-07-25 19:14 JC, revision 68403
  • D /wxWidgets/branches/SOC2011_GTK3/include/wx/gtk/dcclient_gtk2.h
  • D /wxWidgets/branches/SOC2011_GTK3/include/wx/gtk/dcmemory_gtk2.h
  • D /wxWidgets/branches/SOC2011_GTK3/include/wx/gtk/dcscreen_gtk2.h

Removed duplicated files

2011-07-25 18:54 SJL, revision 68402

Merge in from trunk r67662 to r64801

2011-07-25 17:43 SJL, revision 68401

Fix warnings in the MSW IE backend.

2011-07-25 17:19 SJL, revision 68400

We no longer need to veto the new window event in the sample as the behaviour has been unified across the ports.

2011-07-25 17:10 SJL, revision 68399

Link to urlmon from wxWeb to fix the compilation errors as we use CoInternetGetSession.

2011-07-25 16:30 SJL, revision 68398

Rename GetHref to GetURL in wxWebNavigationEvent, this brings it into line with the other functions in wxWebView.

2011-07-25 15:55 SJL, revision 68397

Add support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKit backend.

2011-07-25 15:37 SJL, revision 68396

Clarify what GetTarget actually returns in wxWebNavigationEvent.

2011-07-25 15:23 SJL, revision 68395

Update handling and documentation for new window events. Clarify that you must handle the event if you require an action, the default is for nothing to happen.

2011-07-25 12:46 SJL, revision 68394

Remove some now unused history variables.

2011-07-25 09:43 JC, revision 68393
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/dc.cpp

Removed unnecessary files

2011-07-25 09:33 JC, revision 68392
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/gnome
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/hildon

Removed unnecessary files

2011-07-25 09:32 JC, revision 68391
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/dnd.cpp

Removed unnecessary file

2011-07-25 09:27 JC, revision 68390

Merged more files from src/gtk3 to src/gtk

2011-07-25 08:32 JC, revision 68389
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/dataobj.cpp
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/evtloop.cpp

Merged evtloop.cpp from src/gtk3 to src/gtk

2011-07-25 08:13 JC, revision 68388
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/bdiag.xbm
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/cdiag.xbm
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/cross.xbm
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/fdiag.xbm
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/horiz.xbm
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/verti.xbm

Removed duplicated image files

2011-07-25 08:07 JC, revision 68387

Merged win_gtk.cpp from src/gtk3 to src/gtk

2011-07-25 08:06 JC, revision 68386
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/win_gtk.cpp.old

Merged win_gtk.cpp from src/gtk3 to src/gtk

2011-07-25 08:06 JC, revision 68385

Merged win_gtk.cpp from src/gtk3 to src/gtk

2011-07-25 07:59 JC, revision 68384
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/menu.cpp

menu.cpp has been merged to src/gtk

2011-07-25 07:49 JC, revision 68383
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/renderer.cpp.old

renderer.cpp is not needed in src/gtk3

2011-07-25 07:48 JC, revision 68382

renderer.cpp is not needed in src/gtk3

2011-07-25 07:00 JC, revision 68381
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/minifram.cpp.old

minifram.cpp is not needed in src/gtk3

2011-07-25 07:00 JC, revision 68380

minifram.cpp is not needed in src/gtk3

2011-07-25 06:26 JC, revision 68379
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/glcanvas.cpp

glcanvas.cpp is not needed in src/gtk3

2011-07-25 06:19 JC, revision 68378
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/private.cpp.old

Removed unnecessary src/gtk3/private.cpp

2011-07-25 06:18 JC, revision 68377

Merged src/gtk3/private.cpp to src/gtk/private.cpp

2011-07-25 05:51 JC, revision 68376
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/descrip.mms
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/eggtrayicon.c
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/eggtrayicon.h
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/taskbar.cpp

Removed unnecessary files in src/gtk3

2011-07-25 03:10 JC, revision 68375

Merged settings.cpp from src/gtk3 to src/gtk

2011-07-25 03:10 JC, revision 68374
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/settings.cpp.old

Removed unnecessary file settings.cpp.old

2011-07-25 03:09 JC, revision 68373

Merged settings.cpp from src/gtk3 to src/gtk

2011-07-25 02:56 JC, revision 68372
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/clipbrd.cpp.old

Removed unnecessary file clipbrd.cpp.old

2011-07-25 02:55 JC, revision 68371

Merged clipbrd.cpp from src/gtk3 to src/gtk

2011-07-25 02:40 JC, revision 68370
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/cursor.cpp.old

Removed unnecessary file cursor.cpp.old

2011-07-25 02:40 JC, revision 68369

Merged cursor.cpp from src/gtk3 to src/gtk

2011-07-25 00:19 VZ, revision 68368

No changes, just remove unnecessary wxPickerBase::OnSize(). This method did the same thing as the base wxWindow class event handler. Also remove wxPickerBase event table which became empty after removing this method.

2011-07-25 00:19 VZ, revision 68367

Exclude windows not accepting keyboard focus from GTK focus chain. For some reason the test for AcceptsFocusFromKeyboard() wasn't done in the correct place when constructing the GTK focus chain and even windows returning false from it were still added to it. Do not do this any more, this prevents the windows which are really not meant to be focusable from keyboard (such as the pseudo-buttons in the generic implementation of wxSearchCtrl) from gaining focus unexpectedly. See #12808.

2011-07-25 00:19 VZ, revision 68366

Replace wxControlContainer-related macros with wxNavigationEnabled<>. Simply inherit classes which need to provide TAB navigation among their children from wxNavigationEnabled<> and remove the now unnecessary WX_DECLARE_CONTROL_CONTAINER() macros. Also remove WX_INIT_CONTROL_CONTAINER(), WX_DELEGATE_TO_CONTROL_CONTAINER() and WX_EVENT_TABLE_CONTROL_CONTAINER() which are not needed neither any more. And remove the event tables which became empty after removing the last macro.

2011-07-25 00:19 VZ, revision 68365

Don't give focus to wxSearchButton when using keyboard navigation. The search control buttons don't show that they have focus and are not meant to have it anyhow as they are more control decorations than real buttons and their functionality can be activated by pressing "Enter" or "Escape" already from the keyboard. But giving it to them made TAB behave unexpectedly and wrongly when wxSearchCtrl had focus. Override AcceptsFocusFromKeyboard() to return false to correct this. See #12808.

2011-07-25 00:19 VZ, revision 68364

Use wxNavigationEnabled<> for keyboard navigation in generic wxSearchCtrl. Derive generic wxSearchCtrl implementation from wxNavigationEnabled<> to ensure that TAB navigation works correctly in it. While it did work before for search controls without wxTE_PROCESS_ENTER style (because this wasn't handled by this control itself at all in fact), it stopped working as soon as this style was used in wxMSW because then the navigation was implemented by manually calling wxWindow::Navigate() and this requires wxControlContainer support. Use wxNavigationEnabled<> to easily add it to wxSearchCtrl. See #12808.

2011-07-25 00:19 VZ, revision 68363

Add wxNavigationEnabled<> helper for implementing TAB navigation. Provide a clean, public and documented way to implement proper TAB navigation for subwindows of a composite control: instead of using various ugly and never documented WX_XXX_CONTROL_CONTAINER macros it is now enough to simply inherit from wxNavigationEnabled<BaseClass> to do it. No real changes in the code as the new class is not used anywhere yet.

2011-07-24 22:52 JC, revision 68360
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/bitmap.cpp

Removed surplus backup files

2011-07-24 22:51 JC, revision 68359
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/pen.cpp.old

Removed surplus backup files

2011-07-24 22:50 JC, revision 68358
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/brush.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/colour.cpp.old

Removed surplus backup files

2011-07-24 22:39 JC, revision 68357

Fixed bugs in colour.cpp and cursor.cpp

2011-07-24 12:50 VZ, revision 68351

Ignore WM_CLOSE generated by wxMSW edit control when Escape is pressed. Multiline edit control posts WM_CLOSE to its parent window when Escape key is pressed inside it for some reason. This is unwanted as it totally bypasses our logic for only closing the dialog when Escape is pressed if there is a Cancel-like button in it, so suppress this behaviour by not letting the edit control to get Escape at all. Closes #12501.

2011-07-23 21:36 VZ, revision 68345

Mention that pages can't be added to wxBookCtrl more than once. Apparently some people expect this to work although it's really not meant to. See #13209.

2011-07-23 21:36 VZ, revision 68344

Don't try to pop from an empty stack in wxGDIPlusContext::PopState(). Using PopState() without a previous PushState() is an error but it shouldn't result in a crash, so add an assert guarding against it. Closes #13197.

2011-07-23 14:01 VZ, revision 68339

Remove mentions of wxCommandEvent from wxThreadEvent documentation. wxThreadEvent doesn't derive from wxCommandEvent any more so don't say that it does. Also fix some grammar/wording. Closes #13359.

2011-07-23 13:59 VZ, revision 68338

Don't create an unnecessary extra button in wxMSW wxProgressDialog. MSWCommonTaskDialogInit() now (probably since r67620) always creates a IDCANCEL button so don't create another one in wxProgressDialog code, just ensure that the one created by that function has the correct label (either "Cancel" or "Close"). Closes #13358.

2011-07-22 18:53 VZ, revision 68337

Set wxDidCreatePaintDC to true even if we reused a cached wxPaintDC. Reusing a cached wxPaintDC should count as painting the window, otherwise we could call DefWindowProc(WM_PAINT) if WM_PAINT was generated from inside EVT_PAINT handler (e.g. by calling wxWindow::Update()) and this validated the entire window and no painting was really done. In particular this fixes redrawing of wxStyledTextCtrl which does call Update() (completely unnecessarily AFAICS) from its EVT_PAINT handler when it wants to fully refresh itself. Closes #13345.

2011-07-22 18:32 VZ, revision 68336

Increased the version to 2.9.3. Simply ran misc/scripts/inc_release and changed build/bakefiles/version.bkl and rebaked everything afterwards.

2011-07-22 18:31 VZ, revision 68335

Update the files changed by the version number increment script. src/wxWindows.xcodeproj doesn't exist any more so remove it but add build/tools/bld_chm_exe.bat and samples/minimal/Info*.plist files.

2011-07-22 18:16 VZ, revision 68334

Added customizable wxDocManager::OnMRUFileNotExist() virtual method. This method can be overridden to customize the previously hard-coded handling of the case when a file selected from the MRU menu doesn't exist any more: we used to always remove it from the file history completely. This may, however, be inappropriate and, in fact, probably never, or very rarely, is the right thing to do when the file that we failed to open still exists. So never remove the file from the MRU if we failed to open an existing file (also don't give an error about it as it should have been already given by CreateDocument()) and, while we still do it for the non-existent files, allow to override this behaviour by overriding the new OnMRUFileNotExist() method.

2011-07-22 18:16 VZ, revision 68333

Several corrections to wxDocManager fields documentation. Remove non-existent wxDocManager::m_flags. Added correct m_lastDirectory declaration to go with its documentation instead of the duplicated m_fileHistory documentation. Better document the default m_maxDocsOpen value. Put all the documented fields in protected section as they're really protected and not public.

2011-07-22 18:16 VZ, revision 68332

Save and restore file history in docview sample. Show how the file history can be saved to and restored from wxConfig. This makes it much easier to test file history related stuff as the history doesn't need to be recreated during every sample run. It is also closer to what real applications using docview framework do as the file history is relatively useless if it's not saved.

2011-07-22 18:16 VZ, revision 68331

Allow passing the error value to wxStreamBase::Reset(). It can be useful to induce an error on the stream explicitly, e.g. because an incorrect value was read from it and we want to indicate it to the caller by setting stream error to wxSTREAM_READ_ERROR. Allow to do this by passing an optional error value to wxStreamBase::Reset(). Add an example of using the new functionality to the docview sample which needs it to be able to signal errors while reading the files. Also document this method that previously wasn't documented at all.

2011-07-22 15:08 JS, revision 68330

Fixed Replace() to use the passed range instead of current selection

2011-07-22 15:07 JS, revision 68329

Fixed Replace() to use the passed range instead of current selection

2011-07-22 14:49 VZ, revision 68328

Don't pass spin text control messages processed at wx level to Windows. Windows messages handled at wx level shouldn't be processed again at Windows level but we always passed the events forwarded by spin control "buddy" text window to its default window proc as we had no way to determine whether they were really handled or not. Now we do have a way to do, by using the newly added MSWHandleMessage(), so only pass the messages to default window proc if they hadn't been handled already. This notably suppresses the annoying beep which happened if Enter key was pressed in a wxSpinCtrl with wxTE_PROCESS_ENTER style (as used by the corresponding wxDataViewCtrl renderer, for example). It probably corrects some other bugs/discrepancies with the other ports in event handling in wxSpinCtrl too.

2011-07-22 14:49 VZ, revision 68327

Refactor wxWindow::MSWHandleMessage() out from MSWWindowProc(). This commit just refactors the code without changing anything in its behaviour and will be followed by the real changes in the next one. The new function just handles the message, without calling MSWDefWindowProc() if it wasn't handled. This allows to call it and determine whether the message was really handled and only continue processing it if it wasn't. Notice that while in theory this shouldn't be necessary because the return value of MSWWindowProc() should indicate whether the message was handled or not (0 meaning that it was, for most messages), in practice it doesn't work because many standard controls window procs return 0 even for message they do nothing with, e.g. "up down" control always returns 0 for WM_CHAR messages even it it only really handles the arrow keys.

2011-07-22 14:31 SJL, revision 68326

Implement basic support for virtual file systems for the ie backend. Registering a temporary namespace allows us to use the existing wxFileSystem work to load virtual files.

2011-07-22 11:34 SJL, revision 68325

Replace define for OLECMDID_OPTICAL_ZOOM with an enum to avoid errors in compilers that define it as such.

2011-07-21 15:50 VZ, revision 68324

Fix double deletion bug in wxGTK wxDVC dnd code. The row_draggable callback could blithely delete m_dragDataObject twice as it didn't reset it to NULL after deleting it the first time. Then, if the object wasn't changed in the meanwhile, e.g. because dragging was not allowed for this item, it tried to do it again when called the next time resulting in a crash. Closes #12538.

2011-07-21 15:50 VZ, revision 68323

Fix the alignment used by custom wxDVC renderers in wxGTK by default. Correctly initialize the alignment used by the text renderer used by wxDataViewCustomRenderer in wxGTK implementation of wxDataViewCtrl. Closes #12298.

2011-07-21 15:50 VZ, revision 68322

Send wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED for generic version too. Send this event when the column used for sorting changed in the generic implementation of wxDataViewCtrl too. Closes #13005.

2011-07-21 15:50 VZ, revision 68321

Fix drawing of expander columns not at 0 position in generic wxDVC. The drawing code in the generic version of wxDataViewCtrl incorrectly supposed that the expander column was always at position 0. This resulted in the expander column not being drawn at all if it was not really the first one. Fix the test to use wxDataViewCtrl::GetExpanderColumn() to correct this. Closes #12870.

2011-07-21 15:50 VZ, revision 68320

Correct test for maximal row index in generic wxDataViewCtrl. The comparison in EVT_CHAR handler was incorrect for an empty control without any rows as it subtracting 1 from 0 resulted in UINT_MAX and not -1 as all the values were unsigned. Fix this by checking that the new row is valid instead, this is correct for both signed and unsigned values. Closes #13356.

2011-07-21 15:50 VZ, revision 68319

Never restore focus to hidden child. Don't set focus to a hidden window in our focus management code, this never makes sense and results in apparent focus loss. It also fixes, as a side effect, a crash in wxGrid under wxMSW as the focus is not restored to the hidden grid editor any longer and so the code in its wxEVT_KILL_FOCUS handler that resulted in the crash is not executed any longer, see #13349.

2011-07-21 15:50 VZ, revision 68318

Allow marking wxTreeBook nodes to expand initially in XRC. Add new "expanded" attribute for XRC nodes of treebookpage class. Also update the sample and the XRC format documentation. Closes #13355.

2011-07-21 15:49 VZ, revision 68317

Make wxEnhMetaFileDC ctor from wxDC explicit. This avoids implicit conversion of any kind of wxDC to wxEnhMetaFileDC which is totally unexpected. See #13326.

2011-07-21 15:49 VZ, revision 68316

Fix parsing of negated long options in wxCmdLineParser. Negated long options were not recognized in wxCmdLineParser::Parse(), do check for them now. Also extend the unit test to check for negated options. Closes #13335.

2011-07-21 15:49 VZ, revision 68315

Reset negatable switches correctly in wxCmdLineParser::Reset(). The "negated" flag of wxCmdLineOption struct was not reset by Reset() so parsing a command line with a negatable option once influenced the result of parsing it the next time because the old value was kept. Do clear it now to allow calling Parse() several times without side effects.

2011-07-20 18:23 JS, revision 68314

No longer ignores first-line indent if no left indent specified

2011-07-20 18:23 JS, revision 68313

No longer ignores first-line indent if no left indent specified

2011-07-20 18:21 JS, revision 68312

Forgotten commit

2011-07-20 13:41 VZ, revision 68311

Don't use template member function in drawing sample to placate VC6. VC6 can't instantiate member template functions so get rid of it and use ugly dynamic casts in the non-template function to construct wxGCDC correctly. See #13327.

2011-07-20 08:36 SC, revision 68310

fixes redraw problems under OSX, see #13345

2011-07-20 00:36 VZ, revision 68309

Fix harmless gcc warning about uninitialized mask in PNG saving code. The mask was actually only used when it was initialized (or, conversely, the mask was always initialized when it was used) but gcc doesn't seem to notice this and still warns that mask components "may be used uninitialized in this function". Suppress the warnings by always initializing the mask, even if we don't use it. Closes #13333.

2011-07-20 00:35 VZ, revision 68308

Refresh the old current row when right clicking in wxDataViewCtrl. the generic implementation of wxDataViewCtrl left the old current still focused after selecting another row as current when it was right clicked. Fix this by refreshing the previously current row after unfocusing it. Closes #13330.

2011-07-20 00:35 VZ, revision 68307

Add wxDataViewEvent::IsEditCancelled() and support for vetoing edit events. Currently this is only implemented in the generic wxDataViewCtrl, the native GTK/OSX ports should be modified to support this later. Closes #13323.

2011-07-20 00:35 VZ, revision 68306

Fix deleting columns in wxGridStringTable with custom column labels. We erroneously removed too many elements from m_colLabels array (basically we always removed all the elements remaining after this column, irrespectively of the actual number of columns to delete), fix this by removing at most the specified number of columns -- or possibly less if the array isn't entirely filled. See #13329.

2011-07-20 00:35 VZ, revision 68305

Allow saving the drawing sample canvas to a file or clipboard. This allows to test wxMemoryDC and, under MSW, wxMetafileDC and also can be used to compare the output of different versions of the sample (possibly from different ports, too). Closes #13327.

2011-07-20 00:35 VZ, revision 68304

Added wxGCDC(wxEnhMetaFileDC) ctor too. Make it possible to create wxGCDC associated with a metafile DC in wxMSW too. Closes #13326.

2011-07-20 00:35 VZ, revision 68303

Fix keyboard navigation in wxGrid with hidden columns. The hidden columns (i.e. those whose size was set to 0) should be skipped when find the previous/next column to select when the user presses Left/Right cursor arrow keys in wxGrid, otherwise the focus could completely disappear as it was invisible when it was set to a hidden column. Closes #13281.

2011-07-19 19:56 SC, revision 68302

doing WakeUp in osx_carbon differently for the main event as well

2011-07-19 18:17 SC, revision 68301

make sure we can issue a WakeUp call that really triggers at the NSRunLoop level not only only CFRunLoop

2011-07-19 12:56 SC, revision 68300

fixing width/height (were negative) thanks to Werner Smekal

2011-07-18 21:36 VZ, revision 68299

Fix memory leak in wxPanel::SetBackgroundBirmap() in wxMSW. The brush allocated for the bitmap was never freed, do free it in dtor.

2011-07-18 11:46 SJL, revision 68298

Make callback names consistent

2011-07-18 11:37 SJL, revision 68297

Use the newer and recommended callback for handling navigation requests in WebKitGTK+.

2011-07-16 14:13 JS, revision 68288

VC++ 6 fixes

2011-07-16 13:22 JS, revision 68287

Added makefile from Steven

2011-07-16 12:05 VS, revision 68286

Add support for column header images to wxListCtrl XRC handler. Fixes #13319 (patch).

2011-07-16 12:04 VS, revision 68285

Fix wxListCtrlXmlHandler so that it accepts icon with wxLC_LIST and wxLC_REPORT styles too. Fixes #13319 (patch).

2011-07-16 12:04 VS, revision 68284

Fix wxXmlResourceHandler::GetImageList() to use specified size. Fixes #13319 (patch).

2011-07-16 12:04 VS, revision 68283

Add check to prevent creation of element wxXmlNodes with content data. Just like in the DOM, only text, ctype etc. nodes have textual content, elements don't. See #13297.

2011-07-16 08:57 SC, revision 68282

proper guard for bitmap constructors

2011-07-16 08:57 SC, revision 68281

fixing typo

2011-07-16 00:58 VZ, revision 68280

Implement wxRegion::Equal() for wxOSX. As there doesn't seem to be any native functions for comparing HIShapes, compute their differences to find out if they are equal. Closes #13339.

2011-07-16 00:58 VZ, revision 68279

Ensure we don't modify a shared object in wxOSX wxRegion::DoOffset(). Call AllocExclusive() before modifying the object. Closes #13338.

2011-07-16 00:58 VZ, revision 68278

No real changes, just use AllocExclusive() in wxOSX wxRegion. Don't fiddle with the reference count manually, just use the base class function doing it instead.

2011-07-15 20:49 SJL, revision 68277

Remove some code that shouldn't be in the interface file.

2011-07-15 17:22 SJL, revision 68276

Send correct navigation events when using SetPage on the IE backend, they now mimic Webkit.

2011-07-15 14:38 SJL, revision 68275

Add RunScript and implement on all backends. Document and add a very simple unit test.

2011-07-15 11:36 SJL, revision 68274

Add ClearSelection for msw ie and gtk webkit, with a stub for osx webkit. Document and add to unit tests.

2011-07-15 01:40 LV, revision 68273

Minimal wxScrolledWindow implementation

2011-07-15 01:40 LV, revision 68272

wxNotebook prints out view hierarchy when tab is changed

2011-07-14 21:31 SJL, revision 68271

Fix all the unit tests for gtk, they now all pass on msw with the ie backend and gtk with the webkit backend.

2011-07-14 16:02 SJL, revision 68270

Add unit tests for zoom functions

2011-07-14 15:33 SJL, revision 68269

Yield after control creation to allow it to load the initial page.

2011-07-14 15:19 SJL, revision 68268

Update web units tests so that they compile after api change.

2011-07-14 15:05 SJL, revision 68267

Fix compiler warnings in the IE backend.

2011-07-14 14:53 SJL, revision 68266

Update the web sample to allow choosing between different types of zoom, text or layout.

2011-07-14 13:14 SJL, revision 68265

Implement CanSetZoomType correctly for the IE backend.

2011-07-14 11:58 SJL, revision 68264

Overhaul IE zoom functions to support both text and optical zoom.

2011-07-14 03:45 LV, revision 68262

Minimal wxActionSheetDialog (was: wxMoActionSheet), wxAlertSheetDialog (was: wxMoAlertSheet) implementations

2011-07-14 03:45 LV, revision 68261

Replaced wxSegmentedCtrl implementation with IMPLEMENT_DYNAMIC_CLASS

2011-07-14 03:45 LV, revision 68260

Actual wxListBox item count

2011-07-14 03:45 LV, revision 68259

Separated wxSlider iOS bits

2011-07-14 03:45 LV, revision 68258

Missing iOS implementation files in bakefile

2011-07-14 03:45 LV, revision 68257

wxNotebook iOS implementation exposed (so wxSheetDialog could use it for showing sheets)

2011-07-14 03:45 LV, revision 68256

Removed '#define ClassA SomewhatRelatedClassB'

2011-07-14 03:44 LV, revision 68255

No code signing for now

2011-07-13 21:26 BGC, revision 68252

Fixed memory leak and access violation when releasing storyboards

2011-07-13 19:46 BGC, revision 68251

Added support for animating size and visibility Added wxLogLastError where appropriate Removed duplicate code from wxUIAnimationMSW Fixed warnings C4100 and C4239 wxSTORYBOARD_REPEAT_FOREVER can now be used on MSW as well

2011-07-13 19:25 SJL, revision 68250

Add GetPageText to MSW IE and to GTK WebKit. Add stub for OSX and document.

2011-07-13 17:30 SJL, revision 68249

Rename GetSelectedHTML to GetSelectedSource, this brings it into line with GetPageSource, and also with its intended use.

2011-07-13 17:28 BGC, revision 68248

Fixed build with wxUSE_STD_DEFAULT 0

2011-07-13 16:45 BGC, revision 68247

Fixed typo in files.bkl

2011-07-13 15:20 VZ, revision 68246

Add animation library to the list of all libraries in presets. This is necessary for the animation sample bakefile to work. Also document the need to do this in the tech note explaining how to add new libraries.

2011-07-13 15:19 VZ, revision 68245

Add USE_ANIMATION build option to config.bkl file. This option was used by multilib.bkl but never defined, so running bakefile failed. Do add it and define its default value as 1 for the formats not supporting conditions, such as MSVC IDE. Also mention the need to do this in the tech note explaining how to add new libraries.

2011-07-13 15:19 VZ, revision 68244

Remove non-existent ANIMATION_CMN_SRC variable from files.bkl. Bakefile complains when using a variable that is not defined. As there are currently no common animation sources, simply remove ANIMATION_CMN_SRC for now, it should be added back later if any common files do get added.

2011-07-13 15:19 VZ, revision 68243

No changes, just remove hard TABs. Hard TABs shouldn't be used in wxWidgets sources, including files.bkl file.

2011-07-13 10:32 VS, revision 68242

Better sizing in wxDataViewSpinRenderer and wxDataViewChoiceRenderer. Their GetSize() method used hardcoded size of (80,16). Instead, use GetTextExtent() to compute the size from content, as should be done. Add some extra room for editor control's extra parts. The space needed isn't computed exactly, as that would be quite convoluted (and in the end, most likely not 100% accurate even then), using a simple approximation instead.

2011-07-12 17:47 LV, revision 68241

Reenabled wxSizer positioning in demoframe's "Basic controls"

2011-07-12 17:47 LV, revision 68240

Background colors in demoframe

2011-07-12 17:47 LV, revision 68239

wxNotebook iOS now sends events on tab change

2011-07-12 17:47 LV, revision 68238

Fixed disclosure button

2011-07-12 11:13 VZ, revision 68237

Use native hint wxTextCtrl support in wxSearchCtrl. Instead of using broken emulation of the support for hints available in the text control, use the real wxTextCtrl::SetHint() for SetDescriptiveText() implementation in the search control. This looks better and, more importantly, fixes the bug when searching for the string equal to the current descriptive text searched for an empty string instead. Closes #13324.

2011-07-12 11:13 VZ, revision 68236

Centre wxSlider value correctly when wxSL_MIN_MAX_LABELS is not used. r68230 fixed the width of the value label in this case but not its position: it was left-aligned instead of being centered as it should be. See #13291.

2011-07-12 11:13 VZ, revision 68235

Document wxEnhMetaFileDC-related wxGraphics functions. Closes #13325.

2011-07-12 10:41 SJL, revision 68234

Update selection unit test to test GetSelectedHTML.

2011-07-12 01:54 LV, revision 68231

Various base classes, mobiledemo now runs

2011-07-12 00:49 VZ, revision 68230

Fix showing slider label in wxMSW when wxSL_MIN_MAX_LABELS was not used. wxSlider with wxSL_LABELS style but without wxSL_MIN_MAX_LABELS didn't show the current value because the width of the value label was 0. Fix this by always computing the widths of min and max labels and using the longest of them for the value label, even if we don't actually show them. Closes #13291.

2011-07-12 00:49 VZ, revision 68229

No real changes, just make some wxSlider members local variables. wxMSW wxSlider implementation stored the min and max labels widths as fields of wxSlider object for some reason even though they were only used in one of its methods (and can be easily computed anyhow). Make them simple local variables instead and also rename an existing local variable which started conflicting with their new names.

2011-07-12 00:49 VZ, revision 68228

Fix and improve documentation of wxT_2() macro. Documentation for wxT_2() applied to wxS() instead, fix this. Also correct the wording and add @since tags. Closes #13321.

2011-07-12 00:25 VZ, revision 68227

Don't handle "Return" key as "TAB" even when the default button is disabled. wxMSW used to handle VK_RETURN in the same way as VK_TAB if it wasn't consumed by the default push button but this didn't correspond to the native platform behaviour which considers pressing Return when the OK button is disabled an error and audibly notifies the user about it. Fix this by passing VK_RETURN to IsDialogMessage() if we don't translate it to a button click. Also add a possibility to test what happens when the default (or all) button(s) in the dialog are disabled to the dialogs sample.

2011-07-11 20:26 SJL, revision 68226

Implement GetSelectedHTML for the ie and gtk webkit backends and document.

2011-07-11 16:51 VZ, revision 68225

Copy recently added wxGenericValidator fields in Copy(). The pointers added in r68217 must be also initialized when creating a copy of the validator. Closes #13304.

2011-07-11 14:52 SJL, revision 68224

Fix various gtk webkit warnings.

2011-07-11 13:21 SJL, revision 68223

Tidy up the ie backend a little, make sure all com objects are correctly released.

2011-07-11 11:35 SJL, revision 68222

Fix warnings in the ie backend.

2011-07-11 03:37 LV, revision 68221
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/barbutton.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/button.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/buttonstrip.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/html/webkit.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/app.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/barbutton.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/bmpbutton.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/button.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/buttonstrip.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/defs.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/frame.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/gauge.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/app.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/barbutton.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/add_button_27x27.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/add_button_27x27.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/add_button_27x27.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/checkmark_15x15.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/checkmark_15x15.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/checkmark_15x15.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/delete_button_27x27.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/delete_button_27x27.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/delete_button_27x27.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/delete_button_rotated_27x27.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/delete_button_rotated_27x27.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/delete_button_rotated_27x27.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/detail_disclosure_27x27.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/detail_disclosure_27x27.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/detail_disclosure_27x27.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/disclosure_16x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/disclosure_16x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/disclosure_16x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphone.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphone.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphone.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphonebattery.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphonebattery.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphonebattery.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphonebattery_mono.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphonebattery_mono.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphonebattery_mono.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphone_icon.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphone_icon.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/iphone_icon.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/reorder_27x27.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/reorder_27x27.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/reorder_27x27.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/rotate_anticlock.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/rotate_anticlock.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/rotate_anticlock.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/rotate_clock.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/rotate_clock.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/rotate_clock.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_action_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_action_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_action_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_add_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_add_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_add_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_bookmarks_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_bookmarks_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_bookmarks_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_bookmarks_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_bookmarks_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_bookmarks_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_camera_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_camera_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_camera_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_compose_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_compose_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_compose_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_contacts_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_contacts_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_contacts_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_downloads_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_downloads_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_downloads_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_fastforward_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_fastforward_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_fastforward_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_favourites_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_favourites_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_favourites_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_featured_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_featured_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_featured_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_more_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_more_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_more_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_mostrecent_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_mostrecent_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_mostrecent_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_mostviewed_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_mostviewed_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_mostviewed_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_organize_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_organize_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_organize_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_pause_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_pause_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_pause_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_play_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_play_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_play_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_recent_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_recent_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_recent_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_refresh_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_refresh_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_refresh_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_reply_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_reply_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_reply_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_rewind_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_rewind_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_rewind_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_search_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_search_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_search_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_search_24x24.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_search_24x24.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_search_24x24.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_stop_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_stop_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_stop_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_trash_20x20.inc
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_trash_20x20.png
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/stock_trash_20x20.svg
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bitmaps/_regenerate-rasters.sh
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/bmpbutton.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/button.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/buttonstrip.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/defs.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/frame.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/gauge.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/keyboard.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/listbox.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/navbar.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/navctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/navitem.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/notebook.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/pagectrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/panel.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/scrollwin.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/searchctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/segctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/settings.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/sheets.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/simulator.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/slider.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/statbmp.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/stattext.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/switch.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/tabctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/tablecell.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/tablectrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/textctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/toolbar.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/utils.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/viewcontroller.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/vlbox.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/vscroll.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/webctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/wheelsctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/generic/window.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/keyboard.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/listbox.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/barbutton.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/buttonstrip.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/defs.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/keyboard.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/navbar.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/navctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/navitem.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/pagectrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/scrollwin.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/segctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/settings.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/sheets.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/tabctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/tablecell.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/tablectrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/viewcontroller.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/vlbox.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/vscroll.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/native/wheelsctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/navbar.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/navctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/navitem.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/notebook.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/pagectrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/panel.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/scrollwin.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/searchctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/segctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/settings.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/setup.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/sheets.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/simulator.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/slider.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/statbmp.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/stattext.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/switch.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/tabctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/tablecell.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/tablectrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/textctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/toolbar.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/utils.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/viewcontroller.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/vlbox.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/vscroll.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/web/iehtmlwin.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/web/wxactivex.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/webctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/wheelsctrl.h
  • D /wxWidgets/branches/SOC2011_WXIOS/include/wx/mobile/window.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/navbar.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/navctrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/navitem.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/checkbox.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/core/private.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/barbutton.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/buttonstrip.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/navbar.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/navctrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/navitem.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/pagectrl.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/private/navctrlimpl.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/private/tablecellimpl.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/private/tablectrlimpl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/segctrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/tabctrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/tablecell.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/tablectrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/viewcontroller.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/iphone/wheelsctrl.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/notebook.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/osx/toolbar.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/pagectrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/segctrl.h
  • M /wxWidgets/branches/SOC2011_WXIOS/include/wx/slider.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/tabctrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/tablecell.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/tablectrl.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/viewcontroller.h
  • A /wxWidgets/branches/SOC2011_WXIOS/include/wx/wheelsctrl.h
  • M /wxWidgets/branches/SOC2011_WXIOS/samples/mobile/demo/demoframe.cpp
  • M /wxWidgets/branches/SOC2011_WXIOS/samples/mobile/demo/demoframe.h
  • M /wxWidgets/branches/SOC2011_WXIOS/samples/mobile/demoios.xcodeproj/project.pbxproj
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_app_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_barbutton_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_bmpbutton_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_buttonstrip_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_button_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_frame_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_gauge_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_keyboard_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_listbox_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_navbar_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_navctrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_navitem_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_notebook_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_pagectrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_panel_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_scrollwin_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_searchctrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_segctrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_settings_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_sheets_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_simulator.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_slider_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_statbmp_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_stattext_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_switch_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_tabctrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_tablecell_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_tablectrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_textctrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_toolbar_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_utils_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_viewcontroller_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_vlbox_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_vscroll_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_webctrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_wheelsctrl_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/mo_window_g.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/generic/simulator.pjd
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_barbutton_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_buttonstrip_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_keyboard_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_navbar_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_navctrl_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_navitem_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_pagectrl_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_scrollwin_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_segctrl_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_settings_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_sheets_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_tabctrl_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_tablecell_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_tablectrl_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_viewcontroller_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_vlbox_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_vscroll_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/native/mo_wheelsctrl_n.mm
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/web/iehtmlwin.cpp
  • D /wxWidgets/branches/SOC2011_WXIOS/src/mobile/web/wxactivex.cpp
  • M /wxWidgets/branches/SOC2011_WXIOS/src/osx/iphone/navctrl.mm
  • M /wxWidgets/branches/SOC2011_WXIOS/src/osx/iphone/notebook.mm
  • M /wxWidgets/branches/SOC2011_WXIOS/src/osx/iphone/pagectrl.mm
  • M /wxWidgets/branches/SOC2011_WXIOS/src/osx/iphone/tablecell.mm
  • M /wxWidgets/branches/SOC2011_WXIOS/src/osx/iphone/tablectrl.mm
  • M /wxWidgets/branches/SOC2011_WXIOS/src/osx/iphone/toolbar.mm

Finished moving wxMo classes to wx prefix, "samples/mobile" builds (but does not link as of yet :-))

2011-07-10 20:11 SJL, revision 68220

Add support for retrieving the currently selected text. Implement on all backends, document and unit test.

2011-07-10 16:20 SC, revision 68219

support multi-line labels, add different native styles for buttons as we did for bitmap buttons

2011-07-10 14:55 VZ, revision 68218

Use the correct event handler in wxMenuBase::UpdateUI(). Use GetWindow() instead of GetInvokingWindow() to send the event to the associated window for the menus that are part of the menu bar and not only the popup ones. This was broken since r64127 because GetInvokingWindow() is now only used for the popup menus. Closes #13317.

2011-07-10 01:37 VZ, revision 68217

Support float, double and file name values in wxGenericValidator. Currently these values can only be read from/written to wxTextCtrl but support for other controls (e.g. wxSpinCtrlDouble for float/double) could be added in the future. Closes #13304.

2011-07-10 01:37 VZ, revision 68216

No changes, just use NULL instead of 0 for pointers. Initialize pointers with NULL in wxGenericValidator. See #13304.

2011-07-10 01:37 VZ, revision 68215

Generate events for two auxiliary mouse buttons in wxGTK. Add code to generate wxEVT_AUXN_XXX events to wxGTK. Closes #13310.

2011-07-10 01:37 VZ, revision 68214

Mention that wxNotebook page must be removed before reparenting it. At least in wxGTK it is necessary to remove the page from the notebook first as reparenting it doesn't work otherwise currently. This should ideally be fixed but in the meanwhile at least document it. See #13305.

2011-07-10 01:37 VZ, revision 68213

Check for GTK window parent, not wx one, when reparenting. A notebook page removed from its notebook can have a non-NULL wx parent but not have any parent at GTK level any longer, so test for the window parent at GTK level before removing the widget from it, otherwise we were getting GTK asserts when trying to remove a window from its no-more-parent. See #13305.

2011-07-10 01:36 VZ, revision 68212

Refresh the generic wxDataViewCtrl header if it was made too small. Although normally the control header is not supposed to be resized below its minimal vertical size, sometimes this can still happen and in this case ugly artefacts were displayed because it wasn't refreshed properly. Do refresh it to avoid them. Closes #13313.

2011-07-10 01:36 VZ, revision 68211

Show extra mouse buttons and wheel state in the text sample output too. Do it for consistency, as the state of all the other buttons is already shown, and also to have some place for testing this functionality. Closes #13309.

2011-07-10 01:36 VZ, revision 68210

Don't duplicate wxImage::ConvertToDisabled() in wxAUI code. Just reuse the existing function. Also add an example of showing a disabled bitmap to the aui sample. Closes #13303.

2011-07-10 01:36 VZ, revision 68209

Output something from the console sample even if it's ran without arguments. Running console sample without parameters didn't do anything by default and didn't output anything neither which was presumably rather confusing. Do output a welcome message at least to indicate that something happened. Closes #13299.

2011-07-10 01:36 VZ, revision 68208

Immediately update MSW cursor when ::SetCursor(wxNullCursor) is called. The cursor was previously reverted to the default one only when a next mouse event was received. Do it immediately now to e.g. avoid showing the busy cursor when the program is not busy any more. Closes #12961.

2011-07-10 01:36 VZ, revision 68207

Fix wxMSW wxSlider best size calculation and label layout. The best size calculation was wrong as the min/max labels height was unnecessarily added to the slier total height even if though these labels are positioned alongside the slider itself in horizontal layout case. The slider also managed to position its value label completely outside the space allocated to it (and the bug in DoGetBestSize() might have been an attempt to work around this), don't do this any more. This also fixes the wrongly centered vertical position of the min/max labels. Closes #13291.

2011-07-10 01:36 VZ, revision 68206

Make coordinates transformations in wxDC really maximally precise. Use the maximal device space extent supported by Win32 GDI and only decrease it if the scale is so small that keeping the device space extent maximal would result in overflowing the int range for the logical space. This makes coordinate translations exact even for huge coordinates, while they could be significantly wrong before due to the integer rounding errors. Closes #13284.

2011-07-10 01:09 LV, revision 68205

mobile demo without wxMo class usage

2011-07-10 01:09 LV, revision 68204

Removed wxMo classes, moved implementation bits to wx namespace

2011-07-10 01:09 LV, revision 68203

Absolute positioning on some controls

2011-07-10 01:09 LV, revision 68202

Some wxMoTableCell properties

2011-07-10 01:09 LV, revision 68201

UITableView does not accept subviews

2011-07-10 01:09 LV, revision 68200

wxMoButton now shows up

2011-07-10 01:05 LV, revision 68199

Additional preprocessor check to separate Cocoa and iOS builds

2011-07-09 21:45 VZ, revision 68198

Mention that wxCB_SORT is not supported in wxGTK 2.8. See #4398.

2011-07-09 20:50 BGC, revision 68197

Added support for repeating storyboards The storyboard will now fire events when starting/finishing

2011-07-09 20:40 JC, revision 68196

Added Robin Dunn's explanation on the relationship of wxBitmap and wxImage into interface doxygen section

2011-07-09 16:31 SJL, revision 68195

Add start of selection api, support for HasSelection, SelectAll and DeleteSelection along with documentation. Implement for IE and WebKitGTK and add stubs for OSX WebKit.

2011-07-09 08:37 SC, revision 68194

avoid scrolling to cleared-non existing- data, reload before, fixes #13318

2011-07-08 21:34 SJL, revision 68193

Add the ability to enable / disable and check for the editable property of a rendering engine. Implement for all three backends and extend the sample, document and unit test.

2011-07-08 20:28 BGC, revision 68192

MSW/MAC OS X implementation for property based animations

2011-07-08 16:46 SJL, revision 68191

Factor out url loading logic into a separate function to reduce repetition.

2011-07-08 16:35 SJL, revision 68190

Add tests for the back and forward history lists.

2011-07-08 16:21 SJL, revision 68189

Add unit tests for history clearing and enabling / disabling.

2011-07-08 15:11 SJL, revision 68188

Add tests for url and history support

2011-07-08 12:51 SJL, revision 68187

Add tests for the page title

2011-07-08 10:31 JC, revision 68186

Merged wxBitmap from src/gtk3 to src/gtk

2011-07-08 10:19 SJL, revision 68185

Add scaffolding for wxWebView unit tests.

2011-07-08 03:59 JC, revision 68184

Trying to port wxBitmap

2011-07-07 17:10 JC, revision 68183

Merged src/gtk3/pen.cpp to src/gtk/pen.cpp.

2011-07-07 17:04 JC, revision 68182

Merged src/gtk3/brush.cpp to src/gtk/brush.cpp.

2011-07-07 16:58 JC, revision 68181

Merged src/gtk3/colour.cpp to src/gtk/colour.cpp. GdkColormap is disabled

2011-07-07 15:05 VZ, revision 68180

Add wxDCImpl::MSWApplyGDIPlusTransform() to formalize wxRendererMSW hack. Replace the dynamic_cast<> used in wxMSW wxRenderer implementation code with a virtual function call.

2011-07-07 15:05 VZ, revision 68179

Make wxGCDC::GetGraphicsContext() const. There is no reason for this accessor to not be const and it prevents other methods using it from being const too, so change this.

2011-07-07 01:24 JC, revision 68178
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/aboutdlg.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/animate.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/app.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/artgtk.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/assertdlg_gtk.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/bmpbuttn.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/bmpcbox.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/button.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/calctrl.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/checkbox.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/checklst.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/choice.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/clrpicker.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/collpane.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/colordlg.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/combobox.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/control.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/dataview.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/dialog.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/dirdlg.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/filectrl.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/filedlg.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/filehistory.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/filepicker.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/font.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/fontdlg.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/fontpicker.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/frame.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/gauge.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/hyperlink.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/infobar.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/listbox.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/mdi.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/mnemonics.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/msgdlg.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/nativewin.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/notebook.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/popupwin.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/print.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/radiobox.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/radiobut.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/region.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/scrolbar.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/scrolwin.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/slider.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/sockgtk.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/spinbutt.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/spinctrl.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/statbmp.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/statbox.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/statline.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/stattext.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/textctrl.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/textentry.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/tglbtn.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/timer.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/toolbar.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/tooltip.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/toplevel.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/treeentry_gtk.c.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/utilsgtk.cpp.old
  • D /wxWidgets/branches/SOC2011_GTK3/src/gtk3/window.cpp.old

Remove old backup files from src/gtk3

2011-07-07 00:51 JC, revision 68177

Added 'draw' signal to window.cpp

2011-07-06 23:15 JC, revision 68176

Merged region.cpp from src/gtk3 to src/gtk

2011-07-06 18:58 JC, revision 68175

Added more cairo-based region code

2011-07-06 13:02 SC, revision 68174

allow NULL parent menu

2011-07-06 12:20 SJL, revision 68173

Implement cut / copy / paste in osx webkit and fix the function stubs.

2011-07-06 11:45 SJL, revision 68172

Add some more missing stubs to the osx webkit backend.

2011-07-06 09:24 JC, revision 68171

Added cairo_region_t based wxRegion implementation

2011-07-05 19:06 SJL, revision 68170

Add stubs to osx webkit backend to allow compilation.

2011-07-05 17:33 SJL, revision 68169

Simplify backend enum naming, we do not need separate values for gtk and osx webkit backends. Simplify factory creation code.

2011-07-05 16:19 SJL, revision 68168

Remove comment about a new frame api as this is now offered.

2011-07-05 15:57 SJL, revision 68167

Bring osx class naming into line with the other ports.

2011-07-05 15:40 SJL, revision 68166

Remove out of date osx defines.

2011-07-05 13:06 SJL, revision 68165

Add osx configure support for wxWebView.

2011-07-05 11:22 CE, revision 68164

for 2.9.2

2011-07-05 00:12 JC, revision 68163

Fixed a crash bug in wxGTK control.cpp

2011-07-04 23:39 VZ, revision 68162

Tag 2.9.2 release.

2011-07-04 23:26 VZ, revision 68161

Improve the description of the available files in readme. Be more clear about what is provided. Add more URLs, everybody likes to click them.

2011-07-04 23:16 VZ, revision 68160
  • D /wxWidgets/tags/WX_2_9_2

Remove 2.9.2 tag before recreating it. There was another change that should be in 2.9.2 since then.

2011-07-04 23:13 VZ, revision 68159

Remove the note about wxUSE_STD_CONTAINERS. We finally didn't switch to using the standard containers by default so don't leave misleading information in the change log (this should have been part of r67735).

2011-07-04 23:10 VZ, revision 68158

Create tag WX_2_9_2

2011-07-04 23:09 VZ, revision 68157

Fix crash when getting or setting wxComboBox value in wxUniv. Forward DoGetValue() and SetValue() to the associated wxTextCtrl. Closes #13298.

2011-07-04 20:46 SJL, revision 68156

Factor logic that returns an IHTMLDocument2 into a separate function to reduce repetition.

2011-07-04 20:27 SJL, revision 68155

Filter out subframes from the ie backend history and the sample. Also document that many wxEVT_COMMAND_WEB_VIEW_LOADED events may be sent, one for each frame.

2011-07-04 19:22 VZ, revision 68154

Fix event types in wxMouseEvent::Aux1DClick() and Aux1DClick(). wxEVT_AUX[12]_UP were wrongly used instead of the correct wxEVT_AUX[12]_DCLICK. Closes #13308.

2011-07-04 18:43 VZ, revision 68153

Fix warnings about implicit double to int conversions in propgrid. Use wxRound() instead of implicit casts to convert double to int. This not only avoids warnings (e.g. when using g++ with -Wconversion) but also should be (marginally) more precise.

2011-07-04 18:43 VZ, revision 68152

Fix harmless warning about double to long long conversion. Work around g++ -Wconversion warning by writing out the casts explicitly. A better solution would be to have wxLongLong::FromDouble() static function but it would have to be done after 2.9.2.

2011-07-04 17:04 LV, revision 68151

wxMoWebCtrl (wxWebKitCtrl iPhone) implementation

2011-07-04 17:04 LV, revision 68150

Minimal wxMoListBox (wxListBox iPhone) implementation

2011-07-04 17:04 LV, revision 68149

Minimal wxMoSegmentedCtrl implementation

2011-07-04 16:05 VZ, revision 68148

Suppress some harmless warnings about unused parameters in wxOSX.

2011-07-04 16:05 VZ, revision 68147

Also accept VT_R4 (float) VARIANTs in wxMSW OLE code. We don't support creating VT_R4 VARIANTs as wxVariant can only contain double, not float, but we can still at least accept them on input.

2011-07-04 13:34 SJL, revision 68146

Add a note to the documentation about the emulation modes of the ie backend.

2011-07-04 11:03 VZ, revision 68145

Fix crash in wxDataViewProgressRenderer in non-Unicode build. We can't use the column pointer in wxDataViewProgressRenderer ctor as it's not set yet, so postpone setting the renderer label until later in non-Unicode build which needs the font used by this column to do the conversion to UTF-8.

2011-07-04 11:02 VZ, revision 68144

Add wxUSE_UNICODE guard around wxDF_UNICODETEXT in the sample. Unicode text is not supported in non-Unicode builds.

2011-07-03 21:20 LV, revision 68143

Absolute control positioning in demoframe as a temp. solution

2011-07-02 22:44 LV, revision 68142

Minimal wxMoPageCtrl implementation

2011-07-02 22:44 LV, revision 68141

Fixed view positioning

2011-07-02 22:44 LV, revision 68140

Use out-of-the-box UIView hierarchy printing method

2011-07-02 19:11 SJL, revision 68138

Add web documentation category.

2011-07-02 18:41 SJL, revision 68137

Get the page title from the IHtmlDocument rather than the bowser as it actually returns the title rather than the url.

2011-07-02 18:24 SJL, revision 68136

Overhaul the wxWebView documentation. Split the documentation into sections and add documentation for clipboard and history functions. Add documentation for wxWebHistoryItem. Fix many spelling mistakes. Alphabetise the function names. Add missing svn properties.

2011-07-02 17:07 SJL, revision 68135

Implement undo and redo for the ie and gtk webkit backends. Extend the sample to show their use.

2011-07-02 16:33 LV, revision 68134

wxMoTableCtrl OnSelectRow event implementation

2011-07-02 16:33 LV, revision 68133

Minimal wxMoBitmapButton implementation

2011-07-02 16:33 LV, revision 68132

Variable initializers in wxMoTableCell::Init

2011-07-02 16:33 LV, revision 68131

More wxMoTableCell properties implemented

2011-07-02 16:32 SJL, revision 68130

Implement clipboard api in gtk.

2011-07-02 13:45 SJL, revision 68129

Add new clipboard api and support for it in the ie backend. Also extend the sample to demonstrate the new functions.

2011-07-02 12:29 VZ, revision 68128

No real changes, just remove trailing commas from enum. wxCompositionMode enum had a trailing comma not allowed by C++ 98 (and which would result in warnings or errors with g++ pedantic switch).

2011-07-02 12:29 VZ, revision 68127

Add wxCOMPOSITION_INVALID mode and use it to simplify the code. Having an invalid element in wxCompositionMode enum allows to directly return it from TranslateRasterOp() function instead of needing a separate bool parameter to indicate that a ROP couldn't be translated. This also incidentally fixes warnings about possibly uninitialized variables in optimized g++ builds.

2011-07-02 12:29 VZ, revision 68126

Avoid g++ warnings about breaking strict aliasing rules in wxTreeCtrl. The standard TreeView_GetItemRect() macro resulted in warnings about breaking strict aliasing rules as it passed a variable of one type via a pointer to another one. Fix this by using a union and our own custom macro instead.

2011-07-02 11:55 LV, revision 68125

Minimal wxMoTableCtrl implementation

2011-07-02 11:54 LV, revision 68124

Fixed strange 40 px offset for wxMoNavigationCtrl navbar

2011-07-02 11:54 LV, revision 68123

Some methods of wxMoNavigationCtrl

2011-07-01 21:46 SJL, revision 68122

Implement extended history api in gtk

2011-07-01 19:44 PC, revision 68121

Don't cause scroll events for position changes from SetScrollbars, broken in r67326. Fixes #13301

2011-07-01 12:57 SJL, revision 68120

Extend history api using the ie backend to include loading history items, and getting the backward and forward history lists.

2011-07-01 12:01 SJL, revision 68119

Use shared pointers throughout when managing history with the ie backend, simplifying memory management. Also add more comments explaining how the history is managed.

2011-07-01 09:54 SJL, revision 68118

Add an extra assert in the case of trying to load an invalid history item

2011-06-30 23:31 VZ, revision 68117

Mention the EOL issue in readme.txt. Emphasize that building Windows archives under Unix *or vice versa) is not supported.

2011-06-30 21:57 SJL, revision 68116

Add support for the new history functions to the ie backend. For this we manage our own history as there are no suitable built-in ways of managing it.

2011-06-30 17:07 SJL, revision 68115

Only send a document complete event when the page is completely loaded, as opposed to with every frame. This brings the event in to line with what is emitted by webkit.

2011-06-30 15:20 CE, revision 68114

update docs for windows checkout process 2/2

2011-06-30 15:17 CE, revision 68113

update docs for windows checkout process 1/2

2011-06-30 14:20 VZ, revision 68112

Initialize variable in UTF{16,32} conversion code to avoid warnings. In optimized build g++ warned about the second element of two-element array passed to encode_utf16() being possibly uninitialized. This wasn't really the case but change the code just to avoid the warnings.

2011-06-30 14:20 VZ, revision 68111

Work around bogus g++ warnings about possibly missing return. OS X g++ warned that "control may reach end of non-void function" in wxRichTextHelpInfo::ShowHelp(). This wasn't really the case but change the function logic slightly to (hopefully) suppress the warning.

2011-06-30 14:20 VZ, revision 68110

Fix harmless warning about unused variable in isosurf sample. Don't declare and initialize a variable that we never use.

2011-06-30 14:20 VZ, revision 68109

Fix warning about hiding a virtual function in propgrid sample. The virtual ColourToString() method was hidden and not overridden in the sample because it didn't use the last argument of the base class method. Fix this in the most straightforward (albeit not necessarily the most correct) way to at least ensure that the function is really overridden.

2011-06-30 12:03 SJL, revision 68108

Add basic history api and implement it under gtk.

2011-06-30 06:54 LV, revision 68107

Minimal wxMoNavigationCtrl and wxMoViewController

2011-06-30 03:02 LV, revision 68106

Window subview hierarchy function improved

2011-06-30 03:02 LV, revision 68105

Minimal wxMoNotebook implementation (now sort of works)

2011-06-30 03:02 LV, revision 68104

Minimal wxMoSearchCtrl implementation

2011-06-30 03:02 LV, revision 68103

wxSearchCtrl OSX now checks whether menus are enabled

2011-06-30 03:02 LV, revision 68102

Removed big parts of wx library from the iOS Xcode project in order for it to build faster

2011-06-30 03:01 LV, revision 68101

Minimal wxMoTectCtrl implementation

2011-06-29 19:50 VZ, revision 68100

Change the loop condition to avoid comparing unsigned value with 0. This resulted in (useful) g++ warning and didn't make any sense in any case. Check for the loop variable value being 0 at the end of the loop instead now. If the old code was correct it shouldn't change its behaviour and if not, this might fix a bug.

2011-06-29 19:50 VZ, revision 68099

Always initialize SelectInHDC::m_hgdiobj in wxMSW. Leaving m_hgdiobj uninitialized probably didn't result in any problems considering how this class is currently used but it did result in g++ warnings about uninitialized member with aggressive warning flags and also could easily become a problem in the future so just ensure that we always initialize it.

2011-06-29 19:50 VZ, revision 68098

Fix two harmless gcc warnings about missing initializers. Add values to make g++ -Wmissing-field-initializers warnings (implicitly enabled by -Wextra) go away.

2011-06-29 19:50 VZ, revision 68097

Mention that readme.txt needs to be updated before a release. Hopefully this means it won't be forgotten the next time. Also mentioned that the new docs.wxwidgets.org link should be now already created when the release is being done.

2011-06-29 19:50 VZ, revision 68096

Add a tiny script for producing HTML documentation archives. Also update the release making document to point to it.

2011-06-29 19:50 VZ, revision 68095

Fix typo in error message about incorrect syntax. Output the error to stderr, not a file called "2".

2011-06-29 19:49 VZ, revision 68094

Update the readme file for 2.9.2. Just increment version number and year in a couple of places.

2011-06-29 18:09 SJL, revision 68093

Give the sample a more sensible initial size for web browsing

2011-06-29 18:04 SJL, revision 68092

Adjust animation size to fit the toolbar properly

2011-06-29 14:03 SJL, revision 68091

Update the sample to show how to block navigation and new window events

2011-06-29 13:33 CE, revision 68090

fix misisng html format files

2011-06-29 11:27 SJL, revision 68089

Update the web sample to use images from the art provider if possible. Scale existing images down to 24x24 so that this fit better with the art provider images.

2011-06-29 11:22 VZ, revision 68088

Updated copyright year before 2.9.2 release. Use 2011 instead of 2010 in the manual and in several .plist files.

2011-06-29 10:46 CE, revision 68087

2.9.2-rc1 in file

2011-06-29 10:37 VZ, revision 68086

Replace stc.{h,cpp} with the generated versions with all their typos. Revert the changes of r67280 which fixed several typos in these files as they were getting modified each time gen_iface.py was rerun and we don't want to touch the original Scintilla files to fix these typos.

2011-06-29 10:37 VZ, revision 68085

Generate code using IsOk() instead of Ok() in stc.cpp. Modify the script generating this file itself to produce IsOk() instead of Ok(). This replaces the changes of r67681 which only modified the generated file.

2011-06-29 10:27 SJL, revision 68084

Add support for loading a url in the constructor to the ie backend and update the sample to use it.

2011-06-29 10:09 SJL, revision 68083

Add support for new window events in gtk

2011-06-29 03:07 LV, revision 68082

Minimal wxMoGauge implementation

2011-06-29 03:07 LV, revision 68081

Minimal wxMoNotebook implementation

2011-06-29 03:07 LV, revision 68080

Minimal wxMoButton implementation

2011-06-29 03:07 LV, revision 68079

Minimal wxMoSwitchCtrl implementation

2011-06-29 03:07 LV, revision 68078

Minimal wxMoSlider implementation

2011-06-29 03:07 LV, revision 68077

Minimal wxMoStaticText implementation

2011-06-28 19:24 VS, revision 68076

Move wxThreadEvent into wxBase. For this, it cannot derive from wxCommandEvent. Extracted the bits from wxCommandEvent useful for passing data between threads into wxEventBasicPayloadMixin helper class shared by both.

2011-06-28 19:06 SJL, revision 68075

Don't use a depreciated method for loading a url.

2011-06-28 18:57 SJL, revision 68074

Bring gtk class naming into line with the new naming scheme by dropping the gtk part.

2011-06-28 18:11 SJL, revision 68073

Update msw files to use the new definitions

2011-06-28 17:15 SJL, revision 68072

Fix the build system in gtk, plus a couple of compilation errors. wxWebView now successfully builds under gtk and the sample runs correctly.

2011-06-28 15:46 LV, revision 68071

window.mm sets random bg colors for debugging purposes

2011-06-28 15:23 LV, revision 68070

Attempts to show wxNotebook tabs

2011-06-28 15:23 LV, revision 68069

Debug function for recursive UIWindow subview tree printing

2011-06-28 15:23 LV, revision 68068

Use whole screen for UIWindow

2011-06-28 15:23 LV, revision 68067

Xcode demo project now includes iphone impl. files for easier building

2011-06-27 18:58 LV, revision 68057

Minimal wxNotebook iOS implementation, demo doesn't crash

2011-06-27 13:03 LV, revision 68056

Dummy wxNotebook iOS implementation

2011-06-27 13:03 LV, revision 68055

Reenable disabled iOS capabilities

2011-06-27 13:03 LV, revision 68054

Deprecated accessors, obscure defines

2011-06-27 13:03 LV, revision 68053

Check existence of parent

2011-06-27 13:03 LV, revision 68052

wxMo implementation files temp. moved to the demo project

2011-06-27 02:09 VZ, revision 68051

Add support for child documents to docview framework. Child documents are virtual documents corresponding to parts of their parent document which can't be saved nor loaded independently of their parent and are closed when the parent is closed. This finally makes some use of wxDocument::m_documentParent field which was always present in the docview code but never used before.

2011-06-26 03:33 JC, revision 68050

Minor changes

2011-06-26 01:12 JC, revision 68049

Fix a minor bug so that sample/minimal can build again

2011-06-26 00:23 JC, revision 68048

--with-gtk=2 and --with-gtk=3 both build OK

2011-06-25 22:03 JC, revision 68047

Renamed files so that this new branch can build with gtk+2. I have to keep the gtk+2 build always OK when merging the gtk+3 to gtk+2

2011-06-25 09:16 SC, revision 68046

bringing target naming in line with other projects

2011-06-25 02:15 RD, revision 68045

Paper size fix for wxOSX-cocoa

2011-06-24 20:41 SC, revision 68044

adapting to new wx

2011-06-24 20:39 SC, revision 68043

adapting to new wx

2011-06-24 20:37 SC, revision 68042

fixing iphone condition

2011-06-24 20:36 SC, revision 68041

new projects for mobile

2011-06-24 20:35 SC, revision 68040

new projects for mobile

2011-06-24 20:34 SC, revision 68039

new projects for mobile

2011-06-24 15:11 VZ, revision 68037

Fix code reading from the pipe stream in exec sample. Backport of r68036 from trunk, see #13290.

2011-06-24 15:10 VZ, revision 68036

Fix code reading from the pipe stream in exec sample. We must be reading bytes, not (wide) characters. Closes #13290.

2011-06-24 14:37 SC, revision 68035

backport xcode changes

2011-06-24 14:37 SC, revision 68034

backport xcode changes

2011-06-24 14:13 SC, revision 68033

backport xcode changes

2011-06-24 14:09 SC, revision 68032

backport xcode changes

2011-06-24 14:09 SC, revision 68031

backport xcode changes

2011-06-23 22:44 SJL, revision 68030

Fix a number of mingw compile errors.

2011-06-23 18:05 SC, revision 68029

adaption to new configurations

2011-06-23 10:02 VZ, revision 68028

Update printing sample to compile again after r68026. The sample was using Initialize() overload that doesn't exist any longer, use InitializeWithModality() instead.

2011-06-23 00:58 VZ, revision 68027

Fix bug with out of range date in wxMSW wxDatePickerCtrl under XP too. The bug fix of r67990 relied on DateTime_SetSystemtime() returning FALSE if setting the date failed but, unfortunately, this function doesn't behave correctly under XP (and presumably earlier systems) and returns TRUE even if it didn't actually change the date because it was out of range. Implement an alternative solution not relying on this function return value but simply checking the range ourselves.

2011-06-23 00:58 VZ, revision 68026

Restore wxPreviewFrame::Initialize(void) and add InitializeWithModality(). The changes of r67619 changed the signature of the virtual Initialize() method and in doing so broke the existing code overriding it. Avoid this problem by restoring the old method signature and adding a function with a different name providing the new functionality. Also notice in the documentation that there is no real need to override Initialize() in any case (but this doesn't change the fact that there is existing code that does do it). See #13108.

2011-06-23 00:58 VZ, revision 68025

Use strdup() even in strict ANSI mode with MinGW. MinGW headers define MSVC-compatible _strdup() even in strict ANSI mode so we can always use it with MinGW. This fixes a linking problem when wx itself was built without strict ANSI but the program using it does use strict ANSI mode (e.g. due to the use of -std=c++0x g++ option).

2011-06-23 00:57 VZ, revision 68024

Avoid crash on startup when using single mode in docview sample. The view doesn't have any associated frame when using the special "single view" mode in the sample, so don't try to show it when creating a new view. This resulted in a crash when starting the sample with --single command line parameter.