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):

2007-02-11 02:33 VZ, revision 44456

fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924)

2007-02-11 02:27 VZ, revision 44455

warn if wxVsnprintf() is not being used

2007-02-11 02:24 VZ, revision 44454

don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284) (backport from HEAD)

2007-02-11 02:23 VZ, revision 44453

added test for %c and other minor changes (patch 1643843)

2007-02-11 02:22 VZ, revision 44452

don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284)

2007-02-11 02:17 VZ, revision 44451

define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340) (backport from HEAD)

2007-02-11 02:14 VZ, revision 44450

write the entire file at once in Flush() instead of doing it line by line (patch 1656509) (backport from HEAD)

2007-02-11 02:14 VZ, revision 44449

define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340)

2007-02-11 02:09 VZ, revision 44448

write the entire file at once in Flush() instead of doing it line by line (patch 1656509)

2007-02-11 02:03 VZ, revision 44447

compilation fix for 64 bit platforms (where size_t is not unsigned int)

2007-02-11 00:59 VZ, revision 44446

update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar (backport from HEAD)

2007-02-11 00:58 VZ, revision 44445

update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar

2007-02-11 00:27 VZ, revision 44444

wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under wxGTK too now; documented this behaviour

2007-02-11 00:21 VZ, revision 44443

return the restored window size from GetSize() when window is minimized (for consistency with wxGTK and also for convenience)

2007-02-11 00:13 VZ, revision 44442

changed GetFromWindow() to take const pointer

2007-02-10 23:50 VZ, revision 44441

corrected version in the libraries names: it's only 2 digits even in development branch

2007-02-10 23:44 VZ, revision 44440

make GetSize() return the size of the window including the decorations and updated SetSize() to account for this as well

2007-02-10 13:48 VZ, revision 44439

fix compilation with WXWIN_COMPATIBILITY_2_6 off (and probably a bug)

2007-02-10 09:41 JS, revision 44438

Don't optimize if there are child windows since children won't be scrolled

2007-02-10 09:40 JS, revision 44437

Don't optimize if there are child windows

2007-02-10 02:06 RD, revision 44436

Turn off wxUSE_GRAPHICS_CONTEXT if compiling with MSVC 6

2007-02-10 00:15 RD, revision 44435

reSWIGged

2007-02-10 00:14 RD, revision 44434

Check for NotImplementedError

2007-02-09 23:43 RD, revision 44433

A bit of code cleanup

2007-02-09 23:42 RD, revision 44432

ensure that a bad locale is destroyed before it is attempted to be used

2007-02-09 23:41 RD, revision 44431

Docs about wxToolBar::SetToolDisabledBitmap and SetToolNormalBitmap

2007-02-09 14:05 JS, revision 44430

Reverted renderer changes and just use window variant within renderer functions

2007-02-09 01:36 VZ, revision 44429

added EVT_MOUSE_CAPTURE_LOST handler

2007-02-08 21:45 JS, revision 44428

Updated the mask

2007-02-08 20:30 RD, revision 44427

backport Roman's changes

2007-02-08 20:30 , revision 44426

This commit was manufactured by cvs2svn to create branch 'WX_2_8_BRANCH'.

2007-02-08 17:18 JS, revision 44425

Added control size constants to renderer to allow component drawing to match the window variant, initially on Mac

2007-02-08 17:16 JS, revision 44424

Added size constants to allow drawn control parts to match the window variant, initially on Mac

2007-02-08 16:12 MR, revision 44423

Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage

2007-02-08 15:48 JS, revision 44422

Added missing include

2007-02-08 15:34 CE, revision 44421
  • D /wxWidgets/trunk/lib/_sc

remove out of date files (for dmc and 2.4 wxW)

2007-02-08 15:16 VZ, revision 44420
  • D /wxWidgets/trunk/src/.cvsignore

not needed any more now that this directory is not used for building anything

2007-02-08 15:15 VZ, revision 44419
  • D /wxWidgets/trunk/src/cygnus.bat
  • D /wxWidgets/trunk/src/mingegcs.bat
  • D /wxWidgets/trunk/src/mingw32.bat

removed obsolete batch files for building wx with obsolete makefiles

2007-02-08 15:09 VZ, revision 44418
  • D /wxWidgets/trunk/src/makeb32.env
  • D /wxWidgets/trunk/src/makebcc.env
  • D /wxWidgets/trunk/src/makefile.va
  • D /wxWidgets/trunk/src/makefile.vc
  • D /wxWidgets/trunk/src/makeg95.env
  • D /wxWidgets/trunk/src/makelib.b32
  • D /wxWidgets/trunk/src/makelib.bcc
  • D /wxWidgets/trunk/src/makelib.g95
  • D /wxWidgets/trunk/src/makelib.vc
  • D /wxWidgets/trunk/src/makemsc.env
  • D /wxWidgets/trunk/src/makeprog.b32
  • D /wxWidgets/trunk/src/makeprog.bcc
  • D /wxWidgets/trunk/src/makeprog.g95
  • D /wxWidgets/trunk/src/makeprog.sl
  • D /wxWidgets/trunk/src/makeprog.va
  • D /wxWidgets/trunk/src/makeprog.vc
  • D /wxWidgets/trunk/src/makesl.env
  • D /wxWidgets/trunk/src/makeva.env
  • D /wxWidgets/trunk/src/makevc.env
  • D /wxWidgets/trunk/src/ntwxwin.mak
  • D /wxWidgets/trunk/src/version.mak

removed obsolete makefiles

2007-02-08 15:05 VZ, revision 44417

remove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not defined anywhere

2007-02-08 15:04 VZ, revision 44416

fixed incorrect use of UpdateUI handlers; don't use duplicated Ctrl-S accel for two menu items; use the old label value by default when asking for the new one

2007-02-08 14:37 VZ, revision 44415
  • D /wxWidgets/trunk/demos/bombs/bombs.pro
  • D /wxWidgets/trunk/demos/dbbrowse/dbbrowse.pro
  • D /wxWidgets/trunk/demos/forty/forty.pro
  • D /wxWidgets/trunk/demos/fractal/fractal.pro
  • D /wxWidgets/trunk/demos/life/life.pro
  • D /wxWidgets/trunk/demos/poem/poem.pro
  • D /wxWidgets/trunk/samples/artprov/artprov.pro
  • D /wxWidgets/trunk/samples/calendar/calendar.pro
  • D /wxWidgets/trunk/samples/caret/caret.pro
  • D /wxWidgets/trunk/samples/checklst/checklst.pro
  • D /wxWidgets/trunk/samples/config/config.pro
  • D /wxWidgets/trunk/samples/console/console.pro
  • D /wxWidgets/trunk/samples/controls/controls.pro
  • D /wxWidgets/trunk/samples/db/db.pro
  • D /wxWidgets/trunk/samples/dialogs/dialogs.pro
  • D /wxWidgets/trunk/samples/dialup/dialup.pro
  • D /wxWidgets/trunk/samples/display/display.pro
  • D /wxWidgets/trunk/samples/dnd/dnd.pro
  • D /wxWidgets/trunk/samples/docview/docview.pro
  • D /wxWidgets/trunk/samples/docvwmdi/docvwmdi.pro
  • D /wxWidgets/trunk/samples/dragimag/dragimag.pro
  • D /wxWidgets/trunk/samples/drawing/drawing.pro
  • D /wxWidgets/trunk/samples/dynamic/dynamic.pro
  • D /wxWidgets/trunk/samples/erase/erase.pro
  • D /wxWidgets/trunk/samples/event/event.pro
  • D /wxWidgets/trunk/samples/exec/exec.pro
  • D /wxWidgets/trunk/samples/font/font.pro
  • D /wxWidgets/trunk/samples/grid/griddemo.pro
  • D /wxWidgets/trunk/samples/help/help.pro
  • D /wxWidgets/trunk/samples/html/about/about.pro
  • D /wxWidgets/trunk/samples/html/help/help.pro
  • D /wxWidgets/trunk/samples/html/helpview/helpview.pro
  • D /wxWidgets/trunk/samples/html/printing/printing.pro
  • D /wxWidgets/trunk/samples/html/test/test.pro
  • D /wxWidgets/trunk/samples/html/virtual/virtual.pro
  • D /wxWidgets/trunk/samples/html/widget/widget.pro
  • D /wxWidgets/trunk/samples/html/zip/zip.pro
  • D /wxWidgets/trunk/samples/image/image.pro
  • D /wxWidgets/trunk/samples/internat/internat.pro
  • D /wxWidgets/trunk/samples/ipc/client.pro
  • D /wxWidgets/trunk/samples/ipc/server.pro
  • D /wxWidgets/trunk/samples/joytest/joytest.pro
  • D /wxWidgets/trunk/samples/keyboard/keyboard.pro
  • D /wxWidgets/trunk/samples/layout/layout.pro
  • D /wxWidgets/trunk/samples/listctrl/listctrl.pro
  • D /wxWidgets/trunk/samples/mdi/mdi.pro
  • D /wxWidgets/trunk/samples/memcheck/memcheck.pro
  • D /wxWidgets/trunk/samples/menu/menu.pro
  • D /wxWidgets/trunk/samples/mfc/mfc.pro
  • D /wxWidgets/trunk/samples/minifram/minifram.pro
  • D /wxWidgets/trunk/samples/minimal/minimal.pro
  • D /wxWidgets/trunk/samples/nativdlg/nativdlg.pro
  • D /wxWidgets/trunk/samples/notebook/notebook.pro
  • D /wxWidgets/trunk/samples/oleauto/oleauto.pro
  • D /wxWidgets/trunk/samples/opengl/cube/cube.pro
  • D /wxWidgets/trunk/samples/opengl/isosurf/isosurf.pro
  • D /wxWidgets/trunk/samples/opengl/penguin/penguin.pro
  • D /wxWidgets/trunk/samples/ownerdrw/ownerdrw.pro
  • D /wxWidgets/trunk/samples/png/png.pro
  • D /wxWidgets/trunk/samples/printing/printing.pro
  • D /wxWidgets/trunk/samples/propsize/propsize.pro
  • D /wxWidgets/trunk/samples/regtest/regtest.pro
  • D /wxWidgets/trunk/samples/rotate/rotate.pro
  • D /wxWidgets/trunk/samples/sashtest/sashtest.pro
  • D /wxWidgets/trunk/samples/scroll/scroll.pro
  • D /wxWidgets/trunk/samples/scrollsub/scrollsub.pro
  • D /wxWidgets/trunk/samples/sockets/client.pro
  • D /wxWidgets/trunk/samples/sockets/server.pro
  • D /wxWidgets/trunk/samples/splitter/splitter.pro
  • D /wxWidgets/trunk/samples/statbar/statbar.pro
  • D /wxWidgets/trunk/samples/taskbar/taskbar.pro
  • D /wxWidgets/trunk/samples/text/text.pro
  • D /wxWidgets/trunk/samples/thread/thread.pro
  • D /wxWidgets/trunk/samples/toolbar/toolbar.pro
  • D /wxWidgets/trunk/samples/typetest/typetest.pro
  • D /wxWidgets/trunk/samples/widgets/widgets.pro
  • D /wxWidgets/trunk/samples/wizard/wizard.pro

