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

2008-04-18 07:57 RR, revision 53253

Improve default size calc of wxComboBox

2008-04-18 01:51 VZ, revision 53252

added wxMouseState::GetPosition(), for consistency with wxMouseEvent

2008-04-18 01:48 VZ, revision 53251

make wxMouseState accessors const; document this class

2008-04-17 17:29 MW, revision 53248

Backport getgrgid_r fix.

2008-04-17 15:31 RR, revision 53247

[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified

2008-04-17 15:19 RR, revision 53246

Patches-1940222 ] wxTextCtrl and keydown on fully selected text (wxMac)

2008-04-17 15:10 RR, revision 53245

[ 1942756 ] wxImage:SaveFile() returns true instead of result of subcall

2008-04-17 15:07 RR, revision 53244

[ 1942756 ] wxImage:SaveFile() returns true instead of result of subcall

2008-04-17 14:39 MW, revision 53243

Work around another buggy getgrgid_r.

2008-04-17 11:28 JJ, revision 53242

Update OpenVMS compiles support

2008-04-17 07:06 BP, revision 53241

Fixed wxScrolledWindow references to properly link (and appropriately changed others to wxScrolled). Initial reviews of a few d* interface headers in this commit as well.

2008-04-16 22:35 VS, revision 53239

removed no longer needed wxOKlibc() helper

2008-04-16 22:20 VS, revision 53238

wchar_t is now always required, updated chartype.h check accordingly

2008-04-16 20:11 BP, revision 53235

Added feature to the HTML manual to remember your preference to show or hide the inheritance diagram (shown by default now).

2008-04-16 06:11 RD, revision 53234
  • D /wxWidgets/branches/unlabeled-1.52.2

removing old bogus branches

2008-04-16 06:11 RD, revision 53233
  • D /wxWidgets/branches/unlabeled-1.50.4

removing old bogus branches

2008-04-16 06:11 RD, revision 53232
  • D /wxWidgets/branches/unlabeled-1.44.4

removing old bogus branches

2008-04-16 06:11 RD, revision 53231
  • D /wxWidgets/branches/unlabeled-1.34.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53230
  • D /wxWidgets/branches/unlabeled-1.104.4

removing old bogus branches

2008-04-16 06:09 RD, revision 53229
  • D /wxWidgets/branches/unlabeled-1.97.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53228
  • D /wxWidgets/branches/unlabeled-1.85.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53227
  • D /wxWidgets/branches/unlabeled-1.72.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53226
  • D /wxWidgets/branches/unlabeled-1.71.4

removing old bogus branches

2008-04-16 06:09 RD, revision 53225
  • D /wxWidgets/branches/unlabeled-1.70.4

removing old bogus branches

2008-04-16 06:09 RD, revision 53224
  • D /wxWidgets/branches/unlabeled-1.68.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53223
  • D /wxWidgets/branches/unlabeled-1.66.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53222
  • D /wxWidgets/branches/unlabeled-1.59.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53221
  • D /wxWidgets/branches/unlabeled-1.50.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53220
  • D /wxWidgets/branches/unlabeled-1.42.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53219
  • D /wxWidgets/branches/unlabeled-1.41.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53218
  • D /wxWidgets/branches/unlabeled-1.40.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53217
  • D /wxWidgets/branches/unlabeled-1.36.2

removing old bogus branches

2008-04-16 06:09 RD, revision 53216
  • D /wxWidgets/branches/unlabeled-1.33.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53215
  • D /wxWidgets/branches/unlabeled-1.30.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53214
  • D /wxWidgets/branches/unlabeled-1.28.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53213
  • D /wxWidgets/branches/unlabeled-1.27.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53212
  • D /wxWidgets/branches/unlabeled-1.25.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53211
  • D /wxWidgets/branches/unlabeled-1.24.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53210
  • D /wxWidgets/branches/unlabeled-1.23.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53209
  • D /wxWidgets/branches/unlabeled-1.22.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53208
  • D /wxWidgets/branches/unlabeled-1.21.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53207
  • D /wxWidgets/branches/unlabeled-1.20.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53206
  • D /wxWidgets/branches/unlabeled-1.19.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53205
  • D /wxWidgets/branches/unlabeled-1.18.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53204
  • D /wxWidgets/branches/unlabeled-1.17.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53203
  • D /wxWidgets/branches/unlabeled-1.16.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53202
  • D /wxWidgets/branches/unlabeled-1.15.2

removing old bogus branches

2008-04-16 06:08 RD, revision 53201
  • D /wxWidgets/branches/unlabeled-1.14.2

removing old bogus branches

2008-04-16 06:07 RD, revision 53200
  • D /wxWidgets/branches/unlabeled-1.12.2

removing old bogus branches

2008-04-16 06:07 RD, revision 53199
  • D /wxWidgets/branches/unlabeled-1.11.4

removing old bogus branches

2008-04-16 06:07 RD, revision 53198
  • D /wxWidgets/branches/unlabeled-1.11.2

removing old bogus branches

2008-04-16 06:07 RD, revision 53197
  • D /wxWidgets/branches/unlabeled-1.10.4

removing old bogus branches

2008-04-16 06:07 RD, revision 53196
  • D /wxWidgets/branches/unlabeled-1.10.2

removing old bogus branches

2008-04-16 06:07 RD, revision 53195
  • D /wxWidgets/branches/unlabeled-1.9.4

removing old bogus branches

2008-04-16 06:07 RD, revision 53194
  • D /wxWidgets/branches/unlabeled-1.9.2

removing old bogus branches

