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

2008-03-24 13:02 FM, revision 52765

make the log file more readable; fix the count of warnings

2008-03-24 12:45 FM, revision 52764

use @a instead of @e where it makes sense

2008-03-24 12:45 FM, revision 52763

move macros out of the wxArray class decl

2008-03-24 12:23 FM, revision 52762

fix almost all deprecation warnings

2008-03-24 12:04 FM, revision 52761

add backward compat FindOrCreateFont

2008-03-24 02:38 VZ, revision 52756

fix (one off, so not really important) memory leak which happened if an application using XRCID() in event tables didn't initialize (and hence didn't shutdown) wx

2008-03-24 01:40 VZ, revision 52754

document wxSizerItem::SetMinSize()

2008-03-24 01:02 FM, revision 52753

final prototype fixes (done using ifacecheck)

2008-03-24 00:51 FM, revision 52752

fix the automatic modify mode

2008-03-24 00:51 FM, revision 52751

fix bug in buliding newtype string; fix GetAsString() to put proper spaces around args

2008-03-23 23:20 FM, revision 52750

add deprecation tags/attributes parsing

2008-03-23 23:19 FM, revision 52749

fix simple errors which block ifacecheck

2008-03-23 20:20 VZ, revision 52747

fix crash when pressing Up key in empty combobox

2008-03-23 19:39 BP, revision 52746

Removed @class command from templated classes. Doxygen doesn't seem to handle these well unless we just don't specify it, and let the parser find it from the declaration itself.

2008-03-23 19:16 FM, revision 52745

remove unused #defines; fix include header for MinGW32 wxMSW Trunk

2008-03-23 19:12 SN, revision 52744

Compilation fix.

2008-03-23 18:24 BP, revision 52743

Finished review/fixes of Math and Miscellaneous categories of functions and macros.

2008-03-23 18:24 PC, revision 52742

non-pch build fix

2008-03-23 18:08 FM, revision 52741

update infos about profiling under linux (callgrind utility has been merged with valgrind)

2008-03-23 18:04 FM, revision 52740

the control which can be enabled/disabled is a text control not a listbox

2008-03-23 17:41 SN, revision 52739

Updated brush/pen implementation for OS/2 to current implementation style.

2008-03-23 15:57 VZ, revision 52738

suppress warnings about hiding virtual functions in wxURLDataObject

2008-03-23 15:53 VZ, revision 52737

yet more compilation fixes after brush/pen style changes: remove trailing commas from enums

2008-03-23 14:54 SN, revision 52736

Fixed compilation after wxBrushStyle/wxPenStyle changes.

2008-03-23 14:41 SN, revision 52735

Compilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).

2008-03-23 12:42 VS, revision 52733

wxError, wxFatalError, wxDebugMsg are not only deprecated, they don't exist anymore -- removed from docs

2008-03-23 12:41 VS, revision 52732

more utils.h fixes

2008-03-23 11:36 FM, revision 52730

further speedup the gccxml parser using dedicated ID-parsing char*-based functions instead of splitting wxStrings and searching inside them

2008-03-23 08:50 VS, revision 52727

restored wxWindow::Line/PageUp/Down docs

2008-03-23 06:25 BP, revision 52726

Finished review/fixes of Logging category of functions and macros.

2008-03-23 02:27 VZ, revision 52722

avoid needless Unicode<->MB conversions in Unix wxExecute(); simplify the code; provide both versions taking char** and wchar_t** for compatibility; also use wxMacExecute() (renamed to wxMacLaunch() to avoid confusion) from all wxExecute() overloads but don't use it if wxEXEC_SYNC was requested as it doesn't support it

2008-03-23 01:17 VZ, revision 52720

correct hhp2cached path

2008-03-23 01:07 KO, revision 52718

svn merge -r 51768:52524 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-03-23 00:08 FM, revision 52717

speedup a little the parser by converting gccXML ID attributes to numbers, instead of storing them as strings; remove 2nd argument to GetAttribute() calls

2008-03-23 00:05 FM, revision 52716

don't build ifacecheck on WinCE since it's a console app

2008-03-22 22:54 FM, revision 52715

use wxEmptyString as default value to return from GetAttribute()

2008-03-22 20:19 VS, revision 52714

fixed signatures of wxSizerFlags methods returning wxSizerFlags reference

2008-03-22 20:16 VS, revision 52713

documented wxRESERVE_SPACE_EVEN_IF_HIDDEN

2008-03-22 20:10 VZ, revision 52712

no changes, just removed unnecessary forward declaration

2008-03-22 20:04 VS, revision 52711

many formatting fixes to wxSizer docs

2008-03-22 19:18 FM, revision 52710

add Id keyword; remove old code (was commented out) which tried to implement alternative parsing strategies; basically those involved doing 4-5 passes on the gcc XML before actually passing it storing the list of the type IDs related in some way to wxWidgets, and then do the true parsing pass, skipping anything non-wx related. This approach (and its variations) showed however to be slower than building the full type table.

2008-03-22 19:09 VS, revision 52709

typo fix: doxygen uses -, not *, for lists

2008-03-22 18:02 FM, revision 52708

added the interface checker to the utils folder

2008-03-22 17:58 FM, revision 52707

silence bakefile warnings about the generation of project files for sample bakefiles using <wx-data>

2008-03-22 17:49 FM, revision 52706

remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet

2008-03-22 17:42 FM, revision 52705

moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx)

2008-03-22 16:07 VS, revision 52704

wxVector<T> is header-based, use @nolibrary

2008-03-22 15:54 VS, revision 52703

tagged wxNotebookSizer as deprecated

2008-03-22 15:41 VZ, revision 52702

add timing of synchronous execution

2008-03-22 15:37 VZ, revision 52701

don't use negative PID hack in GUI neither, add a separate flag to wxEndProcessData for this

2008-03-22 15:37 VZ, revision 52700

no real changes, just added a default value for the command used by exec with redirect to avoid having to type it every time

2008-03-22 15:02 VS, revision 52699

documented SelectAll()

2008-03-22 14:57 VS, revision 52698

upported wxHelpProvider docs fixes from r52197; minor tweaks to Doxygen docs of other classes in cshelp.h

2008-03-22 14:55 VZ, revision 52697

no real changes, just small cleanup after last few revisions

2008-03-22 14:50 VZ, revision 52696

refactored common code from XXX_EndProcessDetect in wxGTK[12] and wxMac/wxCocoa into wxHandleProcessTermination itself; also removed code dealing with negative pids as we don't use them any more

2008-03-22 14:49 VZ, revision 52695

don't show more than 20 lines of redirected IO, just 10 first and last ones is enough to check that the code works correctly

2008-03-22 14:43 VS, revision 52694

documented that Freeze and Thaw are now recursive

2008-03-22 14:15 VZ, revision 52693