removed the old tmake project files

2007-02-08 14:27 VZ, revision 44414

added const overload of GetChildren()

2007-02-08 14:24 VZ, revision 44413

define wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not defined already

2007-02-08 14:17 VZ, revision 44412

fixed unreachable code warning in release build

2007-02-08 14:15 VZ, revision 44411

fixed what looked like a typo in hit code testing in wxRichTextCtrl::OnMoveMouse()

2007-02-08 02:32 VZ, revision 44410

added dllexport/import declarations for wxRunningEventLoopCount to fix linking in DLL build

2007-02-08 02:26 VZ, revision 44409

corrected return value and skipped flag setting in wxScrollHelperEvtHandler::ProcessEvent()

2007-02-07 21:44 RD, revision 44408

reSWIGged

2007-02-07 17:43 VZ, revision 44407

update wxChoice value when SetSelection() is called

2007-02-07 17:39 VZ, revision 44406

update the text of a read-only combobox (and hence wxChoice) when selection is changed too

2007-02-07 17:04 VZ, revision 44405

fix unused variable warning with wxUSE_TOOLTIPS==0

2007-02-07 16:30 VZ, revision 44404

fix compilation after the last change in msw/thread.cpp: we can't use wxEventLoop from there; use the hack described at http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/83190 instead

2007-02-07 16:24 RD, revision 44403

merge from 2.8 branch

2007-02-07 16:09 VZ, revision 44402

define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX (backport from HEAD)

2007-02-07 16:07 VZ, revision 44401

define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX

2007-02-07 13:55 VS, revision 44400

fixed makefile.rsp to include samples/Makefile.in

2007-02-07 12:24 JS, revision 44399

Added flag for removing attributes

2007-02-07 12:21 JS, revision 44398

Removed unnecessary assignment

2007-02-07 10:24 CE, revision 44397

fix for bug reported at http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:97233:200702:jkocpijdefodmmdphebn

2007-02-07 02:14 RD, revision 44396

rebaked after changing the version number

2007-02-07 01:47 RD, revision 44395

Fix unused param warnings

2007-02-06 21:54 RD, revision 44394

Add wxHL_* styles (ported from 2.8 branch)

2007-02-06 21:53 RD, revision 44393

Allow wxWANTS_CHARS to be effective on native controls too (ported from 2.8 branch)

2007-02-06 21:53 RD, revision 44392

Reset g_lastMouseEvent after processing the mouse button release event (ported from 2.8 branch)

2007-02-06 21:52 RD, revision 44391

Don't capture the mouse until after the possible wxEVT_GRID_CELL_BEGIN_DRAG event. (ported from 2.8 branch)

2007-02-06 21:14 RD, revision 44390

use ChangeValue instead of SetValue to avoid bogus EVT_TEXT events when just setting the descriptive text. (ported from 2.8 branch)

2007-02-06 21:13 RD, revision 44389

Set version number

2007-02-06 21:13 RD, revision 44388

Added SetToolNormalBitmap and SetToolDisabledBitmap (ported from 2.8 branch)

2007-02-06 21:11 RD, revision 44387

Fill in more details for the wxEVT_STC_AUTOCOMP_SELECTION event (ported from 2.8 branch)

2007-02-06 19:58 RD, revision 44386

Set version number

2007-02-06 18:24 RD, revision 44385

Remove default ctors from wxGraphicsMatrix and wxGraphicsPath since they are supposed to be constructed vie the factory functions in wxGraphicsContext.

2007-02-06 18:15 RD, revision 44384

Allow wxWANTS_CHARS to be effective on native controls too

2007-02-06 18:14 RD, revision 44383

Add wxHL_* styles

2007-02-06 18:12 RD, revision 44382

Backport Mac optimization to always use Refresh instead of Update

2007-02-06 15:40 ROL, revision 44381

Version 1.8-0 New feature added from a patch submitted on sourceforge by botg: moving of tree items. Bugs fixed: - ChecklistBox content editing; - Window styles more in sync with the docs; - Replacing items; - Reference property page created correctly (every property is optional).

2007-02-06 12:26 ABX, revision 44380

Fixed wxComboBox always sorted in all univ builds (see wxforum.shadonet.com/viewtopic.php?p=53661)

2007-02-06 12:12 ABX, revision 44379

Fixed wxComboBox always sorted in all univ builds (see wxforum.shadonet.com/viewtopic.php?p=53661)

2007-02-06 08:47 JS, revision 44378

Backported corrections to head

2007-02-06 08:15 ABX, revision 44377

wx/log.h belongs to pch system

2007-02-06 04:59 PC, revision 44376

simplify wxGTK DoSetSizeHints logic, respect size increments

2007-02-05 22:01 RD, revision 44375

backport from HEAD: don't assert about font face errors, just log it and use the default

2007-02-05 22:00 RD, revision 44374

backport from HEAD:properly clip the area between the scrollbars if needed

2007-02-05 21:59 RD, revision 44373

reSWIGged

2007-02-05 21:57 RD, revision 44372

fiddle with py2exe options

2007-02-05 21:54 RD, revision 44371

Check for TypeError exceptions in PostCreate

2007-02-05 21:53 RD, revision 44370

more micro tests

2007-02-05 21:18 RD, revision 44369

Add premixed InspectableApp

2007-02-05 19:24 VS, revision 44368

added script to generate parts of rsp manifests with samples files and bakefile-generates files

2007-02-05 19:10 VZ, revision 44367

made (many) more wxGrid methods const

2007-02-05 18:19 VZ, revision 44366

corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base

2007-02-05 16:09 JS, revision 44365

Fixes to the previous fix

2007-02-05 14:40 JS, revision 44364

Avoid triggering false update event when setting the initial range

2007-02-05 14:14 JS, revision 44363

Restored drag position mysteriously removed in revision 1.233

2007-02-05 11:46 JS, revision 44362

Typo correction

2007-02-05 08:45 JS, revision 44361

Typo fix

2007-02-05 08:16 JS, revision 44360

Missing include

2007-02-05 01:15 KO, revision 44359

Committing patch #1604462, which improves autoconf support, adds a wxbase template, allows components to have names which match wx lib naming, etc.

2007-02-04 06:37 SC, revision 44358

using scroll axis for mousewheel events

2007-02-04 06:26 SC, revision 44357

