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

2004-09-27 14:20 RN, revision 29453

remove stuff

2004-09-27 13:57 RN, revision 29452

[ 1035247 ] fix the number of ticks in slider (with annotations)

2004-09-27 13:14 RN, revision 29451

use both generic and native on osx 10.2 for presentation purposes

2004-09-27 13:07 RN, revision 29450

IOKit framework now req. under darwin

2004-09-27 13:06 RR, revision 29449

Compile fixes.

2004-09-27 13:01 VZ, revision 29448

fix crash after radio button fix

2004-09-27 12:20 JS, revision 29447

Early versions of GTK+2 don't have has_toplevel_focus

2004-09-27 11:44 RN, revision 29446

make go generic

2004-09-27 11:32 RN, revision 29445

generic (will comment on list later about was does/doesn't work) drawer

2004-09-27 11:30 VZ, revision 29444

added src/msw/wince/filefnwce.cpp

2004-09-27 11:29 VZ, revision 29443

warning fix after huge file patch

2004-09-27 11:02 VZ, revision 29442

keep the old wxFont::Create() signature (changed by font size in pixels patch) to fix XTI and to preserve backwards compatibility

2004-09-27 10:58 VZ, revision 29441

added wxGetFullModuleName(); use it instead of calling ::GetModuleFileName() directly

2004-09-27 10:55 DS, revision 29440

doc-typo

2004-09-27 10:34 DS, revision 29439

doc-typo

2004-09-27 10:25 DS, revision 29438

fixed MSVC6 warning

2004-09-27 08:08 RL, revision 29437

Handle the case of unresolveable ambiguity in --list now too.

2004-09-27 07:45 RN, revision 29436

pass by reference, not value

2004-09-27 07:42 RN, revision 29435

fix warnings

2004-09-27 07:33 RN, revision 29434

fix non-void function not returning value warning

2004-09-27 07:13 RN, revision 29433

Add HID keyboard functionality

2004-09-27 07:09 SN, revision 29432

Re-simplified ScrollWindow routine.

2004-09-27 06:53 RN, revision 29431

Regen Bakefiles for OSX HID integration

2004-09-27 06:45 RN, revision 29430

note font dialog change

2004-09-27 05:57 RL, revision 29429

Delay --list a little longer so we can indicate the best match out of the general blob. Format the output a little less ambiguously.

2004-09-27 05:26 RN, revision 29428
  • D /wxWidgets/trunk/contrib/samples/xrc

remove erronues xrc contrib sample

2004-09-26 23:17 VZ, revision 29427

made GetTempBuffer() static to avoid duplicate function errors during linking

2004-09-26 23:08 VS, revision 29426

partially reverted Robert's changes, did it more cleanly

2004-09-26 20:45 VZ, revision 29425

documented IsActive()

2004-09-26 20:35 RN, revision 29424

hid integration

2004-09-26 20:28 VZ, revision 29423

fix for __HUGEFILES_SUPPORTED definition

2004-09-26 20:01 RR, revision 29422

Moved function from mslu to utils to make the linker not complain about double symbols.

2004-09-26 18:13 RR, revision 29421

Trying hard to make things compile.

2004-09-26 18:03 KO, revision 29420

Fixes to remove compile warnings.

2004-09-26 17:41 RN, revision 29419

cleanups

2004-09-26 17:39 SN, revision 29418

Make scrolling work better (without constantly refreshing whole screen).

2004-09-26 17:22 RR, revision 29417

GTK1 compilo.

2004-09-26 17:22 RN, revision 29416

recall initial font

2004-09-26 17:14 RN, revision 29415

cleanup

2004-09-26 17:14 JS, revision 29414

Applied Kevin Hock's combobox patch for text update events

2004-09-26 17:06 RN, revision 29413

fix remaining bugs

2004-09-26 16:42 JS, revision 29412

Program args fix for WinCE

2004-09-26 16:37 JS, revision 29411

Tweaks to fix RTF contents (need newline at end of each class file)

2004-09-26 16:34 RN, revision 29410

fix font styles

2004-09-26 16:28 VZ, revision 29409

wxExecuteData is a struct, not class (warning fix)

2004-09-26 16:21 JS, revision 29408

Improved libs.bmp file but shows too small in WinHelp

2004-09-26 16:14 VZ, revision 29407

include wx/wxchar.h after ctype.h to fix compilation problem with _T redefinition with CodeWarrior 9

2004-09-26 15:59 RN, revision 29406

default to native font dialog for 10.2+

2004-09-26 15:34 RN, revision 29405

add drawer sample

2004-09-26 15:29 RR, revision 29404

Make mouseless use of wxListBox possible for non single style. Make wxListBox report click on background.

2004-09-26 15:11 SC, revision 29403

updated project file

2004-09-26 15:03 RN, revision 29402

revert to pre-drawer state

2004-09-26 14:32 VZ, revision 29401

renamed HasFocus() to IsActive() to avoid confusion with FindFocus(); documented it; avoid code duplication in GTK1 version

2004-09-26 14:28 RN, revision 29400

fix warning

2004-09-26 14:22 RN, revision 29399

fix facename

2004-09-26 14:17 RR, revision 29398

Added wxTopLevelWindow::HasFocus() as discussed.

2004-09-26 14:13 RN, revision 29397

native font dialog implementation for mac os x 10.2+

2004-09-26 14:08 SC, revision 29396

dependency fix for clipping

2004-09-26 14:07 SC, revision 29395

unicode fix

2004-09-26 14:07 SC, revision 29394

unicode fix for CW

2004-09-26 14:05 SC, revision 29393

fix for CW compilation

2004-09-26 14:05 SC, revision 29392

clipping for wxMac cleaned up

2004-09-26 13:55 VZ, revision 29391

compilation fix for Unicode mode after huge file patch: Watcom is the only compiler to have a wide char version of struct stat as well as of the stat function itself

2004-09-26 13:35 RR, revision 29390

Compilo.

2004-09-26 13:18 RL, revision 29389

Enable the huge files patch to build with mingw-cross.

2004-09-26 11:52 RN, revision 29388

no reference to wxFont - you've got to be kidding! :)

2004-09-26 11:47 RL, revision 29387

wxSize needs to be fully defined if we want to use it inline here.

2004-09-26 10:51 RN, revision 29386

add drawer to taskbaricontest

2004-09-26 10:42 RN, revision 29385

Lots of fixes/cleanups for OSX taskbar

2004-09-26 10:26 VS, revision 29384

notify parent frame that client area changed when statusbar is destroyed

2004-09-26 09:14 RN, revision 29383

Fix some of vadim's compilation problems

2004-09-26 09:06 SC, revision 29382

making newline fixes depending on the encoding of \n

2004-09-26 08:46 RL, revision 29381

Limit the influence of flavour more strictly to autoconf format. Remove '-' and '.' from the $release tag for non autoconf platform. This may like slightly finer tuning than that for some people.

2004-09-26 08:27 RN, revision 29380

cleanups, proper event handling/cleanup

2004-09-26 08:15 RL, revision 29379
  • D /wxWidgets/trunk/contrib/build/xrc

Remove contrib xrc bakefiles, else regen dies because the makefiles for it no longer exist there.

2004-09-26 06:39 RL, revision 29378

Restore WXBASEPORT for carbon. This is more than just a flavour in all the ways mac is typically more than, so it can stay a mac'ism until the easier platforms shake out.

2004-09-26 04:37 RN, revision 29377

info

2004-09-26 04:23 RN, revision 29376

todo

2004-09-26 04:19 RN, revision 29375

Fix 10.2 focus issues

2004-09-26 03:25 RN, revision 29374

they should be ints, not size_ts

2004-09-26 03:15 RN, revision 29373

warning fixes unsigned->signed

2004-09-26 02:09 RD, revision 29372

reSWIGged

2004-09-26 01:57 RN, revision 29371

todos, cleanups, detabified

2004-09-26 01:27 RN, revision 29370

cleanup image after application

2004-09-25 23:41 RD, revision 29369

reSWIGged

2004-09-25 23:37 VZ, revision 29368

compilation fix for not MSW

2004-09-25 23:31 RD, revision 29367

Added wxFRAME_DRAWER

2004-09-25 23:27 RD, revision 29366

More True/False fixes

2004-09-25 23:26 RD, revision 29365

add xrc lib to core libs list for Win32 build

2004-09-25 23:25 VZ, revision 29364

compilation fix for compilers not using PCH

2004-09-25 23:15 RD, revision 29363

Use the stc.h in the source tree for the dependency, not the installed one.

2004-09-25 23:14 RD, revision 29362

Enable TaskBarIcon for Mac too. Some cleanup.

2004-09-25 23:12 RD, revision 29361

forgot to reset m_iconAdded

2004-09-25 23:11 RD, revision 29360

Force the output window to display at the begining of the app

2004-09-25 23:09 RD, revision 29359

Use dummy class on Mac until wxEventLoop is implemented there

2004-09-25 23:05 RD, revision 29358

Add some missing methods to match other implementations

2004-09-25 23:03 RD, revision 29357

added some missing mac headers

2004-09-25 23:03 VZ, revision 29356

added a way to create fonts with specified pixel size

2004-09-25 22:44 VZ, revision 29355

support for huge files (patch 1002226)

2004-09-25 19:47 SC, revision 29354

making returns in a line to always be \n (13 in CFM (mpwnewline) and 10 in Mach)

2004-09-25 18:56 VS, revision 29353

compilation fix: only us-ascii is safe in sources

2004-09-25 18:41 RN, revision 29352

fix for [ 805216 ] dirMac does not properly skip directories from kevin hock

2004-09-25 17:36 RN, revision 29351

bug didn't happen

2004-09-25 17:22 RN, revision 29350

wxDrawerWindow - [ 909351 ] Drawer window for OS X Carbon - somewhat heavily modified

2004-09-25 16:59 SC, revision 29349

insert was not correctly implemented

2004-09-25 16:43 SC, revision 29348

insert was not correctly implemented

2004-09-25 16:24 SC, revision 29347

insert was not correctly implemented

2004-09-25 15:21 CE, revision 29346

fix an mdi crash on exit

2004-09-25 13:45 RN, revision 29345

more todos so I don't forget

2004-09-25 13:36 RN, revision 29344

mark changes. Mac OSX taskbar implementation

2004-09-25 12:12 VZ, revision 29343

removed Robert Fendt as packager (at his request)

2004-09-25 12:10 VS, revision 29342

removed XRC library from contrib

2004-09-25 11:56 RL, revision 29341

Undo the link creation in builddir. contrib is still going to be here for a while so there isn't much paydirt in working around the problems on platforms with limited filesystems at this stage.

2004-09-25 05:58 RN, revision 29340

note that I modified it

2004-09-25 05:50 RN, revision 29339

Fixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it couldn't get the length or text of the first line (0) and sf bug 1030042 where subsequent lines to 0 would not include the first character. Added those tests to the text sample

2004-09-25 03:11 RD, revision 29338

NormalizeFontSizes --> SetStandardFonts

2004-09-25 01:14 DS, revision 29337

added convience functions wxSizer::AddSpacer/AddStretchSpacer (plus Prepend and Insert variants) (previously implemented on 20040725)

2004-09-25 00:14 RN, revision 29336

warning fix - only use the function in debug mode

2004-09-25 00:12 RN, revision 29335

warning fix

2004-09-25 00:02 RN, revision 29334

Lots of release bugs fixed

2004-09-24 23:47 RN, revision 29333

debug handling. More broken Apple 'goodness'

2004-09-24 23:18 RN, revision 29332

remove unused icon

2004-09-24 23:14 RN, revision 29331

fix unicode build errors with 10.3

2004-09-24 23:02 RN, revision 29330

fix bug

2004-09-24 22:34 RN, revision 29329

whoops - I tabbed :)

2004-09-24 22:27 RN, revision 29328

quiet annoying GCC warnings

2004-09-24 21:48 RN, revision 29327

remove unused varaible

2004-09-24 21:39 RN, revision 29326

unused variable warnings fixed

2004-09-24 21:33 RN, revision 29325

partial aggregate warning fix

2004-09-24 19:46 VZ, revision 29324

trying to make GetData() return data format more clear

2004-09-24 16:18 RD, revision 29323

Corected GetXWindow macro for wxGTK port. (Bug# 1033681)

2004-09-24 16:13 RD, revision 29322

Added missing setters

2004-09-24 16:00 RL, revision 29321

Get rid of the symlink farm in $builddir too, contrib is here to stay for a while.

2004-09-24 15:36 VS, revision 29320

removed XRC library from contrib

2004-09-24 14:32 ABX, revision 29319

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-24 13:45 ABX, revision 29318

wxUSE_*BOOK checks.

2004-09-24 12:25 RN, revision 29317

unused variable warning fix

2004-09-24 10:57 ABX, revision 29316

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-24 10:05 VS, revision 29315

documented return value of wxListCtrl::HitTest

2004-09-24 09:56 VS, revision 29314

uses system's default UI font in the help browser by default

2004-09-24 09:55 VS, revision 29313

replaced NormalizeFontSizes with SetStandardFonts

2004-09-24 08:58 RN, revision 29312

Port syncronization, more wxUSE_XML/XRC fixes and typo fixes

2004-09-24 08:31 RN, revision 29311

more setup0.h wxUSE_XRC fixes

2004-09-24 08:20 RN, revision 29310

MSW XRC define setuup.h handling

2004-09-24 07:45 RN, revision 29309

note that drawpoint only takes into account pen color like the _other_ toolkit. Note for tracker bug [ 844761 ] wxDC::DrawPoint ignores pen size

2004-09-24 06:27 ABX, revision 29308

Above 2.3.0 SetBitmap is still for owner drawn only.

2004-09-24 06:06 RN, revision 29307

fix typo

2004-09-24 05:48 RN, revision 29306

PATCH: [ 1033006 ] Fix: socket s timeout of < 1s doesnt work

2004-09-24 01:20 RN, revision 29305

Add doc TODOs for wxVariant. You know, Convert wasn't documented _at all_, heh :).

2004-09-24 00:11 RD, revision 29304

More True/False fixes

2004-09-23 23:57 RN, revision 29303

OK - Robin's right, it is already a SOCKLEN_T

2004-09-23 23:53 RN, revision 29302

GetId of wxTreeItemData returns a wxTreeItemId, not a wxTreeItem. From the wiki documentation buglets

2004-09-23 23:38 RN, revision 29301

wxT sample fix for regex docs - documentation buglet from wiki

2004-09-23 23:33 RN, revision 29300

Mention that some functions are virtual - I'm pretty sure I didn't get all of them - from the wxwiki documentation buglets where it mentioned MainLoop() wasn't virtual

2004-09-23 23:25 RN, revision 29299

Link to event handling overview in wxEvent - documentation buglet from wiki

2004-09-23 23:17 RN, revision 29298

Put include file for sizer classes in docs - documentation buglet from wiki http://wiki.wxwidgets.org/docs.cgi?q=buglets&target=wiki

2004-09-23 23:06 RD, revision 29297

added missing default case

2004-09-23 22:39 RD, revision 29296

Fix from Jed Burgess that correctly untoggles radio toolbar items when another one in the same group is selected.

2004-09-23 22:36 RN, revision 29295

delightful typo fixed - it was indefontedly a spelling error :)

