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-22 02:00 VZ, revision 46156

use wxCoord with GetTextExtent(), not long (the long overloads are deprecated and not available at all with 2.8 compatibility turned off)

2007-05-22 01:56 VZ, revision 46155

don't compare wxList::compatibility_iterator with NULL, this operation is undefined and provokes g++ warnings about using NULL in arithmetic expression [backport from HEAD]

2007-05-22 01:45 VZ, revision 46154

don't compare wxList::compatibility_iterator with NULL, this operation is undefined and provokes g++ warnings about using NULL in arithmetic expression

2007-05-22 01:38 VZ, revision 46153

pass wxStrings directly to wxFAIL_MSG, there is no need to use c_str()

2007-05-22 01:36 VZ, revision 46152

added wOnAssert(..., wxCStrData) overload to fix compilation of code using wxASSERT(s.c_str())

2007-05-22 01:34 VZ, revision 46151

remove GetStandardCmdLineOptions() which is not needed for wxGTK1

2007-05-21 20:26 SC, revision 46150

adding correct assignement and copy constructors

2007-05-21 19:21 SC, revision 46149

no message

2007-05-21 18:54 SC, revision 46148

removing old codeparts, fixing bug 1532580

2007-05-21 18:34 SC, revision 46147

avoid assertions in case the toplevel window is not really created by wx (native filedialogs)

2007-05-21 18:24 VS, revision 46146

added another needed wxOnAssert overload

2007-05-21 18:02 VS, revision 46145

1. make debugging macros compatible with ANSI build even in Unicode build (i.e., no need to use _T() in message strings) 2. save space in binary by using ANSI literals for filenames and expression strings in debug macros

2007-05-21 17:44 VS, revision 46144

return reference to non-temporary wxString instance from wxGetTranslation() even when not translating

2007-05-21 14:27 VS, revision 46143

debug messages don't need translation

2007-05-21 14:05 VZ, revision 46142

enter wxPendingEventLocker critical section in ProcessPendingEvents() (fixes 1720352)

2007-05-21 12:45 SC, revision 46141

event handlers get deallocated automatically with their object

2007-05-21 12:43 SC, revision 46140

different solution to debug messages

2007-05-21 08:54 SC, revision 46139

applying patch 1630145

2007-05-21 08:44 SC, revision 46138

revert order of release

2007-05-21 08:27 SC, revision 46137

added comments on why no CFRelease is used

2007-05-21 07:42 SC, revision 46136

clean up for non-promised data incorrect

2007-05-21 07:10 SC, revision 46135

cleaning up nav dialogs properly

2007-05-21 04:18 SC, revision 46134

removing debug message

2007-05-21 04:05 SC, revision 46133

activating data release again

2007-05-20 18:44 VS, revision 46132

compilation fix: wxcrt.h, not crt.h

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