2008-04-16 06:04 RD, revision 53193
  • D /wxWidgets/branches/unlabeled-1.5.2
  • D /wxWidgets/branches/unlabeled-1.5.4
  • D /wxWidgets/branches/unlabeled-1.5.6
  • D /wxWidgets/branches/unlabeled-1.6.2
  • D /wxWidgets/branches/unlabeled-1.6.4
  • D /wxWidgets/branches/unlabeled-1.7.2
  • D /wxWidgets/branches/unlabeled-1.7.6
  • D /wxWidgets/branches/unlabeled-1.8.2
  • D /wxWidgets/branches/unlabeled-1.8.4

removing old bogus branches

2008-04-16 06:02 RD, revision 53192
  • D /wxWidgets/branches/unlabeled-1.4.2
  • D /wxWidgets/branches/unlabeled-1.4.4
  • D /wxWidgets/branches/unlabeled-1.4.6

removing old bogus branches

2008-04-16 06:01 RD, revision 53191
  • D /wxWidgets/branches/unlabeled-1.2.2
  • D /wxWidgets/branches/unlabeled-1.2.4
  • D /wxWidgets/branches/unlabeled-1.3.2
  • D /wxWidgets/branches/unlabeled-1.3.4
  • D /wxWidgets/branches/unlabeled-1.3.6

removing old bogus tags

2008-04-16 06:00 RD, revision 53190
  • D /wxWidgets/branches/unlabeled-1.1.4
  • D /wxWidgets/branches/unlabeled-1.1.6

removing old bogus tags

2008-04-16 06:00 RD, revision 53189
  • D /wxWidgets/branches/unlabeled-1.1.2

removing old bogus tags

2008-04-16 05:59 RD, revision 53188
  • D /wxWidgets/branches/tag

removing old bogus tags

2008-04-16 03:40 BP, revision 53187

Finished reviewing (fixing) the datetime.h interface header.

2008-04-15 23:30 VZ, revision 53186

execute the usual cleanup code from EVT_END_SESSION handler under MSW, otherwise it's not run at all because we're simply killed by the system (bug 1428691)

2008-04-15 23:17 VZ, revision 53185

added a section about Connect(), improve/streamline the one about event tables

2008-04-15 12:55 MW, revision 53180

Move wxGTK Stable quick build to a machine with gtk+ installed.

2008-04-15 12:22 VZ, revision 53179

add possibility to specify the conversion to use in wxStringOutputStream; use it instead of reimplementing the same logic erroneously in wxHTML (bug 1711476)

2008-04-15 12:17 MW, revision 53178

Move builds to the currently available testdrive machines.

2008-04-15 12:16 MW, revision 53177

Just whitespace fixes, no change.

2008-04-15 09:06 RR, revision 53176

Use correct tree style

2008-04-15 08:49 RR, revision 53175

Mention default constr

2008-04-15 07:46 BP, revision 53174

Reviewed wxDatePickerCtrl and categorized most of the wxDateTime methods.

2008-04-15 03:25 BP, revision 53173

Reviewed dataobj.h interface header and added wxDataViewCtrl class group.

2008-04-14 22:30 VS, revision 53172

more wxString:[Aa]ppend() overloads for better compatibility

2008-04-14 20:14 RR, revision 53171

Support bitmaps and text and header columns using wxImageList, minor sizing corrections

2008-04-14 20:13 RR, revision 53170

Use scoped ptr template

2008-04-14 18:41 RD, revision 53169

Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it in wxSTC

2008-04-14 18:41 RD, revision 53168

Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it in wxSTC

2008-04-14 16:05 VZ, revision 53167

fix bug when appending string to itself (closes bug 1942116) [backport of r48302 from trunk]

2008-04-14 13:11 VZ, revision 53166

removed extra wxCalendarCtrl:: which is ignored by MSVC for some reason but breaks compilation with other compilers

2008-04-14 11:59 RR, revision 53165

Added bitmap support to column header

2008-04-14 09:40 RR, revision 53164

Correct weak ref usage which triggered an assert

2008-04-14 09:39 RR, revision 53163

Minor clarification

2008-04-14 05:36 BP, revision 53162

Finished initial review of the rest of the [c*] interface headers. Turned on wxPython and wxPerl doc sections as they should be on by default (in tradition of the old manual for now). Removed double border on tables for definition lists (we should work on nicer looking tables for everything, but it can wait).

2008-04-13 23:41 VZ, revision 53161

fix crashes due to missing npos handling in several wxString methods in STL build (bug 1941352); add an assert to ensure this bug doesn't occur in the future

2008-04-13 12:29 VS, revision 53160

