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)