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

2007-05-20 17:37 SC, revision 46131

switching from old to new API for datatransfer (pasteboard)

2007-05-20 10:39 RR, revision 46130

Retrieve paper orientation from page setup dialog and print dialog and transfer it to wxPrintData in GNOME print backend.

2007-05-20 02:35 PC, revision 46129

simplify client size calculation

2007-05-20 02:32 PC, revision 46128

initialize m_sizeSet

2007-05-19 23:21 RR, revision 46127

Implemented dropdown items in wxToolBar for wxGTK.

2007-05-19 18:25 PC, revision 46126

move m_sizeSet out of wxWindow

2007-05-19 17:34 PC, revision 46125

simplify DoSetClientSize

2007-05-19 13:32 VZ, revision 46124

rebaked after evtloopmsw.cpp removal

2007-05-19 12:51 VZ, revision 46123

document wxLaunchDefaultBrowser() scheme handling

2007-05-19 12:38 RR, revision 46122

Prepend file:// if the URI in wxLaunchDefaultBrowser() has no scheme and the local file exists.

2007-05-19 00:43 VZ, revision 46121

restore WX_UNICODE after building ANSI packages

2007-05-18 23:02 DE, revision 46120

Implement a hack so the correct wxGUIEventLoop class will be used.

2007-05-18 21:58 DE, revision 46119

Add obvious implementation of wxGUIAppTraits::CreateEventLoop.

2007-05-18 21:19 DE, revision 46118

Include sys/types.h from selectdispatcher.h to ensure that fd_set is declared.

2007-05-18 21:17 DE, revision 46117

Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that logging will work even if wxWidgets is reentered after being cleaned up.

2007-05-18 19:52 DE, revision 46116

* Add public wxApp::sm_isEmbedded flag like on wxMac. Default initialization to true but a plugin can set it to false to cause wxCocoa to not initialize things like the application delegate or the menubar manager. * Fix call to [NSNotificationCenter removeObserver:] to use the correct object.

2007-05-18 17:29 VZ, revision 46115

we don't need status bar in the MDI children

2007-05-18 17:03 VZ, revision 46114

added virtual wxFrame::FindItemInMenuBar(): overriding it in wxMDIParentFrame allows to look for the items in the active child when giving help for the current menu item

2007-05-18 16:44 VZ, revision 46113

removed unused statusbar parameter from wxFrameBase::ShowMenuHelp()

2007-05-18 16:33 VZ, revision 46112

don't dereference NULL parent in wxMDIChildFrame dtor if it hadn't been really created [backport from HEAD]

2007-05-18 16:33 VZ, revision 46111

don't give debug messages about WM_MDISETMENU failure if there was no error

2007-05-18 16:27 VZ, revision 46110

don't dereference NULL parent in wxMDIChildFrame dtor if it hadn't been really created

2007-05-18 16:17 VZ, revision 46109

LaTeX syntax and links corrections

2007-05-18 16:01 VZ, revision 46108

fix warning about unused rc variable in release builds

2007-05-18 15:41 VZ, revision 46107

call wxAppConsole::CleanUp() from the derived class version