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

2007-05-18 15:40 VZ, revision 46106

delete m_mainLoop on exit

2007-05-18 15:21 VZ, revision 46105

do use the font in DoGetTextExtent()

2007-05-18 15:19 VZ, revision 46104

compilation fix after wxString changes

2007-05-18 15:14 VZ, revision 46103

1. Override DoGetTextExtent() in wxMetafileDC instead of redefining (unused) GetTextExtent() 2. Do use the provided font in it

2007-05-18 15:02 VZ, revision 46102

override DoGetTextExtent instead of redefining GetTextExtent

2007-05-18 14:58 VZ, revision 46101

undid unnecessary renaming of src/msw/evtloop.cpp to evtloopmsw.cpp

2007-05-18 12:31 JS, revision 46100

Allow negative line spacing

2007-05-18 07:59 SC, revision 46099

moving to PDF for metafiles on Quartz

2007-05-18 07:44 SC, revision 46098

moving to PDF for metafiles on Quartz

2007-05-18 07:41 SC, revision 46097

including ref classes

2007-05-18 07:39 SC, revision 46096

added reminder

2007-05-18 07:29 SC, revision 46095

adding private helpers (backport)

2007-05-17 17:02 PC, revision 46094

gtk version check should be runtime, not compile time

2007-05-17 15:31 , revision 46093
  • A /wxWidgets/branches/SOC2007_DVC
  • D /wxWidgets/branches/SOC2007_DVC/contrib
  • D /wxWidgets/branches/SOC2007_DVC/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/SOC2007_DVC/lib/dummy
  • R /wxWidgets/branches/SOC2007_DVC/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/SOC2007_DVC/samples/internat/internat.rc
  • R /wxWidgets/branches/SOC2007_DVC/samples/internat/makefile.vms
  • R /wxWidgets/branches/SOC2007_DVC/samples/internat/mondrian.ico
  • R /wxWidgets/branches/SOC2007_DVC/samples/layout/expt.cpp
  • R /wxWidgets/branches/SOC2007_DVC/samples/layout/makefile.vms
  • R /wxWidgets/branches/SOC2007_DVC/samples/mdi/chart.ico
  • R /wxWidgets/branches/SOC2007_DVC/samples/mdi/makefile.vms
  • R /wxWidgets/branches/SOC2007_DVC/samples/png/pngdemo.rc
  • D /wxWidgets/branches/SOC2007_DVC/samples/resource
  • R /wxWidgets/branches/SOC2007_DVC/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/SOC2007_DVC/samples/tab
  • R /wxWidgets/branches/SOC2007_DVC/src/expat
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/aclocal.m4
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/configure
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/configure.in
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/expat.dsp
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/expat.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/internal.h
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/SOC2007_DVC/src/expat/lib/os2config.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/SOC2007_DVC/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/cross.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/horiz.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk/verti.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/cross.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/SOC2007_DVC/src/gtk1/verti.xbm
  • D /wxWidgets/branches/SOC2007_DVC/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/SOC2007_DVC/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/SOC2007_DVC/src/html/search.cpp
  • R /wxWidgets/branches/SOC2007_DVC/src/png
  • A /wxWidgets/branches/SOC2007_DVC/src/png/.cvsignore
  • R /wxWidgets/branches/SOC2007_DVC/src/png/ANNOUNCE
  • A /wxWidgets/branches/SOC2007_DVC/src/png/ansi2knr.1
  • A /wxWidgets/branches/SOC2007_DVC/src/png/ansi2knr.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/CHANGES
  • R /wxWidgets/branches/SOC2007_DVC/src/png/configure
  • R /wxWidgets/branches/SOC2007_DVC/src/png/example.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/INSTALL
  • R /wxWidgets/branches/SOC2007_DVC/src/png/KNOWNBUG
  • R /wxWidgets/branches/SOC2007_DVC/src/png/LICENSE
  • R /wxWidgets/branches/SOC2007_DVC/src/png/libpng.3
  • R /wxWidgets/branches/SOC2007_DVC/src/png/libpng.txt
  • R /wxWidgets/branches/SOC2007_DVC/src/png/libpngpf.3
  • A /wxWidgets/branches/SOC2007_DVC/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/SOC2007_DVC/src/png/makefile.unx
  • A /wxWidgets/branches/SOC2007_DVC/src/png/makefile.vc
  • R /wxWidgets/branches/SOC2007_DVC/src/png/png.5
  • R /wxWidgets/branches/SOC2007_DVC/src/png/png.c
  • A /wxWidgets/branches/SOC2007_DVC/src/png/png.dsp
  • R /wxWidgets/branches/SOC2007_DVC/src/png/png.h
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngasmrd.h
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngconf.h
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngerror.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pnggccrd.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngget.c
  • A /wxWidgets/branches/SOC2007_DVC/src/png/pngM8.xml
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngmem.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngpread.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngread.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngrio.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngrtran.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngrutil.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngset.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngtest.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngtrans.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngvcrd.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwio.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwrite.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwtran.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/pngwutil.c
  • R /wxWidgets/branches/SOC2007_DVC/src/png/projects/beos
  • R /wxWidgets/branches/SOC2007_DVC/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/SOC2007_DVC/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/SOC2007_DVC/src/png/projects/borland
  • D /wxWidgets/branches/SOC2007_DVC/src/png/projects/msvc
  • R /wxWidgets/branches/SOC2007_DVC/src/png/README
  • D /wxWidgets/branches/SOC2007_DVC/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/SOC2007_DVC/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/SOC2007_DVC/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/SOC2007_DVC/src/png/TODO
  • R /wxWidgets/branches/SOC2007_DVC/src/png/Y2KINFO
  • R /wxWidgets/branches/SOC2007_DVC/src/regex/regfronts.c
  • D /wxWidgets/branches/SOC2007_DVC/src/unix/net.cpp
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/algorithm.txt
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/crc32.h
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/FAQ
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/INDEX
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/inflate.h
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/README
  • R /wxWidgets/branches/SOC2007_DVC/src/zlib/trees.h
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/SOC2007_DVC/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/SOC2007_DVC/utils/wxprop