fixed incorrect layout width caching in wxHtmlContainerCell (patch #1931479)

2008-04-13 12:28 VS, revision 53159

fixed incorrect layout width caching in wxHtmlContainerCell (patch #1931479)

2008-04-13 12:18 VS, revision 53158

Fixed IMPLEMENT_APP() to be compatible with the -WU flag of Borland C++ (patch #1935997)

2008-04-13 12:17 VS, revision 53157

Fixed IMPLEMENT_APP() to be compatible with the -WU flag of Borland C++ (patch #1935997)

2008-04-13 12:06 VS, revision 53156

wxDFB compilation fixes after recent brushes/pens changes (patch #1939986)

2008-04-13 02:09 VZ, revision 53155

allow predefining wxNO_XXX_LIB symbols to avoid implicitly linking with the corresponding library when using msvc/wx/setup.h

2008-04-13 01:30 VZ, revision 53154

added a simple benchmark for wxDC::DrawLine() performance

2008-04-13 01:29 VZ, revision 53153

removed a TODO comments, it actually doesn't seem necessary to optimize the use of MM_ANISOTROPIC

2008-04-12 23:27 BP, revision 53152

Finished initial review of the rest of the [co*] interface headers.

2008-04-12 21:48 VZ, revision 53151

no real changes but replace manual calls to Set{Text,Bk}Color() with matching calls to restore original colours with constructions of local wxTextColoursChanger objects which do this automatically; also renamed the old wxColourChanger class to wxBrushAttrsSetter to make it more clear what it does and reduce the risk of confusion with the new class

2008-04-12 21:07 VZ, revision 53150

test for pen validity before calling GetStyle() on it, this asserts now if the pen is invalid

2008-04-12 20:29 RR, revision 53149

Giving up on combining @e and @c

2008-04-12 20:24 RR, revision 53148

Fix crash when deleting node

2008-04-12 20:07 RR, revision 53147

Corrected/added support for column headers with icon and text

2008-04-12 19:34 RR, revision 53146

Try out - instead of @li, more backslash escaping

2008-04-12 17:10 VZ, revision 53145

don't use wxLocale if wxUSE_LOCALE==0

2008-04-12 17:10 VZ, revision 53144

don't stop on NULs in Replace()

2008-04-12 17:05 VZ, revision 53143

test that iterator is valid before comparing with it (another bug introduced when replacing indices with iterators)

2008-04-12 17:03 VZ, revision 53142

fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it

2008-04-12 16:30 RR, revision 53141

Try to escape backward slash with two of them

2008-04-12 15:37 RR, revision 53140

Add wxPopupWindow

2008-04-12 15:14 RR, revision 53139

Mention Scrolled and wxScrolledWindow

2008-04-12 15:12 VZ, revision 53138

forward declare wxVideoMode as struct, not class, now that it was reverted to be struct again

2008-04-12 15:05 RR, revision 53137

added @li to return values in wxStandardPaths

2008-04-12 12:05 CE, revision 53136

add ifacechaek to distrib

2008-04-12 02:31 VZ, revision 53135

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT to avoid newer mingw32 warnings

2008-04-12 02:28 VZ, revision 53134

wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe it should be the same thing there as well)

2008-04-12 02:24 VZ, revision 53133

correct CallHtmlHelp() overload being called in Quit()

2008-04-12 02:17 VZ, revision 53132
  • D /wxWidgets/trunk/include/wx/mac/apptbase.h
  • D /wxWidgets/trunk/include/wx/mac/apptrait.h
  • D /wxWidgets/trunk/include/wx/mac/carbon/apptbase.h
  • D /wxWidgets/trunk/include/wx/mac/carbon/apptrait.h

remove unused wxAppTraits-related files

2008-04-11 22:12 VS, revision 53131

Added documentation for wxItemContainer class; moved methods docs from wxControlWithItems there and fixed errors in them.

2008-04-11 17:56 VZ, revision 53130

ENDSESSION_LOGOFF is a bit flag, test for it using bit end and not equality in WM_ENDSESSION handler

2008-04-11 13:01 VZ, revision 53129

argh, really, really fix Darwin build

2008-04-11 12:59 VZ, revision 53128

GetSocketManager() has no GUI-specific version under Darwin finally

2008-04-11 12:51 VZ, revision 53127

also use AddProcessCallback() and GetSocketManager() under Darwin

2008-04-11 10:40 RR, revision 53126

Add test for context menu, fixed mem leak, fixed focus problem when re-editing same item

2008-04-11 10:32 RR, revision 53125

Improve wxMenu docs

2008-04-11 09:52 VS, revision 53124

reverted wxVideoMode API breakage by r53049, finished documentation for it

2008-04-11 08:35 JJ, revision 53123

Updates for VMS : new Makefiles, proper type casts

2008-04-11 07:01 BP, revision 53122

Fixed multiple inheritance structure of vscroll.h classes.

2008-04-10 22:09 FM, revision 53121

introduce a new @beginFlagTable

2008-04-10 22:04 FM, revision 53120

other misc fixes

2008-04-10 21:59 FM, revision 53119

use an enum to make it easier to document the values

2008-04-10 21:31 FM, revision 53118

revisions of o-p headers contributed by Utensil Candel and revised by me

2008-04-10 21:17 FM, revision 53117

use a @section instead of <b> tags

2008-04-10 21:16 FM, revision 53116

revisions of o-p headers contributed by Utensil Candel and revised by me

2008-04-10 20:28 RR, revision 53115

More proof-reading in wxImage

2008-04-10 20:06 RR, revision 53114

Rearrange categories, III

2008-04-10 20:02 RR, revision 53113

Rearrange categories, II#

2008-04-10 19:53 RR, revision 53112

Rearrange categories

2008-04-10 18:02 VS, revision 53111

compilation fix after FM's wxBitmapHandler changes

2008-04-10 17:58 VS, revision 53110

compilation fix for newest DirectFB versions (patch #1939443 by Anders Larsen)

2008-04-10 17:58 VS, revision 53109

compilation fix for newest DirectFB versions (patch #1939443 by Anders Larsen)

2008-04-10 16:36 RR, revision 53108

Learning doxygen

2008-04-10 16:36 RR, revision 53107

minor improvements

2008-04-10 14:05 JS, revision 53106

Added wxRichTextCtrl superscript and subscript support (Knut Petter Lehre).

2008-04-10 14:05 JS, revision 53105

Added wxRichTextCtrl superscript and subscript support (Knut Petter Lehre).

2008-04-10 13:45 RR, revision 53104

Minor correction to Unicode overview

2008-04-10 13:36 RR, revision 53103

Correct introduction to wxControlWithItems

2008-04-10 13:21 RR, revision 53102

First attempt to document raw bitmap access

2008-04-10 12:35 RR, revision 53101

Make wxImage correction

2008-04-10 10:45 VZ, revision 53100

oops, added missing #endif

2008-04-10 10:44 VZ, revision 53099

only declare AddProcessCallback for wxMotif and wxGTK

2008-04-10 02:57 BP, revision 53098

Finished initial review of some [co*] interface headers.

2008-04-09 21:30 SN, revision 53097

Added missing (trivial) implementation file for wxMiniFrame on OS/2.

2008-04-09 21:25 SN, revision 53096

Added IMPLEMENT_DYNAMIC_CLASS for wxMiniFrame.

2008-04-08 13:52 JS, revision 53094

Try standard XDG location for documents directory

2008-04-08 13:51 JS, revision 53093

Try standard XDG location for documents directory

2008-04-08 12:38 RR, revision 53092

Update Unicode overview to 3.0

2008-04-08 11:17 RR, revision 53091

Adapt MSW's renderer's alignment to use column header's alignment by default

2008-04-08 11:05 JS, revision 53090

Don't send event from ChangeValue

2008-04-08 11:04 JS, revision 53089

Don't send event from ChangeValue

2008-04-08 10:40 RR, revision 53088

We do use templates now

2008-04-08 10:39 RR, revision 53087

By default, align renderers as column header under GTK+, too.

2008-04-08 05:34 BP, revision 53086

Finished initial review of [cl*-cm*] interface headers.

2008-04-08 00:31 KO, revision 53085

Since we use C-style casts to grab the pointer from an item id, we can return an invalid item if the control has extra items appended.

2008-04-07 20:12 VZ, revision 53084

don't ask for bounding rectangle of a hidden root, this fixes a crash introduced by the previous patch

2008-04-07 18:53 RD, revision 53083

wxVideoMode is a class not a struct

2008-04-07 18:52 RD, revision 53082

fix typedef

2008-04-07 17:41 FM, revision 53081

better integration of the window sizing overview in the wx docs; revised it removing python-like syntaxes; misc fixes to the wording

2008-04-07 12:25 JS, revision 53080

Avoid the use font setters to avoid any memory leaks

2008-04-07 10:46 RR, revision 53079

Put sample code back in, removed during conversion to Doxygen

2008-04-07 10:37 RR, revision 53078

Further corrections to container class docs

2008-04-07 09:27 RR, revision 53077

Split wxDataViewVirtualModel fork wxDataViewIndexModel to make the code clearer and let wxDataViewIndexModel behave the same on all platforms

2008-04-07 08:23 RR, revision 53076

Compilo after wxVideoMode change, MSW part

2008-04-07 06:23 KO, revision 53074

Enable popupwin on Mac.

2008-04-07 03:44 KO, revision 53073

Add somehow uncommitted file.

2008-04-07 01:06 VZ, revision 53072

correct positioning of the control and removed workarounds for old MSW bugs

2008-04-07 00:17 RR, revision 53071

Some corrections to container class docs.

2008-04-07 00:07 RR, revision 53070

Mention that the renderer's alignment is ignored under OS X, reorder docs

2008-04-06 23:28 RR, revision 53069

compilo

2008-04-06 23:16 RR, revision 53068

Test header and renderer aligment separately, II

2008-04-06 23:07 RR, revision 53067

Test header and renderer aligment separately

2008-04-06 23:04 RR, revision 53066

Added alignment parameter to renderers' constr

2008-04-06 22:59 RR, revision 53065

Mention wxDataViewRenderer Set/GetAlignment

2008-04-06 20:31 RR, revision 53064

Fix compilo

2008-04-06 20:02 VZ, revision 53063

no changes, just fix typo in variable name

2008-04-06 17:02 VZ, revision 53062

don't bounce back events to the text control recursively as this results in infinite recursion under wxGTK and probably other ports

2008-04-06 16:24 FM, revision 53061

stdobjects is used for both objects and pointers

2008-04-06 16:19 FM, revision 53060

my revision of o-p interface headers

2008-04-06 16:14 VZ, revision 53059

delay setting the window shape until it is realized (slightly modified patch 1935497)

2008-04-06 16:01 VZ, revision 53058

added a note about entry point in Unicode build (patch 1934836)

2008-04-06 15:57 VZ, revision 53057

use background colour, not WINDOW_COLOR, in OnDrawItem() (patch 1934179)

2008-04-06 15:55 VZ, revision 53056

use kind, not id, of a menu item to test whether it's a separator: this allows having separators with ids other than wxID_SEPARATOR in case it's useful to distinguish between them (patch 1929039)

2008-04-06 15:46 VZ, revision 53055

demo toggling border and 3D sash styles (last part of patch 1927817)

2008-04-06 15:45 VZ, revision 53054

use wxJoin() instead of redoing it manually in the code logging the messages (part of patch 1927817)

2008-04-06 15:42 VZ, revision 53053

demonstrate fuller about dialog in ShowFullAboutDialog() (part of patch 1927817)

2008-04-06 15:41 VZ, revision 53052

removed (unused) occurrences of _WX_DEFINE_DATE_EVENTS_ (part of patch 1927817)

2008-04-06 15:37 VZ, revision 53051

refresh the item after adding its first child as, apparently, otherwise the '+' is not always drawn immediately (patch 1927179)

2008-04-06 15:35 FM, revision 53050

give a name to the enumeration of the values which can be passed to OnDrawItem to make it easier to document it

2008-04-06 15:34 FM, revision 53049

documented wxVideoMode (otherwise wxDisplay docs are not very useful)

2008-04-06 15:31 VZ, revision 53048

continue with other handlers if some handler fails in LoadFile() after returning true from CanRead() (modified patch 1926226)

2008-04-06 15:28 FM, revision 53047

make sure all wxDefault* and all wxNull* global instances are documented

2008-04-06 15:25 VZ, revision 53046

corrected inverted test in IsEmpty() (patch 1936052)

2008-04-06 15:14 VZ, revision 53045

reset m_selection in DeleteAllPages() (patch 1922215); some cleanup of DoRemovePage() in trunk

2008-04-06 14:49 FM, revision 53044

small typo fix

2008-04-06 14:43 FM, revision 53043

improved rendering of styles and events sections: put the description of those items on new lines; put the prototype of event handlers on a separate line, too. This change requires that @event and @style macros are _not_ followed by a colon.

2008-04-06 13:57 VZ, revision 53042

no changes, just some cleanup (patch 1918720)

2008-04-06 12:52 FM, revision 53041

revisions contributed by Utensil Candel

2008-04-06 10:01 CE, revision 53040

SF bug 1895101

2008-04-06 09:31 CE, revision 53039

SF bug 1895101

2008-04-06 02:38 RD, revision 53038

use the same constant the other ports use instead of a magic number

2008-04-06 02:13 RD, revision 53037

Slight reorg of last change

2008-04-06 00:00 KO, revision 53036

Initial implementation of wxGraphicsContext::GetMultilineTextExtent, so that wxGraphicsContext has all the same drawing APIs as wxDC.

2008-04-05 21:00 SN, revision 53035

Tests for declarations of snprintf/vsnprintf/vsscanf should be done in C++.

2008-04-05 20:46 VZ, revision 53034

include more headers for PCH-less compilation

2008-04-05 18:25 RR, revision 53033

Also right-align second column

2008-04-05 18:22 RR, revision 53032

Always interpret a column width of -1 as 80 until somthing better is found

2008-04-05 17:54 VZ, revision 53031

use wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use strings of length close to INT_MAX (bug 1933693)

2008-04-05 17:50 VZ, revision 53030

document Alloc() vs returning bool (part of bug 1933693)

2008-04-05 17:29 RR, revision 53029

Added test for right alignment of 1st column

2008-04-05 17:28 VZ, revision 53028

don't crash in ReadString() if the length read from the stream is too big (bug 1933560)

2008-04-05 17:26 RR, revision 53027

Added test for left/centre/right alignment

2008-04-05 17:07 VZ, revision 53026

fix for g++ signed/unsigned comparison warning

2008-04-05 17:05 VZ, revision 53025

include the headers needed for its compilation from the header itself

2008-04-05 13:40 RR, revision 53024

Fixed bug that made adding a child to a branch (that was previously made empty) impossible

2008-04-05 12:37 RR, revision 53023

Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEditorCtrl()

2008-04-05 12:33 RR, revision 53022

Probable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()

2008-04-05 12:24 RR, revision 53021

[ 1922123 ] Generic wxDataViewCtrl leaks

2008-04-05 12:09 RR, revision 53020

Support renderer::LeftClick() in generic code, removed unsupported RightClick(), corrected docs, added test to sample

2008-04-05 09:12 BP, revision 53019

Finished initial review of [ca*-ch*] interface headers.

2008-04-04 23:07 VZ, revision 53014

set focus to the control when it's clicked

2008-04-04 22:30 VZ, revision 53013

use wxWANTS_CHARS to allow arrows to work inside the control

2008-04-04 22:25 VZ, revision 53012

make GenerateEvent() public again to fix wxGTK compilation

2008-04-04 18:39 VZ, revision 53011

regenerate VC8 project files after addition of native MSW version of wxCalendarCtrl too

2008-04-04 16:35 VZ, revision 53010

implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl

2008-04-04 16:26 VZ, revision 53009

implemented Mark() in the native MSW version of wxCalendarCtrl

2008-04-04 15:49 VZ, revision 53008

generate double click events in the native MSW version of wxCalendarCtrl

2008-04-04 15:26 VZ, revision 53007

generate the correct events in the native MSW version of wxCalendarCtrl

2008-04-04 14:58 VZ, revision 53006

implemented HitTest() in the native MSW version; added test for it to the sample

2008-04-04 14:24 VZ, revision 53005

implement EnableMonthChange() by restricting the dates range to the current month (this is not ideal as the UI of the control doesn't change, but better than nothing)

2008-04-04 13:07 VZ, revision 53004

compilation fix for PCH-less build

2008-04-04 06:20 BP, revision 53003

Intial review of calctrl.h.

2008-04-04 04:17 VZ, revision 53002

initial native implementation of wxCalendarCtrl for MSW

2008-04-03 23:28 RD, revision 53000

Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

2008-04-03 23:27 RD, revision 52999

Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

2008-04-03 18:57 VS, revision 52998

Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

2008-04-03 18:55 VS, revision 52997

Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

2008-04-03 12:47 VZ, revision 52996

replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one

2008-04-03 12:09 SC, revision 52995

fixing the build for wxMAC_USE_COCOA=1

2008-04-03 11:47 SC, revision 52994

GetPixel isn't returning RGBColor anymore, so change call

2008-04-03 11:41 SC, revision 52993

GetPixel isn't returning RGBColor anymore, so change call

2008-04-03 08:37 FM, revision 52992
  • D /wxWidgets/trunk/docs/html

removed FAQs: they are already available in the website; there's no reason to duplicate them here

2008-04-03 06:43 RD, revision 52990

Call ValueChanged after SetValue so other views will be updated

2008-04-03 03:33 RD, revision 52989

fix warnings

2008-04-03 03:33 RD, revision 52988

fix warnings

2008-04-03 02:50 RD, revision 52987

Fix for potential layout glitches in wxGridBagSizer when items span cells but some other item affects the size of one of spanned rows/cols.

2008-04-03 02:45 RD, revision 52986

Fix for potential layout glitches in wxGridBagSizer when items span cells but some other item affects the size of one of spanned rows/cols.

2008-04-02 13:54 VZ, revision 52982

regenerated after vsscanf() changes

2008-04-02 13:51 VZ, revision 52981

wxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren() in wxScrolled::Create()

2008-04-02 12:05 SN, revision 52980

Added detection of vsscanf and whether or not a prototype exists in headers.

2008-04-02 11:05 FM, revision 52979

first revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which needs to be solved)

2008-04-02 10:06 VS, revision 52976

backported wxXmlNode::InsertChildAfter and its use during XML parsing to 2.8

2008-04-02 10:04 JS, revision 52975

Only update the toolbar buttons if the toolbar is visible

2008-04-02 10:03 JS, revision 52974

Only update the toolbar buttons if the toolbar is visible

2008-04-02 09:36 VS, revision 52973

changing label invalidates best size

2008-04-02 05:29 BP, revision 52972

Restored the old Classes by Category page to live side-by-side with the full Classes by Category grouping. Also changed the license pages to include the actual license files verbatim rather than duplicated in comments. Cleaned up the Development Tips page a little fixing some minor issues and wrapping at 80 columns. Recategorized the WXDEBUG_NEW() macro from the RTTI group to the Debugging group.

2008-04-02 01:23 BP, revision 52971

115% line height on lists is more than enough, especially for the class hierarchy and class members pages. Also turned off REPEAT_BRIEF for when we add brief descriptions to classes.

2008-04-02 00:10 VZ, revision 52970

log error before returning, not after

2008-04-02 00:04 KO, revision 52969

Commit preliminary fix for wxGraphicsBitmap drawing code on Mac.

2008-04-01 23:53 KO, revision 52968

Use CreateMeasuringContext to do text measurements when we don't have a valid graphics context. (e.g. wxMemoryDC on Mac)

2008-04-01 23:44 VZ, revision 52967

suppress VC++ /Wp64 warnings

2008-04-01 23:43 VZ, revision 52966

move all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl

2008-04-01 22:48 VZ, revision 52965

wxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core

2008-04-01 22:19 SN, revision 52964

Another attempt at fixing Watcom compilation.

2008-04-01 19:43 SN, revision 52963

Added header needed for Solaris to find finite() prototype.

2008-04-01 15:40 VS, revision 52962

compilation fix for wxMSW and r52961

2008-04-01 15:07 VS, revision 52961

Generalized wxScrolledWindow into wxScrolled<T> that can derive from anything (typically wxPanel or wxWindow). Fixed generic wxListCtrl to use wxScrolled<wxWindow> - this fixes focus problems with label-editing text control. Fixes to wxScrolledWindow doxygen docs.

2008-04-01 13:59 FM, revision 52960

replace @b Note with @note; replace '' with "

2008-04-01 13:55 FM, revision 52959

first raw revision

2008-04-01 04:35 RD, revision 52954

Don't force wxBORDER_SUNKEN so the programmer can specify some other style.

2008-03-31 20:32 FM, revision 52952

move readme_vms.txt in a folder ad-hoc

2008-03-31 20:29 FM, revision 52951

add a list of the samples yet to document

2008-03-31 16:39 VZ, revision 52940

improve best height calculation for empty listbox [backport of r52927 from trunk]

2008-03-31 15:22 VZ, revision 52939

throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class

2008-03-31 15:00 VZ, revision 52938

give an error message when ran from a wrong location instead of just saying that config.status is not found

2008-03-31 14:53 VZ, revision 52937

fix unused parameter warning

2008-03-31 14:42 VZ, revision 52936

store selected indices as unsigned int, not size_t, in wxSelectionStore, we don't need to waste twice the memory needed under Win64

2008-03-31 14:39 FM, revision 52935

update links to the TODO lists

2008-03-31 14:35 FM, revision 52934
  • D /wxWidgets/trunk/docs/gtk/COPYING.LIB
  • D /wxWidgets/trunk/docs/gtk/changes.txt
  • D /wxWidgets/trunk/docs/gtk/licence.txt

remove old files not needed anymore

2008-03-31 14:35 FM, revision 52933
  • D /wxWidgets/trunk/docs/todo30.txt

moved to the wiki

2008-03-31 14:21 FM, revision 52932
  • D /wxWidgets/trunk/docs/cocoa/todo.txt
  • D /wxWidgets/trunk/docs/gtk/todo.txt
  • D /wxWidgets/trunk/docs/mac/todo.txt
  • D /wxWidgets/trunk/docs/motif/todo.txt
  • D /wxWidgets/trunk/docs/todo.txt
  • D /wxWidgets/trunk/docs/wine/todo.txt
  • D /wxWidgets/trunk/docs/x11/todo.txt

moved old TODO lists to the Wiki: http://www.wxwidgets.org/wiki/index.php/Development:_Todo_List

2008-03-31 14:14 FM, revision 52931

move TODO items for wxDocs from the wxwiki to the doxygen manual

2008-03-31 14:06 FM, revision 52930

CSS changes: make lists more spaced; use sans-serif font by default

2008-03-31 14:05 FM, revision 52929

moved translations list to the doxygen manual

2008-03-31 13:27 FM, revision 52928

merge "strategies" page with devtips.h; add mention of Bakefile and wx presets in devtips.h; add explanation of the difference between static/shared builds; reorganize the main page of the manual to improve its usability.

2008-03-31 00:40 VZ, revision 52927

don't leave empty listboxes with tiny best size

2008-03-30 23:34 FM, revision 52926

s/NB:/@note; revised wxFFile

2008-03-30 23:04 FM, revision 52925

typo fix

2008-03-30 18:30 KO, revision 52924

Merge build script updates from 2.8 branch.

2008-03-30 15:50 FM, revision 52923

optimization for faster execution: don't use wxString::Replace() all the times a wxType comparison is required

2008-03-30 14:49 FM, revision 52922

further revision (done by me)

2008-03-30 14:48 FM, revision 52921

revision contributed by Utensil Candel

2008-03-30 13:09 FM, revision 52920

add references to wxWebsite,wxWiki,wxForum

2008-03-30 10:27 VS, revision 52919

added wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based on patch by Francesco Montorsi)

2008-03-30 10:12 SN, revision 52918

Add OS/2 to buildbot (patch #1929212).

2008-03-30 00:55 FM, revision 52915

updated the index page: 1) removed sample list: it duplicated (and was out-of-date) the doxygen samples page; 2) removed tex2rtf and odbc references; 3) merged with html/index.htm so that the entire 'html' folder can be removed; temporarily commented-out the FAQ (need to decide how to handle them) and the platforms/i18n pages (need to decide how to handle them)

2008-03-29 22:57 VS, revision 52914

fixed wxXmlNode::InsertChild() documentation to match the code

2008-03-29 22:55 VS, revision 52913

1. fixed wxXmlNode::InsertChild() documentation to match the code 2. added tests for InsertChild() 3. simplified InsertChild() code without changing what it does

2008-03-29 21:18 SN, revision 52912

Linker fixes for OS/2 build.

2008-03-29 19:34 SN, revision 52911

OS/2 port: reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct etc. (see r52820)

2008-03-29 19:10 FM, revision 52910
  • D /wxWidgets/trunk/docs/word

ODBC is not part of wx anymore

2008-03-29 19:09 FM, revision 52909
  • D /wxWidgets/trunk/docs/toback24.txt

noone is going to backport stuff to wx2.4 anymore

2008-03-29 19:03 FM, revision 52908
  • D /wxWidgets/trunk/docs/latex

removed latex sources of wxDocs; wxWidgets now uses Doxygen on the 'interface' headers to create its documentation

2008-03-29 18:14 VS, revision 52907

set initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control dismissing after r52476)

2008-03-29 18:14 VS, revision 52906
  • D /wxWidgets/trunk/src/gtk/win_gtk.c

removed no longer used win_gtk.c file

2008-03-29 17:27 KO, revision 52905

Porting wxNonOwnedWindow and wxPopupWindow Mac support to wxWebKitBranch.

2008-03-29 15:01 VS, revision 52904

be tolerant of XHTML self-closing tags when parsing the input in wxHTML (patch by kulick@hildensia.de)

2008-03-28 16:47 FM, revision 52901

add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads

2008-03-28 16:19 FM, revision 52900

substitute '@b NB:' with '@note'; first partial revision of e*h headers; replace @beginEventTable with @beginEventTable{1} which provides the prototype of the event handler

2008-03-28 10:13 VZ, revision 52895

compilation fix for ANSI build: use reinterptre_, not static_cast, to convert from BYTE* to char*

2008-03-28 02:47 VZ, revision 52891

added native GTK implementation of wxCalendarCtrl (modified patch 1925439)

2008-03-28 01:45 VZ, revision 52887

fix gcc warning about assigning -1 to a guint

2008-03-27 21:32 RD, revision 52872

Use SetCanFocus

2008-03-27 21:27 FM, revision 52871

build fix for non-PCH builds (thanks to buildbot emails ;))

2008-03-27 21:27 RD, revision 52870

Use C++ names in the text, not wxPython names

2008-03-27 21:26 RD, revision 52869

Fix line endings

2008-03-27 21:25 RD, revision 52868

wxPython needs win_gtk.h to be installed

2008-03-27 21:25 RD, revision 52867

A bit of cleanup for STC's use of PopupWindow

2008-03-27 21:23 RD, revision 52866

Use SetCanFocus

2008-03-27 21:15 FM, revision 52865

avoid even more false warnings better handling numeric default values

2008-03-27 21:14 FM, revision 52864

final fixes to [a-b]*h headers

2008-03-27 20:57 FM, revision 52863

add 'availability' infos to both wxMethod and wxClass: in this way ifacecheck does not warn about methods documented to be available only for port X, which are missing from the gcc XML, if the gcc XML was produced for a port different than X; this requires @onlyfor ALIAS to output <onlyfor> tags in the XML output

2008-03-27 20:54 FM, revision 52862

add @onlyfor tags to remove further ifacecheck warnings

2008-03-27 19:15 FM, revision 52861

add the ability to parse the gccxml preprocessor output in order to reduce the number of false positives; fix wrong wxASSERT in wxMethod::IsOk; provide more help when called with --help

2008-03-27 19:13 VZ, revision 52860

lock wxPendingEventsLocker when deleting the handler from wxPendingEvents (patch 1925946)

2008-03-27 16:41 VZ, revision 52859

compilation fix for PCH-less compilation (thanks buildbot)

2008-03-27 16:17 VZ, revision 52858

fixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXDOUBLECLICKED

2008-03-27 16:13 VZ, revision 52857

added convenient wxON_BLOCK_EXIT_SET() macro

2008-03-27 15:37 VZ, revision 52856

added convenient wxON_BLOCK_EXIT_THISn() macros wrapping wxON_BLOCK_EXIT_OBJn(*this)

2008-03-27 14:03 FM, revision 52853

removed old utils (helpgen, tex2rtf, helphtml, nplugin, wxprop, wxole)

2008-03-27 13:03 VZ, revision 52851

don't blit too much when copying static box border in OnPaint()

2008-03-27 08:30 SC, revision 52845

graphics bitmap implementation, fix for bitmap scaling

2008-03-27 00:32 VZ, revision 52842

MSW fixes for the last change: call Realize() after changing the toolbar; hide/show the window when removing/adding it back as it isn't done by Remove/InsertTool() under MSW unlike under GTK (should it?)

2008-03-27 00:28 VZ, revision 52841

don't use gtk_notebook_insert_page() return value as some old GTK+ versions (the one in Solaris 9 for instance) don't have it; also don't use gtk_notebook_get_nth_page() which we need this return value for at all in the trunk as it seems to be unnecessary

2008-03-27 00:10 VZ, revision 52840

Several fixes for removing/readding controls to the toolbar: 1. Don't destroy the control in wxToolBar::RemoveTool() as this prevents it from being added back with is the purpose of using RemoveTool() rather than DeleteTool(). 2. Call wxToolBarTool::Attach/Detach() from the base code, not just from wxMSW and wxMac (wasn't called by wxGTK at all). 3. Allow adding back the removed control tool in wxGTK. 4. Add test for removing/adding back a control tool to the sample.

