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-08-26 16:34 PC, revision 55289

put wxIconArray back in header, it's used by wxFSVolume

2008-08-26 16:19 PC, revision 55288

Hold a reference on m_widget for the life of the associated wxWindow object. This allows removing some ugly hacks, and leaking of GtkWidgets by wxNotebook.

2008-08-26 14:06 RR, revision 55287

Also make make dist for wxMac work

2008-08-26 13:29 VS, revision 55286

pch-less compilation fix for r55285

2008-08-26 13:02 VS, revision 55285

fixed writing to wxUniCharRef after its 'parent' iterator was destroyed

2008-08-26 12:35 VZ, revision 55284

update version script for wxAUI additions; use wxABI_VERSION check around the new wxAuiToolBar class

2008-08-26 11:13 RR, revision 55283

Update <make dist> for wxGTK (and probably other ports, too)

2008-08-26 11:03 RR, revision 55282

Update <make dist> for wxGTK

2008-08-26 10:02 CE, revision 55281

2.8.9 ready for rc-1

2008-08-26 09:56 CE, revision 55280

2.8.9 ready for rc-1

2008-08-26 09:53 CE, revision 55279

2.8.9 ready for rc-1

2008-08-26 09:53 CE, revision 55278

2.8.9 ready for rc-1

2008-08-26 06:34 PC, revision 55277

move wxIconArray declaration out of header, remove unneccessary copy ctor and assignment operator

2008-08-26 06:34 PC, revision 55276

don't use deprecated toolbar API

2008-08-26 05:28 PC, revision 55275

uncomment line accidentally left commented out in last commit

2008-08-26 05:10 PC, revision 55274