This commit was manufactured by cvs2svn to create branch 'SOC2007_DVC'.

2007-05-17 15:31 VS, revision 46092

removed unused iterators ctors

2007-05-17 11:09 RR, revision 46091

Mention printing Landscape fixes.

2007-05-17 10:57 RR, revision 46090

Correct landscape printing in wxPageSetupDialog (upport from 2.8)

2007-05-17 10:54 RR, revision 46089

Now fixed.

2007-05-17 10:51 RR, revision 46088

Also fix landscape printing under GNOME print.

2007-05-17 10:50 RR, revision 46087

Fix wxPageSetupDialog logic under MSW (page size is inverted in the native MSW dialog).

2007-05-17 06:17 VS, revision 46086

compilation fix

2007-05-16 23:39 , revision 46085
  • A /wxWidgets/branches/SOC2007_XRCED
  • D /wxWidgets/branches/SOC2007_XRCED/.cvsignore
  • D /wxWidgets/branches/SOC2007_XRCED/acinclude.m4
  • D /wxWidgets/branches/SOC2007_XRCED/aclocal.m4
  • D /wxWidgets/branches/SOC2007_XRCED/art
  • D /wxWidgets/branches/SOC2007_XRCED/autoconf_inc.m4
  • D /wxWidgets/branches/SOC2007_XRCED/autogen.sh
  • D /wxWidgets/branches/SOC2007_XRCED/BuildCVS.txt
  • D /wxWidgets/branches/SOC2007_XRCED/build
  • D /wxWidgets/branches/SOC2007_XRCED/config.guess
  • D /wxWidgets/branches/SOC2007_XRCED/config.sub
  • D /wxWidgets/branches/SOC2007_XRCED/configure
  • D /wxWidgets/branches/SOC2007_XRCED/configure.in
  • D /wxWidgets/branches/SOC2007_XRCED/contrib
  • D /wxWidgets/branches/SOC2007_XRCED/debian
  • D /wxWidgets/branches/SOC2007_XRCED/demos
  • D /wxWidgets/branches/SOC2007_XRCED/descrip.mms
  • D /wxWidgets/branches/SOC2007_XRCED/difflast.pl
  • D /wxWidgets/branches/SOC2007_XRCED/distrib
  • D /wxWidgets/branches/SOC2007_XRCED/docs
  • D /wxWidgets/branches/SOC2007_XRCED/include
  • D /wxWidgets/branches/SOC2007_XRCED/install-sh
  • D /wxWidgets/branches/SOC2007_XRCED/lib
  • D /wxWidgets/branches/SOC2007_XRCED/locale
  • D /wxWidgets/branches/SOC2007_XRCED/Makefile.in
  • D /wxWidgets/branches/SOC2007_XRCED/misc
  • D /wxWidgets/branches/SOC2007_XRCED/mkinstalldirs
  • D /wxWidgets/branches/SOC2007_XRCED/regen
  • D /wxWidgets/branches/SOC2007_XRCED/samples
  • D /wxWidgets/branches/SOC2007_XRCED/setup.h.in
  • D /wxWidgets/branches/SOC2007_XRCED/setup.h_vms
  • D /wxWidgets/branches/SOC2007_XRCED/src
  • D /wxWidgets/branches/SOC2007_XRCED/tests
  • D /wxWidgets/branches/SOC2007_XRCED/utils
  • D /wxWidgets/branches/SOC2007_XRCED/version-script.in
  • D /wxWidgets/branches/SOC2007_XRCED/wx-config-inplace.in
  • D /wxWidgets/branches/SOC2007_XRCED/wx-config.in
  • D /wxWidgets/branches/SOC2007_XRCED/wxBase.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxGTK.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxMGL.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxMotif.spec
  • D /wxWidgets/branches/SOC2007_XRCED/wxwin.m4
  • D /wxWidgets/branches/SOC2007_XRCED/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'SOC2007_XRCED'.

