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-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.