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

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.