using scroll axis in translation to scrollwin events, avoiding blocking immediate updates when handling the scroll event

2007-02-04 06:24 SC, revision 44356

adding scroll axis to wheel events

2007-02-04 00:35 VZ, revision 44355

our build also depends on bc

2007-02-04 00:34 VZ, revision 44354

call OnInit() from all samples to allow using standard command line options with all of them (patch 1623971)

2007-02-04 00:22 VZ, revision 44353

add accessors using wxFileName to wxFile/DirPickerCtrl (patch 1622534)

2007-02-04 00:12 VZ, revision 44352

added wxEventBlocker class (patch 1622444)

2007-02-03 15:56 VZ, revision 44351

updated comments after latest commit (Tim Kosse)

2007-02-03 12:01 VZ, revision 44350

fix compilation problem when wxUSE_FSVOLUME==0 after last commit: declare wxIsDriveAvailable() before using it

2007-02-02 23:59 VZ, revision 44349

use wxFSVolume instead of duplicating its functionality in the (MSW branch of) wxGetAvailableDrives() (patch 1615074)

2007-02-02 23:55 VZ, revision 44348

don't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES) fails as it does all the time with network drives

2007-02-02 23:41 VZ, revision 44347

fix assert when the control doesn't have a valid date initially (bug 1648192)

2007-02-02 23:22 VZ, revision 44346

don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)

2007-02-02 23:12 VZ, revision 44345

don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)

2007-02-02 22:46 VZ, revision 44344

don't wake up on Windows messages when waiting for thread termination in a console application as this results in an infinite loop because we never process them and thus they remain in the queue for always (modified patch 1615875; closes bugs 877128)

2007-02-02 01:27 VZ, revision 44343

added support for underlined fonts

2007-02-01 22:54 RD, revision 44342

Reset g_lastMouseEvent after processing the mouse button release event

2007-02-01 22:52 RD, revision 44341

Don't capture the mouse until after we're sure we're not sending wxEVT_GRID_CELL_BEGIN_DRAG

2007-02-01 22:49 RD, revision 44340

Use Get instead of deprecated asTuple

2007-02-01 22:48 RD, revision 44339

fix typo

2007-02-01 00:26 VZ, revision 44338

document wxNewId() as being deprecated

2007-02-01 00:22 VZ, revision 44337

document Next/PrevControlId

2007-02-01 00:10 VZ, revision 44336

use wxObject copy ctor, not default ctor, in wxEvent copy ctor (backport from HEAD)

2007-02-01 00:07 VZ, revision 44335

use wxObject copy ctor, not default ctor, in wxEvent copy ctor

2007-01-31 14:27 JS, revision 44334

COrrected style doc

2007-01-31 03:40 VZ, revision 44333

removed wxABI_TESTS, they're irrelvant in 2.9

2007-01-31 03:34 VZ, revision 44332

Added wxSizerFlags::Top() and Bottom()

2007-01-31 03:26 VZ, revision 44331

Added wxSizerFlags::Top() and Bottom()

2007-01-31 03:24 VZ, revision 44330

removed 2.6 incompatibilities section

2007-01-28 16:57 JS, revision 44329

Added extra hit test style for more accurate reporting

2007-01-26 22:59 RD, revision 44328

fix typo

2007-01-26 22:39 RD, revision 44327

refactor InspectionTool

2007-01-26 21:47 SC, revision 44326

fix for drawing in the 'grox box' between two scrollbars

2007-01-26 20:14 RD, revision 44325

Patch #1645253, fixes overflow error

2007-01-26 17:36 SC, revision 44324

changing asserts to debug info

2007-01-26 17:22 SC, revision 44323

separate assert in case the control ref is already null

2007-01-26 16:37 RD, revision 44322

Added some missing "private:" keywords

2007-01-26 12:41 VS, revision 44321

fixes to InputPath values in custom build steps

2007-01-26 07:23 RD, revision 44320

Switch to AUI instead of splitter windows. Also load and save config settings.

2007-01-26 07:17 RD, revision 44319

fix docstring

2007-01-25 23:36 RD, revision 44318

reSWIGged

2007-01-25 23:35 RD, revision 44317

Added wxToolBar::SetTool[Normal|Disabled]Bitmap for wxMSW, wxGTK and wxMac

2007-01-25 23:07 RD, revision 44316

wx.FRAME_FLOAT_ON_PARENT experiments

2007-01-25 23:07 RD, revision 44315

Don't use a reference for the return value of wx.Rect.Inflate

2007-01-25 23:05 RD, revision 44314

DocString fix

2007-01-25 23:04 RD, revision 44313

Use ChangeValue instead of SetValue when changing the DescriptiveText in order to not generate unexpected EVT_TEXT events.

2007-01-25 22:59 RD, revision 44312

Fill in more info for the wxEVT_STC_AUTOCOMP_SELECTION event.

2007-01-25 22:52 RD, revision 44311

reorder the creation of the drag objects

2007-01-25 22:52 RD, revision 44310

minor tweaks

2007-01-25 17:33 VS, revision 44309

don't assume there's always an active wxEventLoop instance

2007-01-25 15:39 VZ, revision 44308

changing text alignment dynamically doesn't always work under XP, recreate the control there too (backport from HEAD)

2007-01-25 15:36 VZ, revision 44307

changing text alignment dynamically doesn't always work under XP, recreate the control there too

2007-01-24 22:32 VZ, revision 44306

document that the parent window gets EVT_LEAVE_WINDOW when the mouse enters one of its children

2007-01-24 17:37 VZ, revision 44305

use LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before Epoch) for the invalid wxDateTime m_time value

2007-01-24 13:42 VS, revision 44304

compiled fixes for builds without PCH

2007-01-24 07:51 JJ, revision 44303

Committing in . adding #include <sys/socket.h> for OpenVMS. mayby some other platforms need this include Modified Files: wxWidgets/include/wx/private/socketevtdispatch.h

2007-01-24 00:01 RD, revision 44302

newline at end of file

2007-01-24 00:01 RD, revision 44301

use the run module when run standalone.

2007-01-23 09:25 CE, revision 44300

fix SF bug 1640955

2007-01-23 09:06 CE, revision 44299

fix SF bug 1640955

2007-01-22 21:57 RD, revision 44298

bump subrelease number

2007-01-22 21:46 RD, revision 44297

changelog for 2.8.1.1

2007-01-22 21:46 , revision 44296
  • A /wxWidgets/branches/WX_2_8_BRANCH
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/animate
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/net/netutils.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/demos/dbbrowse/makefile.gtk
  • D /wxWidgets/branches/WX_2_8_BRANCH/include/wx/stc
  • R /wxWidgets/branches/WX_2_8_BRANCH/lib/dummy
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/png/pngdemo.rc
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/resource
  • R /wxWidgets/branches/WX_2_8_BRANCH/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/stc
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/svg
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/tab
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/treectrl/treetest.dsp
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/expat/aclocal.m4
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/configure
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/configure.in
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/expat/expat.dsp
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/expat.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/internal.h
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/os2config.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/horiz.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/gtk1/verti.xbm
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/html/search.cpp
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/.cvsignore
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/ANNOUNCE
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/ansi2knr.1
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/ansi2knr.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/CHANGES
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/configure
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/example.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/INSTALL
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/KNOWNBUG
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/LICENSE
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/libpng.3
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/libpng.txt
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/libpngpf.3
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/makefile.unx
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/makefile.vc
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/png.5
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/png.c
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/png.dsp
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/png.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngasmrd.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngconf.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngerror.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pnggccrd.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngget.c
  • A /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngM8.xml
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngmem.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngpread.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngread.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngrio.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngrtran.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngrutil.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngset.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngtest.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngtrans.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngvcrd.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngwio.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngwrite.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngwtran.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/pngwutil.c
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/projects/beos
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/png/projects/borland
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/png/projects/msvc
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/README
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/TODO
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/png/Y2KINFO
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/regex/regfronts.c
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/stc
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/unix/net.cpp
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/zlib/algorithm.txt
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/zlib/crc32.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/zlib/FAQ
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/zlib/INDEX
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/zlib/inflate.h
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/zlib/README
  • R /wxWidgets/branches/WX_2_8_BRANCH/src/zlib/trees.h
  • D /wxWidgets/branches/WX_2_8_BRANCH/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/WX_2_8_BRANCH/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/WX_2_8_BRANCH/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/WX_2_8_BRANCH/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/WX_2_8_BRANCH/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/WX_2_8_BRANCH/utils/wxprop

This commit was manufactured by cvs2svn to create branch 'WX_2_8_BRANCH'.

2007-01-22 17:43 VS, revision 44295

wxDFB doesn't require extra configure options anymore

