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