get rid of traits functions unnecessary now that wxExecute() works in both base and GUI ports

2008-03-22 14:10 VZ, revision 52692

fixed IO redirection to work in wxExecute() in console applications (including the case when the child process outputs more than pipe buffer size) by using wxSelectDispatcher for multiplexing

2008-03-22 12:12 VZ, revision 52691

use wxGUIAppTraits::WaitForChild() in wxMac too

2008-03-22 12:11 VZ, revision 52690

fix warnings about unused parameters/variables in release build

2008-03-22 12:06 FM, revision 52689

use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comments in a new interface header; deprecate SetBrowser() in favour of SetViewer()

2008-03-22 11:55 VS, revision 52688

fixes to Freeze/Thawn when the window is shown or hidden in between Freeze and Thaw

2008-03-22 11:47 VS, revision 52687

fixed spurious debug message about unexpected focus change when wx focus changed more than once before event loop iteration

2008-03-22 04:19 VZ, revision 52681

make wxSelectDispatcher ctor public, it can be useful to create it in places other than wxFDIODispatcher

2008-03-22 04:08 VZ, revision 52679

correct the REDIRECT_COMMAND definition for Unix

2008-03-22 03:50 VZ, revision 52678

return bool from wxStreamTempInputBuffer::Update() indicating if anything was done; don't sleep in wxExecute() if IO is coming

2008-03-22 03:48 VZ, revision 52677

extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely

2008-03-22 03:46 VZ, revision 52676

extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely

2008-03-22 03:25 VZ, revision 52674
  • D /wxWidgets/trunk/src/unix/baseunix.cpp

unused any more (should have been part of r52667)

2008-03-22 03:15 VZ, revision 52673

rename classes use by generic wxSpinCtrl implementation to have "Generic" suffix to avoid conflicts with the classes with the same names in wxMac

2008-03-22 03:13 VZ, revision 52672

add comparison operators for wxPen/BrushStyle and wxSOLID/... constants to avoid warnings in the existing code using such comparisons

2008-03-22 03:06 VZ, revision 52671

added wxWindowDisabler ctor for conditionally disabling all windows and use it in WaitForChild()

2008-03-22 02:58 VZ, revision 52670

more compilation fixes after pen/brush styles changes

2008-03-22 00:07 VZ, revision 52667

replace wxAddProcessCallback() with wxAppTraits::AddProcessCallback() to fix linking problems in Unix ports; also reduce code duplication between GUI and base versions making src/unix/baseunix.cpp unnecessary any longer

2008-03-22 00:04 VZ, revision 52666

don't pass unnecessary arguments to FindOrCreateBrush/Pen()

2008-03-22 00:04 VZ, revision 52665

add default parameters for width and style parameters of FindOrCreatePen() for consistency with FindOrCreateBrush() and wxPen ctor

2008-03-22 00:02 VZ, revision 52664

add compatible FindOrCreateBrush(wxColour, int) (also fixes wxMotif compilation)

2008-03-21 23:55 VZ, revision 52663

kill the process launched by wxExecute(ASYNC) to avoid leaving unneeded processes running

2008-03-21 23:48 VZ, revision 52662

uncomment wxExecute(ASYNC) test now that it's supposed to work

2008-03-21 23:39 VZ, revision 52661