2007-01-22 16:59 , revision 44294
  • A /wxWidgets/tags/wxPy_2_8_1_1
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/animate
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/wxPy_2_8_1_1/debian
  • D /wxWidgets/tags/wxPy_2_8_1_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_8_1_1/docs
  • R /wxWidgets/tags/wxPy_2_8_1_1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/png/pngdemo.rc
  • D /wxWidgets/tags/wxPy_2_8_1_1/samples/resource
  • R /wxWidgets/tags/wxPy_2_8_1_1/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_8_1_1/samples/tab
  • D /wxWidgets/tags/wxPy_2_8_1_1/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/common/fileconf.cpp
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/msw/wince
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/configure
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/README
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_8_1_1/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/x11
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_8_1_1/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_8_1_1/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_8_1_1/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_8_1_1/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_8_1_1/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_8_1_1/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_8_1_1/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_8_1_1/wxPython

This commit was manufactured by cvs2svn to create tag 'wxPy_2_8_1_1'.

2007-01-22 16:59 RD, revision 44293

changelog for 2.8.1.1

2007-01-22 16:51 RD, revision 44292

regenerated

2007-01-22 15:13 VS, revision 44291

implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

2007-01-22 15:10 VS, revision 44290

wxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other widgets

2007-01-22 15:04 VS, revision 44289

implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

2007-01-22 14:05 VS, revision 44288

enable wxFontMapper in wxDFB port

2007-01-22 13:07 VS, revision 44287

allow building wxXRC with wxUSE_HTML=0: make linking work in absence of wxHTML library

2007-01-22 12:50 VS, revision 44286

SETUPHDIR is Bakefile variable, not MSVC IDE one

2007-01-22 12:26 VS, revision 44285

fixed wxGetTranslation() prototype in the !wxUSE_INTL case

2007-01-21 22:39 SN, revision 44284

Improve resetting table via SetTable (extended version of patch #1636377).

2007-01-21 07:07 RD, revision 44283

reswigged

2007-01-21 07:07 RD, revision 44282

suspend logging while in wx.DataFormat.GetId

2007-01-21 07:05 RD, revision 44281

remove bad property

2007-01-21 07:03 RD, revision 44280

Build and distrib tweaks

2007-01-21 06:59 RD, revision 44279

No animate contrib anymore

2007-01-21 06:58 RD, revision 44278

Return an empty string from wxDataFormat::GetId if there was an error

2007-01-21 06:53 RD, revision 44277

Add some wxCHECK_MSG's

2007-01-21 06:47 RD, revision 44276

Return an empty string from GetValue if the textctrl is set to the descriptive text

2007-01-21 06:43 RD, revision 44275

Revert menus and toolbars to using wxNewId() too since their IDs can't be negative either

2007-01-21 01:58 PC, revision 44274

expose handlers are supposed to return a gboolean; false may be correct, at least it's not random

2007-01-21 01:21 VZ, revision 44273

fix infinite recursion when processing navigation keys in panels containing book controls

2007-01-21 01:01 VZ, revision 44272

reverted last commit, using result of NewControlId() when creating the control (instead of wxID_ANY) results in an assert

2007-01-21 00:52 VZ, revision 44271

use wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR/TREEBOOKTREEVIEW; this fixes asserts about using negative ids after last change

2007-01-20 14:32 VZ, revision 44270

don't crash in dtor if the X11 window hadn't been created (patch 1640153)

2007-01-20 14:15 VZ, revision 44269

name user config file appname.conf when it's locayed in ~/.appname by default

2007-01-20 14:13 VZ, revision 44268

set command int (indicating whether the item is checked) correctly for the menu events (bug 1639891)

2007-01-20 03:28 RD, revision 44267

wx.FRAME_FLOAT_ON_PARENT notes

2007-01-20 03:26 RD, revision 44266

Use float-on-parent frames for the popups if wxPopupWindow is not available

2007-01-20 03:23 RD, revision 44265

Added support for the wxFRAME_FLOAT_ON_PARENT style Also add a mode for the wxPOPUP_WINDOW style as a temporary hack to make it easier using a wxFrame as a replacement for wxPopupWindow. See how it is used in wxStyledTextCtrl.

2007-01-19 23:25 VS, revision 44264

fixed typo in code for setting alternative locale name

2007-01-19 20:17 RD, revision 44263

Bump subrelease number

2007-01-19 20:15 RD, revision 44262

Add a note about wxSearchCtrl::[Get|Set]DescriptiveText

2007-01-19 20:13 RD, revision 44261

some updates to CHANGES.txt

2007-01-19 19:51 RD, revision 44260

Added stepColour utility function

2007-01-19 12:36 JS, revision 44259

Corrections

2007-01-19 12:17 JS, revision 44258

Added missing functions

2007-01-19 05:27 RD, revision 44257

Added wxSearchCtrl::[Get|Set]DescriptiveText Tweaked the layout of the subcontrols a bit Lightened the icons to be more like Mac

2007-01-19 00:19 VZ, revision 44256

disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()

2007-01-18 22:38 VZ, revision 44255

added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch 1620876)

2007-01-18 21:56 PC, revision 44254

revert last, GUI mutex isn't GUI-only

2007-01-18 21:51 RD, revision 44253

styles, toolbar, and other visual tweaks

2007-01-18 21:51 RD, revision 44252

Use kControlContentIconRef when recreating the tool for toggled state

2007-01-18 20:39 VZ, revision 44251

added wxCSConv::IsOk() (patch 1637944)

2007-01-18 20:37 VZ, revision 44250

corrected VC warning about possibly uninitialized variable in the last change

2007-01-18 20:29 VZ, revision 44249

make wxTextFile work with unseekable files again (patch 1632613, bug 1629581)

2007-01-18 19:53 VZ, revision 44248

reverted last change: wxGTK-specific wxMutextGui code breaks linkage of wxBase programs

2007-01-18 19:10 RD, revision 44247

Add GetDateOnly

2007-01-18 18:27 VS, revision 44246

compilation fix for !wxUSE_STATBOX

2007-01-18 18:13 PC, revision 44245

use GTK-specific GUI lock

2007-01-18 17:00 VZ, revision 44244

added wx/window.h included needed by last change using wxWindow::NewControlId() (fixed PCH-less builds, bug 1638781)

2007-01-18 14:15 VZ, revision 44243

use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user-defined ids

2007-01-18 14:06 VZ, revision 44242

added wxDateTime::GetDateOnly()

2007-01-18 14:03 VZ, revision 44241

corrected crash: need to set m_frame eariler (Wlodek Szafran, closes bug 1636225)

2007-01-17 23:39 RD, revision 44240

minor tweaks for the widget inspector

2007-01-17 23:37 RD, revision 44239

The inspect module is now a widget browser plus a shell.

2007-01-17 23:32 RD, revision 44238

reSWIGged

2007-01-17 23:31 VZ, revision 44237

discard time part of m_date, otherwise comparisons with other dates fail

2007-01-17 23:23 RD, revision 44236

Make GridBagSizer.GetItem use FindItem if possible, to allow a GBSizerItem to be returned instead of a SizerItem

2007-01-17 23:05 RD, revision 44235

some minor tweaks to make it possible to not show the default intro text

2007-01-17 23:03 RD, revision 44234

Use the system settings for the selection colours

2007-01-17 15:26 JS, revision 44233

Spacing corrections, removed duplicate functions

2007-01-17 14:51 JS, revision 44232

Corrected typos

2007-01-17 09:07 JS, revision 44231

Documented Set/GetBaseId

2007-01-17 08:40 VS, revision 44230

SETUPHDIR is Bakefile variable, not MSVC IDE one

2007-01-15 19:02 VZ, revision 44229

honour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)

2007-01-15 10:54 VZ, revision 44228

added wx/image.h to fix non-PCH compilation after last commit (patch 1635649)

2007-01-15 02:23 PC, revision 44227

don't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284

2007-01-15 01:26 PC, revision 44226

remove some unneeded includes, clean up gnome force link stuff a bit

2007-01-15 00:24 PC, revision 44225

only gtk1 needs poll now

2007-01-15 00:21 PC, revision 44224

chain to the polling function GLib was using before we replaced it, eliminating all the poll baggage

2007-01-14 21:04 VZ, revision 44223

create in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not closed on Enter when used inside a panel or a dialog (which uses Enter for dialog navigation) (patch 1630586)

2007-01-14 20:59 VZ, revision 44222

corrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891, closes bug 1632888)

2007-01-14 20:45 VZ, revision 44221

test rendering of disabled items with bitmaps (for bug 1632888)

2007-01-14 16:52 VZ, revision 44220

added wxSizerFlags::Shaped() and FixedMinSize() methods

2007-01-14 16:38 VZ, revision 44219

added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script

2007-01-14 16:18 VZ, revision 44218

don't crash when setting tooltip for a picker without text control

2007-01-14 12:43 JS, revision 44217

