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

2008-04-27 17:17 JS, revision 53383

Bug fix for empty objects

2008-04-27 13:29 JS, revision 53382

Further wxRichTextCtrl performance improvements

2008-04-27 13:26 JS, revision 53381

Further wxRichTextCtrl performance improvements

2008-04-27 13:01 VZ, revision 53380

use GLX_DOUBLEBUFFER if no attributes were specified with GLX >= 1.3 too

2008-04-27 12:46 VZ, revision 53379

no real changes, clarified the usage of WX_GL_DOUBLEBUFFER; documented it and other WX_GL_XXX constants lost during doxygen transition; simplified wxMSW code a bit

2008-04-27 07:17 MW, revision 53378

New dev.

2008-04-26 23:05 VZ, revision 53373

backport fix to _TIFFrealloc from newer libtiff in trunk: don't call ::GlobalSize(NULL)

2008-04-26 19:43 JS, revision 53372

Fixed quotation mark input/output

2008-04-26 19:43 JS, revision 53371

Fixed quotation mark input/output

2008-04-26 05:43 KO, revision 53370

Add support for Mac dock icon bouncing. I used a cross-platform enum so that we can (ideally) craft a cross-platform API for 3.0.

2008-04-26 02:46 KO, revision 53368

Allow easy access to the build scripts from wx tree.

2008-04-26 02:33 KO, revision 53367

Make build tools accessible in 2.8 branch.

2008-04-26 02:25 KO, revision 53366

Add build script and utilities, including builder.py, an object-oriented wrapper for (eventually) all the compilers we support.

2008-04-26 02:14 KO, revision 53365

Home for scripts and such that are not tied to any particular wx version.

2008-04-25 19:59 RR, revision 53363

Trying to make wxString readable again, II

2008-04-25 19:52 RR, revision 53361

Trying to make wxString readable again

2008-04-25 18:53 RR, revision 53358

wxCairoGraphics need a font event without drawing text

2008-04-25 18:50 RR, revision 53357

Some testing code for wxGraphicsContext printing

2008-04-25 18:21 RR, revision 53356

Minor updates

2008-04-25 17:44 RR, revision 53355

Typo

2008-04-25 17:20 RR, revision 53354

Fix linking problem

2008-04-25 14:18 RR, revision 53349

Forgot to remove this one

2008-04-25 13:41 RR, revision 53348

const_iterator

2008-04-25 13:32 RR, revision 53347

Made wxCairo graphics code compile again, wxGraphicsBitmap still missing

2008-04-25 13:13 RR, revision 53346

Removed category for styled text control which only contained 1 item

2008-04-25 13:09 RR, revision 53345

A few wxString doc updates

2008-04-25 11:05 RR, revision 53344

Added wxDC::CreateGraphicsContext and implemented it for a few DCs

2008-04-25 10:07 RR, revision 53343

Forgot wxGraphicsPath

2008-04-25 10:06 RR, revision 53342

Mention graphics device classes

2008-04-25 09:59 RR, revision 53341

Mention graphics classes, separate out image and bitmap classes

2008-04-24 23:20 VS, revision 53340