also use wx/private/*.h

2008-03-21 23:39 VZ, revision 52660

compilation fixes after pen/brush styles changes

2008-03-21 21:19 VS, revision 52659

fixed TABs positioning inside <pre> so that tags don't throw it apart

2008-03-21 21:19 VS, revision 52658

fixed TABs positioning inside <pre> so that tags don't throw it apart

2008-03-21 20:11 VS, revision 52657

remove needless casting (no real change)

2008-03-21 19:06 FM, revision 52656

some more comments about wxSortedArrayString::Sort

2008-03-21 18:23 VS, revision 52655

backported fix to wxSpinCtrl::GetClientSize() in wxMSW

2008-03-21 18:18 MW, revision 52654

Send build notification to wx-buildbot mailing list.

2008-03-21 18:04 FM, revision 52653

warn the user about using getters of objects in invalid state

2008-03-21 18:03 FM, revision 52652

add the default ctor

2008-03-21 16:21 VZ, revision 52651

restore setting m_appName broken by recent change (fixes bug 1921954)

2008-03-21 14:51 VS, revision 52647

misc wxVector<T> docs fixes

2008-03-21 14:36 VS, revision 52646

fixes to wxSharedPtr<T> docs

2008-03-21 14:22 FM, revision 52645

further prototype fixes (thanks to ifacecheck)

2008-03-21 14:21 FM, revision 52644

add to GetToolkitVersion() the = NULL default values for the two arguments: they were documented but not actually implemented

2008-03-21 14:20 VS, revision 52643

document standard IDs only in one place, not two; bring the list up to date

2008-03-21 09:37 FM, revision 52642

fix wxBrush for the mac build

2008-03-20 23:45 FM, revision 52641

splitted wxApp docs in wxApp+wxAppConsole docs; fix the signature of the documented functions

2008-03-20 22:33 FM, revision 52640

add the wxAnimation's ctor which automatically loads a file: it was documented but not present in the actual code

2008-03-20 22:32 FM, revision 52639

fix the signature of the documented functions and document some (relatively) new for wxAcceleratorEntry

2008-03-20 18:11 FM, revision 52638

fix header files so that they can be included directly without generating 'undefined reference' errors

2008-03-20 18:10 FM, revision 52637

fix a macroscopic error which made Doxygen generate invalid XML

2008-03-20 15:08 FM, revision 52636

make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports)

2008-03-20 15:06 VS, revision 52635

compilation fix for wxUSE_GUI=0

2008-03-20 13:45 VS, revision 52634

removed trailing whitespace in Doxygen files

2008-03-20 13:40 VS, revision 52633

removed wxAcceleratorTable copy ctor docs, no port implements it

2008-03-20 13:19 VS, revision 52631

forgot to fix one more place where it says accelerator tables can't be used with buttons in wxGTK

2008-03-20 06:00 BP, revision 52630

Finished review/fixes of GDI category of functions and macros.

2008-03-19 18:28 FM, revision 52626

further wxPenStyle/wxBrushStyle fixes for builds with compat off (partially by Marcin Wojdyr)

2008-03-19 14:09 SC, revision 52625

CGFloat

2008-03-19 13:26 SC, revision 52624

make background colour be the real color, to have inheritance work correctly

2008-03-19 13:24 SC, revision 52623

clean include

2008-03-19 13:23 SC, revision 52622

have bg style wxBG_STYLE_CUSTOM not skip event

2008-03-19 08:02 BP, revision 52620

Removed docs for old clipboard functions, and reviewed/fixed atomic ops, file & directory, and environment function categories.

2008-03-18 19:30 BP, revision 52618

Finished review of Dialogs category of functions and macros as well as choicdlg.h (assigned to myself).

2008-03-18 18:24 MW, revision 52617

Switch on build breakage email notifications.

2008-03-18 16:25 PC, revision 52616

revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0

2008-03-18 16:21 VS, revision 52615

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:19 VS, revision 52614

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:17 VS, revision 52613

fixed unresolved symbols in wxSizer docs in 2.8

2008-03-18 14:04 VZ, revision 52612

added wxSpinCtrlDouble (slightly modified patch 1835864)

2008-03-18 13:27 VZ, revision 52611

provide stubs for Get/SetStippled() to fix the build

2008-03-18 12:52 FM, revision 52610

remove deprecation for wxBU_AUTODRAW; it needs some more work, too

2008-03-18 04:06 PC, revision 52605

remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual

2008-03-18 03:32 PC, revision 52604

move wxWindowGTK::DoPopupMenu back to window.cpp

2008-03-18 03:01 PC, revision 52603

simplify wxEVT_MENU_OPEN/CLOSE generation

2008-03-18 01:39 BP, revision 52602

Added explicit information about which functions and macros are declared in what headers from last commit.

2008-03-18 01:34 BP, revision 52601

Finished review of Application Initialization and Termination category of functions and macros.

2008-03-17 22:10 BP, revision 52598

Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time.

2008-03-17 22:05 BIW, revision 52597

vista tree crash fix

2008-03-17 21:22 BIW, revision 52596

vista tree crash fix

2008-03-17 21:14 BP, revision 52595

One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs). All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).

2008-03-17 21:09 VZ, revision 52594

use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization

2008-03-17 21:00 RD, revision 52590

Make some wxDataViewCustomRenderer virtuals consistent across platforms. Add missing WXDLLIMPEXP_ADV. Add missing impl for wxDataViewEvent::GetPosition

2008-03-17 20:57 VZ, revision 52589

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 20:46 VZ, revision 52588

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 18:40 BP, revision 52587

Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).

2008-03-17 18:26 PC, revision 52586

fix a huge number of build errors

2008-03-17 17:33 FM, revision 52585

restore previous encoding, changed for error to UTF8

2008-03-17 16:14 VS, revision 52584

added back docs for wxWindow::WindowToClientSize, added some missing @since tags

2008-03-17 13:48 MW, revision 52583

Show compiler version at the top of the logs.

2008-03-17 13:46 VZ, revision 52582

implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part [backport of r52543 from trunk]

2008-03-17 08:58 SC, revision 52581

fix default values after types were changed

2008-03-17 04:25 PC, revision 52579

reorganize deferred show logic a bit, to reset m_deferShow properly and avoid realizing unnecessarily

2008-03-17 00:47 FM, revision 52578

revised b* headers; moved wxPenList and wxBrushList to the correct places; partially revised wxPen docs

2008-03-17 00:46 FM, revision 52577

some more build fix for wxPen/wxBrush style changes

2008-03-16 22:42 FM, revision 52576

build fix (looking at buildbot)

2008-03-16 21:50 FM, revision 52575

pen.h depends from brush.h in compat mode

2008-03-16 21:36 FM, revision 52574

fix typos and update MSW code to use new wxPENSTYLE_* enum values

2008-03-16 21:11 FM, revision 52573

fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers

2008-03-16 20:14 CE, revision 52572

remove daily build of docs

2008-03-16 17:23 FM, revision 52571

sort the errors so it's easy to see if already processed headers still give out warnings

2008-03-16 17:00 FM, revision 52570

fix wxMSW build after wxBrush changes: return wxBRUSHSTYLE_MAX instead of zero; fix include loop in MSW headers

2008-03-16 16:47 FM, revision 52569

introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt

2008-03-16 14:43 FM, revision 52568

enable the search engine so that the manual which gets built on http://wx.ibaku.net/manual become 'searchable'

2008-03-16 13:50 JS, revision 52567

Don't accept picker text events from any old text control

2008-03-16 13:50 JS, revision 52566

Don't accept picker text events from any old text control

2008-03-16 11:10 VS, revision 52565

ShowWithEffect must call wxWindowBase::Show

2008-03-16 02:22 VZ, revision 52564

don't use generic process callback for wxGTK/Motif/MGL which have their own versions of it

2008-03-16 00:37 VS, revision 52562

Fixed generic art provider to scale bitmaps down to client-specific best size if needed.

2008-03-16 00:36 VS, revision 52561

Fixed generic art provider to scale bitmaps down to client-specific best size if needed.

2008-03-16 00:35 VS, revision 52560

if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere

2008-03-16 00:35 VS, revision 52559

if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere

2008-03-16 00:09 VZ, revision 52558

ignore WinCE projects and build directories

2008-03-16 00:08 VZ, revision 52557

ignore WinCE build directories

2008-03-16 00:04 VZ, revision 52556

added test of focusing/selecting another item

2008-03-16 00:02 BP, revision 52555

Removed layout constaints related docs as discussed on wx-dev.

2008-03-15 23:44 VZ, revision 52554

correct typo in wxDIR_STOP

2008-03-15 18:15 FM, revision 52553

revised base64.h;bitmap.h

2008-03-15 18:11 PC, revision 52552

use a different method to prevent an early size_allocate, removing child has undesirable size effects, such as unsetting the default widget

2008-03-15 16:53 VZ, revision 52551

rename fobr95.{cpp,h} files to foobar.{cpp,h}

2008-03-15 16:46 VZ, revision 52550

add support for asynchronous execution in wxBase (patch 1906889)

2008-03-15 13:58 FM, revision 52549

turn GENERATE_HTML on otherwise CHM generation does not work correctly

2008-03-15 13:36 FM, revision 52548

put the CHM in the out folder instead of out/html; be quiet during output generation

2008-03-15 12:33 VS, revision 52547

wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too

2008-03-15 12:28 VS, revision 52546

wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too

2008-03-15 12:26 FM, revision 52545

update generation info and mention that you need doxygen >= 1.5.4 to correctly regen wx docs

2008-03-15 12:25 VS, revision 52544

restored missing parts of wxClipboardTextEvent docs lost in the conversion

2008-03-15 04:10 VZ, revision 52543

implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch 1914190)

2008-03-15 03:45 VZ, revision 52542

use quotes around SRCROOT to handle the case when it contains spaces (patch 1912354)

2008-03-15 03:42 VZ, revision 52541

protect access to ms_aTraceMasks with a critical section (replaces patch 1911172)

2008-03-15 03:36 VZ, revision 52540

call OnNativeDestroyed() if the native window is destroyed independently from us

2008-03-15 03:28 VZ, revision 52539

fix crash in DoGetBestSize() if default widths are used (corrects patch 1386199 applied in r45202)

2008-03-15 03:14 BP, revision 52538

Categorized all functions and macros in the Debugging and Version categories.

2008-03-15 03:12 VZ, revision 52537

don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch 1910602)

2008-03-15 03:05 VZ, revision 52536

use less expensive GetLastPosition() instead of GetValue() to implement IsEmpty()

2008-03-15 03:04 VZ, revision 52535

don't call GetLastPosition() unnecessarily in SelectAll(), all platforms should support SetSelection(-1, -1) according to the docs (but wxGTK didn't, so fix it to do)

2008-03-15 02:58 VZ, revision 52534

refactored code reused in several different places in wxTextEntry::RemoveSelection() (patch 1910166)

2008-03-15 02:52 VZ, revision 52533

no real changes, just use more readable helper wxTextEntry methods (patch 1910165 )

2008-03-15 02:47 VZ, revision 52532

no real changes, just use more readable helper wxTextEntry methods (patch 1910160)

2008-03-15 02:38 VZ, revision 52531

initialize m_nCurLine in wxTextBuffer ctor (part of patch 1908134)

2008-03-15 02:33 VZ, revision 52530

added support for double arguments to wxCmdLineParser (patch 1907289)

2008-03-15 02:24 VZ, revision 52529

use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceEditor combobox (slightly modified patch 1906581)

2008-03-15 02:12 VZ, revision 52528

don't generate duplicate resume events for PBT_APMRESUMEAUTOMATIC

2008-03-15 02:12 VZ, revision 52527

call OnNativeDestroyed() if the native window is destroyed independently from us

2008-03-15 02:10 VZ, revision 52526

initialize m_initial{Recv,Send}BufferSize in wxSocketClient ctor (patch 1905981)

2008-03-15 02:08 VZ, revision 52525

remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit]() ones (patch 1905759)

2008-03-14 23:59 FM, revision 52524

replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc

2008-03-14 23:57 VZ, revision 52523

don't delete the context in ~wxGLCanvas(), the base class will do it (patch 1912776)

2008-03-14 23:49 VZ, revision 52522

changed eol-style to native for all .h files

2008-03-14 21:40 FM, revision 52511

mention wxMenuItem::* deprecations

2008-03-14 21:28 FM, revision 52510

remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.

2008-03-14 21:26 FM, revision 52509

make the script a bit more intelligent using MS broken batch scripting (it took me 40 min to sort out the right syntax!)

2008-03-14 21:26 FM, revision 52508

remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.

2008-03-14 21:16 BP, revision 52507

Updated doxygen launcher scripts to reflect new Doxyfile locations.

2008-03-14 20:54 VZ, revision 52506

rename Doxyfile.* to Doxyfile_* to avoid inappropriate extensions

2008-03-14 17:14 VZ, revision 52505

make wxCmdLineParser:Usage() const

2008-03-14 17:11 VZ, revision 52504

no changes, just fix a few typos and wrap long lines

2008-03-14 16:51 PC, revision 52503

minimize searching for tlw parent, remove useless code

2008-03-14 16:12 FM, revision 52502

revised wxAUI headers; added @todo in various places where docs are missing

2008-03-14 15:55 PC, revision 52501

fix for infinite sizing loop (partial patch 1907189)

2008-03-14 15:51 FM, revision 52500

extracted from wxArrayString docs the docs for wxSortedArrayString, which is declared as deriving from wxArrayString (not sure about the STL case); marked with @todo the two classes for STL clarifications

2008-03-14 15:35 FM, revision 52499

revised a* interface headers; categorized many functions; moved some functions to their correct header

2008-03-14 14:42 FM, revision 52498

remove @ingroup; use @category instead

2008-03-14 14:24 JS, revision 52497

Corrected typecasts (Sebastian Gottschalk)

2008-03-14 14:24 JS, revision 52496

Added typecasts (Sebastian Gottschalk)

2008-03-14 14:18 JS, revision 52495

Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)

2008-03-14 14:18 JS, revision 52494

Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)

2008-03-14 14:17 JS, revision 52493

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:17 JS, revision 52492

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:16 JS, revision 52491

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:16 JS, revision 52490

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:14 JS, revision 52489

Fixed buffer overflow (Sebastian Gottschalk)

2008-03-14 14:13 JS, revision 52488

Fixed bug in XTI constructor macro (Sebastian Gottschalk)

2008-03-14 10:34 SC, revision 52484

use the same font matching fallbacks for all layout operations

2008-03-14 10:33 SC, revision 52483

use the same font matching fallbacks for all layout operations

2008-03-14 08:05 BP, revision 52482

Fixed some function/define paramter names to match old docs.

2008-03-14 07:44 BP, revision 52479

Catagorized all functions and macros belonging to the RTTI and Versioning groups.

2008-03-14 06:06 PC, revision 52478

fix for size 1x1 wxChoice when SetSelection() is called before realization, bug 1913657

2008-03-14 05:47 BP, revision 52477

Added the function and macro group pages for Doxygen.

2008-03-14 01:14 VS, revision 52476

make sure FindFocus returns newly focused window immediately after SetFocus on 2.8 branch too

2008-03-14 01:10 VS, revision 52473

simplified and cleaned up wxGTK's focus handling

2008-03-13 23:58 VS, revision 52472

reverted Julian's r44600, it broke help window behavior so that it prevented apps from closing

2008-03-13 23:42 VS, revision 52471

fixed crash in wxHtmlHelpController if the help window is still open

2008-03-13 23:29 VS, revision 52470

fixed crash in wxHtmlHelpController if the help window is still open

2008-03-13 16:30 FM, revision 52468

revised archive header; changed overview_arc to overview_archive which reads better; modified the @category alias to point to the group pages and to spit out the @ingroup command

2008-03-13 14:21 VS, revision 52467

fixed unreadable formatting

2008-03-13 04:37 PC, revision 52465

fix for idle processing stopping without processing all pending events, replaces patch 1912157

2008-03-13 02:56 BP, revision 52464

Added the class group pages for Doxygen.

2008-03-12 22:18 FM, revision 52463

revised other headers

2008-03-12 21:28 VS, revision 52458

include 'Version' in version string, it's what Apple apps do

2008-03-12 21:28 VS, revision 52457

include 'Version' in version string, it's what Apple apps do

2008-03-12 20:47 VS, revision 52456

indent app name + version from the rest in about dialog; use i18n-friendly way of creating strings

2008-03-12 19:24 VZ, revision 52455

removed non-existent SockAddrLen()

2008-03-12 19:08 BP, revision 52454

Added class groups example to Doxygen and added parent "Functions and Macros", and "Classes by Category" groups. Also added CSS to add "Categories / " to the "Modules" tab label, and turned on DETAILS_AT_TOP setting.

2008-03-12 13:45 JS, revision 52453

Better fix

2008-03-12 13:45 JS, revision 52452

Better fix

2008-03-12 13:36 JS, revision 52451

Sizing/scrollbar corrections for Mac

2008-03-12 13:36 JS, revision 52450

Sizing/scrollbar corrections for Mac

2008-03-12 08:50 BP, revision 52448

Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c].

2008-03-12 05:46 PC, revision 52447

don't defer showing if _NET_FRAME_EXTENTS handler is not connected

2008-03-11 18:20 MW, revision 52446

Add configuration for push builds.

2008-03-11 18:14 BP, revision 52445

Removed printer functions from doxygen docs (they were deprecated at least since 2.6, and don't actually exist in current source). Updated function and macro pages to use simply "()" and not "::" or "#".

2008-03-11 14:06 VZ, revision 52444

VC6 compilation fix: remove redundant end variable declaration in Destroy()

2008-03-11 11:31 JS, revision 52443

Typo correction

2008-03-11 09:35 VS, revision 52442

RPM spec files should use Unix line endings

2008-03-11 07:57 BP, revision 52438

Looking for comments on new functions and macros organization of Doxygen docs shown with this commit, see wx-dev.

2008-03-11 00:03 VZ, revision 52437

delete wxNativeContainerWindow when the native window is destroyed, even if this means leaking memory in GTK case -- still better than getting X errors and crashing

2008-03-10 19:40 VZ, revision 52430

fix handling of native toolkit command line options broken by wxCmdLineArgsArray change

2008-03-10 16:23 FM, revision 52429

interface headers reviewed

2008-03-10 15:54 VZ, revision 52428

compilation fix after last commit

2008-03-10 15:50 VZ, revision 52427

added wxNativeContainerWindow and implemented it for wxMSW and wxGTK

2008-03-10 15:36 FM, revision 52426

update the technote with the conventions recently defined

2008-03-10 15:24 FM, revision 52425

regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'

2008-03-10 15:19 FM, revision 52424

fixed links to global variables; fixed categories; use @see instead of @seealso

2008-03-10 15:11 FM, revision 52423

use CSS spans instead of \sections so that we uniform the look to the Doxygen HTML for @see tag; remove @seealso and rather use the std @see tag

2008-03-10 13:55 VZ, revision 52422

fix WXDLLIMPEXP_FWD declaration of wxCollapsiblePane

2008-03-10 02:55 VZ, revision 52420

further simplifiy USE_NATIVE_HEADER_WINDOW checks

2008-03-09 18:13 FM, revision 52419

remove spurious \b

2008-03-09 17:46 MW, revision 52418

Add interface/* to fileNotImportant.

2008-03-09 17:42 FM, revision 52417

revised the first two interface headers

2008-03-09 17:42 FM, revision 52416

use wxAcceleratorEntryFlags as wxACCEL_* enum name so it's easier to refer to it in wxDocs

2008-03-09 17:09 FM, revision 52415

fixed category

2008-03-09 16:24 FM, revision 52414

add const qualifiers

2008-03-09 13:14 VZ, revision 52412

remove wxTextAttr::CreateFont(); return wxNullFont from GetFont() if we have no font attributes

2008-03-09 12:59 VZ, revision 52411

use extra parentheses to fix Borland problems with operator?:

2008-03-09 12:57 VZ, revision 52410

don't use native headers in wxUniv build (this doesn't even link under MSW)

2008-03-09 12:55 VZ, revision 52409

suppress (harmless) warnings about unused variables

2008-03-09 12:47 VZ, revision 52408

document "wrap" attribute for wxStaticText

2008-03-09 12:33 FM, revision 52407

removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes

2008-03-09 12:31 FM, revision 52406

don't style using Doxygen tags; use <span> tags and CSS instead

2008-03-09 11:58 FM, revision 52405

fix missing end brace

2008-03-09 11:08 FM, revision 52404

adjust comments for latex Doxyfile; no real change; add Id keyword

2008-03-09 03:27 RD, revision 52399

Enable XRC to call wxStaticText::Wrap

2008-03-09 03:27 RD, revision 52398

Enable XRC to call wxStaticText::Wrap

2008-03-09 03:24 RD, revision 52397

Don't need to use wxHAVE_RAW_BITMAP any more.

2008-03-09 03:21 RD, revision 52396

Don't need to use wxHAVE_RAW_BITMAP any more.

2008-03-08 23:04 VZ, revision 52395

wxUniv compilation fix for gs_windowHandles assignment

2008-03-08 23:04 VS, revision 52394

fixed 'Select All' context menu in wxTextCtrl with wxTE_RICH style

2008-03-08 21:52 SC, revision 52393

latex include is not making things worse, so we use it all the same

2008-03-08 21:34 SC, revision 52392

latex include not properly working for links and titlepage

2008-03-08 21:32 SC, revision 52391

fixes

2008-03-08 21:18 SC, revision 52390

pdflatex support

2008-03-08 21:15 SC, revision 52389

adding files for pdflatex support

2008-03-08 17:32 FM, revision 52388

use SPAN.literal CSS style for @true, @false, @ifdef_ and similars

2008-03-08 17:30 FM, revision 52387

specify we don't use # character; other minor details

2008-03-08 16:08 MW, revision 52386

Typo in filesNotImportant.

2008-03-08 15:46 SC, revision 52385

cleaning up common OSX code

2008-03-08 15:30 FM, revision 52384

more comments

2008-03-08 14:43 FM, revision 52383

adjusted indentation with astyle; added Id keyword

2008-03-08 14:39 FM, revision 52382

make it callable from any path

2008-03-08 13:52 FM, revision 52381

added interface headers with latest discussed changes

2008-03-07 19:38 SC, revision 52378

cleaning up common OSX code

2008-03-07 16:56 SC, revision 52377

cleaning up common OSX code

2008-03-07 16:54 SC, revision 52376

cleaning up common OSX code

2008-03-07 16:53 SC, revision 52375

cleaning up common OSX code

2008-03-07 16:51 SC, revision 52374

cleaning up common OSX code

2008-03-07 16:50 SC, revision 52373

cleaning up common OSX code

2008-03-07 16:50 SC, revision 52372

cleaning up common OSX code

2008-03-07 16:44 SC, revision 52371

xcode_config moved

2008-03-07 16:41 SC, revision 52370

adding Aspen (iPhone)

2008-03-07 16:31 SC, revision 52369
  • D /wxWidgets/trunk/include/wx/mac/carbon/config_xcode.h

moving out of 'carbon' dir

2008-03-07 16:30 SC, revision 52368

moving out of 'carbon' dir

2008-03-07 16:29 SC, revision 52367

adding DLOPEN

2008-03-07 12:59 VS, revision 52366

fixed syntax error

2008-03-07 08:55 JS, revision 52365

Only use fonts in wxTextAttr::Combine if they are really present in the attributes.

2008-03-06 22:23 VS, revision 52364

fixed minsize setting after wxCollapsiblePane is expanded - should set client, not window, minsize

2008-03-06 19:28 VS, revision 52363

deprecated wxWindow::SetHelpTextForId()

2008-03-06 18:02 SC, revision 52362

fix for 1742682

2008-03-06 17:11 VZ, revision 52361

use %p for printing out a pointer

2008-03-06 14:41 VZ, revision 52360

use \newsince instead of incorrect \since

2008-03-06 13:48 VS, revision 52359

Unicode compilation fix

2008-03-06 12:24 SC, revision 52358

64/32 bit fixes

2008-03-06 12:20 SC, revision 52357

64/32 bit fixes

2008-03-06 10:12 VS, revision 52356

use 6px as the default wxSizer border in wxGTK to be a little bit closer to GNOME HIG

2008-03-06 09:44 SC, revision 52355

include fixed for non-precomp

2008-03-06 06:46 JJ, revision 52349

Update OpenVMS compile configuration

2008-03-05 23:12 VZ, revision 52348

remove wxFindFocusedChild() declaration too as g++ gets upset if an extern function is redefined as static

2008-03-05 21:27 SC, revision 52347

graphics context additions (work in progress for cocoa integration) and merging graphics bitmap additions from Kevin O.

2008-03-05 21:19 SC, revision 52346

graphics context additions (work in progress for cocoa integration) and merging graphics bitmap additions from Kevin O.

2008-03-05 21:16 SC, revision 52345

shaped can be minimized

2008-03-05 21:14 SC, revision 52344

graphics context additions and merging graphics bitmap additions from Kevin O.

2008-03-05 21:13 SC, revision 52343

graphics context additions and merging graphics bitmap additions from Kevin O.

2008-03-05 21:11 SC, revision 52342

graphics context additions and merging graphics bitmap additions from Kevin O.

2008-03-05 21:10 SC, revision 52341

merging graphics bitmap additions from Kevin O.

2008-03-05 19:13 FM, revision 52340

fix links to overviews

2008-03-05 19:08 FM, revision 52339

fixed all doxygen warnings fixable

2008-03-05 15:31 VS, revision 52338

made wxFindFocusedChild static, the comment wasn't telling truth anymore

2008-03-05 15:22 VZ, revision 52337

ignore more build files

2008-03-05 15:18 VZ, revision 52336

check that parent is non-NULL in CreateWindowFromHWND() instead of just crashing if it is; don't call SetEventHandler() unnecessarily; inherit the id from HWND in AdoptAttributesFromHWND()

2008-03-05 15:16 VZ, revision 52335

call SetHWND(hWnd) from SubclassWin(), this is consistent with calling SetHWND(0) from UnsubclassWin()

2008-03-05 15:14 VS, revision 52334

added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC

2008-03-05 15:14 VS, revision 52333

added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC

2008-03-05 15:09 VS, revision 52332

backported wxSizer::SetSizeHints() fix to make it work correctly when the best size decreases

2008-03-05 15:02 VS, revision 52331

backported wxSizer::ComputeFittingClientSize() and ComputeFittingWindowSize() to 2.8

2008-03-05 14:19 VS, revision 52330

backported ClientToWindowSize(), WindowToClientSize() to 2.8

2008-03-05 13:20 VZ, revision 52329

really use the position passed to ShowHelpAtPoint() when using CHM help controller [backport of r52203 from trunk]

2008-03-05 12:39 VZ, revision 52328

disable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostream.h library; don't disable it for DLL builds (why?)

2008-03-05 12:27 VZ, revision 52327

include wx/artprov.h to define wxArtID used in this header

2008-03-04 22:18 VS, revision 52320

format strings with no real text don't need translating

2008-03-04 17:46 VS, revision 52319

backported wxRESERVE_SPACE_EVEN_IF_HIDDEN to 2.8

2008-03-04 12:16 VZ, revision 52314

set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988

2008-03-04 12:14 VZ, revision 52313

remove leading dots from .ini/.conf in AddConfFileExtIfNeeded() as this results in double dots in the resulting file name

2008-03-04 12:06 VZ, revision 52312

remove duplicate end iterator declaration from Destroy()

2008-03-04 12:06 VZ, revision 52311

VC6 doesn't have wostream when using old iostream.h

2008-03-04 12:03 VS, revision 52310

added macros for checking for conflicts between flags values; use it in wxSizer code

2008-03-04 12:01 VS, revision 52309

added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that prevents the sizer from changing size if a window is hidden

2008-03-04 10:06 VS, revision 52308

fixed wxGenericTreeCtrl::DoThaw to call base class' method

2008-03-04 10:05 VS, revision 52307

removed IsFrozen() from paint handler, no need for it there

2008-03-04 10:04 VS, revision 52306

test Freeze/Thaw completely, including clearing and setting insertion point

2008-03-04 10:03 VS, revision 52305

implemented Freeze/Thaw in wxGTK

2008-03-04 04:20 BP, revision 52297

Converted bitmaps to PNG (saving 600KB+), flattened any transparent PNGs in case of incompatible browsers/printing, and renamed a number of images to indicate what page it's used on.

2008-03-04 00:21 BP, revision 52296

Fixed non-precomp headers build.

2008-03-03 23:35 FM, revision 52295

add some explanation text for the new sections

2008-03-03 23:33 VZ, revision 52294

use the selection background colour set using SetSelectionBackground() in GetSelectedTextBgColour() by default

2008-03-03 23:27 FM, revision 52293

added the @appearance tag with a first test screenshot

2008-03-03 22:58 FM, revision 52292

added the logos for our main ports

2008-03-03 22:57 FM, revision 52291

use page_port as prefix since it's shorter and more suited to the new aliases added to Doxygen.inc

2008-03-03 22:56 FM, revision 52290

typo fix

2008-03-03 20:38 MW, revision 52289

Add stylesheet.

2008-03-03 12:23 FM, revision 52285

use rtti as shortcut for runtime type information

2008-03-03 12:22 FM, revision 52284

use rtti as shortcut for runtime type information

2008-03-03 11:30 VS, revision 52283

made Freeze/Thaw recursively (un)freeze child windows too

2008-03-03 10:15 BP, revision 52282

Updated library dependancy graph to use Graphviz (through Doxygen) while removing wxODBC library.

2008-03-03 03:05 BP, revision 52273

Removed wxImageList overview, and other @ref fixes.

2008-03-03 02:01 VZ, revision 52272

position help windows shown when Shift-F1 is pressed near the window and not at the mouse position unless the mouse is over the window [backport of r52271 from trunk]

2008-03-03 01:58 VZ, revision 52271

position help windows shown when Shift-F1 is pressed near the window and not at the mouse position unless the mouse is over the window (this avoids showing the tooltip in the opposite corner of the screen)

2008-03-02 23:50 BP, revision 52270

Fixed WX_2_8_7 tag from revision 50130.

2008-03-02 23:49 BP, revision 52269
  • D /wxWidgets/tags/WX_2_8_7

Removed faulty tag with two copies of wxWidgets to make room for fixed tag in next commit.

2008-03-02 23:28 VZ, revision 52268

always draw toolbar background ourselves under XP as it isn't drawn correctly with some themes (e.g. Zune one) otherwise (replaces patch 1783181)

2008-03-02 23:27 VZ, revision 52267

add test for setting toolbar background colour

2008-03-02 23:21 VZ, revision 52266

reverted the last 2 changes to this file, the border stuff has nothing to do with toolbar sample and is really confusing

2008-03-02 23:19 VS, revision 52265

there's no such thing as LANG_VALENCIAN

2008-03-02 23:05 VZ, revision 52264

use custom selection colours in wxHtmlListBox again (restores functionality broken by patch 1650804 in r44640)

2008-03-02 20:40 VS, revision 52263

fixed rendering of wxTextCtrl's border with wxTE_RICH(2) styles and XP's Classic theme

2008-03-02 20:24 FM, revision 52262

keep the list of event classes in a single place

2008-03-02 17:29 FM, revision 52261

fix include file syntax

2008-03-02 17:22 FM, revision 52260

added category pages for macros and functions

2008-03-02 17:21 FM, revision 52259

fix topic overview name

2008-03-02 15:35 FM, revision 52258

typofix

2008-03-02 15:33 FM, revision 52257

ensure all topic overviews have an horizontal rule with the list of the sections above

2008-03-02 15:18 FM, revision 52256

fixed @code sections

2008-03-02 15:03 FM, revision 52255

fix the @section tag

2008-03-02 14:55 VZ, revision 52254

decouple item index from string value (patch 1905702)

2008-03-02 14:45 VZ, revision 52253

don't post WM_NULL if there is already a WM_NULL in the queue to avoid overflowing it (patch 1904771)

2008-03-02 14:33 VZ, revision 52252

add support for custom controls in file dialog in wxGTK and generic versions; also allow using generic dialogs in the sample with wxGTK2 (patch 1846837)

2008-03-02 14:29 VZ, revision 52251

don't clear value index in SetStringValue() if the value is invalid (patch 1905695)

2008-03-02 14:03 VZ, revision 52250

fix WPARAM typo

2008-03-02 11:00 VS, revision 52248

header files are not executable

2008-03-02 10:59 VS, revision 52247

wxMac: Fixed wxListCtrl to respect items' non-default fonts.

2008-03-02 10:52 VS, revision 52246

don't set m_font upfront in wxMac, let the GetDefaultAttributes mechanism used by other ports pick the right font if m_font is wxNullFont

2008-03-02 10:50 VS, revision 52245

added Get(Class)DefaultAttributes implementation for all controls using DataBrowser native control; fixed wxListBox's to return correct font

2008-03-02 10:48 BP, revision 52244

More doxygen topic overview cleanup.

2008-03-02 10:43 VS, revision 52243

wxMac: Fixed wxListCtrl to respect items' non-default fonts.

2008-03-02 04:32 BP, revision 52237

More doxygen topic overview cleanup.

2008-03-02 01:20 VZ, revision 52234

use generic dialogs under Palm (generic.diff part of patch 1894861)

2008-03-02 01:16 VZ, revision 52233

workarounds for Palm compiler errors (pacc-error.diff part of patch 1894861)

2008-03-02 01:14 VZ, revision 52232

define wxConfig where the header implementing it is defined; also define it for wxPalm and wxOS2 (confmove.diff part of patch 1894861)

2008-03-02 01:08 VZ, revision 52231

predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff part of patch 1894861)

2008-03-02 01:02 VZ, revision 52230

add platform info for Palm (add-wxpalm-info.diff part of patch 1894861)

2008-03-02 00:58 VZ, revision 52229

update the makefiles to take care of new files and improve dependencies support (makefile*.diff parts of patch 1894861)

2008-03-02 00:55 VZ, revision 52228

declare file-related APIs missing under Palm (pflib-missing.diff part of patch 1894861)

2008-03-02 00:53 VZ, revision 52227

compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861)

2008-03-02 00:43 VZ, revision 52226

PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)

2008-03-02 00:35 VZ, revision 52225

ignore VC7 projects created by importing VC6 ones

2008-03-02 00:32 VZ, revision 52224

mention that SetNativeFontInfo() resets the font in 2.8 but doesn't in the next versions

2008-03-02 00:12 VZ, revision 52223

add menu item to jump to DST start date

2008-03-01 17:26 RR, revision 52220

Mention wxURLDataObject some more

2008-03-01 17:22 RR, revision 52219

Implemented wxURLDataObject for wxGTK using text/x-moz-url

2008-03-01 17:20 RR, revision 52218

typo char_t -> char

2008-03-01 16:45 SC, revision 52217

guard against an m_peer being NULL which is the case for a wxMenuBar, and here tools with introspection from python crash on OS X because they display all attributes in inheritance ...

2008-03-01 13:44 FM, revision 52216

to be valid HTML4 alt attribute is needed

2008-03-01 13:41 FM, revision 52215

typo fix

2008-03-01 12:23 VZ, revision 52214

no real changes, just refactor/simplify the code to remove duplication and unnecessary casts

2008-03-01 11:23 JS, revision 52213

Image size fix

2008-03-01 10:25 RR, revision 52212

Patch for context menu event for generic/Windows code

2008-03-01 09:49 BP, revision 52211

More doxygen topic overview cleanup.

2008-03-01 02:05 BP, revision 52206

More doxygen topic overview cleanup.

2008-02-29 23:54 VZ, revision 52203

really use the position passed to ShowHelpAtPoint() when using CHM help controller (we always used the mouse position instead)

2008-02-29 21:11 VS, revision 52200

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 21:11 VS, revision 52199

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 20:47 SC, revision 52198

adjusting to changed ownership (font is only created in the GetFont call of wxTextAttr)

2008-02-29 20:02 VS, revision 52197

misc. fixes to wxHelpProvider docs

2008-02-29 19:51 VZ, revision 52196

fix asserts when the root is hidden [backport of r45135 from trunk]

2008-02-29 15:12 VS, revision 52195

fixed addition of wxLANGUAGE_VALENCIAN to be binary compatible

2008-02-29 09:19 BP, revision 52191

More doxygen topic overview cleanup.

2008-02-28 22:50 VS, revision 52186

clear statusbar 'Connecting...' message on failure

2008-02-28 22:50 VS, revision 52185

clear statusbar 'Connecting...' message on failure

2008-02-28 22:40 FM, revision 52184

fix little problem previously introduced: GENERATE_TAGFILE must be left empty

2008-02-28 21:58 FM, revision 52183

remove svn:executable property

2008-02-28 21:50 FM, revision 52182

splitted the Doxyfile in more files; now it's easy to generate only a single format or all of them without editing the cfg files

2008-02-28 21:33 FM, revision 52181

prepare for Doxygen renaming into Doxygen.inc

2008-02-28 21:29 FM, revision 52180

move cpp constants just before the wxUSE list

2008-02-28 18:44 JS, revision 52179

Open and Close clipboard properly

2008-02-28 18:44 JS, revision 52178

Open and Close clipboard properly

2008-02-28 08:13 FM, revision 52176

added missing std sections

2008-02-28 08:13 FM, revision 52175

added library missing section

2008-02-28 08:12 FM, revision 52174

adding missing quotes

2008-02-28 08:11 FM, revision 52173

fix the include files

2008-02-28 08:06 FM, revision 52172

removed samples topic overview; the samples are part of mainpages/utilities.h now

2008-02-28 06:34 PC, revision 52171

revert updating GTK size hints when window decorations change, it messes up min size set by a sizer

2008-02-28 06:34 PC, revision 52170

forward Show() to base, not wxWindow

2008-02-28 03:22 BP, revision 52169

Removed some remaining '#' references.

2008-02-28 03:13 BP, revision 52168

Last doxygen topic overview cleanup assigned to myself.

2008-02-28 02:52 VZ, revision 52167

correct WinCE compilation after last change: can't use global scope with GlobalLock/Unlock() there

2008-02-28 02:48 VZ, revision 52166

added DFCS_CHECKED to DrawCheckMark() (part of patch 1890974)

2008-02-28 02:22 VZ, revision 52165

more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles

2008-02-28 00:41 VZ, revision 52164

use GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGetPrinterDC() to avoid /Wp64 warnings and also make code safer

2008-02-28 00:22 VZ, revision 52163

compilation fix after last change

2008-02-27 18:37 BP, revision 52157

More doxygen topic overview cleanup.

2008-02-27 18:16 JS, revision 52156

Logged some changes.

2008-02-27 18:12 VZ, revision 52155

fix wxWeakRef<> for Borland C++ (slightly modified patch 1902415)

2008-02-27 18:07 JS, revision 52154

Take into account explorer associations and CurVer when finding the command to execute.

2008-02-27 18:07 JS, revision 52153

Take into account explorer associations and CurVer when finding the command to execute.

2008-02-27 18:03 VZ, revision 52152

don't attempt to create 0*0 bitmaps in GetBuffer() (patch 1899643)

2008-02-27 18:00 VZ, revision 52151

clip the text in report mode to prevent it from overflowing into the next column (patch 1898914)

2008-02-27 17:54 VZ, revision 52150

don't track handlers connected to this object itself (patch 1899730)

2008-02-27 17:46 VZ, revision 52149

add SetNativeTheme() (slightly modified patch 1884553)

2008-02-27 17:45 VZ, revision 52148

translate "Copy URL" string in the popup menu (feature request 1803958) (should have been part of r52131 but somehow wasn't committed)

2008-02-27 17:35 VZ, revision 52147

fixes for __WINCE_NET__ build (slightly modified patch 1892654)

2008-02-27 17:29 VZ, revision 52146

only define wxAuiFloatingFrameBaseClass as wxMiniFrame if wxUSE_MINIFRAME==1 (and do it under all platforms, why not?) (replaces part of patch 1892654)

2008-02-27 17:19 VZ, revision 52145

override SetDropTarget() in wxGrid to associate it with wxGridWindow as this is what things tend to be dropped on (patch 1903103)

2008-02-27 15:32 VS, revision 52144

forgot to add OnFocusChange to version-script.in in r52007

2008-02-27 15:08 VZ, revision 52143

forward WM_HELP from the buddy control to the main one in order to make context sensitive help work when the text part of wxSpinCtrl is clicked with "?" cursor

2008-02-27 14:49 VZ, revision 52142

don't hide the TLW being deleted unless there any other *visible* TLWs remaining (bug 1902632)

2008-02-27 08:58 JS, revision 52138

Added new symbols

2008-02-27 08:54 JS, revision 52137

Made wxRichTextCtrl cursors accessible

2008-02-27 08:54 JS, revision 52136

Made wxRichTextCtrl cursors accessible

2008-02-27 08:11 SC, revision 52135

applying patch 1873285

2008-02-27 07:55 SC, revision 52134

applying patch 1873285

2008-02-27 06:48 BP, revision 52133

More doxygen topic overview cleanup.

2008-02-27 04:40 BP, revision 52132

More doxygen topic overview cleanup.

2008-02-27 02:18 VZ, revision 52131

translate "Copy URL" string in the popup menu (feature request 1803958)

2008-02-27 02:01 VZ, revision 52130

no changes, just a couple of typo fixes in comments

2008-02-26 20:09 RR, revision 52129

restore wxComboBox's behaviour of reacting to <ENTER>

2008-02-26 18:37 BP, revision 52128

More doxygen overview cleanup.

2008-02-26 17:59 JS, revision 52127

Don't take the previous paragraph style when deleting paragraph marker

2008-02-26 17:59 JS, revision 52126

Don't take the previous paragraph style when deleting paragraph marker

2008-02-26 17:55 VZ, revision 52125

/Wp64 warnings fixes (mostly simply use wxUIntToPtr/wxPtrToUInt() instead of C casts)

2008-02-26 17:55 JS, revision 52124

Corrected GetFontAttributes

2008-02-26 17:42 VZ, revision 52123

fixes for MSVC compilation with /Wp64 (used by new _vc7 project files): define wxUIntPtr as size_t, not ulong; suppress warning about size_t to int conversion as there are simply too many of them to be fixed now

2008-02-26 17:17 VZ, revision 52122

check whether the grid is fully created in Refresh() (fixes a crash under Mac); refactored members initialization into a new InitVars() method to avoid duplication and ensure that they're always initialized (slightly modified patch 1901366)

2008-02-26 17:14 PC, revision 52121

initialize m_miniTitle, fix button press detection on caption area, remove support for obsolete wxTINY_CAPTION styles

2008-02-26 15:27 JS, revision 52120

Fixed [ 1775674 ] Invalid color in picker dialog

2008-02-26 15:27 JS, revision 52119

Fixed [ 1775674 ] Invalid color in picker dialog

2008-02-26 15:05 JS, revision 52118

Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.

2008-02-26 15:04 JS, revision 52117

Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.

2008-02-26 14:55 JS, revision 52116

Fixed bug [ 1714813 ] ApplyXXXToSelection remove style

2008-02-26 14:55 JS, revision 52115

Fixed bug [ 1714813 ] ApplyXXXToSelection remove style

2008-02-26 14:27 JS, revision 52114

Removed redundant Init call (bug 1724495)