Provide access to file history base id

2007-01-12 21:46 VS, revision 44216

fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE

2007-01-12 19:20 RD, revision 44215

PyCrust now has an option for showing/hiding the notebook.

2007-01-12 18:42 RD, revision 44214

minor tweaks

2007-01-12 18:40 RD, revision 44213

Bug fix from Pierre

2007-01-12 18:40 RD, revision 44212

Just reset the size, not the minsize too, when changing the label or font. This is how the native static text widgets behave.

2007-01-12 18:39 RD, revision 44211

new test

2007-01-12 18:39 RD, revision 44210

removed bogus ImageList property

2007-01-12 18:38 RD, revision 44209

Added typeId property

2007-01-12 18:28 RD, revision 44208

Use the SearchCtrl for the filter. Make the accelerator table usable again for testing.

2007-01-12 18:27 RD, revision 44207

Fix for problem when Realize is re-called on a vertical toolbar, it was making the tools layout horizontally.

2007-01-12 18:25 RD, revision 44206

DoGetBestSize fix, the lbWidth was not getting updated because of a misplaced #endif

2007-01-12 18:24 RD, revision 44205

Fix for when only a default dir is given without a default file

2007-01-12 18:00 SC, revision 44204

making sure it is only breaking at newlines for measuring

2007-01-12 17:54 PC, revision 44203

add wxToolbook checking

2007-01-12 17:22 SC, revision 44202

using the CF Message box only for non main thread alerts

2007-01-12 01:28 VZ, revision 44201

only set cursor immediately in SetCursor() if the mouse is currently inside the window or we capture it (fixes the problem introduced in rev 1.675 while still correcting the original bug that change was done to fix)

2007-01-11 16:41 VZ, revision 44200

use wxNO_LEN and wxCONV_FAILED symbolic constants instead of -1

2007-01-11 13:55 , revision 44199
  • A /wxWidgets/tags/WX_2_8_1
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/animate
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_1/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_8_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_1/docs/readme.txt
  • R /wxWidgets/tags/WX_2_8_1/include
  • R /wxWidgets/tags/WX_2_8_1/lib/dummy
  • R /wxWidgets/tags/WX_2_8_1/samples
  • R /wxWidgets/tags/WX_2_8_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_1/samples/png/pngdemo.rc
  • D /wxWidgets/tags/WX_2_8_1/samples/resource
  • R /wxWidgets/tags/WX_2_8_1/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_8_1/samples/tab
  • D /wxWidgets/tags/WX_2_8_1/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_1/src
  • R /wxWidgets/tags/WX_2_8_1/src/common/docview.cpp
  • R /wxWidgets/tags/WX_2_8_1/src/expat
  • A /wxWidgets/tags/WX_2_8_1/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_1/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_1/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_1/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_1/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_1/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_1/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_1/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_1/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_8_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_8_1/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_1/src/msw
  • R /wxWidgets/tags/WX_2_8_1/src/png
  • A /wxWidgets/tags/WX_2_8_1/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_1/src/png/configure
  • R /wxWidgets/tags/WX_2_8_1/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_1/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_1/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_1/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_1/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_1/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_1/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_1/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_1/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_1/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_1/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_1/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_1/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_1/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_1/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_1/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_1/src/png/README
  • D /wxWidgets/tags/WX_2_8_1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_1/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_1/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_1/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_8_1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_1/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_1/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_1/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_1/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_1/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_8_1/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_1/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_1/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_1/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_1/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_8_1/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'WX_2_8_1'.

2007-01-11 13:55 JS, revision 44198

Use the associated document manager, not the global one

2007-01-11 13:54 JS, revision 44197

Write a newline, not a 10 into the stream

2007-01-11 01:59 VZ, revision 44196

no changes, just refactor the code sending spin update event to SendSpinUpdate() instead of duplicating it; also initialize m_oldValue

2007-01-11 01:48 VZ, revision 44195

apply patch 1630906 after all as with my simpler fix in the last commit the control may remain empty when it is supposed to show 0 value

2007-01-11 01:45 VZ, revision 44194

fix lack of spin control update event when control lost focus (replaces patch 1630906, corrects bug introduced in rev 1.66)

2007-01-11 01:34 VZ, revision 44193

suppress spurious error message when copying from clipboard brought empty string (patch 1630108)

2007-01-11 01:21 VZ, revision 44192

reverted wrong change of rev 1.129 and fixed the first part of bug 1422217 in a better way by using InsertMenuItem() correctly for checkable items

2007-01-11 00:30 VZ, revision 44191

do strtoll() test using C++ compiler as at least under SGI this function is accessible from C99 but not C++ code

2007-01-10 15:01 VS, revision 44190

added wxDFB to distribution scripts

2007-01-10 14:53 JS, revision 44189

Removed versions so we don't have to update with every release

2007-01-10 14:52 JS, revision 44188

Updated date

2007-01-10 14:51 JS, revision 44187

Updated version and date

2007-01-10 14:03 VS, revision 44186

added support for Bakefile's upcoming msvs2005prj format (not enabled by default yet, would fail with the latest released version otherwise)

2007-01-10 13:45 VZ, revision 44185

add #if wxUSE_TOOLTIPS around DoSetToolTip()

2007-01-10 13:40 CE, revision 44184

2.8.2

2007-01-10 13:38 CE, revision 44183

fix missing setup.h file(s) http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96442:cbnogdligcfeekgnnppi

2007-01-09 21:26 JS, revision 44182

IsRich should be defined even if wxUSE_RICHTEXT isn't

2007-01-09 21:19 JS, revision 44181

Fix for missing separator if any previous items were ownerdrawn

2007-01-09 14:35 VZ, revision 44180

check parameters after options check sothat usign -version doesn't result in an error

2007-01-09 14:29 VZ, revision 44179

show -version in the list of options; exit after showing the version as all the other programs do

2007-01-09 14:01 VZ, revision 44178

more about virtual functions access specifier changing

2007-01-08 23:54 , revision 44177
  • A /wxWidgets/tags/wxPy_2_8_1_0
  • R /wxWidgets/tags/wxPy_2_8_1_0/lib/dummy
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_8_1_0/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/configure
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/makefile.nt
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_8_1_0/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_8_1_0/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/README
  • D /wxWidgets/tags/wxPy_2_8_1_0/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_8_1_0/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/regex/regfronts.c
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_8_1_0/src/zlib/trees.h

This commit was manufactured by cvs2svn to create tag 'wxPy_2_8_1_0'.

2007-01-08 23:54 RD, revision 44176

don't use default style

2007-01-08 23:45 RD, revision 44175

Tweak dates and version number

2007-01-08 23:31 RD, revision 44174

Version --> 2.8.1.0

2007-01-08 23:10 RD, revision 44173

Minor tweaks to get up to date with wx CVS

2007-01-08 22:58 RD, revision 44172

ignore things that are just defined for the sake of the preprocessor

2007-01-08 15:04 VZ, revision 44171

added more wxUSE_TREE/LISTCTRL tests to fix compilation when they're set to 0

2007-01-08 15:04 CE, revision 44170

2.8.1

2007-01-08 14:47 CE, revision 44169

remove space which broke tex2rtf

2007-01-08 13:40 CE, revision 44168

fix part of proposal at http://news.gmane.org/find-root.php?message_id=%3c45A2343E.40203%40gmx.de%3e

2007-01-08 11:17 VZ, revision 44167

use wxLongLong_t instead of long long

2007-01-08 07:11 PC, revision 44166

non-pch build fix

2007-01-08 07:11 PC, revision 44165

missing braces

2007-01-08 03:58 PC, revision 44164

backport rev 1.52: set error to GSOCK_TIMEOUT if the socket timed out

2007-01-08 03:58 PC, revision 44163

backport rev 1.115: Do not set the wmclass for toplevels

2007-01-08 03:56 PC, revision 44162

backport rev 1.43: remove focus ring on close button

2007-01-08 03:06 PC, revision 44161

backport rev 1.161: don't set focus to a hidden notebook page

2007-01-08 03:06 PC, revision 44160

backport rev 1.719: ensure that IsDialogMessage() is not called in the situations when it may hang not only from the immediate parent of the control which has focus but also from its grandparents

2007-01-08 03:06 PC, revision 44159

backport rev 1.62: don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

2007-01-08 03:06 PC, revision 44158

backport rev 1.104: make wxSemaphore::Post() return wxSEMA_OVERFLOW as documented

2007-01-08 03:06 PC, revision 44157

backport compilation fixes for old SDK headers

2007-01-08 03:06 PC, revision 44156

backport rev 1.19: set error to GSOCK_TIMEOUT if the socket timed out

2007-01-08 03:05 PC, revision 44155

backport rev 1.203: made width computation in GetTextExtent() more precise, especially for italics fonts