2007-05-16 23:39 , revision 46084
  • A /wxWidgets/branches/SOC2007_UNITTEST
  • D /wxWidgets/branches/SOC2007_UNITTEST/.cvsignore
  • D /wxWidgets/branches/SOC2007_UNITTEST/acinclude.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/aclocal.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/art
  • D /wxWidgets/branches/SOC2007_UNITTEST/autoconf_inc.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/autogen.sh
  • D /wxWidgets/branches/SOC2007_UNITTEST/BuildCVS.txt
  • D /wxWidgets/branches/SOC2007_UNITTEST/build
  • D /wxWidgets/branches/SOC2007_UNITTEST/config.guess
  • D /wxWidgets/branches/SOC2007_UNITTEST/config.sub
  • D /wxWidgets/branches/SOC2007_UNITTEST/configure
  • D /wxWidgets/branches/SOC2007_UNITTEST/configure.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/contrib
  • D /wxWidgets/branches/SOC2007_UNITTEST/debian
  • D /wxWidgets/branches/SOC2007_UNITTEST/demos
  • D /wxWidgets/branches/SOC2007_UNITTEST/descrip.mms
  • D /wxWidgets/branches/SOC2007_UNITTEST/difflast.pl
  • D /wxWidgets/branches/SOC2007_UNITTEST/distrib
  • D /wxWidgets/branches/SOC2007_UNITTEST/docs
  • D /wxWidgets/branches/SOC2007_UNITTEST/include
  • D /wxWidgets/branches/SOC2007_UNITTEST/install-sh
  • D /wxWidgets/branches/SOC2007_UNITTEST/lib
  • D /wxWidgets/branches/SOC2007_UNITTEST/locale
  • D /wxWidgets/branches/SOC2007_UNITTEST/Makefile.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/misc
  • D /wxWidgets/branches/SOC2007_UNITTEST/mkinstalldirs
  • D /wxWidgets/branches/SOC2007_UNITTEST/regen
  • D /wxWidgets/branches/SOC2007_UNITTEST/samples
  • D /wxWidgets/branches/SOC2007_UNITTEST/setup.h.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/setup.h_vms
  • D /wxWidgets/branches/SOC2007_UNITTEST/src
  • D /wxWidgets/branches/SOC2007_UNITTEST/tests
  • D /wxWidgets/branches/SOC2007_UNITTEST/utils
  • D /wxWidgets/branches/SOC2007_UNITTEST/version-script.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/wx-config-inplace.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/wx-config.in
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxBase.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxGTK.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxMGL.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxMotif.spec
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxwin.m4
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'SOC2007_UNITTEST'.

2007-05-16 23:39 RD, revision 46083

Forward port recent changes on the 2.8 branch to HEAD

2007-05-16 23:29 RD, revision 46082

Move the old widgetLayoutTest app to the tests dir

2007-05-16 23:26 RD, revision 46081

Add a new script that can build RPMs in a chroot.

2007-05-16 23:12 RD, revision 46080

Apply parts of patch #1719888 to fix compilation on Mac and with monolithic builds

2007-05-16 22:40 VS, revision 46079

fixed CDATA processing to convert the content to output charset, it should be treated just like text in this respect

2007-05-16 22:35 VS, revision 46078

fixed CDATA processing to convert the content to output charset, it should be treated just like text in this respect

2007-05-16 21:20 RR, revision 46077

Minor fixes.

2007-05-16 20:26 VS, revision 46076

return const wxString& instead of wxString from the accessor methods that allow it

2007-05-16 18:24 SC, revision 46075

cleanup for Core Graphics / removing QD

2007-05-16 18:07 VS, revision 46074

fixes for STL build without implicit wxString->char* conversion

2007-05-16 18:03 VS, revision 46073

wrap all handlers in single extern "C" section instead of lots of them

2007-05-16 16:50 SC, revision 46072

cleanup for Core Graphics / removing QD

2007-05-16 16:17 SC, revision 46071

cleanup for Core Graphics / removing QD

2007-05-16 15:41 SN, revision 46070

Minor cleanup ( _ -> \_ ).

2007-05-16 13:42 VS, revision 46069

restored accidentally commented-out code

2007-05-16 13:08 RR, revision 46068

Compilation without threads.

2007-05-16 11:47 SC, revision 46067

LP64 fixes

2007-05-16 10:04 JJ, revision 46066

OpenVMS changes

2007-05-16 08:56 RR, revision 46065

Mention changes since 2.8.4

2007-05-16 08:52 RR, revision 46064

[ 1718338 ] wxToolBarGTK: Implement tool right-click handling

2007-05-16 08:51 RR, revision 46063

[ 1718338 ] wxToolBarGTK: Implement tool right-click handling

2007-05-16 08:45 VS, revision 46062

PCH-less compilation fix

2007-05-16 07:18 VS, revision 46061

another PCH-less compilation fix

2007-05-16 07:17 VS, revision 46060

Do not follow HTML links if selecting text (patch #1719577)

2007-05-16 07:14 PC, revision 46059

need to invert offsets for gdk_pixbuf_scale; remove unneccessary and incorrect optimization

2007-05-16 07:11 PC, revision 46058

need to invert offsets for gdk_pixbuf_scale

2007-05-16 02:45 PC, revision 46057

speed up Rescale 5- to 15-fold by using pixbuf scaling