2008-03-26 23:45 VS, revision 52839

fixed focus related regression in wxListCtrl's wxTextCtrl handling after r52476

2008-03-26 18:40 MW, revision 52838

Add Solars 9 builds.

2008-03-26 16:40 FM, revision 52837

added the rungccxml.sh script and the setup_gccxml.h file to make it easier to generate the gccxml output for ifacecheck

2008-03-26 15:49 JS, revision 52836

Added GetId() to Connect calls to ensure only the relevant events are processed

2008-03-26 15:49 JS, revision 52835

Added GetId() to Connect to ensure only the relevant events are processed

2008-03-26 15:06 FM, revision 52834

substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE

2008-03-26 11:16 SC, revision 52832

popup activation scope and l&f

2008-03-26 10:55 SC, revision 52831

fixing custom background on non owned windows

2008-03-26 10:54 SC, revision 52830

fixing custom background on non owned windows

2008-03-26 08:48 JS, revision 52827

Fixed selection clearing.

2008-03-26 08:47 JS, revision 52826

Fixed selection clearing.

2008-03-25 23:53 VZ, revision 52825

several g++ 4 warning fixes

2008-03-25 22:06 FM, revision 52824

final revision of prototypes for b*h (and few others)

2008-03-25 21:36 SC, revision 52823