2007-01-08 03:05 PC, revision 44154

backport rev 1.5: avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue

2007-01-08 03:05 PC, revision 44153

backport rev 1.537: don't redefine _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS if already defined

2007-01-08 02:52 KO, revision 44152

Fix GetNextItem for virtual wxListCtrl, and improve behavior for wxLIST_NEXT_ALL.

2007-01-07 23:35 VZ, revision 44151

fix compilation for latest SDK where EnumModulesProc() first parameter is now const (bug 1629333)

2007-01-07 22:48 VZ, revision 44150

updated version to 2.8.1

2007-01-07 22:48 VZ, revision 44149

also update wxVERSION_STRING

2007-01-07 22:41 VZ, revision 44148

fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

2007-01-07 22:30 VZ, revision 44147

apparently the previous version was generated with a wrong bakefile, regenererated with 0.2.1

2007-01-07 22:28 VZ, revision 44146

also update manual.tex

2007-01-07 22:26 VZ, revision 44145

more informative output

2007-01-07 22:21 VZ, revision 44144

updated version to 2.8.1

2007-01-07 21:38 SN, revision 44143

Attempt at fixing deepCopyHostent/Servent. Fixed MT problem my making mutexes global.

2007-01-07 21:34 VZ, revision 44142

added a script to update release version field

2007-01-07 20:13 VZ, revision 44141

don't compile wxDataViewDateRendererPopupTransient if !wxUSE_POPUPWIN (as is always the case under Mac) (bug 1616964)

2007-01-07 20:09 VZ, revision 44140

no changes, just removed duplicate TreeView_HitTest() calls

2007-01-07 19:58 VZ, revision 44139

corrected message about page number overflow

2007-01-07 19:44 VZ, revision 44138

added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761)

2007-01-07 19:41 VZ, revision 44137

regenerated after wx/richtext/richtextstyles.h addition

2007-01-07 19:29 VZ, revision 44136

added wx/richtext/richtextstyles.h (bug 1624364)

2007-01-07 19:27 VZ, revision 44135

make HitTest() public (bug 1626543); this changes ABI for protected part of wx API but not for the public one

2007-01-07 18:24 SN, revision 44134

Backported fix for setting the working directory on OS/2 from 1.288.

2007-01-07 18:22 SN, revision 44133

Fixed switching to a different drive/volume on OS/2.

2007-01-07 17:53 KO, revision 44132

Add more sanity checks to virtual list item nums as the native control sometimes fires events before things are totally set up.

2007-01-07 17:28 KO, revision 44131

Make it easier to switch between native and generic sample for testing purposes.

2007-01-07 17:26 VZ, revision 44130

disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397)

2007-01-07 17:09 VZ, revision 44129

fix attribute memory leak in wxGrid::ShowCellEditControl() (patch 1629949)

2007-01-07 16:58 VZ, revision 44128

added support and enable long long support when wxLongLong_t is available even if SIZEOF_LONG_LONG is not under wxMSW

2007-01-07 16:42 VZ, revision 44127

fix wxMDIChidFrame::GetPosition() (patch 1626610)

2007-01-07 16:36 VZ, revision 44126

fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

2007-01-07 16:25 VZ, revision 44125

include WebKit.h as otherwise WebKit is not detected on PPC with gcc 3.3 (patch 1623616)

2007-01-07 16:19 VZ, revision 44124

mention RTL fixes by Diaa Sami

2007-01-07 16:18 VZ, revision 44123

fix combobox dropdown position in RTL (patch 1623127)

2007-01-07 16:17 VZ, revision 44122

fixes and workarounds to return value of our own wxVsnprintf_() implementation: handle -1 as error and not an indication that there is not enough space (patch 1623077)

2007-01-07 16:07 VZ, revision 44121

fix for popup positioning in RTL mode (patch 1622930)

2007-01-07 16:00 VZ, revision 44120

set tooltips for the both subcontrols (patch 1622531)

2007-01-07 15:53 VZ, revision 44119

added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() to version-script and use wxABI checks for them

2007-01-07 15:43 VZ, revision 44118

return correct item and position from wxTreeEvent::GetItem/Point() (patch 1622166)

2007-01-07 15:41 VZ, revision 44117

corrected ctor signature

2007-01-07 15:02 VZ, revision 44116

added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() methods; documented wxTreeItemId (patch 1622125)

2007-01-07 14:55 VZ, revision 44115

operators == and != are const (part of patch 1622125)

2007-01-07 14:08 SN, revision 44114

Backported wxGetHostName and wxGetDiskSpace implementations.

2007-01-07 14:07 SN, revision 44113

Extended wxGetHostName implementation.

2007-01-07 13:52 SN, revision 44112

Added wxGetDiskSpace implementation (patch #1625514).

2007-01-07 13:28 SN, revision 44111

Compilation fix for really old gcc versions.

2007-01-07 02:05 VZ, revision 44110

changed copyright year to 2007

2007-01-07 01:21 KO, revision 44109

Use GetItem to get item info for events, even for virtual wxListCtrl.

2007-01-07 01:15 KO, revision 44108

Generic list and tree ctrl should not use the focused selection color when the top level window is not active.

2007-01-06 19:44 , revision 44107
  • A /wxWidgets/tags/wxPy_2_8_0_2
  • R /wxWidgets/tags/wxPy_2_8_0_2/lib/dummy
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_8_0_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/configure
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/makefile.nt
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_8_0_2/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_8_0_2/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/README
  • D /wxWidgets/tags/wxPy_2_8_0_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_8_0_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/regex/regfronts.c
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_8_0_2/src/zlib/trees.h

This commit was manufactured by cvs2svn to create tag 'wxPy_2_8_0_2'.

2007-01-06 19:44 RD, revision 44106

Add dependency on tabmdi.h

2007-01-06 09:01 RD, revision 44105

Added wx.aui.AuiNotebook.GetAuiManager(). Added wx.aui.AuiMDIParentFrame and wx.aui.AuiMDIChildFrame, which essentially implement the MDI interface using a normal wx.Frame and a wx.aui.AuiNotebook.

2007-01-06 08:59 RD, revision 44104

Fixes for segfaults when the parent frame is destroyed

2007-01-06 08:53 RD, revision 44103

Add GetAuiManager

2007-01-06 02:09 KO, revision 44102

Add a grid sizer demo, and document the props accepted by SetSizerProps.

2007-01-06 01:53 KO, revision 44101

Don't draw the primary highlight colors if the control doesn't have the focus.

2007-01-05 19:45 KO, revision 44100

Apply patch #1626802, which fixes GetNextItem to return -1 instead of 0 when an item can't be found, and add support for wxLIST_NEXT_ABOVE, wxLIST_NEXT_BELOW, and wxLIST_STATE_DONTCARE.

2007-01-05 17:30 ABX, revision 44099

'-version' parameter for tex2rtf.

2007-01-05 16:28 SC, revision 44098

allowing vertical scrolling even if wxTE_NO_VSCROLL is given, displaying a scrollbar only when needed.

2007-01-05 14:49 VZ, revision 44097

more unescaped underscores

2007-01-05 14:30 VZ, revision 44096

fix broken links to File/DirName()

2007-01-05 13:36 VZ, revision 44095

rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member variables

2007-01-04 08:09 JJ, revision 44094

Update OpenVMS make-files Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/x11/descrip.mms

2007-01-04 06:47 KO, revision 44093

Have SetSizerProps internally handle the assignment of growable rows and cols.

2007-01-03 17:25 VS, revision 44092

fixed deadlock when calling wxPostEvent() from worker thread

2007-01-02 23:19 RD, revision 44091

Remove some items from the Recent additions list

2007-01-02 23:18 RD, revision 44090

reformat the overview string

2007-01-02 20:50 CE, revision 44089

fix errant __BORLAND__ see http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70616/match=common+intl+cpp+problems+bcc

2007-01-02 09:55 JJ, revision 44088

avoid reading KDE-tables on OpenVMS. They will never be installed since KDE is not available on OpenVMS. Modified Files: wxWidgets/src/unix/mimetype.cpp

2007-01-01 22:27 PC, revision 44087

restore declaration inline specifier, and make definition match

2007-01-01 20:56 RD, revision 44086

reSWIGged

2007-01-01 20:48 RD, revision 44085

Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTIVATED if any of the modifier keys is pressed. This let's RETURN+Modifier be used as a normal accelerator key when the list ctrl has the focus.

2007-01-01 20:47 RD, revision 44084

fixed a compile error in one of the stub classes

2007-01-01 19:49 PC, revision 44083

remove inline from declaration of functions which are not inline

2006-12-31 18:07 VZ, revision 44082

correct OnOpenError() return type

2006-12-31 06:50 KO, revision 44081

Adding overview docs and a couple tweaks to the demo.

2006-12-31 06:06 KO, revision 44080

Add SizedControls demo.

2006-12-31 06:03 KO, revision 44079

Make sure mouse events are only sent in the case of the native control.

2006-12-30 21:46 SN, revision 44078

Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).