2004-09-23 22:09 RN, revision 29294

Fix warning on OSX - its on int on mac/msw and a socklen_t on others

2004-09-23 22:01 RD, revision 29293

Compile fix

2004-09-23 20:47 RD, revision 29292

wx.NO_BORDER style sets the bezel width to 0

2004-09-23 20:36 RD, revision 29291

revert a few of these back

2004-09-23 20:23 RD, revision 29290

Update SWIG patch to output "True" ("False") in the autodoc string when "true" ("false") is in the .i file. Changed the .i files to use true/false to avoid collisions with any True/False in headers that may be included.

2004-09-23 20:20 RN, revision 29289

get rid of \\ macros and change See Also -> See also

2004-09-23 19:36 JS, revision 29288

Minor doc corrections

2004-09-23 19:16 RN, revision 29287

typo

2004-09-23 19:01 RN, revision 29286

wxGLContext docs, tidy up of some wxGLCanvas docs, add wxGLContext to classes list, and add gl classes to misc category

2004-09-23 18:20 ABX, revision 29285

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-23 17:28 RN, revision 29284

unused variable warning fix - move unused stuff to proper place

2004-09-23 17:17 RN, revision 29283

SOCKLEN_T handling for OSX - it seems to be defined as a size_t, when the parameters to the functions where it is handled is really an int (avoids multiple conversion warnings)

2004-09-23 17:12 RD, revision 29282

reSWIGged

2004-09-23 17:03 RN, revision 29281

remove unused variable

2004-09-23 16:49 RD, revision 29280

Moved xrc out of contrib and into the core source dir, just like in C++. It will now always be built.

2004-09-23 16:23 RN, revision 29279

fix ifdef - its libpng not pnglib :)

2004-09-23 15:41 ABX, revision 29278

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-23 14:03 VS, revision 29277

fixed unresolved references with GTK+ 2.0

2004-09-23 12:43 ABX, revision 29276

wx(Choice/List/Note)book controls send CHANG(ED/ING) events in SetSelection.

2004-09-23 10:07 VZ, revision 29275

don't free user data before sending wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS, this prevents user from doing cleanup in his OnDeleteAllItems() handler

2004-09-23 09:59 VZ, revision 29274

hack to _really_ fix crashes in comctl32.dll when processing HDN_GETDISPINFO

2004-09-23 09:39 RN, revision 29273

quick comment fix

2004-09-23 09:18 VS, revision 29272

wxUSE_XRC implies wxUSE_XML now

2004-09-23 09:14 VS, revision 29271

XRC needs wxXML, check it

2004-09-23 08:39 ABX, revision 29270

Smartphone native look and feel.

2004-09-23 03:35 RN, revision 29269

simple GetContext() and one other minor doc

2004-09-23 01:02 RD, revision 29268

Added limited support for wxEventLoop (you can't derive from a wx.PyEventLoop version yet...) Updated and moved the sample showing how to replace the MainLoop to samples/mainloop/mainloop.py.

2004-09-23 00:58 RD, revision 29267

Made wxGTK's wxEventLoop::IsRunning a little more consistent with wxMSW's and uninstall the idle handled like wxYield does so Pending can eventually return false.

2004-09-23 00:53 RD, revision 29266

plug memory leak

2004-09-23 00:43 RD, revision 29265

Fixes for bug #1031151 and #1031239

2004-09-22 21:23 RN, revision 29264

wxUSE_XML and wxUSE_XRC build fixes if expat is not enabled

2004-09-22 20:57 RR, revision 29263

Small fix for tabbing into wxListBox.

2004-09-22 20:47 RN, revision 29262

Only include/build pnghand if the user builds the png library (avoids multiple build errors)

2004-09-22 20:30 RN, revision 29261

Fix aggregate has a partly bracketed Unmatched initializer warnings - which means that the compiler can't figure out which types the initializer list refers to - so now we're telling the compiler that the first and second 16 values do refer to the Bit16s and the last two values refer to the Point part of Cursor

2004-09-22 20:29 RL, revision 29260

Install the config files for cross debs under /usr/$(host), but link them to the default system location under /usr. This way the commands: wx-config --prefix=/usr/$(host) and wx-config --prefix=/usr --host=$(host) are much more congruent in their action. Another nail in the coffin for inplace hacks. Link $srcdir/include to the build dir so that --prefix=$build_dir really does point to a realistic looking installed development environment. I don't know why I didn't do this instead of (ab)using --exec-prefix to 'fix' this simple omission for so long. Probably because it is much more obvious if contrib is out of the picture. That makes it a little more work right now, but long term this is a very clean and correct thing to do. It completely absolves us of the two independent variables problem, and of the tree becoming bogus without actually being stale.

2004-09-22 15:08 RL, revision 29259

Move the WX_FLAVOUR variables to be defined generally, not just for autoconf builds, else the wince targets (at least) will complain.

2004-09-22 14:51 RR, revision 29258

Make radiobutton tab behaviour the same on MSW as in standard MSW app, i.e. tab into the activated, not necessarily the first radio button.

2004-09-22 14:38 ABX, revision 29257

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-22 11:56 ABX, revision 29256

Smartphone fix.

2004-09-22 10:59 ABX, revision 29255

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-22 10:02 CE, revision 29254

script for nightly builds

2004-09-22 06:29 JJ, revision 29253

Committing in . Changes to make compilations on OpenVMS work: displayx11.h : one semicolon removed, since it is not needed progdlgg.cpp : On some systems (like OpenVMS) unsigned types are realy unsigned. So a comparison unsigned_var < 0 is always false and causes unreacheable code, which is flagged by the compiler. In this case a change from unsigned long to long was more what was intended here. Modified Files: wxWidgets/include/wx/unix/displayx11.h wxWidgets/src/generic/progdlgg.cpp ----------------------------------------------------------------------

2004-09-22 06:22 ABX, revision 29252

Correct #if markup to spin-based controls handling.

2004-09-22 06:20 ABX, revision 29251

WXUNUSED_UNLESS_ODRAWN does not reflect wxUSE_MENUS_NATIVE.

2004-09-22 06:18 ABX, revision 29250

Warning fix to unused variable.

2004-09-22 06:17 ABX, revision 29249

Adjustement to the small display of Smartphones.

2004-09-22 06:10 ABX, revision 29248

wxrc impossible on WinCE.

2004-09-21 23:46 RL, revision 29247

Filter out the 'std' pseudo-lib from monolithic builds too.

2004-09-21 22:30 RD, revision 29246

Bump subrelease to 2.5.2.9.

2004-09-21 21:54 RL, revision 29245

Add xrc to the dist target. Bump subrelease to 2.5.2.9.

2004-09-21 21:21 VZ, revision 29244

update from Petri Jooste for 2.5.2

2004-09-21 18:15 ABX, revision 29243

Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-21 17:58 RL, revision 29242

Fix registered location of docs.

2004-09-21 17:16 RL, revision 29241

wx-config2.6 Designed to be resiliant against future cut and paste coders. Any gnarly parts are black boxed away nicely to avoid accidents and have integrated debugging support for trivial sanity checking in the event of modification or trouble. In this way the major operations are all cleanly separated making any or all of them simply extensible, or replaceable in the face of future needs. Functions now all have api descriptions. If you rely on a function to act in some way, please document it to safeguard yourself against inadvertant interface changes by others. Everything now runs top top to bottom, we don't try to output things as fast as we can read them anymore, instead we read everything in, sort over it just once without the need for 'just in case' temp's, and then output whatever we were asked for only when we are sure we have the correct answer. Almost all key data aims to be constant past the point of its initialisation so side effect creep and trouble with half (re)initialised data should be significantly reduced in future. In almost every case it is easy and clean to simply delay initialisation until all required input channels have been emptied. If you like, think of it as mostly being one big constructor, with a little destructor at the end which outputs what you requested. At core, it is simply a generated config file -- with some user friendly logic for extracting its data and finding related files. Removed references to --gl-libs in --help. It still exists, but if its deprecated, no need to fill space in a compact help summary. It will remain documented (as deprecated) in the man page. Removed references to arcane order rules for arguments. Those limitations don't exist anymore, though the options are backward compatible in all other respects from the user pov. Removed references to --inplace, it doesn't need to be in the summary help either. It also is still accepted as an option, but there is no value in passing it, an uninstalled wx-config will automatically behave correctly. When you need --inplace, it will supply that behaviour for you (but there is no harm in typing it your self in that case). If you do type it when you don't need it, bad things will probably happen just like they always would have. Along with items above, generally compressed --help text to fit on even a traditional sized terminal without the need for paging. If we want more detailed help built in, it should be broken into separate pages, and this would be a trivial extension. Command line input is now controlled by a small generic parser. You define what options you want and what groups you want them in by initialising them as lists. It runs over all the input and fills corresponding psuedo-hashes from it for you to use as you please later. Added a validator for it to check yes/no options. Use posix extended regex instead of gnu 'basic' regex extensions, grep -E is portable, if gmake is not a requirement, we surely can't push gnu grep on people. Made --list more user friendly. It will now always list the current wx-config if it matches the feature spec, though it will warn if that config is not in the specified --prefix. Alternate configs that match (if any) are listed separately. An unqualified call to wx-config --list will always return (at least) the config that was called. We can never have a 'hanging' wx-config shell with no real implementation to back it up anymore so we can always return a sensible result for the user. A wx-config anywhere can list (and hence use) the configs installed in any (other) prefix. Delegation. Too big a topic to remark on in depth here, see the code for a fuller description. With everything being nicely constant and aligned to the respective library build, then aside from delegation, wx-config really is _just_ a config file (albeit with a layer of logic around the constants), and each wx-config carries a set of defaults which match perfectly the library build that it was generated with. If you choose a set of features that it can match, it will answer all your queries for them, if it cannot, it will seek to delegate to the config that is most like itself, but which can supply all the features you specified. This should be completely compatible with any set of options that returned a sensible result previously, and produce a sensible result in many cases where previously the collating order of your locale or the nuances of your filesystem operations would decide which library it thought you wanted. Sort duplicates out of the list of libraries and trickle shared dependencies down the list to properly support static builds. Added the inplace-config tweak for use in the build tree. This works like any other config, except it presets the default prefix to point at the build dir instead of the configured prefix that will become the default if this build is installed. It provides the behaviour of --inplace when $build_dir/wx-config is called without also specifying a different --{exec-,}prefix or any feature flags that it is incompatible with. In that event, it will try to delegate as per the normal rules. The inplace wrapper is not installed with the primary config which cleanly disables it for system installs. It will be invalidated if the build (or source) dir is moved, but will be revalidated if the build tree is subseqently updated with ./config.status --recheck && config.status (which it probably would need to be to build anyway for other reasons at present too) Enabled full support for static builds again, promoted --static to a full feature option. Fixed --ld to return something for them too. Added --flavour, similar to the existing --vendor, but for autoconf builds. These will probably want to be streamlined further. Broadened the use of release and flavour labels to support better concurrent installs. Fix bit rot in make-dist due to new/deleted files. Whittled down the number of obsolete and duplicated substitution variables in configure.in, and lowercased some variables we no longer export for substitution. Use the autoconf macros to generate files where we want them instead of making them someplace and then moving them all about. Remove extra files and symlinks added for the two part wx-config version. Removed the debian -contrib packages. We'll use multi-lib support to manage them from now on and indiviual libs can be split out along functional lines if required. This means the retained contribs will now get __WXDEBUG__ versions packaged too. Removed conflicts from almost packages except i18n and wxPython. All packages now either update or install alongside any existing ones. Added support for flavoured debs as well.

2004-09-21 13:24 , revision 29240
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/lib/dummy
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/misc/afm
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/misc/afm/.cvsignore
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/misc/afm/Zapf.afm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/internat/internat.def
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/internat/internat.rc
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/layout/layout.def
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/printing/printing.def
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/resource
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/tab/mondrian.ico
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/common/glob.inc
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/configure
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/configure.in
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/expat.dsp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/lib/expat.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/lib/internal.h
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/html/search.cpp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/.cvsignore
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/ANNOUNCE
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/ansi2knr.1
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/ansi2knr.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/CHANGES
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/configure
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/example.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/INSTALL
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/KNOWNBUG
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/LICENSE
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/libpng.3
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/libpng.txt
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/libpngpf.3
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/makefile.dos
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/makefile.sc
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/makefile.unx
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/makefile.vc
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/makefile.wat
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/makemac6.mcp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/png.5
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/png.c
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/png.dsp
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/png.dsw
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/png.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngasmrd.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngconf.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngerror.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pnggccrd.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngget.c
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngM5.xml
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngM7.mcp
  • A /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngM8.xml
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngmem.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngpread.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngread.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngrio.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngrtran.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngrutil.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngset.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngtest.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngtrans.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngvcrd.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngwio.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngwrite.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngwtran.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/pngwutil.c
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/projects/beos
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/projects/borland
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/projects/msvc
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/README
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/TODO
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/png/Y2KINFO
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/regex/regfronts.c
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/src/unix/net.cpp
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/zlib/crc32.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/zlib/FAQ
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/zlib/INDEX
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/zlib/inflate.h
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/zlib/README
  • R /wxWidgets/tags/END_OF_THE_STONE_AGE/src/zlib/trees.h
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/END_OF_THE_STONE_AGE/utils/wxprop

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

2004-09-21 13:24 ABX, revision 29239

Missed labels to replace number of 'topicNNN' in anchors.

2004-09-21 11:34 CE, revision 29238

fix for gtk/mdi when changing menubars

2004-09-21 10:18 ABX, revision 29237

XRC movement influenced depth of paths.

2004-09-21 10:11 ABX, revision 29236

XRC library usage fix.

2004-09-21 09:08 ABX, revision 29235

Smartphone fix.

2004-09-21 09:03 ABX, revision 29234

WinCE warning fix.

2004-09-20 19:30 VS, revision 29233

moving XRC to the core

2004-09-20 19:15 VS, revision 29232

moving XRC to the core

2004-09-20 18:41 VS, revision 29231

moving XRC to the core

2004-09-20 11:31 ABX, revision 29230

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-20 11:21 ABX, revision 29229

Missed labels to replace number of 'topicNNN' in anchors.

2004-09-19 22:00 VZ, revision 29228

added unit tests for wxStringStreams

2004-09-19 21:59 VZ, revision 29227

fixed include header name

2004-09-19 21:58 VZ, revision 29226

added wxStringOutputStream::TellO(); fixed bugs in OnSysWrite()

2004-09-19 21:49 VZ, revision 29225

fixed bug with seeking beyond the end in wxStringInputStream::OnSysSeek() triggered by unit test

2004-09-19 21:35 VZ, revision 29224

made wxStringInputStream::GetSize() public instead of protected

2004-09-19 21:26 VZ, revision 29223

added wxStringStream classes

2004-09-19 17:20 JS, revision 29222

Correction for GTK+1

2004-09-19 16:08 JS, revision 29221

GDK_WINDOW_TYPE_HINT_SPLASHSCREEN not available in GTK+ 2.0

2004-09-19 13:17 VZ, revision 29220

compilation fix for Borland

2004-09-19 12:05 VZ, revision 29219

rebaked to include latest modifications (mainly choicebkg addition)

2004-09-19 12:03 SN, revision 29218

Applied patch #1023777 (Notebook initialisation).

2004-09-19 10:55 VZ, revision 29217

don't crash under GTK1 if we failed to get GdkFont in GetTextExtent()

2004-09-19 10:08 VZ, revision 29216

added missing header to fix !USE_PCH compilation

2004-09-18 23:51 RD, revision 29215

Added wx.Choicebook

2004-09-18 23:13 RD, revision 29214

MemoryFSHandler_AddFile updates

2004-09-18 23:12 RD, revision 29213

Getthe GIL before raisign an exception

2004-09-18 23:11 RD, revision 29212

Added bin selection

2004-09-18 23:11 RD, revision 29211

docstring tweaks

2004-09-18 21:54 VZ, revision 29210

mention that Check() doesn't work before the item is attached to a menu

2004-09-18 20:14 RD, revision 29209

Unicode compilation fix

2004-09-18 19:51 VZ, revision 29208

keep m_value in sync with real combobox value (set it initially and update it correctly in CBN_EDITCHANGE handler)

2004-09-18 17:33 RD, revision 29207

Use line.Draw(dc) instead of line.GetEventHandler().Draw(dc)

2004-09-18 17:21 RD, revision 29206

Point x,y fixes from Pierre

2004-09-18 14:29 VZ, revision 29205

added wxSizerItem::Init()

2004-09-18 14:24 VZ, revision 29204

active mode support for wxFTP (extremely heavily modified patch 1006252)

2004-09-18 14:23 VZ, revision 29203

oops, compilation fix after moving code around

2004-09-18 14:21 VZ, revision 29202

use 4K buffer instead of reading characters one by one in ReadLine()

2004-09-18 14:16 CE, revision 29201

fix compile break for unknown FLASHWINFO

2004-09-18 13:21 VS, revision 29200

moving XRC to the core

2004-09-18 13:03 VS, revision 29199

fixed corrupted file, checked in as text file now

2004-09-18 12:36 VZ, revision 29198

removed unneeded (after patch 1027243) disable.bmp

2004-09-18 12:34 VZ, revision 29197

construct brush used for painting disabled bitmap buttons dynamically (heavily modified patch 1027243)

2004-09-18 12:09 VZ, revision 29196

fixed crash when closing window that contains STC (patch 1017268)

2004-09-18 11:54 VZ, revision 29195

fixed signature of wxTimerProc to be conformant to what Windows expects it to be

2004-09-18 11:34 VZ, revision 29194

moved GTK headers needed by wxUniv to GTK_LOWLEVEL_HDR from GTK_HDR (should fix 1016249)

2004-09-18 11:03 VZ, revision 29193

fixed SetWindowStyleFlag() to not remove WS_VISIBLE; also refresh the control automatically (closes bug 1019440)

2004-09-18 11:01 VZ, revision 29192

added test for toggling wxLC_[HV]RULES styles

2004-09-18 09:59 VZ, revision 29191

compilation fix

2004-09-18 09:53 VZ, revision 29190

added GetMenu() (closes bug 1026662)

2004-09-18 09:46 VZ, revision 29189

replaced wxLogLastError with an assert when checking an item not attached to a menu (see bug 1030141)

2004-09-18 09:27 VZ, revision 29188

compilation fix

2004-09-18 08:53 VS, revision 29187

moving XRC to the core

2004-09-18 08:19 VS, revision 29186
  • D /wxWidgets/trunk/src/xrc/Makefile.in
  • D /wxWidgets/trunk/src/xrc/xrcM8.xml

moving XRC to the core

2004-09-17 22:23 ABX, revision 29185

Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-17 22:20 VZ, revision 29184

added possibility to specify printer bin (patch 910272)

2004-09-17 22:09 VZ, revision 29183

do not call CopyIcon() in CloneRefData(), HICON is going to be overwritten or invalidated anyhow

2004-09-17 21:44 VZ, revision 29182

rewrote some sizer code using wxSizerFlags

2004-09-17 21:42 VZ, revision 29181

added wxSizerFlags

2004-09-17 19:26 VZ, revision 29180

compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__ (replaces patch 1025268)

2004-09-17 19:12 VZ, revision 29179

fixed rounding errors in variable status bar panes widths computation (patch 1030021)

2004-09-17 18:20 ABX, revision 29178

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:57 ABX, revision 29177

Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-17 17:39 ABX, revision 29176

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:24 ABX, revision 29175

wxChoicebook follows wxListBook internal changes. Styles centralized for all wxBookCtrls.

2004-09-17 15:29 RD, revision 29174

Correct indentation and Snap calls

2004-09-17 15:27 RD, revision 29173

Append --> append

2004-09-17 15:06 VZ, revision 29172

made all Add/Insert/Prepend methods inline

2004-09-17 13:25 VZ, revision 29171

forward all wxSizer::Add/Prepend/Insert() to a virtual Insert(wxSizerItem) function, all the others made non virtual

2004-09-16 22:36 VZ, revision 29170

fixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch 1028986)