moving tlw list up, cleanup

2008-03-25 21:34 SC, revision 52822

moving tlw list up, cleanup

2008-03-25 21:19 FM, revision 52821

build fix

2008-03-25 20:31 FM, revision 52820

reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler

2008-03-25 19:50 SC, revision 52819

porting reordering of controls back from 2.8

2008-03-25 17:41 FM, revision 52818

mention that both gccxml and doxygen are smart enough to mark as virtual functions declared so in base classes but not explicitely declared virtuals in derived classes

2008-03-25 17:04 JS, revision 52817

Fix for non-pch

2008-03-25 16:07 FM, revision 52816

further improve the automatic modify mode: wrap correctly inserted prototypes at comma boundaries, add @deprecated only if needed, update the locations of the methods below the fixed one

2008-03-25 16:01 FM, revision 52815

final prototype fixes to a*h headers; s/WXTYPE/wxEventType

2008-03-25 15:36 SC, revision 52814

adding 10.4 code for making focus events behave as similar to 10.5 as possible

2008-03-25 15:21 VZ, revision 52813

document On{Open,Save}Document()

2008-03-25 14:51 VZ, revision 52812

call OnReadWaiting(), not OnExceptionWaiting(), when we receive EPOLLHUP

2008-03-25 13:45 VZ, revision 52811