2006-12-30 20:21 CE, revision 44077

revert this as Vadim's seems cleaner http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/distrib/scripts/create_archives.sh.diff?r1=1.19&r2=1.20

2006-12-29 20:22 VZ, revision 44076

wxVariant and wxVariantData are ref counted too (patch 1624344)

2006-12-29 20:18 VZ, revision 44075

wxFileModificationTime return -1, not 0, on error (patch 1624484)

2006-12-29 20:16 VZ, revision 44074

fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)

2006-12-29 19:37 JS, revision 44073

Process capture lost event to avoid assertion

2006-12-28 20:03 PC, revision 44072

fix idle handling when a new event loop is run from an idle event handler

2006-12-28 17:50 KO, revision 44071

Fixing inactive state drawing, and removing warning.

2006-12-28 16:33 VS, revision 44070

added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST discussion

2006-12-28 16:08 SC, revision 44069

fix to always have a proper activation for DataBrowser controls (stay in bkgnd otherwise) bug 1621547

2006-12-28 13:52 JS, revision 44068

Temporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)

2006-12-28 06:33 KO, revision 44067

exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars.

2006-12-27 15:49 SC, revision 44066

applying patch 1622389, fixing two memory leaks

2006-12-26 20:44 KO, revision 44065

Add middle-item click support.

2006-12-26 20:32 RD, revision 44064

Fix for bug #1621459, Made the Selection property read-only since it needs two parameters. You can instead use SelectionStart and SelectionEnd properties for setting the selection if needed.

2006-12-25 19:28 KO, revision 44063

Stop crash when wxVSCROLL is specified for native OS X wxListCtrl.

2006-12-25 14:39 VZ, revision 44062

show RTL message box (in Unicode build only) when using RTL (patch 1622000)

2006-12-25 00:34 KO, revision 44061

Add new wxListCtrl symbols.

2006-12-25 00:21 KO, revision 44060

Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.

2006-12-24 19:50 VS, revision 44059

disable (some) features that are not available in DirectFB

2006-12-24 19:06 VS, revision 44058

fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE

2006-12-24 18:39 KO, revision 44057

Implementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off code for native sorting).

2006-12-24 13:36 VZ, revision 44056

compare charset strings case-insensitively (and so avoid conversions between utf-8 and UTF-8 for example, see patch 1611068)

2006-12-24 12:38 VZ, revision 44055

document ShowHidden() (patch 1619786)

2006-12-24 12:19 VZ, revision 44054

added a couple of missing membersections and fixed a couple of typos (patch 1618846)

2006-12-24 12:16 VZ, revision 44053

fix hint rect position for RTL (patch 1618719 from Tim Kosse)

2006-12-24 12:14 VZ, revision 44052

fill in sqlDataType field of wxDbColInf in ExecSql() (patch 1614539)

2006-12-24 12:08 VZ, revision 44051

compilation fixes for --disable-compat26 (patch 1619037)

2006-12-24 01:33 VS, revision 44050

removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

2006-12-24 01:21 VZ, revision 44049

another fix for the default button in the dialog

2006-12-24 01:20 VZ, revision 44048

document --selected-config option

2006-12-23 22:20 VZ, revision 44047

1. Don't draw our own custom label if we don't have custom foreground colour, we don't need to do it then as it works just fine by default then 2. Use the theme font for the label (doesn't do anything for the default Luna theme but helps a lot with custom themes, unfortunately metrics are still wrong with them)

2006-12-23 22:11 VZ, revision 44046

added AutoHFONT; allow initialize SelectInHDC later (and not necessarily in ctor)

2006-12-23 15:57 JS, revision 44045

Bullet size should take into account the font of the immediately following content.

2006-12-23 15:54 JS, revision 44044

Optimization

2006-12-23 13:03 MR, revision 44043

Change style flag on floating frames to give proper minimize behaviour. Thanks to Chris Mellon; needed for my app

2006-12-23 00:12 RD, revision 44042

minitest for wx.BusyInfo

2006-12-23 00:11 RD, revision 44041

reSWIGGed

2006-12-23 00:10 RD, revision 44040

Reset the item's text in SetItemFont to ensure that the text will be remeasured with the new font, and the bounding rect will be adjusted.

2006-12-23 00:02 RD, revision 44039

Don't try to access a color not in the dictionary

2006-12-23 00:02 RD, revision 44038

RemoveItem should return the same object it is passed, but adjusted for new ownership

2006-12-22 23:57 RD, revision 44037

wxColor --> wxColour

2006-12-22 23:55 RD, revision 44036

Add parent parameter to BusyInfo

2006-12-22 23:54 RD, revision 44035

Unicode is the default build mode

2006-12-22 23:52 RD, revision 44034

Patches from Andrea

2006-12-22 23:50 RD, revision 44033

put wx in the shell's namespace too

2006-12-22 20:14 KO, revision 44032

Adding SetFocus to wxABI_VERSION.

2006-12-22 20:05 KO, revision 44031

Fix for non-PCH builds.

2006-12-22 11:20 CE, revision 44030

fix for build with x11 reported here http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96187:200612:dimemphnemjnfeciaghe

2006-12-21 22:28 VZ, revision 44029

reversed binary and forward compatibility terms to their usual meanings; added a section about binary compatibility preserving changes explicitly mentioning that overriding of existing virtual functions seems to be safe; fixed typos/spelling

2006-12-21 22:04 VZ, revision 44028

added wx{Dir|File}Dialog::Get/SetStyle() for 2.8.1

2006-12-21 19:26 VZ, revision 44027

restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()

2006-12-21 18:24 VS, revision 44026

compilation fix for !wxUSE_VALIDATORS

2006-12-21 17:52 VS, revision 44025

sockets work with wxDFB now

2006-12-21 06:53 KO, revision 44024

Restore compilation with --enable-stl, fix SetFocus with the generic control, and re-instate the use of ids to sort when a specific sort function isn't being used.

2006-12-20 23:24 VZ, revision 44023

C/POSIX locales (or absence of locale information) corresponds to wxLANGUAGE_ENGLISH_US, not wxLANGUAGE_ENGLISH which is the same as wxLANGUAGE_ENGLISH_UK

2006-12-20 13:45 VZ, revision 44022

unused parameter warning

2006-12-20 13:38 VZ, revision 44021

changing ES_LEFT/CENTER/RIGHT styles only works for plain (not rich) controls and only under XP, recreate the control in SetWindowStyleFlag() if it's a richedit one or if the system is earlier than XP

2006-12-20 10:06 VZ, revision 44020

fixed initial size of a control with wxDefaultSize: due to SetSize() call in Create() introduced in 1.243 it was created with 1 pixel height

2006-12-20 09:51 VZ, revision 44019

we don't need to subclass text control twice to implement support for WM_COPY/CUT/PASTE, just handle them in MSWWindowProc() (this reimplements the change of rev 1.261 correctly)

2006-12-20 09:45 CE, revision 44018

copy univ setup.h for VC IDE

2006-12-20 08:45 SC, revision 44017

best size fix for multi-line fields

2006-12-19 23:36 VZ, revision 44016

make the continue button default, not the stop one, to avoid killing the application accidentally if it doesn't run under debugger and Enter is pressed

2006-12-19 13:49 , revision 44015
  • A /wxWidgets/tags/wxPy_2_8_0_1
  • R /wxWidgets/tags/wxPy_2_8_0_1/debian
  • R /wxWidgets/tags/wxPy_2_8_0_1/include/wx/mac
  • R /wxWidgets/tags/wxPy_2_8_0_1/include/wx/wfstream.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_8_0_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/common/wfstream.cpp
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/mac
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/configure
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/makefile.nt
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/README
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_8_0_1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/regex/regfronts.c
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_8_0_1/src/zlib/trees.h

This commit was manufactured by cvs2svn to create tag 'wxPy_2_8_0_1'.