2004-09-16 22:34 VZ, revision 29169

fix for crash on 64 bit platforms (patch 1028942)

2004-09-16 22:31 VZ, revision 29168

use wxFputs(), not fputs(), in Unicode mode under Unix too (modified patch 1017940)

2004-09-16 22:27 VZ, revision 29167

don't force __WXMOTIF__ definition under HP-UX (patch 1017801)

2004-09-16 22:25 VZ, revision 29166

make the label window visible (patch 1013447)

2004-09-16 22:14 VZ, revision 29165

made wxListbook events more consistent with wxNotebook ones (patch 1001271)

2004-09-16 22:10 VZ, revision 29164

fix for wxJoystick when not calling SetCapture() (patch 1000685)

2004-09-16 22:06 VZ, revision 29163

don't assert if Update(m_maximum) is called twice (replaces patch 995186)

2004-09-16 22:04 VZ, revision 29162

smoother time estimation updates in wxProgressDialog (patch 992813)

2004-09-16 21:57 VZ, revision 29161

more 'realistic' progress dialog test (part of patch 992813)

2004-09-16 21:23 VZ, revision 29160

spelling fix

2004-09-16 20:51 VZ, revision 29159

mention that read_write mode doesn't work for standalone buffers

2004-09-16 20:15 RD, revision 29158

A change similar to that in Bug #837902 to correct minsize calc for window2

2004-09-16 18:50 VZ, revision 29157

fixes for harmless mingw32 warnings

2004-09-16 18:35 ABX, revision 29156

Description of the 'generic dialogs in native builds' application.

2004-09-16 18:13 ABX, revision 29155

Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-16 17:44 ABX, revision 29154

Reverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.

2004-09-16 16:44 ABX, revision 29153

Warning fix (unused value assignment).

2004-09-16 16:36 ABX, revision 29152

Missed labels to replace number of 'topicNNN' with readable filenames in tex2rtf output.

2004-09-16 16:02 RL, revision 29151

Using != doesn't work for bakefile, I don't know what does, or what this change really wanted to achieve, but its been broken for a couple of days now. Back to you ABX for a real fix. But please install bakefile if you are going to tweak these files.

2004-09-16 15:42 ABX, revision 29150

Corrections to frame/tlw references.

2004-09-16 15:13 ABX, revision 29149

wxChoicebook generic implementation.

2004-09-16 11:29 ABX, revision 29148

wxChoicebook generic implementation.

2004-09-15 23:07 VZ, revision 29147

fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new value when called from EVT_COMBOBOX handler

2004-09-15 22:36 VZ, revision 29146

added tests for EVT_ICONIZE/MAXIMIZE

2004-09-15 22:14 VZ, revision 29145

fixed wxMaximizeEvent generation

2004-09-15 14:00 ABX, revision 29144

ISO C++ cast fix (patches #1024150 and #1024149).

2004-09-15 13:20 ABX, revision 29143

Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().

2004-09-14 17:33 VZ, revision 29142

fixed base classes; also added include file section

2004-09-14 15:33 VZ, revision 29141

output "GTK+ 2" toolkit for gtk2 builds

2004-09-14 15:15 VZ, revision 29140

allow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul Gammans)

2004-09-14 12:08 ABX, revision 29139

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-14 11:41 ABX, revision 29138

MGL workaround for the build system.

2004-09-14 11:14 GT, revision 29137

Grammtical correction in commented out documentation, but fixed anyway as the comment says portions of the documentation may get moved to other sections of the manual

2004-09-14 11:08 GT, revision 29136

ClearMemberVar() did not correctly handle columns defined as SQL_C_LONG

2004-09-14 06:29 RD, revision 29135

reSWIGged

2004-09-14 02:58 RD, revision 29134

reSWIGged

2004-09-14 02:57 RD, revision 29133

Some change notes

2004-09-13 23:23 RD, revision 29132

Added SetToWeekOfYear, deprecated SetToTheWeek and GetWeek

2004-09-13 23:21 RD, revision 29131

Added wx.WINDOW_DEFAULT_VARIANT constant

2004-09-13 23:20 RD, revision 29130

wx.Sizer.Show can be recursive

2004-09-13 23:20 RD, revision 29129

AssociateHandle and DissociateHandle

2004-09-13 23:19 RD, revision 29128

#if fix so we don't end up using the generic header on wxMac

2004-09-13 23:18 RD, revision 29127

check that the wxDateTime is valid before converting to datetime

2004-09-13 23:17 RD, revision 29126

whitespace fix

2004-09-13 20:14 VZ, revision 29125

replaced wxControl with wxWindow in 2 methods

2004-09-13 18:18 RD, revision 29124

workaround bug in SWIG's t_output_helper

2004-09-13 18:03 ABX, revision 29123

Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.

2004-09-13 17:53 ABX, revision 29122

Corrections to wxDirDialog usage.

2004-09-13 14:11 VZ, revision 29121

fixes after some of wxFrame methods were extracted to wxTLW docs

2004-09-13 13:46 ABX, revision 29120

Recursive wxSizer::Show for subsizer and return value if element was found.

2004-09-13 09:24 VZ, revision 29119

no changes, just removed a wrong comment

2004-09-13 09:23 VZ, revision 29118

mention wxDateTime::SetToTheWeek() change

2004-09-13 09:22 VZ, revision 29117

added missing conv parameter to wxTextOutputStream ctor

2004-09-13 09:16 VZ, revision 29116

file with DoMessage() declaration (which I forgot to commit ages ago)

2004-09-13 04:41 SC, revision 29115

searching for wxToolBar parent only for kEventMouseMoved events

2004-09-12 15:08 VZ, revision 29114

only define operator<<(wchar_t) in Unicode build

2004-09-12 14:24 SC, revision 29113

added GetMenu Support for MENU_OPEN

2004-09-12 11:54 VZ, revision 29112

compilation fix after last commit

2004-09-12 11:52 VZ, revision 29111

fixed VC6 compilation

2004-09-12 11:46 VS, revision 29110

merged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce broken PNG files)

2004-09-12 11:40 , revision 29109
  • A /wxWidgets/tags/LIBPNG_1_2_7
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/pngasmrd.h
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/borland
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/msvc
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.bd32
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.macosx
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/pngdef.pas

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

2004-09-12 11:40 VS, revision 29108
  • R /wxWidgets/trunk/src/png/pngnow.png
  • R /wxWidgets/trunk/src/png/pngtest.png
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-head.in
  • R /wxWidgets/trunk/src/png/scripts/libpng.pc.in
  • R /wxWidgets/trunk/src/png/scripts/makefile.32sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.64sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.aix
  • R /wxWidgets/trunk/src/png/scripts/makefile.beos
  • R /wxWidgets/trunk/src/png/scripts/makefile.cygwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.darwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.dec
  • R /wxWidgets/trunk/src/png/scripts/makefile.gcmmx
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpgcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpux
  • R /wxWidgets/trunk/src/png/scripts/makefile.linux
  • R /wxWidgets/trunk/src/png/scripts/makefile.ne12bsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.netbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.openbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.sco
  • R /wxWidgets/trunk/src/png/scripts/makefile.sggcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.so9
  • R /wxWidgets/trunk/src/png/scripts/makefile.solaris
  • R /wxWidgets/trunk/src/png/scripts/pngos2.def
  • R /wxWidgets/trunk/src/png/scripts/pngw32.def

This commit was generated by cvs2svn to compensate for changes in r29107, which included commits to RCS files with non-trunk default branches.

2004-09-12 11:40 VS, revision 29107