implement wxListItem::operator=()

2008-03-25 13:33 VZ, revision 52810

ANSI mode compilation fix

2008-03-25 13:00 SC, revision 52808

fix adding non owned window for mac

2008-03-25 12:26 FM, revision 52807

for each prototype make sure that if the n-th argument has a default value, then all the following arguments have a default value, too

2008-03-25 12:22 FM, revision 52806

prototype fixes (in particular fix missing default value initializers)

2008-03-25 08:21 SC, revision 52804

rebake after adding non owned window for mac

2008-03-25 08:02 SC, revision 52803

non owned window implementation

2008-03-25 08:01 SC, revision 52802

non owned window implementation

2008-03-25 07:59 SC, revision 52801

non owned window implementation

2008-03-25 07:57 BP, revision 52800

Removed the old, manual entry function, macro, and class category pages and replaced them with the new, finished versions auto-generated by Doxygen.

2008-03-25 07:54 SC, revision 52799

non owned window implementation

2008-03-25 07:53 SC, revision 52798

non owned window implementation

2008-03-25 07:52 SC, revision 52797

non owned window implementation

2008-03-25 07:49 SC, revision 52796

non owned window implementation

2008-03-25 07:48 SC, revision 52795

non owned window implementation

2008-03-25 07:47 SC, revision 52794