2006-12-19 13:49 , revision 44014
  • A /wxWidgets/tags/WX_2_8_0
  • R /wxWidgets/tags/WX_2_8_0/build/script/win_docs.bat
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/animate
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_8_0/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_8_0/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_8_0/include/wx/generic
  • R /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon
  • D /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon/private/mactext.h
  • D /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon/srchctrl.h
  • R /wxWidgets/tags/WX_2_8_0/include/wx/mac/carbon/textctrl.h
  • R /wxWidgets/tags/WX_2_8_0/include/wx/wfstream.h
  • R /wxWidgets/tags/WX_2_8_0/lib/dummy
  • R /wxWidgets/tags/WX_2_8_0/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_8_0/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_8_0/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_8_0/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_8_0/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_8_0/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_8_0/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_8_0/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_8_0/samples/png/pngdemo.rc
  • D /wxWidgets/tags/WX_2_8_0/samples/resource
  • R /wxWidgets/tags/WX_2_8_0/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_8_0/samples/tab
  • D /wxWidgets/tags/WX_2_8_0/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_8_0/src/common
  • D /wxWidgets/tags/WX_2_8_0/src/common/srchcmn.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/common/wfstream.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/expat
  • A /wxWidgets/tags/WX_2_8_0/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_8_0/src/expat/configure
  • R /wxWidgets/tags/WX_2_8_0/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_8_0/src/expat/expat.dsp
  • A /wxWidgets/tags/WX_2_8_0/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_8_0/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_8_0/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_8_0/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_8_0/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_8_0/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_8_0/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_8_0/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/mac
  • D /wxWidgets/tags/WX_2_8_0/src/mac/carbon/srchctrl.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/mac/carbon/textctrl.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/png
  • A /wxWidgets/tags/WX_2_8_0/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_8_0/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_8_0/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_8_0/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_8_0/src/png/configure
  • R /wxWidgets/tags/WX_2_8_0/src/png/example.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_8_0/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_8_0/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_8_0/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_8_0/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_8_0/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_8_0/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_8_0/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_8_0/src/png/makefile.vc
  • R /wxWidgets/tags/WX_2_8_0/src/png/png.5
  • R /wxWidgets/tags/WX_2_8_0/src/png/png.c
  • A /wxWidgets/tags/WX_2_8_0/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_8_0/src/png/png.h
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_8_0/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_8_0/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_8_0/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_8_0/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_8_0/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_8_0/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_8_0/src/png/README
  • D /wxWidgets/tags/WX_2_8_0/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_8_0/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_8_0/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_8_0/src/png/TODO
  • R /wxWidgets/tags/WX_2_8_0/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_8_0/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_8_0/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/README
  • R /wxWidgets/tags/WX_2_8_0/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_8_0/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_8_0/utils/wxprop
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/animate.i
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/animate.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/animate_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/_controls.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/gtk/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/animate.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/animate_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/_controls.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/mac/_core_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/animate.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/animate_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/grid_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/_controls.py
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/_controls_wrap.cpp
  • R /wxWidgets/tags/WX_2_8_0/wxPython/src/msw/_core_wrap.cpp

This commit was manufactured by cvs2svn to create tag 'WX_2_8_0'.

2006-12-19 13:49 SC, revision 44013

fvisibility-inlines-hidden fix

2006-12-19 12:41 MR, revision 44012

Unswap example returns values for GetPluginsDir and GetResourcesDir. They got swapped by the introduction of GetResourcesDir documentation in rev1.12, see http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/docs/latex/wx/stdpaths.tex.diff?r1=1.11&r2=1.12 Noticed by Giuseppe Bilotta

2006-12-19 11:25 JJ, revision 44011

Committing in . Update configuration file for OpenVMS Modified Files: wxWidgets/setup.h_vms

2006-12-19 10:52 VZ, revision 44010

don't include non existent tools/gettext directory in the distribution

2006-12-19 10:45 VZ, revision 44009

removed (non existing any more) mobile/* files

2006-12-19 08:29 VZ, revision 44008

include wxUniv files into wxX11 distribution

2006-12-19 05:43 SC, revision 44007

fixing -fvisibility-inlines-hidden problem (IsOk function didn't get exported)

2006-12-18 23:52 RD, revision 44006

remove debug code

2006-12-18 23:19 RD, revision 44005

minor demo tweaks

2006-12-18 23:18 RD, revision 44004

wx.lib.customtreectrl patches from Andrea Gavana.

2006-12-18 23:15 RD, revision 44003

reSWIGged

2006-12-18 23:14 RD, revision 44002

Make wx.MenuItem.Destroy a NOP since the regular garbage collection will handle the destruction now.

2006-12-18 23:13 RD, revision 44001

Some docstring changes, default value for clockwise arg in AddArc

2006-12-18 20:22 RD, revision 44000

bump subrelease number

2006-12-18 17:24 VS, revision 43999

wxDFB: fix events processing to support sockets events

2006-12-17 15:49 VZ, revision 43998

suppress a CodeWarrior warning about long to int conversion (bug 1616948)

2006-12-17 14:52 VZ, revision 43997

don't treat foo in c:\\foo\bar as network share

2006-12-17 14:49 VZ, revision 43996

corrected tests to deal with multiple consecutive (back)slashes

2006-12-17 14:13 VZ, revision 43995

added test for parsing c:\\aaa\bbb\ccc paths (aaa shouldn't be interpreted as network share)

2006-12-17 13:47 VZ, revision 43994

don't set the label colour in DrawButtonLabel(), this is done by the caller in wxControlRenderer::DrawLabel()

2006-12-17 02:13 VZ, revision 43993

forcefully get rid of the scrollbars in CalcWindowSizes() if we don't need them any more

2006-12-16 23:11 VZ, revision 43992

for for initializing wxFileName with empty string returning true from IsOk() and tests for the correct behaviour (patch 1617156)

2006-12-16 23:08 VZ, revision 43991

added links to Dir/FileName in construction section (part of patch 1617156)

2006-12-16 15:18 VZ, revision 43990

don't set score files permissions to 0666, why would this be needed or wanted? (and it didn't compile in Unicode build)

2006-12-16 15:11 VZ, revision 43989

added include/msvc/wx/setup.h

2006-12-16 15:09 VZ, revision 43988

test both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTFxx), they should behave the same

2006-12-15 23:15 RD, revision 43987

Fix for the Demos menu

2006-12-15 23:15 RD, revision 43986

wx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE

2006-12-15 10:03 SC, revision 43985

adding common search field file

2006-12-15 06:14 SC, revision 43984

using native architecture for development builds only, saves half of the compiles

2006-12-15 01:47 VZ, revision 43983

fix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814)

2006-12-15 01:32 VZ, revision 43982

respect background colour of wxStaticText in wxUniv

2006-12-15 01:30 VZ, revision 43981

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-15 01:20 VZ, revision 43980

mention wxRmDir() and its opposite return value meaning in wxRmdir() description (bug 1614494)

2006-12-15 01:09 VZ, revision 43979

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-14 17:45 VS, revision 43978

wxDFB's wxICON and wxBITMAP should use embedded XPMs, too

2006-12-14 16:53 VS, revision 43977

compilation fix for wxUSE_ACCEL && !wxUSE_BUTTON

2006-12-14 14:13 VS, revision 43976

moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in other ports (backport from SOC2006_SOCKETS branch); use it in wxDFB

2006-12-14 13:54 VS, revision 43975

fixed wxStdRenderer::DrawButtonLabel() to not change text colour, otherwise menu items below a disabled item would be rendered incorrectly

2006-12-14 07:19 PC, revision 43974

make sure style is set on menubar before querying its size

2006-12-14 02:08 VZ, revision 43973

really removed __WIN95__ (as mentioned, but not done, in last commit)

2006-12-14 02:07 VZ, revision 43972

test for __WIN32__ and not __WIN95__ when defining wxUSE_OWNER_DRAWN and wxUSE_RICHEDIT; don't even define __WIN95__ any more as it's not used anywhere

2006-12-14 00:07 MW, revision 43971

Fix for printf positional parameter check from Francesco.

2006-12-13 19:04 VZ, revision 43970

mention bcc Unicode build fix

2006-12-13 19:03 VZ, revision 43969

don't crash in Unicode build if command line arguments are not valid UTF-8 strings (bug 1614363)

2006-12-13 18:55 CE, revision 43968

add distrib\mac\pbsetup-sh to mac distro

2006-12-13 18:24 VZ, revision 43967

added 2.8.0.1-1 packaged by myself

2006-12-13 13:14 VZ, revision 43966

added a tiny script to build both ANSI and Unicode debian packages

2006-12-13 13:04 VZ, revision 43965

cast size_t to unsigned long, not unsigned (even though there is no risk of truncation here, it's still better practice)

2006-12-13 12:32 MW, revision 43964

Change wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland unicode builds to match recent change of wxMBFILES.

2006-12-13 12:08 VS, revision 43963

make sure the window is fully painted before DirectFB WM shows it, otherwise artifacts could be seen on the screen

2006-12-13 09:46 CE, revision 43962

avoid configure, etc being in DOS format

2006-12-13 09:25 CE, revision 43961

move on to 2.8.1

2006-12-13 09:24 CE, revision 43960

tidy up

2006-12-13 09:18 CE, revision 43959

try toi fix readme readme

2006-12-13 08:49 CE, revision 43958

up to 2.8.0

2006-12-12 22:27 RR, revision 43957

Made wxSearchCtrl look like other text controls under GTK+.