fix for GTK assertion `info->icon_pixmap == NULL' failed, #9905

2008-08-26 03:56 KO, revision 55273

Move no border tool window fix over to wxWebKit branch.

2008-08-26 03:11 KO, revision 55272

Create an API for showing a window but not setting focus to it on Mac.

2008-08-26 00:03 VZ, revision 55271

allow periods in wxFileSystem URL anchors (patch #2265) [backport from trunk]

2008-08-25 23:25 VZ, revision 55270

escape '@' symbols in the docs

2008-08-25 23:20 VZ, revision 55269

use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot since this file addition; fix some weird "else" indentation; use empty() instead of Length() > 0 tests

2008-08-25 23:19 VZ, revision 55268

added UnsetToolTip() which is also provided (as empty function) in wxUSE_TOOLTIPS==0 case unlike SetToolTip(NULL)

2008-08-25 22:06 KO, revision 55267

svn merge -r 54031:55250 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-08-25 19:28 VZ, revision 55264

compilation fixes for minimal build

2008-08-25 19:23 VZ, revision 55263

compilation fixes for wxUSE_CONSOLE_EVENTLOOP==0

2008-08-25 14:39 VZ, revision 55257

add parentheses for && inside || to fix g++ 4.3 warning

2008-08-25 14:39 VZ, revision 55256

fix a couple of harmless warnings reported by g++ 4.3

2008-08-25 14:34 VZ, revision 55255

fix a couple of harmless warnings reported by g++ 4.3

2008-08-25 11:38 BIW, revision 55253

updated for wxAUI changes

2008-08-25 09:12 RR, revision 55252

Docs corrections from Tim Stahlhut

2008-08-25 05:32 KO, revision 55251

Compilation fix, didn't realize initialization order of events is different on trunk.

2008-08-25 04:28 KO, revision 55250

Respect the wxNO_BORDER flag for tool windows without a titlebar.

2008-08-25 04:27 KO, revision 55249

Respect the wxNO_BORDER flag for tool windows without a titlebar.

2008-08-25 03:03 KO, revision 55246

Fix memory leak.

2008-08-25 03:01 KO, revision 55245

Fix memory leak.

2008-08-25 00:36 VZ, revision 55243

sometimes unused parameter warnings are really worth paying attention to

2008-08-25 00:31 VZ, revision 55241

don't use deprecated wxMenuItem ctor and don't use an unnecessary #ifdef

2008-08-25 00:30 VZ, revision 55240

changed wxAuiBlendColour() to work with unsigned chars instead of doubles as it's always used with them [forward port of rr55210 from 2.8]

2008-08-24 12:00 BIW, revision 55236

fix undefined variable color to colour

2008-08-24 10:56 BIW, revision 55235

don't use MacSetTheme()

2008-08-24 10:21 BIW, revision 55234

fixed include problem

2008-08-24 09:29 BIW, revision 55233

rebake because of new auibar.*

2008-08-24 09:28 BIW, revision 55232

updated aui sample

2008-08-24 09:28 BIW, revision 55231

added wxAuiToolBar

2008-08-24 04:14 RD, revision 55224

64-bit compile fixes. NOTE: These changes are done by hand and will need to be redone after rebaking the files, until the next version of bakefile is ready.

2008-08-24 04:11 RD, revision 55223

64-bit compile fixes, turn off optimizations in GetCustomDrawnItemRect to avoid an ICE.

2008-08-24 04:08 RD, revision 55222

64-bit compile fixes, cleanup and use GetTimeZoneInformation for Windows compilers

2008-08-24 04:06 RD, revision 55221

64-bit compile fixes

2008-08-23 18:54 VZ, revision 55215

use tr1::unordered_{map,set} if available for wxHash{Map,Set} in STL build (#9532) [backport from trunk]

2008-08-23 18:47 VZ, revision 55214

optimize wxGrid::BlockToDeviceRect() to avoid iterating over all cells, it's enough to only iterate over the visible ones (#9527) [backport from trunk]

2008-08-23 18:44 VZ, revision 55213

implement wxWinINetInputStream::GetSize() (#9600) [backport from trunk]

2008-08-23 18:38 VZ, revision 55212

don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON works just as well and doesn't hang the application in some circumstances (#9786) [backport from trunk]

2008-08-23 18:30 VZ, revision 55211

always define wxUSE_RICHEDIT[2] -- this is better than never defining them (#9514) [backport from trunk]

2008-08-23 18:17 VZ, revision 55210

fix warnings about passing double as unsigned char

2008-08-23 18:17 VZ, revision 55209

fix changing font/colour of label in buttons with images (#3939) [backport from trunk]

2008-08-23 17:53 VZ, revision 55208

don't reserve space for the icons if none are used, even if we're in icon view (#9472) [backport from trunk]

2008-08-23 17:49 VZ, revision 55207

handle FNERR_INVALIDFILENAME which happens if an invalid file name is passed to wxFileDialog (#9688) [backport from trunk]

2008-08-23 16:19 VZ, revision 55206

use wx_static_cast() instead of static_cast<> on an off chance that some compiler still doesn't have the latter; fix svn properties for the new file

2008-08-23 14:14 SC, revision 55204

fixing typo

2008-08-23 12:55 SC, revision 55203

cocoa implementation files

2008-08-23 12:43 SC, revision 55202

common implementation files

2008-08-23 08:20 RR, revision 55201

wxComboCtrlBase::Enable() does not refresh the control #9900

2008-08-23 08:19 RR, revision 55200

wxComboCtrlBase::Enable() does not refresh the control #9900

2008-08-23 07:57 BIW, revision 55199

add missing header for WXMAC

2008-08-23 07:24 BIW, revision 55198

fix header problems

2008-08-23 06:37 BIW, revision 55197

rebaked because of auibar.*

2008-08-23 06:35 BIW, revision 55196

updated aui sample with new toolbar

2008-08-23 06:31 BIW, revision 55195

added wxAuiToolBar

2008-08-22 22:27 VZ, revision 55182

fix a couple of spelling errors

2008-08-22 22:22 VZ, revision 55181

fix 2 doxygen errors

2008-08-22 15:22 JS, revision 55177

Documented wxRTC fixes

2008-08-22 15:21 JS, revision 55176

Improved auto list numbering Fixed selection bugs

2008-08-22 15:21 JS, revision 55175

Improved auto list numbering Fixed selection bugs

2008-08-22 14:00 JS, revision 55173

Typo corrections

2008-08-22 13:08 SC, revision 55172

routing SetTitle to SetLabel as MSW does, fixing potential zombie pointers after mouse down events which delete windows

2008-08-22 11:32 JS, revision 55171

Cleanup of previous fix

2008-08-22 10:34 JS, revision 55170

Generic caret no longer invisible on a dark background

2008-08-22 10:34 JS, revision 55169

Generic carent no longer invisible on a dark background

2008-08-22 10:08 JS, revision 55168

Improved style list size calculations

2008-08-22 09:18 RR, revision 55167

#9854 (AddPendingEvent - protect during wxEvtHandler destruction)

2008-08-22 06:47 SC, revision 55166

osx-cocoa event loop

2008-08-21 22:51 VZ, revision 55163

make ellipses drawn by wxDC more consistent with wxGC ones (closes #9887)

2008-08-21 22:31 VZ, revision 55161

use Pango to draw rotated text if possible (this supports text background and should be more efficient), fall back to the old method for old libraries (closes #9861)

2008-08-21 22:18 VZ, revision 55159

remove unneeded dependencies from bakefiles and regenerate the make/project files (closes #9850)

2008-08-21 22:12 VZ, revision 55158

compilation fix for wxUniv/GTK (closes #9849)

2008-08-21 21:37 VZ, revision 55157

add a radio box to select the combobox type (#9845)

2008-08-21 21:14 VZ, revision 55156

document that text drawing is not affected by the current logical function and update the sample to not imply that it is (#9842)

2008-08-21 21:12 VZ, revision 55155

honour useMask parameter in DrawBitmap() and StretchBlit() (#9841)

2008-08-21 21:06 VZ, revision 55154

continue even if the bitmaps can't be found; look for them in argv[0] directory too; use more clear name for ROP screen in the menu (#9839)

2008-08-21 20:43 VZ, revision 55153

don't always create DIBs in wxBitmap(wxImage) ctor

2008-08-21 20:42 VS, revision 55152

fixed typo in 2.8 backport of MSW print preview fixes

2008-08-21 16:08 JS, revision 55147

Fixed default margin sizes

2008-08-21 16:07 JS, revision 55146

Fixed default margin sizes

2008-08-21 12:21 RR, revision 55145

#9876 (GC: added sanity check to wxGraphicsPathData::AddEllipse())

2008-08-21 12:06 RR, revision 55144

Ticket #9858 gtk wxDC::DrawText() - draw text background natively

2008-08-21 08:58 SC, revision 55143

updating the comment as well

2008-08-21 08:56 SC, revision 55142

using the 'new' bottleneck methods, fixing bugreport from Bengt Nilsson <bengt.nilsson11@spray.se>

2008-08-21 08:49 SC, revision 55141

using the 'new' bottleneck methods, fixing bugreport from Bengt Nilsson <bengt.nilsson11@spray.se>

2008-08-21 07:30 SC, revision 55140

mimetype common implementation

2008-08-21 07:29 SC, revision 55139

cocoa specific implementations