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

2005-01-13 21:38 RD, revision 31353

Typo

2005-01-13 21:18 RD, revision 31352

Patch from Prabhu Ramachandran to make introspection of lazily evaluated objects not create the final object.

2005-01-13 21:15 RD, revision 31351

untabified

2005-01-13 21:15 RD, revision 31350

a bit of code cleanupt

2005-01-13 21:14 RD, revision 31349

Play nice with sizers

2005-01-13 21:13 RD, revision 31348

define wxColour as being passed by reference so the typemap will work correctly.

2005-01-13 21:12 RD, revision 31347

HasTransparentBackground

2005-01-13 21:11 RD, revision 31346

Docstring typos

2005-01-13 21:10 RD, revision 31345

wxNotebookNameStr

2005-01-13 21:09 RD, revision 31344

Virtualized HasTransparentBackground

2005-01-13 20:54 RD, revision 31343

Clarified the description of event.Skip

2005-01-13 20:53 RD, revision 31342

Fixed line-endings

2005-01-13 20:49 RD, revision 31341

notes about more changes

2005-01-13 20:48 RD, revision 31340

added a missing \n the source

2005-01-13 20:47 RD, revision 31339

untabified

2005-01-13 20:46 RD, revision 31338

Use sizers for layout

2005-01-13 20:45 RD, revision 31337

namespace fix

2005-01-13 20:44 RD, revision 31336

changed swig type table name

2005-01-13 20:36 ABX, revision 31335

Common default notebook name.

2005-01-13 20:30 ABX, revision 31334

Common default notebook name.

2005-01-13 19:57 ABX, revision 31333

Source cleaning, warning fixes.

2005-01-12 20:51 DE, revision 31332

Add new methods to transform coordinates expressed in Cocoa's bounds rect to and from those expressed in wxWidgets fashion. Use these new methods to do the translation for mouse events, child window position, and dirty rects. Also improve DoMoveWindow to only dirty the old and new rects of the control within its superview rather than the entire superview.

2005-01-12 16:06 JS, revision 31331

Don't return a broken accelerator object if the accelerator was not recognised.

2005-01-12 16:02 ABX, revision 31330

Shared build fix.

2005-01-12 16:01 ABX, revision 31329

Warning fix and source cleaning.

2005-01-12 15:57 ABX, revision 31328

Warning fix.

2005-01-12 15:56 ABX, revision 31327

Don't overwrite 32bit value with 16bit one.

2005-01-12 15:49 DE, revision 31326

Document that wxLogNull must be used with SetActiveTarget to supress logging.

2005-01-12 15:39 DE, revision 31325

Implement using NSColor class methods for system colors.

2005-01-12 15:27 DE, revision 31324

Improved whitespace in GetColour() so I can see what I'm doing.

2005-01-12 13:13 JS, revision 31323

Made some functions virtual

2005-01-12 12:58 VZ, revision 31322

reset m_hDWP to NULL after calling EndDeferWindowPos()

2005-01-12 07:47 JJ, revision 31321

Committing in . Updates for OpenVMS Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/db.h ----------------------------------------------------------------------

2005-01-12 03:48 RD, revision 31320

Fix for bug [ 1098263 ] wx.lib.ogl control points leak

2005-01-11 21:17 ABX, revision 31319

Old API deprecated. Source cleaning.

2005-01-11 19:01 RD, revision 31318

Patch [ 1100272 ] wxFlexGridSizer works wrong when some rows/cols are hidden

2005-01-11 18:57 DE, revision 31317

Renamed src/cocoa/settings.cpp to settings.mm. Don't forget to rm .deps/corelib_settings.o.d in your build directory.

2005-01-11 15:27 DE, revision 31316

Implemented simplistic ConvertToImage()

2005-01-11 15:07 DE, revision 31315

Corrected m_depth assignment in CopyFromIcon

2005-01-11 14:55 DE, revision 31314

Implement CopyFromIcon

2005-01-11 03:21 DE, revision 31313

Replaced obviously incorrect code for SetFocus and DoFindFocus. Effectively reverts revision 1.53.

2005-01-11 01:55 DE, revision 31312

Renamed the wxWindowCocoaScroller class to wxWindowCocoaScrollView because it was confusing. Scroller is the Cocoa term for a scroll bar.

2005-01-10 19:43 VZ, revision 31311

factored out wxGetFullModuleName(HMODULE) from wxGetFullModuleName()

2005-01-10 18:37 DE, revision 31310

Add constructor and Set taking NSColor. Change eqauality operator to check if the NSColor objects are the same instance or if all of the color components (m_red/green/blue) are identical.

2005-01-10 18:31 GT, revision 31309

Removed text saying that the wxODBC classes were not able to be used in Unicode builds. As of 2.5.3, Unicode and the ODBC classes work correctly together

2005-01-10 18:30 GT, revision 31308

Added a small bit more information about Unicode builds

2005-01-10 17:25 ABX, revision 31307

Bug 1099143 and more occurences of the same set vs. get mistakes.

2005-01-10 17:24 ABX, revision 31306

Fixed references to 'wxdbindexdef'.

2005-01-10 17:21 ABX, revision 31305

Old API deprecated. Use new and remove old usage where necessary.

2005-01-10 08:52 SC, revision 31304

reverted bitmap depth increases