imported libpng 1.2.7

2004-09-12 11:40 , revision 29106

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

2004-09-12 11:40 VS, revision 29105

Initial revision

2004-09-12 09:32 SC, revision 29104

toolbartool has to send events to parent for tooltips to work

2004-09-11 22:23 VZ, revision 29103

typo in last commit

2004-09-11 22:17 VZ, revision 29102

added As/DissociateHandle() and implemented it for MSW (modified patch 972356)

2004-09-11 22:07 VZ, revision 29101

deprecated SetToTheWeek() and GetWeek(); added and documented new and well-defined SetToWeekOfYear()

2004-09-11 21:37 VZ, revision 29100

fixed GetWeekOfYear() for first/last week in some cases (patch 908793)

2004-09-11 20:26 VZ, revision 29099

fixed CopyFromBitmap() for shared wxIcon objects by adding CloneRefData() implementation (patch 1026453)

2004-09-11 19:21 VZ, revision 29098

BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION

2004-09-11 19:18 VZ, revision 29097

msw/helpchm and helpwin.cpp should be LOWLEVEL; msw/dirdlg.cpp should not

2004-09-11 19:10 VZ, revision 29096

added a missing delete which resulted in a small memory leak on each wxExecute() (fixes 926802)

2004-09-11 18:47 VZ, revision 29095

default MB -> WC conversion under Win32 now fails if it encounters invalid MB chars; this is more iconv-compatible and fixes wxTextInputStream::NextChar()

2004-09-11 18:42 VZ, revision 29094

overload operator<<() for wchar_t too (if applicable/possible); this fixes the problem with << '\n' producing '10' on output

2004-09-11 18:39 VZ, revision 29093

define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers having real wchar_t native type and 0 for broken ones which define it as a typedef

2004-09-11 08:25 SC, revision 29092

NO_DEFAULT support added

2004-09-11 07:42 SC, revision 29091

support for sys-opted window variant

2004-09-10 21:44 RD, revision 29090

Accomodate either {prefix}/lib or {prefix}/lib64 (the latter is used on SuSE x86_64 distro)

2004-09-10 21:44 RD, revision 29089

reSWIGed

2004-09-10 21:42 RD, revision 29088

reSWIGged

2004-09-10 21:36 RD, revision 29087

ensure that the wxString gets all the wide chars

2004-09-10 21:34 RD, revision 29086

another change note

2004-09-10 20:54 RD, revision 29085

Forgot about CalendarEvent

2004-09-10 20:53 RD, revision 29084

Extended the wx.calendar.CalendarCtrl class with methods that get/set a Python datetime or date object. (These will only work with Python 2.3+) The methods are PySetDate, PyGetDate, PySetLowerDateLimit, PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and PyGetUpperDateLimit.

2004-09-10 20:36 VZ, revision 29083

make background colour apply to choice/combobox dropdown listbox as well as the main part (patch 1023669)

2004-09-10 20:08 RD, revision 29082

Fixed typo

2004-09-10 20:06 RD, revision 29081

Add depth param to ConvertToBitmap

2004-09-10 20:01 RD, revision 29080

Added GetListView accessor

2004-09-10 19:54 RD, revision 29079

Fix for ogl.FORMAT_SIZE_TO_CONTENTS

2004-09-10 13:24 ABX, revision 29078

Some unnecessary wxUSE_MFC occurences removed following Vadim's experience (see wx-dev on 6.8.2004).

2004-09-10 12:56 ABX, revision 29077

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty().

2004-09-10 12:09 ABX, revision 29076

DMC reality.

2004-09-10 04:54 RD, revision 29075

reSWIGed

2004-09-09 23:14 RD, revision 29074

fixed case typo

2004-09-09 21:02 RD, revision 29073

reSWIGged

2004-09-09 20:37 RD, revision 29072

undo last change

2004-09-09 20:35 RD, revision 29071

default is gtk2 & unicode

2004-09-09 20:34 RD, revision 29070

dependencies for the new swig runtime files

2004-09-09 19:16 RD, revision 29069

Added RequestUserAttention

2004-09-09 19:07 RD, revision 29068

Removed my copy of distutils from the wxPython source tree.

2004-09-09 19:03 RD, revision 29067

Added RequestUserAttention

2004-09-09 18:59 RD, revision 29066

New SWIG runtime files and api updates for the move to SWIG 1.3.22

2004-09-09 18:58 RD, revision 29065

Added StockButtons to main demo list

2004-09-09 18:53 RD, revision 29064

typo fixed

2004-09-09 18:48 RD, revision 29063

New SWIG runtime files and api updates for the move to SWIG 1.3.22

2004-09-09 18:32 RD, revision 29062

New patch for SWIG, updated to SWIG 1.3.22. Removed old patches that have already been put in to SWIG

2004-09-09 18:29 RD, revision 29061

For editors and renderers the type registry takes precedence over the default attr, so we need to register the new editor/renderer for the string data type in order to make setting a default editor/renderer appear to work correctly.

2004-09-09 17:42 ABX, revision 29060

Source cleaning: TRUE/true, FALSE/false, whitespaces, tabs.

2004-09-09 17:26 RD, revision 29059

Removed my copy of distutils from the wxPython source tree.

2004-09-09 14:34 VZ, revision 29058

compilation fix for VC6 (closes 1025093)

2004-09-09 14:33 VZ, revision 29057

define WINVER as 0x0400 for VC++ 6 because its headers give a warning if WINVER >= 0x0500 is used and are generally broken for higher WINVER values

2004-09-09 14:14 ABX, revision 29056

Correct positioning of the entry text dialog.

2004-09-09 13:14 ABX, revision 29055

WinCE fixes.

2004-09-08 23:50 RD, revision 29054

Fixed wrong append() name

2004-09-08 17:30 ABX, revision 29053

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false.

2004-09-08 13:40 VZ, revision 29052

update from Vegh Janos

2004-09-08 12:00 VZ, revision 29051

unregister GL windows classes on program termination, fixes problem with wx being used in a DLL which is being unloaded and reloaded again

2004-09-08 11:18 ABX, revision 29050

Warning fix.

2004-09-08 10:49 VZ, revision 29049

reverted last check in

2004-09-08 09:53 VZ, revision 29048

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-08 06:41 ABX, revision 29047

Fixes and source cleaning for WinCE.

2004-09-08 06:26 ABX, revision 29046

Missed include due to wxBookCtrlSizer existence.

2004-09-08 06:20 ABX, revision 29045

Native Smartphone wxTextCtrl.

2004-09-07 21:02 VZ, revision 29044

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-07 20:39 VZ, revision 29043

documented GetIcon(s), extended SetIcons() doc

2004-09-07 20:34 VZ, revision 29042

extracted common wxDialog/wxFrame methods to tlw.tex

2004-09-07 20:16 VZ, revision 29041

define WINVER as 0x0502 by default (highest possible), not 0x0400; made the comment before it more clear

2004-09-07 19:50 VZ, revision 29040

added accels for submenus; removed weird wxConvCurrent assignment (such code has nothing to do in a sample, especially without any explanation)

2004-09-07 19:42 VZ, revision 29039

fixed MSW linking (check for wxUSE_GENERIC_DIALOGS_IN_MSW)

2004-09-07 11:11 ABX, revision 29038

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-07 08:34 JJ, revision 29037

Committing in . Update of an OpenVMS makefile Modified Files: wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2004-09-07 06:01 ABX, revision 29036

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-06 04:51 RL, revision 29035

Ported forward improvements from the 2.4.2.6 release. This still won't build new 2.5 packages yet, but it is changes that will happen anyway so I'm checkpointing the diff here.

2004-09-06 04:41 RL, revision 29034

Typo fixes backported from 2.5

2004-09-05 19:19 VS, revision 29033

added all IDs

2004-09-05 10:08 RL, revision 29032

GTK Combobox and Listbox aren't realized until actually visible, so a list_item created before that would receive a default style instead of the control's style. Instead of calling ApplyWidgetStyle() which would iterate all items, only the newly created item will receive the current style to speed things up. Thanks to Andreas Pflug. Closes 984861

2004-09-04 23:47 RD, revision 29031

reSWIGged

2004-09-04 23:39 RD, revision 29030

reSWIGed

2004-09-04 19:01 RD, revision 29029

reSWIGged

2004-09-04 18:48 RD, revision 29028

reSWIGed

2004-09-04 18:45 RD, revision 29027

Add DLL export macros

2004-09-04 18:06 RD, revision 29026

Add a link to the changes file, move the log file

2004-09-04 18:03 RD, revision 29025

Add the stock item helper fucntions back

2004-09-04 13:23 VS, revision 29024

wxArtProvider fix

2004-09-04 02:44 ABX, revision 29023