Fixed handling of transparent background in borderless wxBitmapButton (patch #1477883)

2008-04-24 23:19 VS, revision 53339

Fixed handling of transparent background in borderless wxBitmapButton (patch #1477883)

2008-04-24 14:39 JS, revision 53338

Made performance acceptable for editing large paragraphs on low-powered machines

2008-04-24 14:39 JS, revision 53337

Made performance acceptable for editing large paragraphs on low-powered machines

2008-04-24 11:44 JS, revision 53336

Further optimizations

2008-04-24 11:43 JS, revision 53335

Further optimizations

2008-04-24 08:30 VS, revision 53334

merged trunk translations for strings occuring but not translated in 2.8 into 2.8 catalogs

2008-04-24 07:58 VS, revision 53333

updated 2.8 message catalogs from sources

2008-04-24 07:56 VS, revision 53332

don't merge msw/it.po with wxstd.pot during 'make allmo', it's manually maintained

2008-04-24 07:54 VS, revision 53331

don't merge msw/it.po with wxstd.pot during 'make allmo', it's manually maintained

2008-04-24 07:36 VS, revision 53330

updated message catalogs from sources

2008-04-24 07:33 VS, revision 53329

contrib is no more, updated locale/Makefile accordingly

2008-04-24 07:20 VS, revision 53328

added missing "

2008-04-24 07:16 VS, revision 53327

added wxString::Clone() and made wxString(wxCStrData) ctor make deep copy too

2008-04-23 23:39 KO, revision 53326

svn merge -r 52985:53325 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-04-23 23:33 KO, revision 53325

Ensure popup menus can display sub-menus.

2008-04-23 23:31 KO, revision 53324

Ensure popup menus can display sub-menus.

2008-04-23 21:50 VZ, revision 53323

prevent all our windows from being destroyed in wxApp::OnEndSession(), otherwise we're still killed before the cleanup code finishes to run

2008-04-23 17:05 PC, revision 53322

restore caching of WM frame extents

2008-04-23 16:56 KO, revision 53321

svn merge -r 52525:52984 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-04-23 15:01 JS, revision 53320

Further performance optimizations

2008-04-23 15:01 JS, revision 53319

Further performance optimizations

2008-04-23 11:54 VS, revision 53318

wxHTML: preserve TAB characters when copying <pre> content to clipboard (backport from trunk)

2008-04-23 05:53 JJ, revision 53317

Update OpenVMS compile support

2008-04-22 16:29 VZ, revision 53315

make wxDir::Has{Files,SubDirs}() const

2008-04-22 13:52 VS, revision 53314

restored wxOKlibc() for wxGTK1's use

2008-04-22 13:14 RR, revision 53313

Let wxCommandEvent's copy constr copy its string via .c_str() as otherwise ::Clone() isn't thread-safe

2008-04-22 10:47 VS, revision 53312

small updates to Czech translation

2008-04-22 08:57 RR, revision 53311

Reviewd wxVariant

2008-04-22 08:29 RR, revision 53310

Remove usused variable

2008-04-22 08:26 RR, revision 53309

Minor correction

2008-04-22 07:57 JS, revision 53308

Two bug fixes for FindWrapPosition

2008-04-22 07:57 JS, revision 53307

Two bug fixes for FindWrapPosition

2008-04-22 06:01 BP, revision 53303

More initial reviews of [u*-v*] interface headers.

2008-04-22 01:38 BP, revision 53300

Finished initial reviews of the rest of the [d*] interface headers.

2008-04-21 21:25 RR, revision 53299

[ 1944519 ] improve left down event handling for wxPopupTransientWindow

2008-04-21 20:06 VS, revision 53298

use iterators in HtmlizeLinebreaks()

2008-04-21 19:01 RR, revision 53297

[ 1907169 ] GTK - trunk - dialog default button, part II for comboctrl

2008-04-21 18:48 RR, revision 53296

[ 1945434 ] Changing method wxComboCtrlBase::DrawButton to virtual one

2008-04-21 15:26 JS, revision 53285

Speeded up wrapping (again), this time using partial text extents.

2008-04-21 15:25 JS, revision 53284

Speeded up wrapping (again), this time using partial text extents.

2008-04-21 14:21 MW, revision 53283

Move builds to the machines currently working.

2008-04-21 10:46 VS, revision 53282

preserve TAB characters when copying HTML <pre> content to clipboard

2008-04-21 10:34 VS, revision 53281

@wxsince -> @since in Doxygen docs

2008-04-21 01:44 VZ, revision 53280

suppress unused parameter warning in release build

2008-04-21 01:40 BP, revision 53279

More initial reviews of d* interface headers.

2008-04-20 23:50 BP, revision 53278

More initial reviews of d* interface headers.

2008-04-20 22:44 PC, revision 53277

fix child window redraw glitches during scrolling (bug 1944002)

2008-04-20 22:10 VS, revision 53276

implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl

2008-04-20 22:10 VS, revision 53275

implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl

2008-04-20 20:30 VS, revision 53274

fixed wxMac's wxListCtrl::SetColumnWidth(-1, ...) to really set width for every column

2008-04-20 20:28 VS, revision 53273

fixed wxMac's wxListCtrl::SetColumnWidth(-1, ...) to really set width for every column

2008-04-20 19:08 JS, revision 53272

Fix for slow first character insertion

2008-04-20 19:06 JS, revision 53271

Fix for slow first character insertion

2008-04-20 11:39 VS, revision 53270

fixed wxHyperlinkCtrl XRC handler to not crash

2008-04-20 11:39 VS, revision 53269

fixed wxHyperlinkCtrl XRC handler to not crash

2008-04-19 21:56 VZ, revision 53268

replace inexistent wxTBK_DEFAULT with wxBK_DEFAULT

2008-04-19 20:54 PC, revision 53267

don't reset m_deferShow if Show() is called more than once, bug 1939534

2008-04-19 17:22 RR, revision 53266

Fixed wxDatePickerCtrl under OS X

2008-04-19 16:14 VS, revision 53265

source files are not executable

2008-04-19 11:18 VS, revision 53264

fixed wxString::Replace() to work directly on m_impl -- matters for UTF-8 build

2008-04-19 09:10 CE, revision 53263

add missing hildon files to gtk distrib

2008-04-19 08:12 BP, revision 53262

More dc* interface headers reviewed.

2008-04-18 08:08 RR, revision 53260

Reverted accidental change

2008-04-18 08:07 SC, revision 53259

1945421 applied

2008-04-18 08:06 SC, revision 53258

1945421 applied

2008-04-18 08:06 RR, revision 53257

Reverted accidental change

2008-04-18 08:04 RR, revision 53256

Reverted accidental change

2008-04-18 08:01 RR, revision 53255

Layout improvements for CalendarCtrl

2008-04-18 07:58 RR, revision 53254

Bring wxSpinCtrl closer to HIG