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-10-22 11:35 VZ, revision 49329

calling SetFocus() in OnMouseUp() is unnecessary if we skip the event in OnMouseDown()

2007-10-22 11:32 VZ, revision 49328

vswprintf() compilation fix for mingw32 with STLport 5.1

2007-10-22 11:30 VZ, revision 49327

removed mention of inexistent file

2007-10-22 11:27 VZ, revision 49326

compilation fix for wxUSE_STL==1 after wxList methods changes

2007-10-22 11:26 RR, revision 49325

Use a private GtkCellRendererText for rendering text in a wxDataViewCustomRenderer

2007-10-22 10:40 RR, revision 49323

Correctly set item in wxDataViewRenderer::Activate()

2007-10-22 09:03 RR, revision 49322

remove deprecated and constructor and SetModal() methods

2007-10-22 08:59 RR, revision 49320

remove deprecated and constructor and SetModal() methods

2007-10-22 08:22 CE, revision 49317

update to 2.9.0

2007-10-22 08:22 CE, revision 49316

correct file path

2007-10-22 08:19 CE, revision 49315

update to 2.9

2007-10-22 08:15 CE, revision 49314

update to 2.9

2007-10-22 08:13 SC, revision 49313

better appearance on mac w/o sunken border

2007-10-22 08:08 CE, revision 49312

checked locations between 2.8 and 2.9

2007-10-22 08:00 SC, revision 49311

xcode adaptions

2007-10-22 07:58 SC, revision 49310

making things compile and build again ...

2007-10-21 21:27 VZ, revision 49307

don't store NULL attribute in wxGridRowOrColAttrData::SetAttr() unnecessarily

2007-10-21 18:16 SC, revision 49306

offsetting fixed, color handling factored out

2007-10-21 18:14 SC, revision 49305

correct scrollbars with empty grow-box

2007-10-21 18:13 SC, revision 49304

fixing height for buttons with different variants

2007-10-21 18:12 SC, revision 49303

making sure pdf pages are correctly layouted

2007-10-21 18:11 SC, revision 49302

flushing corrected

2007-10-21 18:11 SC, revision 49301

scrolling fix

2007-10-21 18:10 SC, revision 49300

removed inlines, adding straight implementation for Flush

2007-10-21 18:07 PC, revision 49299

add wxUSE_MINIFRAME wrapper

2007-10-21 18:05 SC, revision 49298

fixing missed line

2007-10-21 18:04 SC, revision 49297

factoring color representation on mac

2007-10-21 18:03 SC, revision 49296

making it obvious method is virtual, factoring out GrowBox painting

2007-10-21 18:02 SC, revision 49295

making funcs non-inline, adding a Flush method which will only be needed on mac at the moment

2007-10-21 17:59 SC, revision 49294

fixing int overflows

2007-10-21 17:59 PC, revision 49293

fix header wrapper typo

2007-10-21 17:58 SC, revision 49292

clarifying comments

2007-10-21 11:54 SC, revision 49288

unifying offseting rules

2007-10-21 11:52 SC, revision 49287

fixing possible offsetting glitches

2007-10-21 11:51 SC, revision 49286

adding correct filling area to arc, correct rounding and clipping

2007-10-21 11:39 MW, revision 49284

When testing for getpwuid_r and getgrgid_r also check the signature. Solaris 7-9 have these with non-POSIX signatures.

2007-10-20 23:25 VZ, revision 49283

replace wrong calss of Refresh() with (hopefully) correct calls to RefreshRow()

2007-10-20 23:23 VZ, revision 49282

fix unused parameter warnings

2007-10-20 22:54 VZ, revision 49281

many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926)

2007-10-20 22:52 VZ, revision 49280

define wxUTF8Buf as the type returned by wxString::utf8_str()

2007-10-20 22:31 PC, revision 49279

don't force size_allocate in gtk_pizza_put, it shouldn't be necessary

2007-10-20 22:18 VZ, revision 49278

fix (reversed) operator!() description (bug 1817138)

2007-10-20 22:02 VZ, revision 49277

undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix

2007-10-20 21:58 VZ, revision 49276

deprecate wxEffects

2007-10-20 21:08 VZ, revision 49275

accept "--opt val" and "--opt:val" syntax in addition to "--opt=val" as documented (patch 1786465)

2007-10-20 20:15 RR, revision 49274

Use wxDataViewSpinRenderer

2007-10-20 20:11 RR, revision 49273

Redundant call to GetItemByRow

2007-10-20 20:09 RR, revision 49272

Added wxDataViewCustomRenderer::RenderText() for renderer simple text in platform dependent way, added wxDataViewSpinRenderer

2007-10-20 16:23 PC, revision 49271

don't need to paint tlw background, GTK does it

2007-10-20 15:59 VZ, revision 49270

always return just "$CXX -o" from `wx-config --ld` instead of returning the command needed to link a shared library (if this is really needed, we should add another --shared-ld option for this) as it isn't suitable for linking the user applications