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-06-23 20:31 VS, revision 54338

added <xrc-file> tag to wxpresets

2008-06-23 17:43 PC, revision 54337

avoid setting a negative window size

2008-06-23 16:47 CE, revision 54336

add missing glgrab

2008-06-23 13:42 JS, revision 54333

Fixed mime type recognition under Gnome by reading appropriate .desktop files and application defaults

2008-06-23 13:38 JS, revision 54332

Don't fail to get correct extension if there's a dot somewhere else in the path.

2008-06-22 15:49 VZ, revision 54331

fix problem with label characters starting with -1 in ANSI build (#9572)

2008-06-22 15:06 VZ, revision 54330

fix handling of wxDP_SHOWCENTURY for some non-C locales (one of the problems of #4743)

2008-06-22 14:47 VZ, revision 54329

allow creating items without parent menus (#3425)

2008-06-22 14:40 VZ, revision 54328

allow wxDialog::ShowModal() after Show() (see #1416, #4658, #4664)

2008-06-22 14:39 RR, revision 54327

Minor patch for state icons patch

2008-06-21 23:05 VZ, revision 54325

review the header after the conversion and restore parts dropped by the script; document automatic icon style deduction (#2897)

2008-06-21 17:17 VZ, revision 54324

initialize wx{Client,Paint,Window}DC with fonts/colours of its window

2008-06-21 17:05 VZ, revision 54323

remove Create{Window,Client,Paint}DC() methods without window parameter -- they don't make sense as these DCs must always be associated with a window and are unusable if created without it

2008-06-21 16:59 VZ, revision 54322

don't allow editing listbox entries; better handling of scrollbar styles (#9084)

2008-06-21 16:51 VZ, revision 54321

assert if ShowModal() is called after a previous Show() (#1416)

2008-06-21 16:17 VZ, revision 54320

add wxShowEvent::IsShown() and wxIconizeEvent::IsIconized() instead of (now deprecated) GetShow() and Iconized() respectively (#978)

2008-06-21 16:13 VZ, revision 54319

compilation fix for PCH-less build

2008-06-21 16:10 VZ, revision 54318

disable report view mode under Mac as it hangs the native wxListCtrl implementation (continuation of #9484)

2008-06-21 16:02 MMK, revision 54317

Improved bmp reading, managed memory and included RTTI macros

2008-06-21 15:50 VZ, revision 54316

use the real clipping region and not just its bounding box in :DoDrawBitmap() (#9597)

2008-06-21 15:42 VZ, revision 54315

implement wxWinINetInputStream::GetSize() (#9600)

2008-06-21 15:32 VZ, revision 54314

added wxGenericStaticBitmap (#9608)

2008-06-21 15:03 RR, revision 54313

Use wxMenuBase:SendEvent() to emit event, shoudl also fix #801: Menu cmd events: Inconsistent GetEventObject()

2008-06-21 06:13 BP, revision 54312

Leftover changes for sample doc improvements in ticket #9582 (most of the patch was applied already in r54310).

2008-06-21 05:53 BP, revision 54311

Minor doc corrections for [q-r] in ticket #9581 (most of the patch was applied already in r54308).

2008-06-21 05:10 BP, revision 54310

Patch from Utensil Candel with large improvements to the samples documentation, and a PCH fix for the power sample.

2008-06-21 03:33 BP, revision 54309

Documentation corrections for /interface/log.h (#9583)

2008-06-21 02:38 BP, revision 54308

Finished initial review of [q-r] by Utensil Candel also making the enumeration lists more readable (one per line).

2008-06-20 16:57 PC, revision 54305

don't include private header in a sample

2008-06-20 14:41 VZ, revision 54304

don't pass negative height to wxWindow::SetSize(), this results in GTK+ warnings

2008-06-20 10:27 RR, revision 54302

Balance table

2008-06-20 10:19 JJ, revision 54301

OpenVMS setup update

2008-06-20 08:55 RR, revision 54300

minor formatting

2008-06-20 08:22 RR, revision 54299

Add missing SWAP macros for 64-bit signed int

2008-06-20 08:20 RR, revision 54298

Give spin button the same height as the associated text control

2008-06-20 08:17 RR, revision 54297

Don't let MSW's wxSpinCtrl emit spin up and down events as in the other ports

2008-06-20 07:58 RR, revision 54296

Formatting

2008-06-20 07:47 CE, revision 54295

2.8.8

2008-06-20 07:46 CE, revision 54294

2.8.8

2008-06-20 07:43 RR, revision 54293

Formatting

2008-06-19 19:02 RR, revision 54286

Missing and Moved Paragraphs in \interface\thread.h

2008-06-19 15:46 VZ, revision 54285

document GetValue() behaviour when called from an event handler processing change in the controls value

2008-06-19 08:47 MW, revision 54284

New dev.

2008-06-19 08:08 CE, revision 54283

fix for http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/103292

2008-06-18 12:35 MMK, revision 54278

Fixed file structure

2008-06-18 11:24 SN, revision 54277

Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr, adding some comments.

2008-06-18 11:21 SN, revision 54276

Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr, adding some comments.

2008-06-17 17:28 VZ, revision 54273

declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)

2008-06-17 17:12 VZ, revision 54272

fix compilation of TestRegConfRead()

2008-06-17 14:39 MMK, revision 54271

Added navigation class

2008-06-16 23:09 VZ, revision 54269

don't recreate combobox with proportion of 1 (instead of initial 0) (#9594)

2008-06-16 17:50 RR, revision 54267

#9591: Item state (icons) for wxTreeCtrl on any platform

2008-06-16 13:32 RR, revision 54266

Ticket #9592: gtk-choice-setcolumns.2.diff

2008-06-16 08:45 VS, revision 54265

added a note about print preview inaccurancies and recommendation to use native preview when possible to the docs

2008-06-16 08:41 VS, revision 54264

Implemented high-quality preview for wxMSW (this approach doesn't work on other platforms). The preview is now accurate representation of printed page and wxHtmlEasyPrinting preview shows identical layout to what will be printed.

2008-06-16 08:10 VS, revision 54263

fixed SetUserScale() calls to use correct scale on Y axis

2008-06-16 08:08 VS, revision 54262

fixed SetUserScale() calls to use correct scale on Y axis

2008-06-16 07:43 VS, revision 54261

fixed printing preview to not report errors in infinite loop (bug introduced by r54133)

2008-06-16 05:13 SC, revision 54256

new path organisation for mac

2008-06-16 05:12 SC, revision 54255

new path organisation for mac

2008-06-15 23:38 VZ, revision 54252

overload Write() for char and unsigned char too, otherwise code writing them fails due to lack of exact match and absence of overloaded wxToString()

2008-06-15 22:20 RD, revision 54251

Fix off-by-1 error in GetTextRaw

2008-06-15 18:02 VZ, revision 54248

regenerate the makefiles with correct new test name (iostreams.cpp, iostream.cpp is already taken by strings test)

2008-06-15 17:34 VZ, revision 54246

added a unit test for input/output file streams and fixed the problem it exposed (#3335)

2008-06-15 17:26 SN, revision 54245

Fixed problems with reassigning the already assigned attribute, see #9567.

2008-06-15 17:24 SN, revision 54244

Fixed problems with reassigning the already assigned attribute, see #9567.

2008-06-15 16:42 SN, revision 54241

Fixed wxDoSetEnv (ticket # 9588).

2008-06-15 14:17 VZ, revision 54240

another 64 bit fix: make SendMsg() return wxIntPtr instead of long too

2008-06-15 14:16 VZ, revision 54239

correct wxIntPtr definition

2008-06-15 14:11 SN, revision 54238

Added missing screen update on deselection in wxGrid (ticket #4212, part1).

2008-06-15 14:10 SN, revision 54237

Added missing screen update on deselection in wxGrid (ticket #4212, part1).

2008-06-15 13:56 VZ, revision 54236

fixed STC under Win64: as wxStyledTextCtrl::SendMsg() used (32 bit) long arguments, passing (64 bit) pointers to it almost certainly didn't work

2008-06-15 13:50 MW, revision 54235

Add utils and tests to OS/2 builds, #9587 from Dave Parsons.

2008-06-15 13:15 VS, revision 54234

revert part of r54233 that was included by accident

2008-06-15 13:14 VS, revision 54233

if gdiplus.dll cannot be loaded, return NULL from wxGraphicsContext::Create() instead of silently pretending to render the output, but do nothing

2008-06-15 12:42 SN, revision 54232

Applied ticket #1230 (patch to SetColFormatCustom), setting both editor and renderer when selecting a specific format instead of just the renderer.

2008-06-15 12:08 VZ, revision 54231

fix off by 1 error in GetTextRaw() (#4317)

2008-06-15 11:45 VZ, revision 54230

fix crash when copying empty selection to clipboard (#4783)

2008-06-15 11:31 VZ, revision 54229

ignore mouse wheel events which are coming too fast to be processed (#9057)

2008-06-15 11:22 VZ, revision 54228

fix crash in wxSetEnv(var, NULL) (#9585)

2008-06-15 01:18 VZ, revision 54227

fix overview links and various Doxygen errors (#9580)

2008-06-15 01:16 VZ, revision 54226

derive wxSTC from wxTextEntryBase to provide even more wxTextCtrl-like methods (see #9114)

2008-06-15 00:59 VZ, revision 54225

derive wxSTC from wxTextAreaBase to provide wxTextCtrl-like methods (see #9114)

2008-06-14 23:29 VZ, revision 54224

rebuild files generated by src/stc/gen_iface.py automatically in Unix builds

2008-06-14 18:33 VZ, revision 54219

state clearly that the entire contents of generated files is generated; put special {{{ and }}} markers around the generated sections (these are special and extra-convenient for ViM but can probably be used to at least go to the end/beginning/other extremeity of the generated block from any other decent editor)

2008-06-14 18:32 VZ, revision 54218

explicitly check that we're being run from the correct directory

2008-06-14 18:09 VZ, revision 54217

remove extra ')' in EVT_STC_CALLTIP_CLICK

2008-06-14 15:59 VZ, revision 54216

translate Scintilla getters to const methods of wxStyledTextCtrl

2008-06-14 14:35 VZ, revision 54215

fix ANSI mode build

2008-06-14 14:27 VZ, revision 54214

compilation fix (casts for mb_str() used as argument to printf() and a few others) (#9571)

2008-06-14 14:25 VZ, revision 54213

fix various Doxygen errors (#9568)

2008-06-14 14:07 VZ, revision 54212

fix various Doxygen errors (#9573)

2008-06-14 14:06 VZ, revision 54211

change shortcut for "Sort" to Ctrl-T to avoid conflict with another item using Ctrl-S (#9574)

2008-06-14 14:04 VZ, revision 54210

fix various Doxygen errors (#9578)

2008-06-14 02:53 VZ, revision 54208

standard location of env is in /usr/bin, not /bin

2008-06-14 02:51 VZ, revision 54207

make the script executable

2008-06-14 02:21 VZ, revision 54204

don't interfere with Scintilla drag-and-drop (#9088)

2008-06-14 01:53 VZ, revision 54203

don't compile in wx hash code unless we really use it (#9532:12)

2008-06-14 01:44 VZ, revision 54202

recreate the window if FSAA is requested (changeset_r54022_Fix.patch from #9145)

2008-06-13 22:38 VZ, revision 54201

don't clear the list control when wxLC_[HV]RULES style is toggled (#4688)

2008-06-13 22:19 VZ, revision 54200

search for X11 headers in paths under /usr/local before those under /usr (#9477)

2008-06-13 21:37 VZ, revision 54199

fix reference counting problems with wxGridCellWithAttr (re-#9567)

2008-06-13 19:23 RR, revision 54198

Ticket #1032 wxVariant::operator==(wxVariant& variant) has bad bug

2008-06-13 12:53 JS, revision 54187

Small improvement in HTML help options dialog.

2008-06-13 12:52 JS, revision 54186

Small improvement in HTML help options dialog.

2008-06-13 11:56 JS, revision 54185

Skip base command line parsing, which fails when passing a book file

2008-06-13 08:29 MMK, revision 54184

Implemented basic manual motion

2008-06-13 07:10 JS, revision 54183

Use new API

2008-06-13 04:20 SC, revision 54182

fixing file paths after renaming

2008-06-13 04:17 SC, revision 54181

mac paths updated

2008-06-13 00:09 VZ, revision 54179

use HandleWindowEvent() in Close() as it can be called from a GTK+ callback (#9565)

2008-06-13 00:05 VZ, revision 54178

use @deprecated doxygen tag, a few other minor corrections (#9564)

2008-06-13 00:01 VZ, revision 54177

correct bad references and use of @begincode instead of @code (#9566)

2008-06-12 23:58 VZ, revision 54176

fix crash which happened if you called SetAttr(NULL) followed by SetAttr(attr) (#9567)

2008-06-12 23:49 VZ, revision 54175

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

2008-06-12 23:28 VZ, revision 54174

exclude pieces of wx hash map implementation which were wrongly included when std::unordered_map was used in STL build

2008-06-12 20:25 JS, revision 54173

Correction for menu code problem introduced in 2.8.5

2008-06-12 20:14 SC, revision 54172

mac paths updated

2008-06-12 18:51 VZ, revision 54171

don't test for hash_{map,set} classes if we have unordered_map

2008-06-12 18:51 VZ, revision 54170

get rid of several dozen of warnings when using g++ >= 4.2 about string literals to char* conversion

2008-06-12 18:43 VZ, revision 54169

use std[::tr1]::unordered_map if available in wxUSE_STL build (#9532)

2008-06-12 18:15 SC, revision 54168

mac paths updated

2008-06-12 18:12 VZ, revision 54167

fix some wrong declarations which upset mingw32

2008-06-12 18:08 SC, revision 54166

fixing file paths after renaming

2008-06-12 18:07 SC, revision 54165

fixing file paths after renaming

2008-06-12 18:07 SC, revision 54164

fixing file paths after renaming

2008-06-12 18:07 SC, revision 54163

fixing file paths after renaming

2008-06-12 18:06 SC, revision 54162

fixing file paths after renaming

2008-06-12 18:05 SC, revision 54161

fixing file paths after renaming

2008-06-12 18:05 SC, revision 54160

fixing file paths after renaming

2008-06-12 18:04 SC, revision 54159

fixing file paths after renaming

2008-06-12 18:04 SC, revision 54158

fixing file paths after renaming

2008-06-12 18:04 SC, revision 54157

fixing file paths after renaming

2008-06-12 18:03 SC, revision 54156

fixing file paths after renaming

2008-06-12 18:03 SC, revision 54155

fixing file paths after renaming

2008-06-12 18:03 SC, revision 54154

fixing file paths after renaming

2008-06-12 18:02 SC, revision 54153

fixing file paths after renaming

2008-06-12 18:02 SC, revision 54152

fixing file paths after renaming

2008-06-12 18:01 SC, revision 54151

fixing file paths after renaming

2008-06-12 18:01 SC, revision 54150

fixing file paths after renaming

2008-06-12 17:59 SC, revision 54149

fixing file paths after renaming

2008-06-12 17:59 SC, revision 54148

fixing file paths after renaming

2008-06-12 17:59 SC, revision 54147

fixing file paths after renaming

2008-06-12 17:57 SC, revision 54146

fixing file paths after renaming

2008-06-12 17:56 SC, revision 54145

fixing file paths after renaming

2008-06-12 17:56 SC, revision 54144

fixing file paths after renaming

2008-06-12 17:54 SC, revision 54143

fixing file paths after renaming

2008-06-12 12:42 SC, revision 54142

fixing file paths after renaming

2008-06-12 12:16 RR, revision 54141

#4479: wx.ComboBox needs a SetFont method

2008-06-12 09:42 JJ, revision 54140

Update openVMS setup-file

2008-06-12 06:45 SC, revision 54139

fixing file paths after renaming

2008-06-12 00:50 VZ, revision 54138

propagate style changes correctly to buttons with images (#3939)

2008-06-11 21:14 SC, revision 54135

fixing non precomp include

2008-06-11 20:58 SC, revision 54134

fixing file paths after renaming

2008-06-11 20:56 VS, revision 54133

render pages in print preview at idle time, not from OnPaint, to make the UI appear more responsive when preview takes long time to create

2008-06-11 20:49 SC, revision 54132

fixing file paths after renaming

2008-06-11 20:46 SC, revision 54131

fixing file paths after renaming

2008-06-11 19:58 SC, revision 54130

fixing file paths after renaming

2008-06-11 19:30 SC, revision 54129

fixing file paths after renaming

2008-06-11 19:24 SC, revision 54128

fixing file paths after renaming

2008-06-11 19:23 SC, revision 54127

fixing file paths after renaming

2008-06-11 19:22 SC, revision 54126

fixing file paths after renaming

2008-06-11 19:17 SC, revision 54125

fixing file paths after renaming

2008-06-11 19:14 SC, revision 54124

fixing file paths after renaming

2008-06-11 17:07 PC, revision 54123

simplify menu item callbacks by passing in wxMenuItem instead of wxMenu

2008-06-11 16:53 SC, revision 54122

renaming mac to osx and subdirs

2008-06-11 16:50 SC, revision 54121

renaming mac to osx and subdirs

2008-06-11 16:46 SC, revision 54120
  • D /wxWidgets/trunk/src/mac

renaming

2008-06-11 16:46 SC, revision 54119

renaming

2008-06-11 16:44 SC, revision 54118
  • D /wxWidgets/trunk/include/wx/mac

renaming

2008-06-11 16:30 SC, revision 54117

renaming

2008-06-11 16:27 SC, revision 54116
  • D /wxWidgets/trunk/src/mac/corefoundation

renaming

2008-06-11 16:26 SC, revision 54115
  • A /wxWidgets/trunk/src/mac/core
  • R /wxWidgets/trunk/src/mac/core/cfstring.cpp
  • R /wxWidgets/trunk/src/mac/core/stdpaths_cf.cpp
  • R /wxWidgets/trunk/src/mac/core/utilsexc_base.cpp

renaming

2008-06-11 16:26 SC, revision 54114

iphone additions

2008-06-11 16:25 SC, revision 54113

iphone additions

2008-06-11 16:23 SC, revision 54112

pure CF code

2008-06-11 16:13 SC, revision 54111
  • D /wxWidgets/trunk/include/wx/mac/corefoundation

rename round

2008-06-11 16:12 SC, revision 54110
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/private

rename round

2008-06-11 16:09 SC, revision 54109
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/cfdataref.h
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/cfref.h
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/cfstring.h
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/hid.h
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/joystick.h
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/private.h
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/stdpaths.h

rename round

2008-06-11 16:09 SC, revision 54108
  • D /wxWidgets/trunk/include/wx/mac/corefoundation/private/strconv_cf.h

rename round

2008-06-11 16:08 SC, revision 54107

rename round

2008-06-11 16:06 SC, revision 54106

committing changes before renaming

2008-06-11 16:05 SC, revision 54105

common private decls

2008-06-11 16:05 SC, revision 54104

common private decls

2008-06-11 16:00 SC, revision 54103

rearranging sources according to environment

2008-06-11 15:54 SC, revision 54102

removing double includes

2008-06-11 15:53 SC, revision 54101

switching to OSX naming

2008-06-11 14:22 VZ, revision 54100

use more general pointer-to-member representation for wxEvtHandler methods to make it possible to use as event handlers methods of classes multiply inheriting from it and some other class (#9556)

2008-06-11 13:45 MMK, revision 54099

Adjusted item sizes to use correct aspect ratio

2008-06-11 11:47 VZ, revision 54098

fix for crash under wxX11: we get text event there when m_popup is still NULL

2008-06-11 11:45 VZ, revision 54097

use native calendar control in wxDatePickerCtrl if available (#9548)

2008-06-11 11:41 VZ, revision 54096

use wxDC::SetDeviceClippingRegion() instead of deprecated SetClippingRegion()

2008-06-11 08:32 SC, revision 54095

removing outdated files for mac

2008-06-11 07:43 RR, revision 54094

#9559 DataViewCtrl wrong behaviour with reordering not reorderable columns

2008-06-11 06:56 SC, revision 54093

removing outdated files for mac

2008-06-11 05:23 PC, revision 54092

move 8 copies of the same function to common code

2008-06-11 05:07 KO, revision 54091

Stub implementation for GTK to get the build compiling there.

2008-06-11 05:01 SC, revision 54090

removing outdated files for mac

2008-06-11 04:14 SC, revision 54089

forward port of fix

2008-06-11 04:13 SC, revision 54088

removing old files

2008-06-11 00:28 VZ, revision 54086

remember the last type used for loading or saving the image and return it from GetType() (#9551)

2008-06-11 00:03 VZ, revision 54085

fix some parameters docs and other minor changes (#9557)

2008-06-10 22:35 MMK, revision 54084
  • D /wxWidgets/branches/SOC2008_WXWALLCTRL/wxWallCtrlProject.suo

Removed .suo file

2008-06-10 22:34 MMK, revision 54083

Modifying files structure

2008-06-10 20:02 MMK, revision 54081

2008-06-10 19:18 MMK, revision 54080

2008-06-10 19:00 SC, revision 54079

removing outdated files on mac

2008-06-10 18:59 SC, revision 54078
  • D /wxWidgets/trunk/src/mac/carbon/aga.cpp
  • D /wxWidgets/trunk/src/mac/carbon/gsocket.cpp
  • D /wxWidgets/trunk/src/mac/carbon/mpthread.cpp

removing outdated files on mac

2008-06-10 18:57 MMK, revision 54077

2008-06-10 18:56 SC, revision 54076
  • D /wxWidgets/trunk/include/wx/mac/carbon/aga.h
  • D /wxWidgets/trunk/include/wx/mac/carbon/gsockmac.h
  • D /wxWidgets/trunk/include/wx/mac/carbon/macsock.h

removing outdated files on mac

2008-06-10 18:54 SC, revision 54075
  • D /wxWidgets/trunk/include/wx/mac/aga.h
  • D /wxWidgets/trunk/include/wx/mac/gsockmac.h
  • D /wxWidgets/trunk/include/wx/mac/macsock.h

removing outdated files on mac

2008-06-10 18:47 SC, revision 54074
  • D /wxWidgets/trunk/include/wx/mac/macnotfy.h

removing outdated files on mac

2008-06-10 18:47 SC, revision 54073
  • D /wxWidgets/trunk/include/wx/mac/carbon/macnotfy.h

removing outdated files on mac

2008-06-10 18:40 SC, revision 54072

removing outdated files on mac, adding new files

2008-06-10 18:22 VZ, revision 54071

use locale-dependent decimal separator in our wxStrtod() implementation (recloses #8740)

2008-06-10 17:44 SC, revision 54070
  • D /wxWidgets/trunk/src/wxWindows.xcode

removing outdated files on mac

2008-06-10 17:42 SC, revision 54069
  • D /wxWidgets/trunk/src/mac/carbon/data.cpp
  • D /wxWidgets/trunk/src/mac/carbon/dc.cpp
  • D /wxWidgets/trunk/src/mac/carbon/dccg.cpp
  • D /wxWidgets/trunk/src/mac/carbon/macnotfy.cpp
  • D /wxWidgets/trunk/src/mac/carbon/utilsexc.cpp

removing outdated files on mac

2008-06-10 17:41 SC, revision 54068

removing outdated files on mac

2008-06-10 11:41 MMK, revision 54067

2008-06-10 03:54 PC, revision 54065

wxMenuItem code cleanup, removing duplicate and unneccessary code

2008-06-10 03:54 PC, revision 54064

fix botched copy-n-paste from r40978

2008-06-09 22:50 VZ, revision 54060

correct some compatibility problems with the existing Unicode-mode code (#9513), more remains to be done (#9560)

2008-06-09 15:52 VZ, revision 54056

don't use deprecate SetClippingRegion(wxRegion)

2008-06-09 09:51 SC, revision 54055

RGBColor on QD only

2008-06-09 09:50 SC, revision 54054

setup font defines for iphone correctly

2008-06-09 09:49 RR, revision 54053

blind fix for: #9549: crash in wxDataViewMainWindow::GetEndOfLastCol() after column reordering

2008-06-09 09:38 SC, revision 54052

adding correct include explicitely

2008-06-09 09:37 SC, revision 54051

clipping to empty if not visible

2008-06-09 09:36 SC, revision 54050

only available on carbon or cocoa

2008-06-09 07:44 SC, revision 54049

use 10.3 backwards compatible names for constants

2008-06-08 17:18 KO, revision 54032

svn merge -r 53824:54030 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-06-08 16:56 SC, revision 54031

removing unneeded code for osx

2008-06-08 15:54 SC, revision 54030

10.3 support

2008-06-08 15:53 SC, revision 54029

changing to c name mangling, so that glgrab.c can use it

2008-06-08 01:58 VZ, revision 54025

make list whose items are referred to by their numbers in the text really numbered; fix a few typos (#9550)

2008-06-08 01:45 VZ, revision 54024

deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970)

2008-06-08 00:12 VZ, revision 54022

added multisampling (anti-aliasing) support to wxGLCanvas (#9145)

2008-06-07 16:54 VZ, revision 54021

set a global flag on shut down instead calling Delete() on all threads sequentially which could take an eternity if there were many of them

2008-06-07 16:39 VZ, revision 54020

do what we advise, not what we say is unsupported: don't log directly from worker threads to wxTextCtrl but do it from the idle handler of the main thread

2008-06-07 16:20 VZ, revision 54019

make wxLogWindow thread-safe (#8783)

2008-06-07 15:24 VZ, revision 54018

present information about key presses better; some code simplification (#9541)

2008-06-07 15:12 VZ, revision 54017

use memcpy() instead of wxTmemcpy() as the latter is defined in wx/wxcrt.h which includes wx/string.h and hence can't be used from here

2008-06-07 15:06 VZ, revision 54016

more compilation fixes for VC6 (#9492)

2008-06-07 14:26 SN, revision 54015

Compilation fix for GTK1.

2008-06-07 14:07 SN, revision 54014

Use spaces in configuration names, so they need less space in the table.

2008-06-07 09:26 SN, revision 54013

Updated information about bug tracker.

2008-06-07 02:32 VZ, revision 54012

compilation fix for PCH-less compilation after the last change

2008-06-07 02:30 VZ, revision 54011

don't show the normal context menu while editing an item (#9543)

2008-06-07 02:09 VZ, revision 54010

don't refresh the current cell in SetCellHighlightROPenWidth() if it's invalid (#9523)

2008-06-07 02:04 VZ, revision 54009

ensure that dialog gripper is always positioned below the other children, even if they're created after it (#9519)