non owned window implementation

2008-03-25 07:42 SC, revision 52793

non owned window implementation

2008-03-25 07:41 SC, revision 52792

non owned window installation

2008-03-25 07:39 SC, revision 52791

make popup on mac behave as on msw

2008-03-25 07:36 BP, revision 52790

Finished review/fixes of the rest of the functions and macro categories (Network/User/OS, Process Control, Strings, Threads, and Time).

2008-03-25 07:35 SC, revision 52789

make popup on mac behave as on msw

2008-03-25 07:32 SC, revision 52788

turning off QuickDraw on the iPhone

2008-03-25 07:31 SC, revision 52787

addind nonowned window implementation

2008-03-25 07:30 SC, revision 52786

addind nonowned window implementation

2008-03-25 07:29 SC, revision 52785

addind nonowned window implementation

2008-03-25 07:27 SC, revision 52784

addind nonowned window implementation

2008-03-25 07:27 SC, revision 52783

addind nonowned window implementation

2008-03-25 07:26 SC, revision 52782

addind nonowned window implementation

2008-03-24 23:22 FM, revision 52774

added the process-only option

2008-03-24 23:13 VZ, revision 52773

fix wxExecute() compilation in ANSI build

2008-03-24 22:17 FM, revision 52771

prototype fixes (this time including pure virtual function detection)

2008-03-24 22:08 FM, revision 52770

added wxArgumentType; added parsing of argument names, so that the modify mode retains them when writing correct prototypes

2008-03-24 18:44 FM, revision 52769

add pure virtual function parsing; give more informative warnings; fix the initial line to delete when in modify mode

2008-03-24 18:17 FM, revision 52768

further prototype revisions; rename interface/aui.h to interface/framemanager.h since wxAuiManager and wxAuiPaneInfo are declared in the latter (in the real headers)

2008-03-24 15:07 VS, revision 52767

no need to export private list/arrays of generic controls' implementations

2008-03-24 13:39 FM, revision 52766

fix for built with compat 2.8 off