Spelling fixes [#1017001]

2004-09-04 01:53 ABX, revision 29022

Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-04 01:26 ABX, revision 29021

Spelling fixes [#1017001], source cleaning.

2004-09-03 21:53 VS, revision 29020

updated version to match latest wxPython release

2004-09-03 21:20 VS, revision 29019

MBCS and IM fixes (patch 1016292)

2004-09-03 19:30 RD, revision 29018

Since it is documented, changed GetOrCreateCellAttr from protected to public so it can be used from wxPython.

2004-09-03 19:14 RD, revision 29017

fixed copy/paste error

2004-09-03 19:04 RD, revision 29016

Check for m_peer != NULL in Freeze and Thaw

2004-09-03 18:59 RD, revision 29015

Fixed incorrect clipping region on wxGTK

2004-09-03 18:32 ABX, revision 29014

Source cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(), TRUE/true, FALSE/false, whitespaces, tabs.

2004-09-03 14:35 ABX, revision 29013

Fix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLICK [patch #1019696] with test code in the sample.

2004-09-03 12:43 RR, revision 29012

Applied patch to avoid g_lib wanrings.

2004-09-02 18:35 RD, revision 29011

Don't set the size until after everything is initialized

2004-09-02 00:52 RD, revision 29010

reSWIGged

2004-09-02 00:46 RD, revision 29009

stockitem.h no longer needed

2004-09-02 00:40 RD, revision 29008

reSWIGged

2004-09-02 00:33 RD, revision 29007

another tst style

2004-09-01 23:52 RD, revision 29006

more doc fixes and clarifications

2004-09-01 23:40 RD, revision 29005

really remove them

2004-09-01 23:39 RD, revision 29004

Remove wrappers for some functions meant to be interal use only.

2004-09-01 23:38 RD, revision 29003

notes about recent changes

2004-09-01 23:26 RD, revision 29002

Added demo for Stock Buttons

2004-09-01 23:22 RD, revision 29001

If wxGetStockGtkID returns NULL (such as with wx.ID_INDENT on GTK 2.2) then fall back to normal label setting

2004-09-01 22:54 RD, revision 29000

reSWIGged

2004-09-01 22:52 RD, revision 28999

Some more "wxWindows" --> "wxWidgets"

2004-09-01 22:00 RD, revision 28998

Added wx.lib.ticker.Ticker class from Chris Mellon.

2004-09-01 19:47 RD, revision 28997

Updated generic window styles

2004-09-01 19:32 RD, revision 28996

Added [GS]etBackgroundStyle

2004-09-01 19:30 RD, revision 28995

updates to support stock buttons

2004-09-01 19:29 RD, revision 28994

doc updates

2004-09-01 19:24 RD, revision 28993

Add a column for GetUnicodeKey

2004-09-01 19:23 RD, revision 28992

Demo the 3-state checkbox and also right-alignment

2004-09-01 19:22 RD, revision 28991

Added 3-state checkbox and toggle button support

2004-09-01 19:04 RD, revision 28990

rebaked, for addition of xh_tglbtn

2004-09-01 19:02 RD, revision 28989

Add 3-state styles, and wxALIGN_RIGHT

2004-09-01 18:24 JS, revision 28988

Added wxToggleButton handler

2004-09-01 17:47 JS, revision 28987

Added toggle button handler header

2004-09-01 13:39 CE, revision 28986

fix menu switching between children

2004-09-01 09:16 CE, revision 28985

mdi menu updates fixed (after SF 1012653)

2004-08-31 22:13 VZ, revision 28984

no real changes, just rewrote ChoiceEditor::EndEdit() in a slightly more concise/clear way

2004-08-31 22:12 VZ, revision 28983

removed apparently useless (and provoking a dummy event) code in ChoiceEditor::EndEdit() resetting the choice to 0 index

2004-08-31 19:56 RD, revision 28982

Version number bump, with preview flag

2004-08-31 19:54 RD, revision 28981

Don't hide the panel for non-MSW platforms.

2004-08-31 18:54 SC, revision 28980

fix for not sending a native click to a control if it is not enabled (does an enable itself)

2004-08-31 17:26 RD, revision 28979

fixed compile error

2004-08-31 17:24 RD, revision 28978

stockitem.h needs installed too.

2004-08-31 16:31 RD, revision 28977

Fixes to allow DoGetBestSize to work before CreateGrid has been called.

2004-08-31 14:54 RD, revision 28976

Adding DrawnShape (patch from Pierre Hjälm)

2004-08-31 13:59 ABX, revision 28975

some wxUSE_* macros not used consistently (patch #992456) with source cleaning (blind changes).

2004-08-31 12:44 ABX, revision 28974

Fix of memory leak with generic file dialog (Patch #1017938)

2004-08-31 12:38 ABX, revision 28973

Source cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-31 11:39 ABX, revision 28972

Generic dialogs not available in shared nonUniv builds due to their adjustement to SHARED switch of wxWidgets.

2004-08-31 07:53 JS, revision 28971

Added wxToggleButton handler

2004-08-30 22:31 VS, revision 28970

load icons from current icon theme under GTK >= 2.4, too

2004-08-30 21:31 VS, revision 28969

dllexport buffer classes used by wxString

2004-08-30 16:42 VS, revision 28968

(partially) fixed splitter sash rendering under GTK2

2004-08-30 14:42 VS, revision 28967

new stock buttons API

2004-08-30 10:18 ABX, revision 28966

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-30 07:40 SC, revision 28965

correcting a source for double event delivery

2004-08-30 07:07 SC, revision 28964

adapting textctrl position to window theme

2004-08-30 06:49 SC, revision 28963

setting the mac theme font only in VARIANT_NORMAL

2004-08-30 06:46 SC, revision 28962

supporting hidden status bar

2004-08-29 20:09 SN, revision 28961

Untabified (TABs seem to cause strange problems with autoconf-2.59, at least on OS/2.)

2004-08-29 18:52 SC, revision 28960

fixing retval for SetFont

2004-08-29 18:27 VS, revision 28959

don't include strings that shouldn't be translated in gettext output

2004-08-29 18:25 SC, revision 28958

metal appearance supported under 10.3

2004-08-29 15:53 SC, revision 28957

fixing repositioning problem for statusbar

2004-08-29 14:30 VS, revision 28956

removed wx-specific fix, it's already fixed in upstream sources

2004-08-29 13:55 JS, revision 28955

Don't draw flat box unless background style is system

2004-08-29 13:32 JS, revision 28954

SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used to optimize background erase on wxGTK (no-op on other platforms)

2004-08-29 11:02 VS, revision 28953

fixed typo

2004-08-29 10:59 VS, revision 28952

re-merged wx fix

2004-08-29 10:22 JS, revision 28951

First step in background erase optimization

2004-08-29 10:21 VS, revision 28950
  • D /wxWidgets/trunk/src/png/projects/borland
  • D /wxWidgets/trunk/src/png/projects/msvc

merged libpng-1.2.6 to HEAD

2004-08-29 10:15 VS, revision 28949

merged libpng-1.2.6 to HEAD

2004-08-29 10:07 SC, revision 28948

repositioning of mac textctrl

2004-08-29 10:04 SC, revision 28947

focus and border refreshes etc corrected

2004-08-29 09:34 , revision 28946
  • A /wxWidgets/tags/LIBPNG_1_2_6
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/projects/borland
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/projects/msvc
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/scripts/makefile.bd32
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/scripts/makefile.macosx
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/scripts/pngdef.pas

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

2004-08-29 09:34 VS, revision 28945
  • R /wxWidgets/trunk/src/png/pngtest.png
  • R /wxWidgets/trunk/src/png/projects/netware.txt
  • R /wxWidgets/trunk/src/png/projects/wince.txt
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-body.in
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-head.in
  • R /wxWidgets/trunk/src/png/scripts/libpng.pc.in
  • R /wxWidgets/trunk/src/png/scripts/makefile.32sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.64sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.aix
  • R /wxWidgets/trunk/src/png/scripts/makefile.beos
  • R /wxWidgets/trunk/src/png/scripts/makefile.cygwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.darwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.dec
  • R /wxWidgets/trunk/src/png/scripts/makefile.gcmmx
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpgcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpux
  • R /wxWidgets/trunk/src/png/scripts/makefile.linux
  • R /wxWidgets/trunk/src/png/scripts/makefile.ne12bsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.netbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.openbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.sco
  • R /wxWidgets/trunk/src/png/scripts/makefile.sggcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.so9
  • R /wxWidgets/trunk/src/png/scripts/makefile.solaris
  • R /wxWidgets/trunk/src/png/scripts/makefile.vcawin32
  • R /wxWidgets/trunk/src/png/scripts/makefile.vcwin32
  • R /wxWidgets/trunk/src/png/scripts/pngos2.def

This commit was generated by cvs2svn to compensate for changes in r28944, which included commits to RCS files with non-trunk default branches.

2004-08-29 09:34 VS, revision 28944

imported libpng 1.2.6

2004-08-29 09:34 , revision 28943

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

2004-08-29 09:34 VS, revision 28942

Initial revision

2004-08-29 09:16 VS, revision 28941

fix for CAN-2004-0797 zlib-1.2.x vulnerability (patch #1018094)

2004-08-28 19:10 MBN, revision 28940

Patch #1003174: Fixes crash when toolbar has a disabled control from Ian Brown. If you put a control (e.g. a wxChoice) on a toolbar and then later disable that control, you will get a crash. This is because the toolbar code always calls disable on the button widget for a toolbartool. When the tool is a control, there is no button, and you should call disable on the control instead. This small patch implements this logic.

2004-08-28 08:45 SC, revision 28939

correcting unicode data conversion

2004-08-27 23:13 , revision 28938
  • A /wxWidgets/tags/wxPy_2_5_2_8
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_5_2_8/lib/dummy
  • R /wxWidgets/tags/wxPy_2_5_2_8/misc/afm
  • A /wxWidgets/tags/wxPy_2_5_2_8/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_5_2_8/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_8/samples/tab/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_5_2_8/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/expat
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/expat/expat.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/generic
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/configure
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/makefile.sc
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngM7.mcp
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/README
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_5_2_8/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_5_2_8/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/infback.c
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_5_2_8/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_5_2_8/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_8/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_5_2_8/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_5_2_8/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_5_2_8/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_5_2_8/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_5_2_8/wxPython

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

2004-08-27 23:13 RD, revision 28937

reSWIGged

2004-08-27 23:12 RD, revision 28936

more test tweaks

2004-08-27 23:12 RD, revision 28935

remove preview indicator

2004-08-27 23:11 RD, revision 28934

regenerated ReST docs

2004-08-27 23:10 RD, revision 28933

note another bug fix

2004-08-27 23:10 RD, revision 28932

Add new file

2004-08-27 18:59 ABX, revision 28931

Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-08-26 18:11 RD, revision 28930

Make wxGrid play nicer with sizers.

2004-08-26 17:16 RD, revision 28929

Added wxGrid test

2004-08-26 17:07 RD, revision 28928

Only initialize wxWidgets once

2004-08-26 11:02 ABX, revision 28927

Polish translation to i18n sample + source cleaning.

2004-08-26 10:58 ABX, revision 28926

Polish translation to i18n sample.

2004-08-26 08:46 ABX, revision 28925

Source cleaning: whitespaces & tabs, ::, TRUE/true, FALSE/false.

2004-08-26 04:58 RD, revision 28924

Some of these are not in BASE, cahnge back to WXDLLEXPORT

2004-08-26 03:12 RD, revision 28923

Mention that DrawnShape hasn't been reimplemented yet

2004-08-26 03:10 RD, revision 28922

List soem of the bugs fixed

2004-08-26 03:09 RD, revision 28921

reSWIGged

2004-08-26 03:03 RD, revision 28920

Alpha is supported on GTK2 now!

2004-08-25 23:57 RD, revision 28919

don't show the message dialog on import unless there is already an app object

2004-08-25 23:56 RD, revision 28918

Ensure that runTest is not modal, even when a required module is not installed. Create the code page small and hide it to reduce flicker, it will later be shown and sized correctly when put into the notebook.

2004-08-25 23:45 RD, revision 28917

add new section

2004-08-25 23:32 RD, revision 28916

Typo fix

2004-08-25 23:31 RD, revision 28915

Update version number

2004-08-25 23:29 RD, revision 28914

Use default heights on the buttons

2004-08-25 23:10 RD, revision 28913

Fixed compile error

2004-08-25 23:09 RD, revision 28912

removed final traces of wxStAppResource

2004-08-25 22:25 RD, revision 28911

Patch from Jed Burgess that optionally allows the grid to notify when a drag event happens on a cell.

2004-08-25 22:22 RD, revision 28910

give the generic tree and list controls a DoGetBestSize

2004-08-25 22:10 RD, revision 28909

wxListbook needs to clean up the wxListCtrl when DeleteAllPages is called.

2004-08-25 22:09 RD, revision 28908

wxScrolledWindow should allow the same styles as wxPanel, especially wxTAB_TRAVERSAL.

2004-08-25 22:07 RD, revision 28907

typo fix

2004-08-25 22:07 RD, revision 28906

wxListCtrl --> wx.ListCtrl

2004-08-25 22:05 RD, revision 28905

comments

2004-08-25 22:04 RD, revision 28904

Use the right class name for caling __init__

2004-08-25 22:03 RD, revision 28903

Various tweaks and fixes from Kevin A.

2004-08-25 21:57 RD, revision 28902

Use ConvertAlphaToMask

2004-08-25 21:56 RD, revision 28901

use right return type for GetListCtrl

2004-08-25 21:22 RD, revision 28900

wxFileHistory has a second parameter

2004-08-25 21:16 RD, revision 28899

ConvertAlphaToMask

2004-08-25 21:14 RD, revision 28898

Doc tweaks, changes for stock buttons (but left commented out since that is still in flux)

2004-08-25 21:12 RD, revision 28897

Add wx.ART_BUTTON

2004-08-25 19:57 RD, revision 28896

updated to wx namespace

2004-08-25 19:38 RD, revision 28895

Corrected line endings

2004-08-25 19:31 RD, revision 28894

wx.FSFile objects should be destroyed by the user of the wxFileSystem

2004-08-25 18:50 ABX, revision 28893

Support for comma in contrib gizmo wxLEDNumberCtrl (patches #1006434, #1007063 with modifications).

2004-08-25 18:42 ABX, revision 28892

Fix for wrong replacement of the FALSE.

2004-08-25 18:39 ABX, revision 28891

Fix for missed comment markup.

2004-08-25 16:59 RD, revision 28890

Hide page2 until it is needed

2004-08-25 16:59 RD, revision 28889

"wxWindows" --> "wxWidgets"

2004-08-25 16:58 RD, revision 28888

be explicit

2004-08-25 16:57 RD, revision 28887

tweaks to play with differnt styles

2004-08-25 15:19 SC, revision 28886

added trailing slash

2004-08-25 12:17 ABX, revision 28885

Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ::.

2004-08-25 11:14 VS, revision 28884

compilation fix

2004-08-25 11:09 VS, revision 28883

WXDLLEXPORT fixes

2004-08-24 23:57 RD, revision 28882

SetSizeHints fix

2004-08-24 22:52 RD, revision 28881

Put back the caching of property panels (as there is a noticable improvement in speed) but just Hide() them instead of Reparent().

2004-08-24 22:24 VS, revision 28880

added wxListBox styles

2004-08-24 21:15 VS, revision 28879

WXDLLEXPORT fixes

2004-08-24 19:39 SC, revision 28878

FSRef transition

2004-08-24 19:30 SC, revision 28877

metrowerks is not implementing the mb calls in libc correctly (always needs correct length param), so we switch to our own conversion code

2004-08-24 18:34 RD, revision 28876

Don't cache property and style panels as wxMac can't do Reparenting

2004-08-24 10:31 ABX, revision 28875

Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!NotEmpty().

2004-08-24 01:33 DS, revision 28874

invalidate field-width cache before refreshing (Mac redraws immediately)

2004-08-23 22:27 DS, revision 28873

invalidate field-width cache when changing field count

2004-08-23 18:11 SC, revision 28872

FSRef transition, common constant

2004-08-23 17:48 SC, revision 28871

resource fork not used anymore

2004-08-23 15:45 ABX, revision 28870

Fixed sending events by submenus.

2004-08-23 14:24 SC, revision 28869

making tool enable consistent (was using mix of enable and activate controls before)

2004-08-23 13:59 SC, revision 28868

avoiding a OS-Level set focus for a control that already has the focus

2004-08-23 12:55 VS, revision 28867

fixes for C++ code generator (modified patch 1010058)

2004-08-23 10:56 ABX, revision 28866

WinCE warning fixes.

2004-08-23 10:53 ABX, revision 28865

Native SmartPhone wxChoice implementation.

2004-08-22 20:27 VS, revision 28864

center the icon vertically

2004-08-22 19:36 VS, revision 28863

added alpha channel support

2004-08-22 19:35 VS, revision 28862

more wxArtProvider fixes

2004-08-22 19:23 VS, revision 28861

added GTK2 implementation of wxArtProvider

2004-08-22 18:56 VS, revision 28860

added wxART_BUTTON

2004-08-22 18:49 VS, revision 28859

wxArtProvider usage fixes

2004-08-22 18:48 VS, revision 28858

tree control uses 16x16 pixels, explicitly request this size

2004-08-22 18:32 VS, revision 28857

set mask when converting pixbuf to pixmap

2004-08-22 18:23 VS, revision 28856

use GTK+ API for setting icons instead of direct X11 calls

2004-08-22 18:21 VS, revision 28855

added pixmap->pixbuf conversion as well

2004-08-22 17:19 VS, revision 28854

linking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider reference

2004-08-22 17:09 VS, revision 28853

wxHtmlHelpFrame's tree control uses 16x16 pixels, explicitly request this size

2004-08-22 17:08 VS, revision 28852

wxART_MISSING_IMAGE should be always available, for apps

2004-08-21 22:48 VS, revision 28851

added alpha channel support to wxGTK2's wxBitmap

2004-08-21 22:42 VS, revision 28850

added alpha channel support to wxGTK2's wxBitmap

2004-08-21 22:41 VS, revision 28849

1. added support for bitmaps with alpha channel 2. use GtkImage instead of deprecated GtkPixmap with GTK2 3. create bogus pixmap instead of GtkLabel in wxStaticBitmap with invalid bitmap

2004-08-21 18:16 DS, revision 28848

converted end of line characters (MSVC8 gives error C4335 on Mac EOLs)

2004-08-21 17:27 VS, revision 28847

autoconf >= 2.58 is needed

2004-08-21 17:15 SN, revision 28846

Check for socklen_t type using C++ mode (since gsocket.cpp is now C++ code).

2004-08-21 15:42 VS, revision 28845

removed warning-hiding cast, previous revision removed the warning

2004-08-21 13:35 DS, revision 28844

updated to reflect socket and stock button changes; disabled Traceback Tables in Release modes

2004-08-21 11:54 VS, revision 28843

threshold is pixel value, it should use unsigned char

2004-08-21 11:49 VS, revision 28842

updated license info: Remstar gace permission to change it to wxWindows License with no strings attached

2004-08-20 20:31 VS, revision 28841

fix for hot keys in menu items (patch 1013082)

2004-08-20 13:24 ABX, revision 28840

Removed obsolete (Open) Watcom conditions.

2004-08-20 12:03 ABX, revision 28839

Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE/true, FALSE/false.

2004-08-20 11:53 ABX, revision 28838

Warning fix.

2004-08-20 10:05 DS, revision 28837

removed stray comma at end of enum

2004-08-19 17:39 ABX, revision 28836

Source cleaning: whitespaces,-1/wxID_ANY,TRUE/true,FALSE/false.

2004-08-19 13:33 VS, revision 28835

removed code already present in AC_BAKEFILE

2004-08-19 13:31 VS, revision 28834

HP-UX needs mkdir -p, not mkdir for INSTALL_DIR

2004-08-19 13:22 VS, revision 28833

gcc-3.4 compilation fix

2004-08-18 22:27 VS, revision 28832

wxUniv compilation fixes

2004-08-18 19:00 SC, revision 28831

SetValue is not adding a line if values does not exist

2004-08-18 18:59 SC, revision 28830

wxOVERWRITE_PROMPT support

2004-08-18 15:37 DS, revision 28829

fixes for CW8 Mac Classic compilation

2004-08-18 11:34 ABX, revision 28828

wxApp::GetComCtl32Version seems possible and works now with DMC.

2004-08-18 09:22 ABX, revision 28827

Source cleaning.

2004-08-18 09:15 ABX, revision 28826

Fix for the undocumented holes in spiner sizes.

2004-08-18 02:34 RD, revision 28825

Don't call wx.ThePenList

2004-08-17 20:53 RR, revision 28824

Applied Andreas patch for applying the widget style to a wxRadioBox's GtkFrame.

2004-08-17 04:42 SC, revision 28823

setting the wx title as well

2004-08-16 15:33 RD, revision 28822

more comments and a typo fix

2004-08-16 15:32 DS, revision 28821

MSVC6 return warning fix

2004-08-16 15:11 RD, revision 28820

Add BundleBuilder script

2004-08-16 14:38 DS, revision 28819

doc typo

2004-08-16 13:55 VS, revision 28818

more warnings fixes

2004-08-16 13:29 VS, revision 28817

corrected SetPath tests

2004-08-16 13:13 VS, revision 28816

fixed handlers registration in DoPopupMenu (patch 1009949)

2004-08-16 12:51 ABX, revision 28815

break after return makes 'Unreachable code' warnings.

2004-08-16 12:49 ABX, revision 28814

Unused parameter warning fix.

2004-08-16 12:47 ABX, revision 28813

No mondrian.ico file.

2004-08-16 12:45 ABX, revision 28812

TRUE/true, FALSE/false, whitespace cleaning.

2004-08-16 12:31 VS, revision 28811

fixed wxImage->wxBitmap conversion for images with alpha channel

2004-08-16 12:31 VS, revision 28810

added wxImage::ConvertAlphaToMask

2004-08-16 11:32 VS, revision 28809

minor polishing of user-visible messages

2004-08-16 11:18 CE, revision 28808

fixes bug when closing mdi frame with >5 children

2004-08-16 10:32 CE, revision 28807

fixed SF bug 1007859 (avoiding changing headers)

2004-08-16 02:43 DE, revision 28806

Provide implementation for GSocket_new

2004-08-16 02:41 DE, revision 28805

Change from IsOK to IsOk to match everything else

2004-08-16 02:35 DE, revision 28804

Use variable name winid instead of id. id is a typedef in Objective-C headers.

2004-08-15 21:38 VS, revision 28803

accept files in wxHtmlEasyPrinting::{Print,Preview}File, not only URLs

2004-08-15 20:36 VS, revision 28802

more GetDefaultAttributesFromGTKWidget fixes

2004-08-15 19:51 VS, revision 28801

warning fix w/o #ifdefs

2004-08-15 19:48 VS, revision 28800

another fix

2004-08-15 19:47 VS, revision 28799

don't use pch when building samples for now

2004-08-15 19:37 VS, revision 28798

all windows can use wxCLIP_CHILDREN

2004-08-15 19:08 VS, revision 28797

fixes for stock items not known to some GTK+ versions

2004-08-15 18:39 VS, revision 28796

compilation fix for GTK2 < 2.4

2004-08-15 16:03 VS, revision 28795

style obtained from a widget not associated with screen may be wrong; we must create toplevel window and insert the widget into it to get correct style

2004-08-15 16:02 VS, revision 28794

descriptiveLabel clarification

2004-08-15 15:56 VS, revision 28793

added stock buttons support

2004-08-15 15:48 VS, revision 28792

use stock buttons in generic dialogs

2004-08-15 15:44 VS, revision 28791

1. added stock buttons support 2. fixed wxButton::GetDefaultSize to return realistic values 3. fixed DoGetBestSize to don't create buttons smaller than standard GTK+2 buttons w/o wxBU_EXACTFIT

2004-08-15 15:29 VS, revision 28790

move wxLANGUAGE_XXX constants to constans section of the manual

2004-08-15 11:50 VS, revision 28789

font affects best size, invalidate cache if it changes

2004-08-15 11:49 VS, revision 28788

invalidate best size cache when GTK style changes

2004-08-15 07:51 VS, revision 28787

gtk notebook page style fixes (patch 984864)

2004-08-14 22:54 VS, revision 28786

reverted accidentally committed changes in previous revision

2004-08-14 22:42 VS, revision 28785

attributes inheritance fix; apply style to both m_wxwindow and m_widget (patch 984858)

2004-08-14 22:08 VS, revision 28784

gtk notebook page style fixes (patch 984864)

2004-08-14 21:30 VZ, revision 28783

update from Herbert Breunung

2004-08-14 20:22 VS, revision 28782

ABX's changes to support MGL

2004-08-14 12:55 VZ, revision 28781

update from herbert breunung

2004-08-14 00:27 , revision 28780
  • A /wxWidgets/tags/wxPy_2_5_2_7
  • R /wxWidgets/tags/wxPy_2_5_2_7/build
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_5_2_7/include/wx/version.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/lib/dummy
  • R /wxWidgets/tags/wxPy_2_5_2_7/misc/afm
  • A /wxWidgets/tags/wxPy_2_5_2_7/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_5_2_7/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/tab/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_5_2_7/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/common
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/expat/expat.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/mac
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/msw
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/configure
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.sc
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngM7.mcp
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/README
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_5_2_7/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/infback.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_5_2_7/wxPython

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

2004-08-14 00:27 RD, revision 28779

wx needs imported for the error code

2004-08-14 00:20 RD, revision 28778

Version number bump

2004-08-13 23:56 VZ, revision 28777

use wxDD_DEFAULT_STYLE instead of 0 by default for style parameter of wxDirDialog ctor

2004-08-13 21:56 VS, revision 28776

[ 1008799 ] Traverse hidden directories only if hidden flag set

2004-08-13 15:49 KO, revision 28775

Added a flag to enable selecting .app bundles (programs) from the file open dialog.

2004-08-12 10:18 ABX, revision 28774

Other fixes to shared build.

2004-08-12 08:11 JJ, revision 28773

Committing in . OpenVMS updates Modified Files: wxWidgets/src/gtk/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2004-08-11 22:24 RD, revision 28772

Changed debug print into a log message

2004-08-11 22:21 RD, revision 28771

fixed crashing bug when trying to set colours too soon

2004-08-11 20:37 VS, revision 28770

moved wx-config to wx-config-VERSION (with symlink), to satisfy Debian packagers

2004-08-11 20:09 VS, revision 28769

explained how the signature works

2004-08-11 20:04 RD, revision 28768

layout tweak

2004-08-11 19:55 ABX, revision 28767

Shared build fix.

2004-08-11 19:53 ABX, revision 28766

Warning fixes, source cleaning.

2004-08-11 19:52 ABX, revision 28765

2.4 compatibility.

2004-08-11 18:14 RD, revision 28764

Put the version unmber in the subject

2004-08-11 18:11 RD, revision 28763

Set minsize and implement DoGetBestSize

2004-08-11 08:54 VS, revision 28762

fixed typo

2004-08-11 08:49 VS, revision 28761

reverted my last change, pch problem is deeper and needs to be solved in Bakefile first

2004-08-11 08:18 VS, revision 28760

assert if conversion ctors are used incorrectly

2004-08-10 22:54 , revision 28759
  • A /wxWidgets/tags/wxPy_2_5_2_5
  • R /wxWidgets/tags/wxPy_2_5_2_5/build
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_5_2_5/lib/dummy
  • R /wxWidgets/tags/wxPy_2_5_2_5/misc/afm
  • A /wxWidgets/tags/wxPy_2_5_2_5/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_5_2_5/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_5/samples/tab/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_5_2_5/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_5/src
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/expat
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/expat/expat.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/configure
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/makefile.sc
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngM7.mcp
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/README
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_5_2_5/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_5_2_5/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/infback.c
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_5_2_5/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_5_2_5/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_5/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_5_2_5/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_5_2_5/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_5_2_5/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_5_2_5/utils/wxprop

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

2004-08-10 22:54 RD, revision 28758

updated wxSUBRELEASE_NUMBER to match wxPython release cantidate build

2004-08-10 22:48 RD, revision 28757

regenerated

2004-08-10 22:47 RD, revision 28756

typo fixed

2004-08-10 18:44 VS, revision 28755

don't use precompiled headers for gsocket code

2004-08-10 16:28 RD, revision 28754

bump version number

2004-08-10 15:22 RD, revision 28753

bump version number

2004-08-10 15:22 RD, revision 28752

use root on all ssh connects to OSX, other tweaks

2004-08-10 15:21 RD, revision 28751

tweak border size

2004-08-10 15:20 RD, revision 28750

updated to wx namespace by Peter Damoc

2004-08-10 14:09 CE, revision 28749

fix bug with new numbering system

2004-08-10 13:08 ABX, revision 28748

Cleaning of sources (Univ related files). -1/TRUE/FALSE/wxIDY_ANY/wxDefaultCoord/whitespaces/!! issues.

2004-08-10 06:24 ABX, revision 28747

Reverted Borland subversion recognizion due to binary compatibility issue.

2004-08-10 04:07 RD, revision 28746

Give wxListBox a GetClassDefaultAttributes so wxCalendarCtrl (and others) can use the right set of attributes

2004-08-10 03:07 DE, revision 28745

Remove some cruft

2004-08-10 01:37 RD, revision 28744

fix some wording

2004-08-10 01:36 RD, revision 28743

More tweaks and fixes

2004-08-10 01:36 RD, revision 28742

ReloadDemoPanel is no longer needed since every sample will have a panel

2004-08-10 01:24 RD, revision 28741

Go back to the old order for loading the demo tabs. When the first sample is chosen then switch to the demo page, but stay on the current page for the other selections in case the user switched back to the overview or demo code pages.

2004-08-10 01:22 RD, revision 28740

tweaks

2004-08-10 01:21 RD, revision 28739

Make all samples in the demo have a panel in the demo notebook. For those that are frames or dialogs then the panel just has a button that launches it.

2004-08-10 01:07 RD, revision 28738

removed some samples

2004-08-09 23:44 RD, revision 28737

fixed a typo

2004-08-09 23:43 RD, revision 28736

Reduce frame size a bit

2004-08-09 23:40 RD, revision 28735

Convert EOLs in pasted or DnD'd text to match what is in the current document.

2004-08-09 23:26 RD, revision 28734

Switch to monolithic build because of a dependency problem

2004-08-09 23:17 RD, revision 28733

workaround for wxMac weirdness

2004-08-09 23:10 RD, revision 28732

Use "--libs gl"

2004-08-09 23:08 RD, revision 28731

All wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL now.

2004-08-09 23:04 RD, revision 28730

Still can't do "if (flags & wxSOUND_SYNC)..." because it will always be zero. This is the 2nd or 3rd time I've fixed this, please stop changing it back! Fixes to allow ASYNC sounds to continue after the sound object has been deleted, and so there won't be a crash the next time an async sound is played.

2004-08-09 18:14 SC, revision 28729

xcode 1.5

2004-08-09 18:08 SC, revision 28728

socket c++ adaptions

2004-08-09 17:21 ABX, revision 28727

Precise Borland C++ and DMC compiler description.

2004-08-09 17:10 ABX, revision 28726

We need one float argument to perform floating point division.

2004-08-09 16:08 VS, revision 28725

really fixed wxMenuBar::Remove (bug 610850): reverted incorrect patch 649599 and fixed data corruption and leaks in GTK+ structures

2004-08-09 15:40 JS, revision 28724

Must specify wxHSCROLL/wxVSCROLL now

2004-08-09 13:08 ABX, revision 28723

wxUSE_IOSTREAMH always 0 for MinGW (finally closed patch #910058)

2004-08-09 12:55 SC, revision 28722

unicode fixes

2004-08-09 12:43 SC, revision 28721

fixed size patch applied

2004-08-09 12:40 SC, revision 28720

gcc warning

2004-08-09 11:07 ABX, revision 28719

Fixed bug with truncation of Unicode data in wxConnection under MSW.

2004-08-09 07:44 ABX, revision 28718

wxUSE_GENERIC_DIALOGS_IN_MSW removed

2004-08-09 07:24 SC, revision 28717

catching errors

2004-08-09 06:58 SC, revision 28716

aa const

2004-08-08 21:03 SN, revision 28715

Get rid of warning about select being undeclared on OS/2.

2004-08-08 20:44 SN, revision 28714

Fixed linkage errors (C linkage vs. C++ linkage) caused by switching gsocket from C to C++ code.

2004-08-08 16:30 VS, revision 28713

don't output -DwxUSE_GUI=0 in monolithic build, setup.h will take care of setting it correctly

2004-08-08 14:51 VS, revision 28712

HP-UX fix: removed unneeded call to sed(patch #1005025)

2004-08-08 05:37 DE, revision 28711

Added const qualifier to char* in struct service_entry

2004-08-08 05:35 SC, revision 28710

wrong method call, we need to add the second update region not to replace it

2004-08-08 05:30 DE, revision 28709

Use bool instead of int. Replace TRUE/FALSE with true/false.

2004-08-08 04:48 DE, revision 28708

Removed incorrect struct qualifier from GSocketGUIFunctionsTable

2004-08-07 21:59 JS, revision 28707

Improved search for about.htm on mac

2004-08-07 21:51 MBN, revision 28706

wxMotif now uses wxX11 region code (forgot to commit).

2004-08-07 21:26 MBN, revision 28705

Compilation fix.

2004-08-07 21:24 MBN, revision 28704

Unhide function from superclass.

2004-08-07 20:25 JS, revision 28703

More likely to find the about.htm instructions now

2004-08-07 19:41 VS, revision 28702

fixed plugins naming in samples

2004-08-07 19:35 SC, revision 28701

blind fix for trails of border after resize operations

2004-08-07 19:23 SC, revision 28700

we have to include the mac/private header in order to the OSX macro at all

2004-08-07 17:25 JS, revision 28699

Help button left-aligned in wizard

2004-08-07 14:37 SC, revision 28698

support for Mac Help Button added (wxID_HELP) is automatically translated

2004-08-07 14:26 JS, revision 28697

Need to include scrolwin.h

2004-08-07 14:09 SC, revision 28696

moving focus rect overlap problems to the vis region of a window

2004-08-07 13:27 SC, revision 28695

drawing the border based on the native control's border, as things like calctrl may override the GetPosition etc. call, so that we'd draw a border around the overall control instead of the day's part

2004-08-07 13:25 SN, revision 28694

Fixed typo reported in patch 1004953.

2004-08-07 05:28 SC, revision 28693

moving popup-button closer to text

2004-08-07 05:22 SC, revision 28692

making the width of the popup button dependent from the window variant, adding a one pixel safety border below the readonly combobox, and moving the popup button one pixel to the left in order to avoid chop-off

2004-08-07 05:18 SC, revision 28691

forward declaration for combobox members

2004-08-07 03:43 RD, revision 28690

version number update

2004-08-07 03:43 RD, revision 28689

some cleanup

2004-08-07 03:04 RD, revision 28688

At least correct the compile error until we decide what to for real.

2004-08-07 03:02 RD, revision 28687

Hide the page before adjusting its size, otherwise it might get painted

2004-08-07 02:17 RD, revision 28686

update the overview text before updating the pages

2004-08-07 02:06 RD, revision 28685

Changed the order that the demo and code pages are created

2004-08-06 23:09 RD, revision 28684

A better workaround for Bug# 901694 that works with GTK+ 1.2, 2.2 *and* 2.4.

2004-08-06 22:30 DE, revision 28683

Get rid of inline C compatibility methods

2004-08-06 22:28 DE, revision 28682

Use delete foo; instead of GSocket_destroy(foo);

2004-08-06 22:14 DE, revision 28681

Use native C++ GSocket interface

2004-08-06 20:56 DE, revision 28680

Get rid of wxUSE_GSOCKET_CPLUSPLUS

2004-08-06 20:32 DE, revision 28679

Use native C++ GSocket interface

2004-08-06 19:56 DE, revision 28678
  • D /wxWidgets/trunk/src/mac/carbon/gsocket.c

gsocket.c has been replaced by gsocket.cpp

2004-08-06 19:47 DE, revision 28677

Compile gsockpm.cpp instead of gsockpm.c for wxOS/2

2004-08-06 19:37 DE, revision 28676
  • D /wxWidgets/trunk/src/os2/gsocket.c

According to Stefan Neis this file isn't used by anything other than the now defunct IBM Visual Age C++.

2004-08-06 19:34 DE, revision 28675
  • D /wxWidgets/trunk/src/os2/gsockpm.c

Removed unused file (replaced by src/os2/gsockpm.cpp)

2004-08-06 19:28 DE, revision 28674

wxMac CFM never has a GSocketGUIFunctionsTable

2004-08-06 19:22 DE, revision 28673

OS/2 now uses C++ gsocket.

2004-08-06 19:18 DE, revision 28672

C->C++ conversion

2004-08-06 19:11 DE, revision 28671

include wx/mac/gsockmac.h when compiling wxMac CFM

2004-08-06 19:04 DE, revision 28670

wxMac GSocket C -> C++

2004-08-06 18:55 DE, revision 28669

Copied src/mac/carbon/gsocket.c revision 1.20

2004-08-06 18:49 SC, revision 28668

correcting border drawing for clientareaorigin in notebooks etc.

2004-08-06 18:30 SC, revision 28667

corrected positioning of focus rect in hierarchies and changed the redraw after a control lost focus to do an invalidation instead of a redraw, because in the situations where we have wrong z-order (static boxes) a wrong shade of gray will get painted otherwise.

2004-08-06 18:28 VZ, revision 28666

removed not existing GiveFeedback() parameter

2004-08-06 18:23 RD, revision 28665

Update the notebook before running the sample in case it is a modal dialog, (but the best thing to do is to just always make a panel with buttons to launch the dialog...) Fix the find text to ensure that the found text is visible Added ability to open a PyShell window that has the app and demo frame preloaded in the namespace.

2004-08-06 17:35 ABX, revision 28664

DMC distrubutes broken header which will not be fixed due to MS ownership.

2004-08-06 17:27 ABX, revision 28663

Deleting void is undefined.

2004-08-06 16:28 DS, revision 28662

made code slightly more readable

2004-08-06 15:53 SC, revision 28661

undoing last change, widgets sample had slider label offset

2004-08-06 15:52 SC, revision 28660

moving stacking event handlers and event ref to central location, border handling when using native theme methods moved to native event handler, so that we can always make sure we only draw on the updateRgn, otherwise things get darker and darker....

2004-08-06 15:50 SC, revision 28659

moving stacking event handlers and event ref to central location

2004-08-06 13:23 DS, revision 28658

fixed MSVC6 compiler warning

2004-08-06 09:30 SC, revision 28657

switch to draw borders from the parent window, as we are not getting all redraws otherwise

2004-08-06 09:19 SC, revision 28656

add a outside area for borders and focus rects of 3 pixels to a wxWindowDC's clip region

2004-08-06 00:47 RD, revision 28655

reSWIGged

2004-08-06 00:37 RD, revision 28654

Fixed typo

2004-08-06 00:22 RD, revision 28653

GTK2 is now the default for builds. Removed the "p"(re) from the version number.

2004-08-06 00:09 RD, revision 28652

Applied (and heavily modified) a patch from Eugene <svip123@fastmail.fm> that allows the sample modules in the demo to be edited and reloaded, all from within the demo. You can switch back and forth beteen the default and your edited version, and any errors ocurring upon the reload are reported on the Demo tab.

2004-08-06 00:03 RD, revision 28651

use NormalizeFontSizes if on wxGTK2

2004-08-06 00:02 RD, revision 28650

more build tweaks

2004-08-05 23:59 RD, revision 28649

Added NormalizeFontSizes which will set the html font sizes based on the size of a system font.

2004-08-05 21:35 MBN, revision 28648

Updated italian translation.

2004-08-05 21:28 VS, revision 28647

gsocket compilation fixes: use .cpp files, not .c

2004-08-05 20:05 DE, revision 28646
  • D /wxWidgets/trunk/src/gtk/gsockgtk.c
  • D /wxWidgets/trunk/src/gtk1/gsockgtk.c
  • D /wxWidgets/trunk/src/mac/carbon/gsockosx.c
  • D /wxWidgets/trunk/src/mac/classic/gsockosx.c
  • D /wxWidgets/trunk/src/mac/classic/gsockosx.cpp
  • D /wxWidgets/trunk/src/motif/gsockmot.c
  • D /wxWidgets/trunk/src/msw/gsocket.c
  • D /wxWidgets/trunk/src/msw/gsockmsw.c
  • D /wxWidgets/trunk/src/unix/gsocket.c
  • D /wxWidgets/trunk/src/x11/gsockx11.c

Removed unneeded GSocket files

2004-08-05 19:56 VS, revision 28645

fixed dependencies: dbgrid needs odbc

2004-08-05 19:21 SC, revision 28644

corrected GetPosition and extended erasing to include the entire update rgn passed

2004-08-05 16:52 ABX, revision 28643

Peparation for native Smartphone controls based on Spinners.

2004-08-05 16:46 ABX, revision 28642

Unused parameters markup.

2004-08-05 15:08 ABX, revision 28641

Make wxSplashScreen with parent so it ends immediatelly if we close main frame very quickly.

2004-08-05 15:01 ABX, revision 28640

GCC fixes: order of initializations, type casting, empty last lines.

2004-08-05 14:29 ABX, revision 28639

Order of initializations according to class construction.

2004-08-05 13:51 VS, revision 28638

added splash sample

2004-08-05 13:51 VS, revision 28637

added Basque translation

2004-08-05 13:36 ABX, revision 28636

Fixed wrong condition.

2004-08-05 10:30 ABX, revision 28635

splash sample into distribution.

2004-08-05 09:06 ABX, revision 28634

splash sample into distribution.

2004-08-05 00:40 RD, revision 28633

little tweaks

2004-08-05 00:39 RD, revision 28632

Added ability to also do a remote build on the Jaguar machine

2004-08-05 00:37 RD, revision 28631

reSWIGged

2004-08-04 23:58 RD, revision 28630

reSWIGged

2004-08-04 22:28 RD, revision 28629

fixed typo

2004-08-04 22:27 RD, revision 28628

The build can now start RPM builds on more than one linux target, currently set up to do RH9 and FC2.

2004-08-04 22:24 RD, revision 28627

SetSizeHints --> SetMinSize or SetBestFittingSize, and other tweaks

2004-08-04 19:22 SC, revision 28626

fixing memleak, correcting huge background erase area

2004-08-04 19:04 ABX, revision 28625

wxSplashScreen sample added.

2004-08-04 18:54 ABX, revision 28624

wxSplashScreen also for About frame.

2004-08-04 18:20 SC, revision 28623

best size taking into account borders

2004-08-04 17:16 ABX, revision 28622

Array has pointers.

2004-08-04 17:14 ABX, revision 28621

wxSplashScreen sample added to global makefiles.

2004-08-04 17:08 ABX, revision 28620

wxSplash sample code, sample image, bake and make files.

2004-08-04 16:36 SC, revision 28619

redraw fixes

2004-08-04 13:13 SC, revision 28618

we have to force live updates under OSX as there is no ScreenDC on OSX available right now

2004-08-04 11:48 SC, revision 28617

corrected scroll rect position

2004-08-04 08:37 SN, revision 28616

Fixed typo reported by Ian Brown.

2004-08-04 08:04 ABX, revision 28615

Blind fix to precompiled headers verified by author of bug #1003085

2004-08-04 07:03 ABX, revision 28614

Missed defs.h inclusion.

2004-08-04 04:44 RL, revision 28613

Prepare another upload with .po updates and a wrongly reverted hunk from the KBSD patch.

2004-08-04 03:22 DE, revision 28612

Use new C++ sockets for everything except OS/2

2004-08-04 03:04 DE, revision 28611

C->C++ conversion

2004-08-04 00:35 DE, revision 28610

Support building X11 and Motif on Mac OS X

2004-08-03 21:17 RD, revision 28609

more dbg flags (but it's still comment out by defult)

2004-08-03 19:22 DE, revision 28608

Accidently left in an extra {} and also had wrong license name.

2004-08-03 19:18 DE, revision 28607

Revert original UNIX C->C++ conversion and instead make it work exactly like the new MSW C++ GSocket.

2004-08-03 18:41 DE, revision 28606

Provide stub for wxDisplayBase::GetCount()

2004-08-03 18:00 SC, revision 28605

refresh had to offset the region by borders moving windows had to take parent borders into account as well on composited windows

2004-08-03 14:46 ABX, revision 28604

Makefiles for foldbar sample.

2004-08-03 14:44 ABX, revision 28603

Makefiles for foldbar contrib.

2004-08-03 14:39 ABX, revision 28602

Full headers, Unicode markup, whitespaces, wxID_ANY, wxDefaultCoord conventions applied with some warning fixes.

2004-08-03 14:33 ABX, revision 28601

Warning fix.

2004-08-03 11:55 ABX, revision 28600

Full headers, Unicode markup, whitespaces, wxID_ANY, wxDefaultCoord conventions applied.

2004-08-03 11:18 VZ, revision 28599

added foldbar contrib

2004-08-03 08:24 ABX, revision 28598

WinCE warning fixes.

2004-08-03 06:58 ABX, revision 28597

Smartphone fix due to separated implementation of wxFileDialog.

2004-08-03 04:14 DE, revision 28596

* Made GSocket::GetError() exp/imp from net library and provide an inline compatibility function. * Provide a Null gs_gui_functions implementation.

2004-08-03 03:37 DE, revision 28595

Real C++(ish) code

2004-08-03 03:35 DE, revision 28594

Prepare for GSocket C->C++ migration

2004-08-03 03:33 DE, revision 28593

Prepare headers for C->C++ migration

2004-08-02 22:09 RD, revision 28592

updated sample

2004-08-02 22:04 RD, revision 28591

reSWIGged

2004-08-02 22:01 RD, revision 28590

little tweak

2004-08-02 21:59 RD, revision 28589

fixed typo

2004-08-02 21:56 RD, revision 28588

Added wxQuantize

2004-08-02 17:52 ABX, revision 28587

More suitable data structure (in the process of making everything wxUSE_STL insensitive).

2004-08-02 10:03 JS, revision 28586

Fix for toolbar workaround (mustn't set flag unless we're in Classic mode or we get separators showing)

2004-08-02 09:50 JS, revision 28585

Fix for toolbar workaround (mustn't set flag unless we're in Classic mode or we get separators showing)

2004-08-02 09:06 ABX, revision 28584

Regenerated makefiles after copying of subdirectory.

2004-08-02 08:59 ABX, revision 28583

Regenerated makefile after some recent addition of library.

2004-08-02 07:44 ABX, revision 28582

Regenerated file after adding except sample.

2004-08-02 07:35 ABX, revision 28581

Regenerated file after deleting gzstream.cpp

2004-08-02 07:34 ABX, revision 28580

Regenerated makefiles after new filename test by Vadim.

2004-08-02 06:09 RL, revision 28579

Reapply the HURD/KBSD hunk for icc.

2004-08-01 22:21 VZ, revision 28578

added --version-full option to wx-config

2004-08-01 09:23 JS, revision 28577

Fixed flat style for toolbars under XP, Windows Classic style

2004-08-01 09:19 JS, revision 28576

Fix by George Wismer to get flat toolbars under Windows Classic style, by setting TBSTYLE_FLAT after toolbar creation

2004-07-31 22:27 RD, revision 28575

reSWIGged

2004-07-31 21:05 , revision 28574
  • A /wxWidgets/tags/WX_2_4_2_5
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_4_2_5/lib/dummy
  • R /wxWidgets/tags/WX_2_4_2_5/misc/afm
  • A /wxWidgets/tags/WX_2_4_2_5/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_4_2_5/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_4_2_5/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_4_2_5/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_4_2_5/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_4_2_5/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_4_2_5/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_4_2_5/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_2_5/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_4_2_5/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_4_2_5/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_4_2_5/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_4_2_5/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_4_2_5/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_4_2_5/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_4_2_5/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_2_5/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_4_2_5/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/samples/printing/printing.def
  • D /wxWidgets/tags/WX_2_4_2_5/samples/resource
  • R /wxWidgets/tags/WX_2_4_2_5/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_4_2_5/samples/tab/mondrian.ico
  • D /wxWidgets/tags/WX_2_4_2_5/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_4_2_5/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_4_2_5/src/expat
  • R /wxWidgets/tags/WX_2_4_2_5/src/expat/configure
  • R /wxWidgets/tags/WX_2_4_2_5/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_4_2_5/src/expat/expat.dsp
  • R /wxWidgets/tags/WX_2_4_2_5/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_4_2_5/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_4_2_5/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/WX_2_4_2_5/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_4_2_5/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_4_2_5/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_4_2_5/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_4_2_5/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_4_2_5/src/png
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/configure
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/example.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/makefile.wat
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/makemac6.mcp
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/png.5
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/png.c
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/png.dsp
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/png.h
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/pngM5.xml
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/pngM7.mcp
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/README
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_4_2_5/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/TODO
  • R /wxWidgets/tags/WX_2_4_2_5/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_4_2_5/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_4_2_5/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/infback.c
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/README
  • R /wxWidgets/tags/WX_2_4_2_5/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_4_2_5/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_4_2_5/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_4_2_5/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_4_2_5/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_4_2_5/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_4_2_5/utils/wxprop

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

2004-07-31 21:05 RD, revision 28573

Avoid warnings in the DLL builds

2004-07-31 20:25 RD, revision 28572

reSWIGged

2004-07-31 20:25 RD, revision 28571

fixed version number

2004-07-31 20:25 RD, revision 28570

fixed typo

2004-07-31 20:24 RD, revision 28569

Various updates to catch up to wxWidgets CVS

2004-07-31 19:38 RL, revision 28568

Updated swedish translation from Jonas Rydberg.

2004-07-31 18:50 RL, revision 28567

typo fix.

2004-07-31 18:26 RL, revision 28566

Hid the GNUism in Makefile.in from other makes. Make -python conflict/replace -dbg-python to make them easier to switch. Really don't build -dbg-python by default. Added a warning about the project name change for 2.5 to README.Debian.

2004-07-31 15:43 JS, revision 28565

Fixed wxTextCtrl::SetMaxLength for rich edit controls

2004-07-31 14:38 RL, revision 28564

Silence signed / unsigned comparison warning.

2004-07-31 14:29 RL, revision 28563

Fix broken macro token pasting. Cast argument of format string to avoid warnings.

2004-07-31 14:16 RL, revision 28562

Silence warning about uninitialised variable.

2004-07-31 14:10 RL, revision 28561

Regenerated .po files.

2004-07-31 13:58 RL, revision 28560

Updated config.{guess,sub} Backported fixes from Robert Millan for HURD/K*BSD. Fix broken linking of wxgtk_gl. Fix uninitialised var warning in wxrcedit/preview.cpp Updates for 2.4.2.5 .debs. Update wx-config.1 Fixed makefile.unx in opengl samples to use --gl-lib Removed #! from newevent.py

2004-07-31 13:58 , revision 28559

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

2004-07-31 13:14 VZ, revision 28558

fixed passing wxCharBuffer to a vararg function (part of bug 1001166)

2004-07-31 07:36 DS, revision 28557

applied patch #997019: '[wxMac] updated wxSound', adds static IsPlaying() and Stop()

2004-07-31 04:39 RD, revision 28556

Fixed compilation error

2004-07-30 23:38 VZ, revision 28555

invalidate m_selection in DoRemovePage(), not in DeletePage() (replaces patch 998984)

2004-07-30 23:34 VZ, revision 28554

German translation update (patch 1000305)

2004-07-30 23:33 VZ, revision 28553

fixed wxDateTime::GetWeekDayName() for wday > Wed (patch 998646)

2004-07-30 23:18 VZ, revision 28552

fixed delete[]/free mismatch in SetAlpha (part of patch 991168)

2004-07-30 23:05 VZ, revision 28551

fixed quitting the sample; fixed memory leak of CDummyWindow

2004-07-30 23:01 VZ, revision 28550

fixed MFC sample (bug 978194)

2004-07-30 22:54 VZ, revision 28549

switched to wxEventLoopBase/wxEventLoop implementation (instead of m_impl based one) for wxMSW; minimal changes for the other ports

2004-07-30 22:51 VZ, revision 28548

define WXMSG same as Win32 MSG instead of untyped pointer

2004-07-30 19:23 ABX, revision 28547

Additional configuration check.

2004-07-30 19:14 ABX, revision 28546

Conditional compilation fix.

2004-07-30 17:44 ABX, revision 28545

Warning cleaning.

2004-07-30 15:55 ABX, revision 28544

Code and warning cleaning.

2004-07-30 15:41 ABX, revision 28543

wxUSE_STL fixes

2004-07-30 15:28 ABX, revision 28542

wxUSE_STL fixes and suggested coding of -1/TRUE/FALSE

2004-07-29 20:21 JS, revision 28541

Can't use directives within a macro

2004-07-29 20:17 JS, revision 28540

Needs log.h

2004-07-29 13:52 DE, revision 28539

Removed unused event table entries

2004-07-29 09:39 VZ, revision 28538

fix for assert when copying bitmap in CloneRefData()

2004-07-29 08:44 JS, revision 28537

Checkbox needs an extra pixel in height on WinCE

2004-07-29 02:07 DE, revision 28536

C/C++ differences

2004-07-29 02:03 DE, revision 28535

Copied from src/msw/gsocket.c revision 1.61

2004-07-29 01:40 DE, revision 28534

Applied gsockmsw.c 1.20 to 1.25 changes

2004-07-28 19:34 DE, revision 28533

wxWindowMSW::OnInitDialog is only implemented for WinCE

2004-07-28 16:02 SN, revision 28532

Switched from wxUsleep to wxMilliSleep/wxMicroSleep.

2004-07-28 14:22 VZ, revision 28531

fixed subrelease test in wxCHECK_VERSION_FULL

2004-07-28 13:56 SC, revision 28530

trying to get coordinates of native controls and wx coordinates in synch. as native controls cannot draw arbitrary borders we have to take care of that ourselves...

2004-07-28 13:51 SC, revision 28529

HasFlag is not set at this point

2004-07-28 13:48 SC, revision 28528

Refresh is necessary in earlier systems, no penalty when doing in 10.3+

2004-07-28 09:36 ABX, revision 28527

Score dialog improvements.

2004-07-28 09:34 JS, revision 28526

Worked around static box opaqueness problem on WinCE by setting the z-order in OnInitDialog

2004-07-28 09:24 ABX, revision 28525

Fixed lack of copying help. Regenerated makefiles.

2004-07-28 00:35 VZ, revision 28524

removed GSocket_[Un]Streamed

2004-07-27 20:30 JS, revision 28523

Under WinCE, we need to send the groupbox z position to the bottom to reveal the controls that were created after the group control.

2004-07-27 19:14 ABX, revision 28522

Finally whole configtool works regardless of wxUSE_STL value (at least with Borland). Changes followed adjustements of other things like better styles, storing pointers, unified headers of files, etc. etc.

2004-07-27 18:12 ABX, revision 28521

Missing headers.

2004-07-27 18:04 ABX, revision 28520

Missing DMC OFN_* values.

2004-07-27 11:34 VS, revision 28519

fixed memory leak

2004-07-27 11:28 SC, revision 28518

region from polygon added

2004-07-27 09:40 VS, revision 28517

removed useless event handlers that were breaking focus handling in wxGTK

2004-07-27 08:53 VS, revision 28516

fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl item (same thing as patch 978403 for treectlg.cpp)

2004-07-27 02:15 DE, revision 28515

Incorporated src/unix/gsocket.c 1.86 to 1.92 changes (except 1.90 to 1.91 which was applied by Vadim as 1.9 to 1.10 of src/unix/gsocket.cpp)

2004-07-26 22:14 VZ, revision 28514

removed GSocket_Unstreamed() call

2004-07-26 21:35 VZ, revision 28513

removed GSocket_[Un]Streamed(), GSocket_SetNonOriented() must be used instead

2004-07-26 21:33 VZ, revision 28512

removed _GSocket::m_oriented

2004-07-26 20:55 JS, revision 28511

Don't return wxEmptyString for e.g. wxPathOnly("\file.txt")

2004-07-26 20:16 JS, revision 28510

Stub out SetToolTip to avoid massive ifdefing when encountering a platform that doesn't support them

2004-07-26 18:48 JS, revision 28509

OFN_ENABLESIZING not appropriate for WinCE

2004-07-25 23:42 VZ, revision 28508

check if wxTheApp still exists in FreeColour(); fixes crash on shutdown

2004-07-25 23:34 VZ, revision 28507

IsTopLevel() may return true not only for wxTLW: this fixes crash when opening a menu

2004-07-25 23:13 VZ, revision 28506

detach removed submenu from the menubar too

2004-07-25 23:09 VZ, revision 28505

replace wxHashTable with a type safe hash map of Window to wxWindow

2004-07-25 23:05 VZ, revision 28504

insert now returns pair<iterator, bool>, as for the standard map

2004-07-25 20:13 VZ, revision 28503

compilation fix

2004-07-25 17:49 DS, revision 28502

removed reference to deleted wxNotebookSizer programming section

2004-07-25 17:45 DS, revision 28501

added missing closing bracket

2004-07-25 17:38 DS, revision 28500

fixed tex2rtf errors

2004-07-25 17:26 VZ, revision 28499

compilation fixes

2004-07-25 17:25 VZ, revision 28498

compilation warning fix

2004-07-25 17:21 VZ, revision 28497

reverted previous patch applied by mistake

2004-07-25 17:12 VZ, revision 28496

invalidate selection when deleting the page changes its index (replaces patch 865500)

2004-07-25 17:09 VZ, revision 28495

use wxWindowDisabler instead of ShowModal() for showing the print preview frame (patch 832288)

2004-07-25 17:06 VZ, revision 28494

replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from the patch 992473; it also adds and documents wxSOCKET_REUSEADDR flag

2004-07-25 16:57 VZ, revision 28493

better Finnish translations (patch 993051)

2004-07-25 16:56 VZ, revision 28492

implemented moving the dialog (patch 996448)

2004-07-25 16:50 DS, revision 28491

converted char * references to wxChar *

2004-07-25 16:47 VZ, revision 28490

don't define _CRTDBG_MAP_ALLOC as it is apparently unnecessary (patch 995135)

2004-07-25 16:44 VZ, revision 28489

don't include wx/wxprec.h from the headers (patch 993136)

2004-07-25 16:39 VZ, revision 28488

dc.h shouldn't include itself (patch 992933)

2004-07-25 16:38 DS, revision 28487

typo fix

2004-07-25 16:37 DS, revision 28486

added shortcut functions AddSpacer and AddStretchSpacer (plus Prepend and Insert variants)

2004-07-25 16:36 VZ, revision 28485

fixed header include guard position (patch 992443)

2004-07-25 16:33 VZ, revision 28484

don't assign the same normal value for all the other bitmaps, leave them empty (patch 990370)

2004-07-25 16:32 VZ, revision 28483

update the caret bitmap size in EVT_SIZE (patch 990361)

2004-07-25 16:25 VZ, revision 28482

corrected assert in wxSocket::Initialize()

2004-07-25 16:18 VZ, revision 28481

unused param warnings fixes

2004-07-25 16:13 VZ, revision 28480

added status bar fields styles support (patch 988292)

2004-07-25 16:02 VZ, revision 28479

fixed flushing of secondary log target in wxLogChain (patch 985711)

2004-07-25 15:59 VZ, revision 28478

fixed wxList copy ctor (patch 985473)

2004-07-25 15:52 VZ, revision 28477

compilation fix for a patch which didn't compile...

2004-07-25 15:48 VZ, revision 28476

compilation fix after last commit

2004-07-25 15:44 VZ, revision 28475

removed #pragma interface without matching #pragma implementation (replaces patch 981135)

2004-07-25 15:42 VZ, revision 28474

added DoCreate/Load/SaveDocument() (patches 983570 and 983571)

2004-07-25 15:30 VZ, revision 28473

added GetHeaderValue() (patch 974427)

2004-07-25 15:24 VZ, revision 28472

don't crash if we delete the item being edited (replaces patch 979733)

2004-07-25 15:06 VZ, revision 28471

unselect previously selected items in SetSelection() (patch 974326)

2004-07-25 15:03 VZ, revision 28470

corrected Center() for cases when client display rect origin is not at (0, 0) (patch 973192)

2004-07-25 14:01 VZ, revision 28469

added SetPath() test

2004-07-25 13:59 VZ, revision 28468

added and documented SplitVolume() and GetPathTerminators(); corrected SetPath() to treat the volume part properly (patch 970580)

2004-07-25 13:27 VZ, revision 28467

added wxFileName test

2004-07-25 12:59 VZ, revision 28466

support for alpha channel in toolbars (patch 949843)

2004-07-25 12:54 VZ, revision 28465

check better before overwriting files (patch 951868)

2004-07-25 12:41 VZ, revision 28464

documented how to use sockets in non-main thread (patch 951134)

2004-07-25 12:40 VZ, revision 28463

don't set SO_REUSEADDR by default; added GSocket_SetReuseAddr()

2004-07-25 12:36 VZ, revision 28462

removed SO_REUSEADDR

2004-07-25 12:32 VZ, revision 28461

FindItem() implementation (patch 950021)

2004-07-25 12:30 VZ, revision 28460

fixed Freeze/Thaw() for wxCombobox (patch 925808)

2004-07-25 12:30 VZ, revision 28459

added IsFrozen() (part of patch 925808)

2004-07-25 12:27 VZ, revision 28458

use BS_RIGHT for right-aligned controls (patch 945460)

2004-07-25 12:24 VZ, revision 28457

rewrote this page to look like all the others; added wxALIGN_RIGHT test

2004-07-25 12:23 VZ, revision 28456

typos in comments

2004-07-25 11:34 VZ, revision 28455

wxGTK/Cygwin fix (patch 914565)

2004-07-25 11:33 VZ, revision 28454

use Unix path separators under Cygwin