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

1999-05-12 20:26 RR, revision 2436

Fixes a few SGI compiler warnings..

1999-05-12 17:49 VS, revision 2435

HTML Help Workshop support

1999-05-12 15:34 , revision 2434
  • A /wxWidgets/tags/BEFORE_FONTCHANGE
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/.cvsignore
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/config.guess
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/config.sub
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/configure
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/configure.in
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/distrib
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/docs
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/include
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/install-sh
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/lib
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/locale
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/Makefile
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/misc
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/mkinstalldirs
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/samples
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/setup
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/src
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/template.mak
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/tests
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/Makefile
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/wxConvert
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/wxFile
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/wxTest
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/utils
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/wx-config.in
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/wxGTK.spec
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/wxinstall

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

1999-05-12 15:34 KB, revision 2433

wxlayout bug

1999-05-12 15:19 RR, revision 2432

-1 is kept -1 as a wxWindowID removed som edebug code

1999-05-12 15:04 KB, revision 2431

now we can even edit again

1999-05-12 14:53 KB, revision 2430

Missing "c" bug should be gone.

1999-05-12 14:47 KB, revision 2429

Cursor movements and selections even in non-edit mode.

1999-05-12 13:50 KB, revision 2428

Scroll to cursor works correctly now.

1999-05-12 13:13 VZ, revision 2427

HAVE_WCSLEN added

1999-05-12 13:13 VZ, revision 2426

included longlong doc

1999-05-12 12:22 VZ, revision 2425

missing comma for Motif compilation added

1999-05-12 09:31 RR, revision 2424

added wxScrollWinEvent use timestamp in various events

1999-05-12 03:04 BV, revision 2423

Modified OnSashPositionChange to take an int& instead of an int.

1999-05-12 03:03 BV, revision 2422

Modified OnSashPositionChange to resize the window to minimum pane size if the selected position would result in a too-small pane. Edge-detection logic (which closes a split) moved from OnMouseEvent to OnSashPositionChange.

1999-05-11 21:09 BM, revision 2421

Fixed incorrect return type

1999-05-11 20:46 KB, revision 2420

updated

1999-05-11 20:43 KB, revision 2419

COPY works, cut still missing, highlighting buggy.

1999-05-11 20:41 RR, revision 2418

wxFrame::GetClientSize -> DoGetClientSize Minor wxDialog fix

1999-05-11 18:28 RR, revision 2417

Typos fixed. Corrected children's deletion (strict now). Corrected scrolled window's setup upon startup (with/without scrollbars etc.)

1999-05-11 17:37 VZ, revision 2416

labels respect alignment now even with GTK 1.2

1999-05-11 15:35 VZ, revision 2415

another unused param warning

1999-05-11 14:47 VZ, revision 2414

#pragma interface/implementation for gcc added

1999-05-11 14:41 VZ, revision 2413

spaces around '=' are not needed any more in config files

1999-05-11 14:08 KB, revision 2412

This one-liner seems to fix the wxStaticText alignment.

1999-05-11 12:37 VZ, revision 2411

unused parameter warnings suppressed

1999-05-11 12:11 VZ, revision 2410

unussed param warning suppressed

1999-05-11 12:08 VZ, revision 2409

one 'no' is enough when GTK 1.2.0 is not found

1999-05-11 11:50 VZ, revision 2408

library build even without wcslen()

1999-05-11 11:49 VZ, revision 2407

no changes

1999-05-11 09:15 KB, revision 2406

Some nice improvements, it's even quite fast now!

1999-05-11 08:23 RR, revision 2405

Implememted IsBeingDeleted() -> buttons work again

1999-05-10 22:56 VZ, revision 2404

MSW compilation fixes

1999-05-10 22:40 VZ, revision 2403

compile fix

1999-05-10 22:34 VZ, revision 2402

directory for test programs

1999-05-10 22:29 VZ, revision 2401

GetHandle() added (back)

1999-05-10 21:04 RR, revision 2400

Made wxWindowBase's variables protected again and such.

1999-05-10 18:27 VZ, revision 2399

wxFileSelectorEx added - could someone please implement it?

1999-05-10 18:16 VZ, revision 2398

the initial draft of wxLongLong class

1999-05-10 16:59 BM, revision 2397

Added inline keyword

1999-05-10 16:35 VZ, revision 2396

(primitive) makefile for msg catalogs and the updated wxstd.po

1999-05-10 16:19 VZ, revision 2395

patch from Janos Vegh (2nd try, now it even compiles)

1999-05-10 16:09 RR, revision 2394

Changed wxSizer::GetSize() to DoGetSize() (and others) Added debug code because I dont know why buttons sometimes work and sometimes not.

1999-05-10 16:01 VZ, revision 2393

patch from Janos Vegh for improved template handling

1999-05-10 13:31 RR, revision 2392

A few more things are back to work.

1999-05-10 11:54 KB, revision 2391

Suppressing selection highlighting in M.

1999-05-10 11:51 KB, revision 2390

Selection improvement.

1999-05-10 11:07 KB, revision 2389

wxScrolledWindow::Scroll() no longer calls Refresh(). Adjusted listctrl to this change.

1999-05-10 11:06 KB, revision 2388

Added Refresh() to OnMouse.

1999-05-10 11:02 RR, revision 2387

Small modifications to Vadims changes

1999-05-10 10:44 KB, revision 2386

Updated for Mahogany.

1999-05-10 09:18 VZ, revision 2385

DnD sample compiles and works

1999-05-10 00:42 VZ, revision 2384

wxWindow split (MSW part of changes)

1999-05-09 22:17 VZ, revision 2383

wxWindow split into wxWindowBase and wxWindow (wxGTK part)

1999-05-09 22:07 , revision 2382

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

1999-05-09 22:07 VZ, revision 2381

icons for generic dialogs

1999-05-09 21:42 JS, revision 2380

wxUSE_THREADS in sckint.h; wxMotif Clone error fixed; JPEG makefile.unx for wxMotif

1999-05-09 21:40 JS, revision 2379

#ifdefs for wxUSE_THREADS

1999-05-09 18:00 VZ, revision 2378

crash in GTK 1.0 on multiline text ctrl creation fixed

1999-05-09 17:28 KB, revision 2377

Selection marking seems fine now.

1999-05-09 15:24 KB, revision 2376

Partially functioning selections.

1999-05-09 15:19 KB, revision 2375

Added a generic wxProgressDialog and made wxPostscriptPrinter use it.

1999-05-09 15:03 JS, revision 2374

*** empty log message ***

1999-05-09 14:49 JS, revision 2373

Misc. fixes

1999-05-09 14:48 JS, revision 2372

Added JPEG jconfig.vc, BC++/VC++ makefiles. Sort of fixed jconfig.h for VC++ compilation but probably configure on Unix will go and overwrite it or something.

1999-05-09 12:24 GL, revision 2371

* Fixed two or three things in sckint.cpp but I still don't manage to fix the bug in wxSocketInternal::StopWaiter (Main thread hangs in wxThreadInternal::Wait). If someone has an idea I would be very happy ...

1999-05-09 10:54 RR, revision 2370

Applied FreeBSD patch augmented beta version to 4

1999-05-09 02:35 BM, revision 2369

Recursion bad... handle C++ style comments

1999-05-08 21:21 BM, revision 2368

Commented out 2 apparently used and invalid bitmaps

1999-05-08 21:21 BM, revision 2367

Reference counted objects should be used *much* more carefully. This was completely unnecessary.

1999-05-08 18:01 KB, revision 2366

Much improved, update rectangles almost work. Selections seem to work.

1999-05-08 14:18 RR, revision 2365

Corrected bmpbutton size added wxNO_BORDER style to button classes added WMclass and WMname strings to dialogs and frames added flag to scroll sample

1999-05-08 12:18 GL, revision 2364

* implemented VZ's idea about creating and destroying bg threads. (PB with the destruction of waiter: I think it's a race problem but I can't localize it if someone finds it please mail it to me) * Fixed race condition in threadpsx.cpp.

1999-05-08 04:58 BM, revision 2363

Fixed two missing parens

1999-05-07 23:05 KB, revision 2362

Fixed SetZoom() so it can be used from the outside.

1999-05-07 21:26 RR, revision 2361

a bit of debug code radiobox gets frames again

1999-05-07 20:48 VZ, revision 2360

compilation fix

1999-05-07 18:36 OK, revision 2359

Try to not include ctype functions for win32. Not really tested with Borland C++, as I don't have the machine with BC++ available right now, but it should probably be better anyway...

1999-05-07 18:34 GL, revision 2358

* Created a new wxObject method: wxObject::CopyObject(wxObject&) and wxObject::Clone() uses it. * Added some CopyObject to events. * Reenable the idle loop in wxEvtHandler::ProcessThreadEvent(...) * Some correctness in wxSocket. Major bugs remaining: - it seems there is a mutex problem when it works too quickly - all threads aren't destroyed ...

1999-05-07 18:02 VZ, revision 2357

tree ctrl sorting shouldn't crash when items don't have data

1999-05-07 10:51 KB, revision 2356

Crude hack to fix crash for 8bit displays. Seems to work fine. PLEASE CHECK

1999-05-07 10:20 OK, revision 2355

Took care of those missing frees from failure conditions in wxExecute.

1999-05-06 18:40 VZ, revision 2354

printf => wxLogTrace

1999-05-06 15:13 KB, revision 2353

Removed superfluous GDK_DECOR_BORDER.

1999-05-06 14:30 RR, revision 2352

minor fixes cursor fix for splitter window

1999-05-06 09:47 KB, revision 2351

Minor fixes, should be ok now.

1999-05-06 08:38 JS, revision 2350

Some doc corrections; various small fixes for Cygwin and BC++

1999-05-06 08:31 JS, revision 2349

Defined PBS_SMOOTH, PBS_VERTICAL in gauge95.cpp, if required

1999-05-05 21:42 RR, revision 2348

added wxStaticLine used in wxMessageBox added wxNO_BORDER style to radiobox

1999-05-05 21:16 KB, revision 2347

Modified WM hints handling which should be much better now.

1999-05-05 20:05 RR, revision 2346

fix for menu separator wxGlCanvas works again (but flickers)

1999-05-05 14:20 OK, revision 2345

cWX2MB and cMB2WX should be available even when without wchar_t.

1999-05-05 11:45 JS, revision 2344

Fixed Yield/Windows clash in sckint.cpp, updated makefile

1999-05-05 10:25 RR, revision 2343

Added scrolling of widgets and sample

1999-05-05 08:57 JS, revision 2342

wxNotebook fixes for Win16; VC++ 4 fixes for OLE files; wxGA_SMOOTH flag (wxMSW); wxFRAME_FLOAT_ON_PARENT style for frames (wxMSW) to get traditional MSW behaviour.

1999-05-05 05:01 RS, revision 2341

Added wxCONFIG_USE_RELATIVE_PATH option to allow relative paths for config files

1999-05-05 05:00 RS, revision 2340

Added wxCONFIG_USE_RELATIVE_PATH option to allow config files to be specified with relative paths

1999-05-04 16:16 RR, revision 2339

Fox around a bug in GTK's GtkNotebook

1999-05-04 15:54 RR, revision 2338

Found a few situations where the most recent corrections crashed. Changed default size of wxComboBox to what seems to be the only value the arrow button likes.

1999-05-04 11:15 RR, revision 2337

Added window resize patch to wxFrame Added patch to wxNotebook for keeping m_id in synch after deletion of pages Added patch for idle handling within DnD

1999-05-04 03:43 RD, revision 2336

RPM bulid updates

1999-05-04 00:25 RD, revision 2335

Some slight cleanup and reorganization Added support for making RPM distribution

1999-05-03 23:11 RR, revision 2334

TreeCtrl indentation and spacing

1999-05-03 21:09 RR, revision 2333

Fixed a bug which sometimes lead to windows showing up at the size of 20x20 (default).

1999-05-03 19:17 AN, revision 2332

to not use 'div'

1999-05-03 19:01 AN, revision 2331

to not use 'div'

1999-05-03 14:28 KB, revision 2330

fix for gtk 1.0.x

1999-05-03 12:19 RR, revision 2329

Implemented flat toolbars corrected mouse cursor over splitter window corrected segvs when setting bg colour in text ctrl sliders enlarge when they have labels to avoid pixel junk

1999-05-03 08:06 RR, revision 2328

configure defaults to sockets=1 and checks if threads are 1

1999-05-02 19:23 RR, revision 2327

Improved wxTextCtrl's wrapping behaviour wxGTK package corrections

1999-05-02 09:19 RR, revision 2326

mini-bugs in wxMenu (it now converts / to \ in the menu text) toolbar tips are yellow again typo in dcclient

1999-05-02 02:06 RD, revision 2325

More for wxPython 2.0b9 (hopefully the last...)

1999-05-02 00:04 RD, revision 2324

more 2.0b9 updates

1999-05-01 21:23 RR, revision 2323

Fix for wxPython segvs

1999-05-01 21:21 RR, revision 2322

Rewrite generic message box Minor corrections to frame/resizing Update for wxPython

1999-05-01 05:10 RD, revision 2321

wxPython 2.0b9, second phase (gtk) Added gobs of stuff, see wxPython/README.txt for details

1999-05-01 04:41 RD, revision 2320

wxPython 2.0b9, second phase (gtk) Added gobs of stuff, see wxPython/README.txt for details

1999-04-30 21:13 RD, revision 2319

wxPython 2.0b9, first phase (win32) Added gobs of stuff, see wxPython/README.txt for details

1999-04-30 21:11 RD, revision 2318

wxPython documentation update

1999-04-30 20:13 RR, revision 2317

Added hotkeys to menus "E&xit\tAlt-X" and such. Added hotkeys to minimal sample. Please on wxMSW.

1999-04-30 17:14 OK, revision 2316

Should compile better if wchar_t is not available.

1999-04-30 13:53 RR, revision 2315

Updated docs, distrib and version wxGLCanvas now gets keyboard input

1999-04-30 10:42 RR, revision 2314

jconfig.h uses configures results

1999-04-30 10:35 KB, revision 2313

suppressed compiler warning

1999-04-30 10:30 KB, revision 2312

suppressed compiler warning about unitialised umask value

1999-04-30 03:36 RD, revision 2311

wxPython 2.0b9, first phase (win32) Added gobs of stuff, see wxPython/README.txt for details

1999-04-30 03:29 RD, revision 2310

wxPython 2.0b9, first phase (win32) Added gobs of stuff, see wxPython/README.txt for details

1999-04-30 02:39 RD, revision 2309

Fixed wxValidator::Clone and friends to return a wxObject* to keep MS VC++ happy

1999-04-29 21:19 RR, revision 2308

Compile fixes for SGI

1999-04-29 17:19 OK, revision 2307

Unicode fixes.

1999-04-29 16:12 RD, revision 2306

wxPython documentation update

1999-04-29 15:57 RD, revision 2305

Added $(NEW_WXLIBNAME) to allow changing the library or DLL name

1999-04-29 15:00 RR, revision 2304

controls sample tests a bit more combox doesn't send start-up event spinbutton looks correct now slider had vertic/horiz flags mixed up threads use gdk_enter_gui() dnd works a bit more often

1999-04-28 21:41 RR, revision 2303

MiniFrame title are back. DnD and threads have stopped to work.

1999-04-28 18:28 RR, revision 2302

removed (wrong?) assert

1999-04-28 17:05 RR, revision 2301

Added configure patch for DEC Tried to find a DnD bug. Corrected a tree ctrl bug.

1999-04-28 14:06 KB, revision 2300

Fixed gtk 1.0.6 corruped menu entry names.

1999-04-28 12:56 RR, revision 2299

background colour changes for listbox and combobox

1999-04-28 11:39 KB, revision 2298

Fixed gtk 1.0.6 floating subwindow bug.

1999-04-28 08:29 RR, revision 2297

Chnages to focus code with debug code added wxSL_LABELS

1999-04-27 23:33 OK, revision 2296

Added wxchar.cpp, I think

1999-04-27 19:32 RR, revision 2295

New idle handling. Only that.

1999-04-27 18:24 GL, revision 2294

* Fixed a compilation problem on Windows * Fully added sckint.cpp to makefile.b32

1999-04-26 22:17 RR, revision 2293

combobox buglet when inserting item

1999-04-26 21:49 RR, revision 2292

compile fix in debug mode

1999-04-26 20:48 RR, revision 2291

added check for GTK 1.2 added symbol __WXGTK12__ (do not use GTK_MINOR_VERSION in your code as this is undefined anywhere outside wxGTK itself) updated wxGTK.spec for local builds fixed clipboard clear/setdata race test for wxConvLocal in dialogs sample

1999-04-26 18:18 OK, revision 2290

Changed capitalization style of wxConv* (e.g. wxConv_current is now wxConvCurrent, although I put some #defines in to still have it compile)

1999-04-26 18:16 GL, revision 2289

* Committing new wxSocket core (socket.cpp sckint.cpp). It has to be improved ... * Adding sckint.cpp to various makefiles. * Fixes in threadpsx.cpp (Pause/Resume) * Fixes in threaded event dispatching * Added Clone() to wxObject * Implemented Clone() in wxEvent and wxSocketEvent * wxSocket sample save the data got from the URL in test.url (this will change) * As I only tested wxSocket on Linux Redhat 5.2 I disabled it by default on Windows, Mac and Unix platforms.

1999-04-26 15:15 KB, revision 2288

Added the missing check for libw needed for wcslen() (Just defines in headers don't fix such a problem.)

1999-04-26 15:14 RR, revision 2287

Another attempts at getting dialog positions right Cursor fixes. This requires a recompile.

1999-04-26 13:10 RR, revision 2286

Layout things in wxMessageBox Positioning of frames and dialogs

1999-04-26 10:33 OK, revision 2285

Heavier checks for wxUSE_WCHAR_T

1999-04-26 10:16 OK, revision 2284

Optional implementation of wcslen().

1999-04-25 16:55 RR, revision 2283

experimental OLE control (the reason for the recent reshuffle)

1999-04-25 16:31 RR, revision 2282

The colour is called Aquamarine, not Aquaramine. No, you cannot eat it either. Also, menubar short cuts work now. Some more focus goodies.

1999-04-25 15:10 RR, revision 2281

Backgrounds work again splitter sample compiles with Unicode if a wxClientDC is used on an unrealized widget, the widget's realization is forced in wxClientDC added underscores to wxMenuBar - don't work.. tried to figure out why wxFrame doesn't get keyboard input

1999-04-25 12:43 OK, revision 2280

Implemented UTF-8 encoding.

1999-04-25 12:42 OK, revision 2279

Uses wxUSE_WCHAR_T for compilers that don't support wchar_t. Added wx_str() and WXCSTRINGCAST, which should be explicitly defined to work on wxChar (doesn't look like people want c_str() to be unconditionally defined as wxChar).

1999-04-25 01:00 RR, revision 2278

Fixed a layout bug in MyFixed More things done after realization wxListCtrl is grey now. Why?

1999-04-24 22:36 OK, revision 2277

GetValue() converts using wxConv_current... my app seems to be starting to work in Unicode mode, will wonders never cease.

1999-04-24 21:57 RR, revision 2276

Had to change the time point, when widgets are created (no longer forced). This seems to break wxNotebook...

1999-04-24 19:34 OK, revision 2275

Fixed bug in wxConv_local.

1999-04-24 16:00 RR, revision 2274

DnD with Unicode fixes

1999-04-24 13:57 OK, revision 2273

Added wxOKlibc(), which checks for glibc2.0, which incorrectly does UTF-8 conversion even when it's not in UTF-8 locale

1999-04-24 13:07 OK, revision 2272

Small bugfix for wxString::Printf regarding %hs...

1999-04-24 12:55 RR, revision 2271

small change required for OLE component

1999-04-24 12:25 OK, revision 2270

Constructor should survive getting passed a null pointer for conversion.

1999-04-24 12:21 OK, revision 2269

cMB2WX and cWX2MB accepts null pointers.

1999-04-24 10:18 RR, revision 2268

wxGLCanvas works again added GTK 1.2 logical functions

1999-04-24 08:50 RR, revision 2267

minimal now works in Unicode mode

1999-04-23 10:38 RR, revision 2266

made controls sample compile in unicode mode

1999-04-23 09:14 KB, revision 2265

Modify to demonstrate layout bug.

1999-04-23 07:31 OK, revision 2264

More fixes to make Borland compile this in Unicode mode.

1999-04-23 07:30 OK, revision 2263

Unicode fix.

1999-04-22 22:45 OK, revision 2262

Yet another one.

1999-04-22 22:39 OK, revision 2261

Another Unicode fix.

1999-04-22 22:19 OK, revision 2260

Unicode fix.

1999-04-22 21:54 OK, revision 2259

Unicode fix.

1999-04-22 00:31 OK, revision 2258

Added operator[] (read-only of course). Borland C++ 4.52 wasn't smart enough to automatically convert to a pointer for array indexing.

1999-04-21 21:46 OK, revision 2257

Unicode fixes.

1999-04-21 12:35 RR, revision 2256

fixed bitmap constructor for monochrome bitmaps

1999-04-20 19:23 RR, revision 2255

script update

1999-04-20 14:23 OK, revision 2254

Another "char" occurrence

1999-04-20 13:52 BM, revision 2253

Can't figure out why Borland was excluded from DRAG and DROP... anyways, its changed

1999-04-20 11:08 OK, revision 2252

Some Unicode fixes (mostly for Borland's pickiness regarding _T(), which might be considered a good thing anyway).

1999-04-20 11:05 OK, revision 2251

Moved that HAVE_WCSTR_H here.

1999-04-20 11:05 OK, revision 2250

...and my Linux doesn't have wcstr.h. (Including of those files should be performed in wxchar.h now anyway) Also encapsulated wxWCharBuffer in #if wxUSE_WCHAR_T

1999-04-20 11:00 OK, revision 2249

Some further changes. Now also sets a wsUSE_WCHAR_T that's set to 0 for MSVC++ 1.5, and 1 otherwise. You may define it to 0 for other compilers that don't have wchar_t either.

1999-04-20 10:49 RR, revision 2248

two people fixing the same thing...

1999-04-20 10:30 KB, revision 2247

typos fixed

1999-04-20 10:26 KB, revision 2246

Tests for wchar.h/wcstr.h - PLEASE DO NOT GUESS BUT USE CONFIGURE TO TEST!!!

1999-04-20 10:25 KB, revision 2245

I think I fixed the wxGenericPrintSetupDialog but PLEASE CHECK

1999-04-20 10:09 RR, revision 2244

little doc updates removed GTK 1.0 Drag'n'Drop added (const char*) constructor to wxDataFormat added -I pointing to embedded /png and /jpeg dirs corrected frame/dialog resizing

1999-04-19 20:43 JS, revision 2243

Fixed wxPostScript printing problem (used wrong constructor, and the right one was wrong anyway...) Fixed include dir ordering in wxMotif makefiles (wrong version of zlib.h picked up) and added wxchar.cpp to Motif makefile. Changed buffer.h since there's no wchar.h on my system.

1999-04-19 20:27 VZ, revision 2242

a wxCHECK added

1999-04-19 19:54 OK, revision 2241

Must include wchar.h in non-Unicode build too, since buffer.h depends on it

1999-04-19 18:27 OK, revision 2240

Hmm, seems Borland also doesn't want wchar_t in fopen() and friends (correct me if I'm wrong?)

1999-04-19 18:23 OK, revision 2239

More wxChar conversion

1999-04-19 18:04 OK, revision 2238

Those pesky globals declared all over again

1999-04-19 18:02 OK, revision 2237

Unicode conversion for MSW, or something

1999-04-19 17:48 OK, revision 2236

Helps Borland compile further in Unicode mode.

1999-04-19 17:47 OK, revision 2235

Some Unicode changes.

1999-04-19 16:31 KB, revision 2234

SOCKLEN_T expanded to socklen_t if supported, neede by ALPHA (yes, it's back!)

1999-04-19 16:11 OK, revision 2233

Forgot an additional prototype.

1999-04-19 16:07 OK, revision 2232

Attempts to make this wchar_t business compile with Borland C++ 4.52. (While I was at it, I made the macro usage even more confus... I mean portable... than before.)

1999-04-19 15:13 RR, revision 2231

JPEG fixes

1999-04-19 12:51 VZ, revision 2230

wxTextCtrl::DiscardEdits doesn't empty the text ctrl

1999-04-19 10:14 JS, revision 2229

Fixed wxexpr.cpp bug (quote wasn't being removed in new MB code); fixed one of the remaining memory leaks (wxMSW, wxDefaultValidator)

1999-04-18 21:22 VZ, revision 2228

fix for the fix for the umask fix in wxTempFile

1999-04-18 10:48 OK, revision 2227

glibc2.1 chokes on null input to wcstombs()

1999-04-18 00:20 OK, revision 2226

...for both buffer types...

1999-04-18 00:18 OK, revision 2225

Oops. The typecasting was interpreted as a constructor call...

1999-04-17 23:01 OK, revision 2224

Defer retrieval of LANG env var, too. No memory management or conversion is now performed in wxCSConv constructor.

1999-04-17 22:51 OK, revision 2223

New private SetName method in wxCSConv...

1999-04-17 20:30 VZ, revision 2222

tooltips in controls in dialogs actually work now

1999-04-17 20:29 VZ, revision 2221

radiobox now sends notification messages when the selection is changed from keyboard, but doesn't send them when the selection does not change (when the already selected button is clicked with the mouse)

1999-04-17 19:46 BM, revision 2220

Enough wxBitmapDataObject implementation to work with wxClipboard

1999-04-17 17:54 RR, revision 2219

Added a bit of libJPEG 6.0b

1999-04-17 13:55 OK, revision 2218

Unicodified list of color strings.

1999-04-17 13:46 RR, revision 2217

added missing files

1999-04-17 13:43 RR, revision 2216

libPNG 1.0.3

1999-04-17 13:21 OK, revision 2215

Adapted those asserts and debug messages for Unicode. All of wxGTK now compiles, and for my app, also links in Unicode mode. (Too bad it just segfaults though, guess it's debugging time... if only gdb wouldn't segfault even when just loading the core file)

1999-04-17 13:12 OK, revision 2214

Unicodified wxEndsWithPathSeparator

1999-04-17 12:21 OK, revision 2213

Fixed typo

1999-04-17 12:20 OK, revision 2212

Unicodified a few routines.

1999-04-16 23:06 OK, revision 2211

Unicodified wxSplitPath

1999-04-16 22:59 OK, revision 2210

Had changed the prototype of wxOnAssert after the discovery of __TFILE__ but had forgotten to change the implementation too.

1999-04-16 21:47 VZ, revision 2209

bug in handling escaped chars in entries/group names corrected

1999-04-16 19:05 BM, revision 2208

Made return a const reference

1999-04-16 18:35 VZ, revision 2207

attempted Borland C++ compilation fix

1999-04-16 18:35 VZ, revision 2206

log unknown log levels too

1999-04-16 18:27 BM, revision 2205

Changed some parameters to be const references

1999-04-16 17:51 VZ, revision 2204

wxLog shouldn't complain about log levels it doesn't know about

1999-04-16 17:26 OK, revision 2203

const-ness warnings in non-Unicode again.

1999-04-16 16:41 OK, revision 2202

Hm, better make the operators inline.

1999-04-16 14:19 OK, revision 2201

All files compile in Unicode mode, but I have only converted things near points of compiler warnings/errors, they have not been exhaustively reviewed.

1999-04-16 14:15 OK, revision 2200

Added a comment.

1999-04-16 14:14 OK, revision 2199

Some Unicode conversion.

1999-04-16 14:05 VZ, revision 2198

don't log empty status messages in wxLogWindow

1999-04-16 12:49 OK, revision 2197

Needed the reverse operator+ too...

1999-04-16 12:24 OK, revision 2196

operator+(const wxString&, const wx[W]CharBuffer)

1999-04-16 11:30 OK, revision 2195

wxGetUserHome() may return const val.

1999-04-16 11:20 OK, revision 2194

wxGetUserHome() returns a const value in Unicode mode.

1999-04-16 11:19 OK, revision 2193

Compiles in Unicode mode. OK, I've still got generic/ left to convert...

1999-04-16 11:18 OK, revision 2192

wxGetUserHome() returns "const wxMB2WXbuf" for Unix in Unicode build.

1999-04-16 09:58 OK, revision 2191

wxLoadCharacterSets() now appears to work (was a bit slow, but since it's not called until someone actually uses wxConv_local, it should not affect too many).

1999-04-16 09:52 RR, revision 2190

wxImage now uses GTK 1.2's fast rendering code if possible

1999-04-15 19:29 RR, revision 2189

removed some test code

1999-04-15 19:16 VZ, revision 2188

log messages given during program initialization are not discarded any more

1999-04-15 19:10 RR, revision 2187

small mods to tree ctrl

1999-04-15 18:09 OK, revision 2186

Defer loading of character sets, and some anti-crash checks related to missing or incomplete LANG env var.

1999-04-15 18:07 OK, revision 2185

Slightly better style?

1999-04-15 16:02 OK, revision 2184

Right-o, wxConv_local does cause some weird crashes, but things appears to work without right now, so I #if-ed it out for now.

1999-04-15 15:38 OK, revision 2183

(ugh, I need to get a faster computer) Applied the more beautiful compilation fix.

1999-04-15 15:13 OK, revision 2182

Another inline constructor to facilitate Unicode conversion without #if-ing...

1999-04-15 14:54 OK, revision 2181

Compilation problem in non-Unicode mode. (Will fix in a more beautiful way later)

1999-04-15 14:51 OK, revision 2180

Compiler warning in non-Unicode mode fixed. (No, does not fix a real problem, the library is still compiling here)

1999-04-15 14:40 KB, revision 2179

Added a wxYield() warning to wxExecute() entry.

1999-04-15 14:36 OK, revision 2178

OK, while I wait for the non-Unicode build to compile, I can report that now all files in gtk/ compiles in Unicode mode. unix/ is still missing, but that probably wouldn't take too long.

1999-04-15 14:18 KB, revision 2177

Added wxEnableTopLevelWindows(bool enable) for use by wxSafeYield().

1999-04-15 14:16 VZ, revision 2176

workaround for mingw32 div() bug

1999-04-15 13:53 VZ, revision 2175

GTK 1.0.x compilation fix

1999-04-15 13:47 VZ, revision 2174

GTK 1.0.x compilation fix

1999-04-15 13:24 OK, revision 2173

A couple more.

1999-04-15 13:02 OK, revision 2172

So far so good. These now compiles in Unicode mode.

1999-04-15 12:08 RR, revision 2171

added update UI event code to toolbar, could someone test this

1999-04-15 10:11 OK, revision 2170

Implemented wxArrayString::Shrink() and stuff.

1999-04-15 10:05 RR, revision 2169

egcs compilation fix toolbars give away their space when floating (as well)

1999-04-14 22:47 OK, revision 2168

OK, enough for today. To be continued tomorrow...

1999-04-14 21:53 OK, revision 2167

These at least compiles in Unicode mode...

1999-04-14 21:52 OK, revision 2166

char -> wxChar

1999-04-14 20:23 OK, revision 2165

This seems to be compiling.

1999-04-14 19:59 OK, revision 2164

If you look at the conversion and character set code at the bottom of string.cpp (and the #includes), maybe someone will think that it should be moved into a separate file. (I'd agree but not bother yet.) (And someone added literals without _T() in imaggif.cpp again)

1999-04-14 19:56 OK, revision 2163

More helpful Unicode stuff. Conversion classes are now: wxConv_libc (standard mbstowcs/wcstombs) wxConv_file (usually same as above, but I think some Asian locales use different encoding systems on the filenames than on the contents of the files) wxConv_UTF7 (7-bit Unicode encoding (similar to BASE64), for email etc, not implemented yet) wxConv_UTF8 (8-bit Unicode encoding, not implemented yet, just uses mbstowcs/wcstombs, which just happens to be UTF-8 in glibc2) wxConv_gdk (gdk_mbstowcs/gdk_wcstombs, not too useful) wxConv_local (current 8-bit character set, from LANG env var) wxConv_current: pointer to conversion class. Points by default to wxConv_local, but it's meant to be able to be redirected by the user (and wxGTK can point it at wxConv_UTF8 if it manages to set the UTF-8 locale). mbc_str() returns mb_str(*wxConv_current) for convenience. I will use mbc_str() in my upcoming wxGTK adaption.

1999-04-14 16:56 RR, revision 2162

wxGTK's built-in dockable menu now give their space away when floating

1999-04-14 14:58 VZ, revision 2161

HitTest() now works when the ctrl is scrolled too

1999-04-14 14:55 RR, revision 2160

mini frame rewrite (titlebar still missing)

1999-04-14 14:37 OK, revision 2159

wxConv classes and instances, including wxConv_gdk.

1999-04-14 14:36 OK, revision 2158

wxMBConv derived classes and instances. Added wxConv_gdk (wrapper for gdk_mbstowcs and gdk_wcstombs, which use X calls instead of libc calls), which should probably not be used, but is now there for completeness, and in case it's useful after all.

1999-04-14 12:58 RR, revision 2157

added wxCB_READONLY fixed MDI bug fixed GTK 1.2.0 compilation in wxMenu::something

1999-04-14 11:56 OK, revision 2156

And here

1999-04-14 11:56 OK, revision 2155

Declared here too

1999-04-14 11:55 OK, revision 2154

The char->wxChar in window.h cascades through some other header files. Someone give a hint why you'd declare the same extern global vars separately in a ton of header files instead of just once in a header file included by all the others?

1999-04-14 09:37 OK, revision 2153

char -> wxChar. (Vadim, you can probably just go ahead messing with this file now)

1999-04-13 22:29 VS, revision 2152

fixed transparency

1999-04-13 22:24 VZ, revision 2151

compilation fix

1999-04-13 20:22 RR, revision 2150

Drag'n'Drop works in a basic form

1999-04-13 17:55 OK, revision 2149

This is the way to go (well, close enough). Unicodified lots of asserts.

1999-04-13 17:45 OK, revision 2148

By this commit, I guess I'm announcing intent to add Unicode support to wxGTK. "Somebody stop me!" - The Mask

1999-04-13 16:46 RR, revision 2147

Drag works. Drop works, Drag'n'Drop doesn't work.

1999-04-13 16:22 OK, revision 2146

Got some compiler warnings in non-Unicode build. Fixed them.

1999-04-13 16:15 OK, revision 2145

Someone must have committed some ASCII string literals while I wasn't looking.

1999-04-13 15:23 OK, revision 2144

Unicode conversion. All files in the common/ subdirectory now compiles in Unicode mode.

1999-04-13 15:20 OK, revision 2143

Unicode conversion.

1999-04-13 14:36 OK, revision 2142

Now this one also compiles in Unicode mode.

1999-04-13 13:45 KB, revision 2141

Added variable cursor to highlight embedded user data.

1999-04-13 12:44 OK, revision 2140

Unicode interface (the communication itself is still in ASCII, I hope).

1999-04-13 12:40 OK, revision 2139

Unicode support.

1999-04-13 12:29 OK, revision 2138

Fixed a typo. Added sloppy implementation of wxSscanf (converts source and format, then calls vsscanf; use only on number arguments!)

1999-04-13 12:19 OK, revision 2137

Add wxSscanf (used in ftp.cpp to parse returned address)

1999-04-13 11:44 OK, revision 2136

The prevalent wide characters.

1999-04-13 11:43 OK, revision 2135

Unicode. You know the drill.

1999-04-13 11:26 VZ, revision 2134

GetViews() documented

1999-04-13 10:34 OK, revision 2133

More Unicode stuff. Implemented wxFprintf. Some printfs changed to wxPrintf, fprintf to wxFprintf, as well as the usual char->wxChar and _T().

1999-04-13 10:31 OK, revision 2132

char->wxChar

1999-04-13 10:21 OK, revision 2131

Fixed glibc2.0 check (for that glibc2.0 workaround, which gives glibc2.1 warnings instead, since __ctype_tolower/upper is not declared there) Added declarations for wxFprintf and wxVfprintf.

1999-04-13 09:01 VZ, revision 2130

wxTempFile now respects umask when creating new files

1999-04-13 08:56 VZ, revision 2129

an attempt to fix glibc2.0 stupidness

1999-04-13 08:31 VZ, revision 2128

apparently this should fix some Borland problem

1999-04-13 08:14 VZ, revision 2127

some typos in docs and code corrected (thanks Janos)

1999-04-13 08:08 OK, revision 2126

Implemented wxPrintf.

1999-04-13 08:03 OK, revision 2125

Added wxPrintf declaration.

1999-04-13 08:00 VZ, revision 2124

Pending() and Dispatch() implemented

1999-04-13 07:41 OK, revision 2123

Another one bites the dust.

1999-04-13 07:38 OK, revision 2122

Unicode-mode typos in string.cpp (where did they suddenly come from?) More Unicode-build conversion.

1999-04-13 07:19 OK, revision 2121

wxString assignment operator from wx[W]CharBuffer.

1999-04-13 06:53 OK, revision 2120

wxAtof independent of wxNEED_WX_STDLIB_H, used by Visual C++ in Unicode mode, defined to atof in non-Unicode mode.

1999-04-13 06:48 OK, revision 2119

wxAtof implementation independent of (the rest of) wxNEED_WX_STDLIB_H

1999-04-12 23:21 VZ, revision 2118

wxAtof() fixed (?)

1999-04-12 22:56 RR, revision 2117

wxDropTarget starts to work

1999-04-12 22:43 OK, revision 2116

BIG glitch.

1999-04-12 22:41 OK, revision 2115

Small glitch.

1999-04-12 22:31 OK, revision 2114

It now compiles all these files without warnings in Unicode mode. (at least It Works For Me(tm)) I will respond to any complaints when I wake up for another workday (any complaints will prove whether Vadim was right in that it's bound to break things)

1999-04-12 22:20 OK, revision 2113

Oh well, I'll just stuff in the rest of the Unicode changes I have made so far here. You may start complaining now.

1999-04-12 22:17 OK, revision 2112

Uses Unicode strings. Now we've got a __TFILE__ macro, too (I think?)

1999-04-12 22:03 OK, revision 2111

Unicode support. Uses wxWCharBuffer in Unicode build. Compiles, at least.

1999-04-12 21:58 OK, revision 2110

Unicode support. The _() macro is made to imply _T() (would be boring to type _(_T("text")), I think). That means you have to use wxGetString() directly if you need to look up from a string variable instead of a literal.

1999-04-12 21:14 OK, revision 2109

Unicode support for wxString (wxchar.cpp won't compile without it, so I figured I couldn't hold it back anyway). Added many macros. Changed most char to wxChar, and literals wrapped in _T(). Added conversion classes. Added new constructors to wxString, and mb_str(), wc_str(), and fn_str() (the last is mb_str() on Unix and c_str() on Windows, since Windows takes file names in Unicode (I think), while Unix doesn't). Rewrote wxString::Printf().

1999-04-12 20:44 OK, revision 2108

Added wxchar.cpp/.obj

1999-04-12 20:10 OK, revision 2107

Added allocation constructor (makes it easy to convert right into a buffer allocated to size by this class), copy constructor (egcs does not like const wxCharBuffer& mb_str() { return wxCharBuffer(...); }, so it HAS to be copiable), and assignment constructor (so it can be stored to a variable for efficiency, instead of being converted every time the string is needed). (The copy and assignment operator wipes the source, so the buffer is essentially passed on to the new instance without being freed by the old.) wcsdup() is not declared in glibc by default, so use malloc() instead. Added some 'convenience' macros.

1999-04-12 20:06 KB, revision 2106

Countless (some half-finished) optimisations. Started implementing selections.

1999-04-12 20:01 OK, revision 2105

For non-Unicode added #include <ctype.h> and <string.h> to avoid some missing declaration warnings, added wxAtof, changed wxStrtok declaration, added conditional declarations for functions in wxchar.cpp

1999-04-12 19:56 OK, revision 2104

Added wxchar.cpp, which contains: wxMB2WC, wxWC2MB (wrappers for mbstowcs and wcstombs) wxStrdup and thread-safe wxStrtok, for when libc does not supply it wxSetlocale, wxSprintf, wxVsprintf, wxAtof, wxAtoi, wxAtol, wxGetenv, wxSystem: Unicode-supporting wrappers

1999-04-12 14:41 RR, revision 2103

Fixing a few fixes..

1999-04-12 14:02 VZ, revision 2102

wxUSE_THREADS typo corrected

1999-04-12 13:47 RR, revision 2101

added moving subwindow when scrolling (tested in image.cpp )

1999-04-12 13:44 VS, revision 2100

...

1999-04-12 13:18 RR, revision 2099

clipboards tests WM hint corrections (guesses)

1999-04-12 11:51 VZ, revision 2098

fixed compilation under Motif

1999-04-12 11:48 VZ, revision 2097

HitTest test added

1999-04-12 11:39 VZ, revision 2096

GTK 1.0.x compilation fixes

1999-04-12 09:57 VZ, revision 2095

auto buffer class(es)

1999-04-12 01:30 RD, revision 2094

Added $(WAITFLAG) so other shells can use appropriate flag

1999-04-12 01:22 RD, revision 2093

Added SetPaperId. It seemed to want such a method.

1999-04-11 23:19 VZ, revision 2092

wxGetCwd fixed

1999-04-11 23:15 VZ, revision 2091

thread deletion fixed

1999-04-11 22:43 RR, revision 2090

Rewrote MDI system

1999-04-11 19:07 VS, revision 2089

direct stream use

1999-04-11 19:07 VS, revision 2088

MIME support

1999-04-10 22:27 VZ, revision 2087

oops... fatal bug (which I recently introduced) with uninit callback corrected

1999-04-10 22:26 VZ, revision 2086

unitialized var initialized (mainly to reduce Purify warnings)

1999-04-10 22:24 VZ, revision 2085

tooltip bug (which I introduced recently) corrected

1999-04-10 14:15 OK, revision 2084

Added wxStrdup().

1999-04-09 20:26 RR, revision 2083

Removed this Maximize() overridden bug Changed wxFrame so that drawing into the client area draws into the client area. Removed some ugly hacks on the way. Don't forget to recompile everything.

1999-04-09 18:01 RR, revision 2082

Here it comes: Doc updates Makefile doesn't strip anylonger Makefile adapted to /src/unix etc Added wxLB_ALWAYS_SB Added MWM window manager hints Fixed event handling bugs that (among others) caused the wxListBox misbeahiour Rwwrote GtkmyFixed for GTK 1.2 Made data requests etc in wxClipboadr asynchronous Added underscores to menus (some) Tried in vain to make wxTextCtrl (and its GtkTable) behave correctly. The bottom text control in the controls samples still misbehaves upon start-up. did I change notebook.cpp ?

1999-04-09 17:31 GL, revision 2081

* Commented out "delete this;" * Finished threads can be restarted.

1999-04-09 12:42 OK, revision 2080

For non-Unicode, preserve binary compatibility by doing #define wxChar char instead of typedef char wxChar. This is a temporary measure.

1999-04-09 10:06 KB, revision 2079

No more overlap between lines (I hope).

1999-04-09 09:54 KB, revision 2078

better centering of text/images

1999-04-09 09:45 KB, revision 2077

fixed some glitches

1999-04-09 09:18 KB, revision 2076

Modified it to adjust to different icons sizes. Please check.

1999-04-08 23:38 OK, revision 2075

Unicode definitions for glibc, etc.

1999-04-08 23:22 OK, revision 2074

Unicode support is *experimental*, so disable it by default.

1999-04-08 20:52 KB, revision 2073

Removed check for pthread-0.7 on Linux which causes problems on some glibc2 systems and break static linkage.

1999-04-08 20:51 KB, revision 2072

Fixed gtk 1.2.x wxYield() problem (tested).

1999-04-08 19:36 JS, revision 2071

Added candidate wxDragImage implementation for wxMSW

1999-04-08 14:42 JS, revision 2070

Changed the focus-window event handling back

1999-04-07 21:33 JS, revision 2069

Menu/toolbar event handling now tries the window with the focus first. wxTextCtrl processes cut, copy, paste, undo, redo commands and UI updates automatically.

1999-04-07 21:08 VS, revision 2068

fixed bug with incorrect fileformat

1999-04-07 17:22 VZ, revision 2067

allow access to terminating NUL character with operator[]

1999-04-07 17:02 KB, revision 2066

workaround for counterintuitive wxString::operator[] behaviour

1999-04-07 15:01 JS, revision 2065

Some typos corrected in iniconf.cpp

1999-04-07 14:51 JS, revision 2064

Added imaggif.h, imaggif.cpp (wxImage GIF-reading support); candidate FindFocus implementation for wxMotif

1999-04-07 13:01 VZ, revision 2063

no more SetAppName/SetVendor in the config classes

1999-04-07 12:59 VZ, revision 2062

SetLabel() adjusts the label size

1999-04-07 12:35 VZ, revision 2061

::GetWindowText() -> wxGetWindowText

1999-04-07 11:23 KB, revision 2060

I seem to have fixed the DeleteSubGroups() bug - PLEASE CHECK!

1999-04-06 21:13 VZ, revision 2059

wxRegConfig::GetEntryType() added and some bugs fixed

1999-04-06 20:50 RR, revision 2058

Chnaged text id for clipboard to "text/plain" Now DnD actually links as well

1999-04-06 20:26 JS, revision 2057

Fixed some bugs in new code (CanPaste, GetSelection)

1999-04-06 18:33 VZ, revision 2056

trying to work around gcc internal compiler error

1999-04-06 17:24 RR, revision 2055

Changed clipboard text format id from "STRING" to "TEXT" DnD might now actually compile (but nothing else)

1999-04-06 16:32 JS, revision 2054

Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo, CanCopy, CanCut, CanPaste, GetSelection, IsEditable. Also added wxNotebook::SetTabSize (only implemented on wxMSW but necessary when using just an icon).

1999-04-06 16:28 VZ, revision 2053

wxTempFile now respects the access rights under Unix

1999-04-06 14:38 VZ, revision 2052

fixed compilation for gcc

1999-04-06 13:44 JS, revision 2051

JPEG and PNG code taken out of image.cpp

1999-04-06 12:55 JS, revision 2050

Fixed OnMenuHighlight, wxPrintData problems

1999-04-06 10:23 VZ, revision 2049

wxConfig::GetEntryType() added

1999-04-06 08:50 VZ, revision 2048

bug in FindItemForId() fixed (?)

1999-04-06 08:29 JS, revision 2047

ShowPosition fix to allow negative numbers

1999-04-05 23:55 RS, revision 2046

Removed Persistance Framework code/files from FrameLayout Corrected makefiles to match

1999-04-05 16:13 JS, revision 2045

MSWOnCommand bug fixed

1999-04-05 16:10 JS, revision 2044

Fixed normal commands (e.g. listbox double clicks) for frames.

1999-04-05 03:22 RS, revision 2043

removed settingsdlg from makefile.g95 - not part of the library

1999-04-04 13:02 VS, revision 2042

fixed input stream

1999-04-04 11:24 JS, revision 2041

Win16 corrections

1999-04-04 05:24 HH, revision 2040

removed a few objects whose sources have been moved

1999-04-03 22:25 VZ, revision 2039

wxMenu and wxMenuBar modifications: now works much better with owner-drawn items, better encapsulation (the wxMenu data members are no longer public), simplified wxFrame and derived classes by moving the common parts into member functions of wxMenuBar

1999-04-03 21:15 VZ, revision 2038

code demonstrating wxMSW bug added

1999-04-03 20:36 JS, revision 2037

Corrected someone's double-initialisation bug

1999-04-03 19:17 JS, revision 2036

Correct wrong memset ordering that produced an assert in the printing sample

1999-04-03 17:46 BM, revision 2035

First attempt at clean-up

1999-04-03 16:59 KB, revision 2034

Also the radiobox was unitialised.

1999-04-03 16:57 KB, revision 2033

Compiles and runs again with new printing code (which is still broken in wxGTK).

1999-04-03 16:48 KB, revision 2032

Attempt at fixing the broken printer dialog. *Lots* of unitialised variables! Not fixed yet.

1999-04-03 09:24 GL, revision 2031

* Changed "wxPendingEvents" to pointers (tested on GTK)

1999-04-02 22:30 VZ, revision 2030

more backwards compatibility for printing

1999-04-02 22:08 VZ, revision 2029

a simpler fix of textctrl key doubling bug

1999-04-02 21:57 VZ, revision 2028

wxMkdir() has 2nd param under Unix

1999-04-02 19:05 JS, revision 2027

Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0 after calling Default().

1999-04-02 16:25 JS, revision 2026

Switched wxMkdir code back to old working version.

1999-04-02 10:36 VZ, revision 2025

setup.h for makefile builds

1999-04-02 00:35 RS, revision 2024

removed declaration of wxObject::Dump(stream &str) from tex2rtf.cpp - I cannot see a reason for it, and it wont compile under VC++ (redefined function). Code is still there commented out if someone knows why it should be here and how to ifdef it so VC++ 6.0 can still build it

1999-04-02 00:29 RS, revision 2023

changed (no longer valid) wxToUpper and wxToLower to toupper/tolower

1999-04-01 19:29 JS, revision 2022

Fixed wxPalette memory leak when loading BMP files

1999-04-01 12:14 RR, revision 2021

With the exceptions of DnD, wxGTk now works with both GTK 1.0.6 and GTK 1.2.1 - the latter still produces warnings and blah.

1999-04-01 12:01 VZ, revision 2020

wxMkDir() has 'perm' argument

1999-04-01 11:23 VZ, revision 2019

wxFindNextFile typo corrected

1999-03-31 23:01 BM, revision 2018

Very bad wxPrintData destructor... fixed typo.

1999-03-31 17:53 RR, revision 2017

added wxFrame::Command()

1999-03-31 16:40 RD, revision 2016

Fixed the "Can't open file" message in ReadDIB so that it actually displays the filename instead of garbage.

1999-03-31 13:59 VZ, revision 2015

wxFAIL/ASSERT/CHECK documentation updated, CHECK2 added

1999-03-31 13:35 VZ, revision 2014

count++ bug corrected (patch from Dino Scaringella)

1999-03-31 13:01 RR, revision 2013

Added debug code to clipbard changed colour reporting to PS

1999-03-30 19:29 HH, revision 2012

calls to wxDynamicToolBar::AddTool(int,wxBitmap&) confused egcs-1.1

1999-03-30 17:28 RS, revision 2011

Fixed wxApp::SendIdleEvents for Vadim's new wxWindowList wxTopLevelWindows

1999-03-30 11:09 VZ, revision 2010

Motif compilation fixes (now ok)

1999-03-30 11:09 VZ, revision 2009

call to pthread_attr_setscope() added (disabled for now) and several other small fixes

1999-03-30 09:47 VZ, revision 2008

1. notes for AIX compilation added 2. setup0.h existence documented

1999-03-30 09:47 VZ, revision 2007

docs synchronized with code

1999-03-30 09:46 VZ, revision 2006
  • D /wxWidgets/trunk/include/wx/motif/setup.h

this file is now called setup0.h

1999-03-30 09:43 VZ, revision 2005

wxTopLevelWindows is now a wxWindowList, better compatibility with the old wxList in list.h

1999-03-29 22:17 RS, revision 2004

changed removed wxToUpper to standard toupper

1999-03-29 21:18 VZ, revision 2003

last fixes to fixes (MSW compilation works now)

1999-03-29 21:17 BM, revision 2002

Ignore failure when deleting something that might not exist

1999-03-29 21:14 BM, revision 2001

Don't fail when deleting files that might not exist

1999-03-29 21:08 BM, revision 2000

Added time.h so it would compile

1999-03-29 20:49 VZ, revision 1999

header changes for the fixes commited previously

1999-03-29 16:46 VZ, revision 1998

many miscellaneous fixes

1999-03-29 16:43 VZ, revision 1997

more backwards compatibility

1999-03-29 14:44 VZ, revision 1996

EVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified

1999-03-29 09:56 KB, revision 1995

Merged in latest wxLayout code from Mahogany Mail.

1999-03-29 08:55 JS, revision 1994

Undefed Yield symbol if defined, else syntax error

1999-03-29 08:51 JS, revision 1993

Fixed missing brace in app.cpp

1999-03-28 23:08 HH, revision 1992

added some more URLs

1999-03-28 22:38 HH, revision 1991

works for windows too now.

1999-03-28 20:55 HH, revision 1990

updated. Lots of new useless features. Internet-enabled, as they say...

1999-03-28 06:37 RD, revision 1989

wxPython 2.0b8 Python thread support various minor additions various minor fixes

1999-03-27 23:30 RD, revision 1988

wxPython 2.0b8 Python thread support various minor additions various minor fixes

1999-03-27 21:29 HH, revision 1987

somewhat better organization; still a mess though. Don't know why I'm committing...

1999-03-27 18:50 GL, revision 1986

* Added threads event propagation. Should compile on GTK (tested).

1999-03-27 15:11 HH, revision 1985

set background to white. EVT_CHAR still doesn't work in MSW though.

1999-03-26 23:07 HH, revision 1984

very silly sample

1999-03-26 21:14 JS, revision 1983

Added paper classes.

1999-03-26 20:27 GL, revision 1982

* Socket doc updates.

1999-03-25 23:06 JS, revision 1981

Many changes to the printing classes.

1999-03-25 16:55 VZ, revision 1980

wait4() replaced by waitpid() which is POSIX

1999-03-25 15:47 VZ, revision 1979

wxUSE_SIZE_T_STRING_OPERATOR fix

1999-03-25 15:27 VZ, revision 1978

HAVE_BOOL fix

1999-03-25 15:05 VZ, revision 1977

AIX patches from Hans-Joachim Baader <hans-joachim.baader@cjt.de>

1999-03-25 14:51 AN, revision 1976

added a condition to check HasMask() in wxPNGHandler::SaveFile()

1999-03-25 14:51 VZ, revision 1975

Motif cell highlighting problem fixed

1999-03-25 14:44 VZ, revision 1974

wxNO_BORDER honoured by wxTextCtrl

1999-03-24 23:40 VZ, revision 1973

char handling fixed again

1999-03-24 23:38 VZ, revision 1972

fix for scrolling in checklistboxes (Win32 only)

1999-03-24 23:35 VZ, revision 1971

hack to allow icons in wxStaticBitmap as well as bitmaps

1999-03-24 23:34 VZ, revision 1970

char handling fixed once again

1999-03-24 21:56 VZ, revision 1969

CollapseAndReset() fixed

1999-03-24 21:44 VZ, revision 1968

compilation fixes

1999-03-24 19:05 VZ, revision 1967

wxMenu code clean up

1999-03-23 23:05 HH, revision 1966

Fixed minor problem with latex.

1999-03-23 22:51 HH, revision 1965

Some minor fixes to satisfy Latex. Tex2rtf works ok.

1999-03-23 22:10 VZ, revision 1964

compilation fix

1999-03-23 19:56 JS, revision 1963

Corrected valtext.cpp for disabled controls; added Dialog Editor fixes

1999-03-23 17:39 VZ, revision 1962

1. ReadMailcap/MimeTypes returna bool error code 2. 'fallback' flag added to ReadMailcap 3, subtle (and very rare) bug with mailcap entries order corrected

1999-03-23 15:53 VZ, revision 1961

wxFileDialog::GetFilename and GetDir work now

1999-03-23 15:52 VZ, revision 1960

EndModal() isn't called twice any more

1999-03-23 13:50 VZ, revision 1959

EnsureVisible() also expands the parent items

1999-03-23 13:27 VZ, revision 1958

more fixes for paused thread termination

1999-03-23 09:14 JS, revision 1957

WS_CLIPCHILDREN is not always enabled in wxNotebook (caused painting problems). Memory leak checking in app.cpp (wxMSW) now does checking from last checkpoint.

1999-03-22 19:40 VZ, revision 1956

issue with right aligned checkboxes added

1999-03-22 18:55 VZ, revision 1955

hack to implement right aligned checkboxes

1999-03-22 14:51 KB, revision 1954

fixed the description of wxSafeYield()

1999-03-22 13:30 VZ, revision 1953

wxSafeYield documented

1999-03-22 12:59 VZ, revision 1952

wxEvent::Skip() clarification added

1999-03-22 12:49 VZ, revision 1951

attempt to fix Delete/Pause deadlock

1999-03-22 12:28 VZ, revision 1950

unix directory added to 'clean' target

1999-03-22 10:22 KB, revision 1949

Added wxSafeYield(wxWindow *win=NULL).

1999-03-22 04:29 RS, revision 1948

Minor correction to allow "disabled" buttons to work under MSW

1999-03-21 22:39 JS, revision 1947

Added wxTreeCtrl::SetItemDropHighlight (wxMSW only); added WS_CLIPCHILDREN style to wxNotebook.

1999-03-21 08:20 RS, revision 1946

Modified wxMSW listbox.cpp to work with wxCommandEvent::m_commandString as wxString Modified framelayout Makefile.vc's for move of settingsdlg.[h,cpp] and wxinfo.[h,cpp] to sample/demo

1999-03-19 10:57 KB, revision 1945

Fixed wxExecute() to handle filenames with spaces and quoted arguments.

1999-03-17 20:23 RS, revision 1944

Added Makefile/Makefile.in to generate tex2rtf under linux/unix

1999-03-17 16:25 VZ, revision 1943

mime.types entries with all fields on same line parsed correctly

1999-03-17 11:11 RS, revision 1942

1 - fixed listbox.cpp to work with events with m_commandString member as wxString (fixing to match recent change) 2 - made wxSystemSettings::GetSystemColour(wxSYS_COLOUR_GRAYTEXT) return better value

1999-03-17 11:07 RS, revision 1941

1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong 2 - removed pf_sample from library - this was test code 3 - modified newbmpbutton to create all button images once at initial creation 4 - newbmpbutton only refreses when necessary 5 - non-msw platforms may now disable (enable(FALSE)) a button - this will half-grey the image and draw text in disabled color.

1999-03-16 18:54 VZ, revision 1940

wxCommandEvent::SetString() change - now uses wxString

1999-03-16 18:44 VZ, revision 1939

wxTextFile::Close() implemented

1999-03-16 17:39 KB, revision 1938

testing cvs

1999-03-16 13:46 VZ, revision 1937

compilation without threads fixed

1999-03-16 06:27 RD, revision 1936

wxPython 2.0b7

1999-03-16 06:05 RD, revision 1935

wxPython 2.0b7

1999-03-15 13:22 VZ, revision 1934

wxMotif compilation fix: tooltips always disabled, motif/setup.h created

1999-03-15 09:44 RS, revision 1933

removed Antiflicker plugin and simple customize plugin from default plugins

1999-03-15 09:33 RS, revision 1932

Completed Vadims HAVE_BOOL changes

1999-03-14 22:31 VZ, revision 1931

typos in error messages corrected

1999-03-14 22:00 VZ, revision 1930

compilation fix (forgot to check in this one)

1999-03-14 21:22 KB, revision 1929

Fixes and more functionality.

1999-03-14 16:04 KB, revision 1928

Should work very well now.

1999-03-14 12:41 VS, revision 1927

fixed bug in GetMimeType under win

1999-03-14 07:52 RS, revision 1926

Made font/color fixes right for windows

1999-03-14 00:26 RS, revision 1925

1. Made use system colors/fonts 2. Made able to use xpm's and honor xpm transparency

1999-03-14 00:15 RS, revision 1924

added wxSYS_COLOR_BTNTEXT case was missing.

1999-03-13 23:58 RS, revision 1923

Made frame layout stuff use system settings for colors, fonts Added xpm's to frame layout demo area makd fl_demo use xpm's under GTK made fl use xpm transparency

1999-03-13 20:14 GL, revision 1922

* Docs fixes, wxStream overview enabled (all docs should compile now)

1999-03-13 00:42 RS, revision 1921

1. added code to dyntbar to allow bitmap loading from windows resources 2. modified fl_demo sample to use bitmaps in windows resource to allow run-from-anywhere behaviour under windows.

1999-03-12 21:36 VZ, revision 1920

another attempt to improve combobox behaviour

1999-03-12 21:22 VZ, revision 1919

some UI adjustments

1999-03-12 19:49 VZ, revision 1918

typo corrected

1999-03-12 19:39 VZ, revision 1917

compilation fix (another typo...)

1999-03-12 19:38 VZ, revision 1916

compilation fix

1999-03-12 19:35 VZ, revision 1915

another (last?) FreeBSD thread compilation fix

1999-03-12 19:12 VZ, revision 1914

more things are done by configure: checks for bool, whether overloading based on size_t/int works or not (for wxString), the type of 3rd argument to getsockaddr, absence of libXpm is not fatal (not tested), whether strings.h exists

1999-03-12 18:42 GL, revision 1913

* wxStreams overview added to the documentation. I didn't yet tested it so I didn't activate it ...

1999-03-12 17:05 JS, revision 1912

Applied fix to wxTreeCtrl (double deletion of items), bitmap wxPalette leak fix, doc fixes

1999-03-12 16:52 JS, revision 1911

Minor doc tweaks plus major wxTreeCtrl bug fixed (double deletion of tree items in some circumstances)

1999-03-12 16:09 KB, revision 1910

fixed locking problem

1999-03-12 15:52 VZ, revision 1909

test for bool is now done in configure, not by manually testing compilers

1999-03-12 15:43 VZ, revision 1908

typo corrected

1999-03-12 15:23 VZ, revision 1907

some fixes for AIX compilation

1999-03-12 15:21 VZ, revision 1906

crash for frames without children corrected

1999-03-12 14:25 VZ, revision 1905

wxYield() calls OnInternalIdle() of all top level windows

1999-03-12 14:12 VZ, revision 1904

thread compilation fixed for FreeBSD 3.1

1999-03-12 09:25 KB, revision 1903

fixed a listctrl index bug

1999-03-12 00:34 RS, revision 1902

Added note about new make files for frame layout samples

1999-03-12 00:29 RS, revision 1901

New makefiles for samples under Visual C++

1999-03-11 15:16 VZ, revision 1900

wxMotif Solaris 2.6 compilation fixes

1999-03-11 10:37 KB, revision 1899

Fixed configure/linkage for non-threaded case.

1999-03-11 09:57 KB, revision 1898

Another solaris 2.5 fix.

1999-03-11 09:44 KB, revision 1897

gcc 2.8.0/solaris compilation fix

1999-03-10 22:03 VZ, revision 1896

wxLogStderr sends output to debugger too under Windows

1999-03-10 16:21 VZ, revision 1895

simplified test for thread libs

1999-03-10 14:24 VZ, revision 1894

stripping is now done during installation, not linking

1999-03-10 13:00 VZ, revision 1893

GetMaxSize() docs updated

1999-03-09 22:11 HH, revision 1892

added Russ Smyth fix for VC6 compile problems

1999-03-09 20:58 JS, revision 1891

Misc doc fixes; removed wxPalette leak from wxMSW wxBitmap

1999-03-09 18:28 SC, revision 1890

corrected a type in the constructor from two points

1999-03-09 18:09 VZ, revision 1889

arbitrary characters allowed in wxFileConfig entry names

1999-03-09 17:12 SC, revision 1888

Read was not copying back the buffers contents into the string parameter

1999-03-09 13:43 VZ, revision 1887

create unix subdir if doesn't exist

1999-03-08 22:16 HH, revision 1886

minor update

1999-03-08 22:07 HH, revision 1885

vc makefile

1999-03-08 22:02 HH, revision 1884

a few win32 makefiles

1999-03-08 14:13 KB, revision 1883

Fixed checking for libjpeg and linking against it which were broken.

1999-03-08 11:22 JS, revision 1882

Small changes incl. making wxTAB_TRAVERSAL always on in wxDialog (wxMSW)

1999-03-08 11:18 JS, revision 1881

Small doc changes; moved #include log.h further down in resource.cpp (broke compilation); made wxTreeCtrl always show the selection in wxMSW

1999-03-08 00:34 HH, revision 1880

fixed treectrl bug

1999-03-08 00:12 HH, revision 1879

ignore this :-)

1999-03-07 23:57 HH, revision 1878

readme file, for reading.

1999-03-07 23:35 HH, revision 1877
  • D /wxWidgets/trunk/utils/framelayout/src/manual.html

removed big-ass manual.html file from src dir.

1999-03-07 23:34 HH, revision 1876

Added Aleksandras' framelayout code, with more or less working Linux Makefiles General makefiles to be added later.

1999-03-07 23:31 VZ, revision 1875

Win compilation fixes

1999-03-07 23:01 VZ, revision 1874

bug fix for kbList::erase (done long ago in M version)

1999-03-07 21:38 KB, revision 1873

New, rewritten, wxLayout. Almost complete.

1999-03-06 11:51 , revision 1872

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

1999-03-06 11:51 JS, revision 1871

Small changes

1999-03-06 00:31 VZ, revision 1870

HAVE_SCHED_H test added

1999-03-06 00:30 VZ, revision 1869

more FreeBSD thread fixes

1999-03-06 00:28 VZ, revision 1868

Borland makefile fixes

1999-03-06 00:11 VZ, revision 1867

1. the common helper functions are now in src/unix/utilsunx.cpp 2. POSIX threads are in src/unix/threadpsx.cpp 3. some more functions are detected using configure and not guessed from the platform type

1999-03-06 00:04 VZ, revision 1866
  • D /wxWidgets/trunk/src/gtk/threadgui.inc
  • D /wxWidgets/trunk/src/gtk/threadpsx.cpp
  • D /wxWidgets/trunk/src/gtk1/threadgui.inc
  • D /wxWidgets/trunk/src/gtk1/threadpsx.cpp
  • D /wxWidgets/trunk/src/motif/thread.cpp
  • D /wxWidgets/trunk/src/motif/utilsexc.cpp

this code is now common (src/unix)

1999-03-05 16:24 VZ, revision 1865

(more) FreeBSD thread fixes

1999-03-05 16:04 VZ, revision 1864

checks for various thread functions added

1999-03-05 13:50 VZ, revision 1863

thread detection works on FreeBSD

1999-03-05 13:23 VZ, revision 1862

compilation fixes

1999-03-05 12:40 RR, revision 1861

Two optical corrections #ifdeffed the cursor code in splitter and sash Made tex2rtf compile I will release this as 2.0.1

1999-03-05 10:34 KB, revision 1860

Utility scripts for external HTML help controller.

1999-03-05 07:23 RD, revision 1859

Minor wxPython changes for wxWin 2.0

1999-03-04 19:49 VZ, revision 1858

nanosleep() detection works for Solaris

1999-03-04 19:46 VZ, revision 1857

nanosleep() detection works for Solaris

1999-03-04 19:10 VZ, revision 1856

0xFF char problem fixed and typo in wxDLG_SIZE/POINT

1999-03-04 17:43 VZ, revision 1855

HP-UX compilation fixes (or so I hope)

1999-03-04 12:32 VZ, revision 1854

wxOK_CANCEL -> wxID_CANCEL

1999-03-04 12:32 , revision 1853
  • A /wxWidgets/branches/WX_2_0_FIXES
  • R /wxWidgets/branches/WX_2_0_FIXES/distrib/msw
  • R /wxWidgets/branches/WX_2_0_FIXES/install-sh
  • R /wxWidgets/branches/WX_2_0_FIXES/lib/dummy
  • R /wxWidgets/branches/WX_2_0_FIXES/misc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/grid/bitmap2.bmp
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/grid/test.def
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/grid/test.rc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/internat/internat.def
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/internat/makefile.sc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/layout/fload.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/layout/layout.def
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/layout/makefile.sc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/mdi/makefile.sc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/mdi/mdi.def
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/mdi/mdi.ico
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/mdi/mdi.rc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/minimal/mondrian.ico
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/png/pngdemo.rc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/printing/fload.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/printing/printing.def
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/splitter/mondrian.ico
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/splitter/test.def
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/splitter/test.rc
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/tab/mondrian.ico
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/tab/test.def
  • R /wxWidgets/branches/WX_2_0_FIXES/samples/tab/test.rc
  • R /wxWidgets/branches/WX_2_0_FIXES/src/common/glob.inc
  • R /wxWidgets/branches/WX_2_0_FIXES/src/common/ipcbase.cpp
  • R /wxWidgets/branches/WX_2_0_FIXES/src/common/matrix.cpp
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk/horiz.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/gtk1/verti.xbm
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/ansi2knr.1
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/ansi2knr.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/CHANGES
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/INSTALL
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/libpng.3
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/libpngpf.3
  • D /wxWidgets/branches/WX_2_0_FIXES/src/png/makefile.nt
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/png.5
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/pngconf.h
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/README
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/build.bat
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.aco
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.ama
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.atr
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.lnx
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.mip
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.s2x
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.sun
  • A /wxWidgets/branches/WX_2_0_FIXES/src/png/scripts/makefile.wat
  • R /wxWidgets/branches/WX_2_0_FIXES/src/png/TODO
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/adler32.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/compress.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/crc32.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/deflate.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/deflate.h
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/example.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/inffixed.h
  • A /wxWidgets/branches/WX_2_0_FIXES/src/zlib/Makefile.in2
  • A /wxWidgets/branches/WX_2_0_FIXES/src/zlib/makefile.b32
  • A /wxWidgets/branches/WX_2_0_FIXES/src/zlib/makefile.bcc
  • A /wxWidgets/branches/WX_2_0_FIXES/src/zlib/makefile.dos
  • A /wxWidgets/branches/WX_2_0_FIXES/src/zlib/makefile.unx
  • A /wxWidgets/branches/WX_2_0_FIXES/src/zlib/makefile.vc
  • A /wxWidgets/branches/WX_2_0_FIXES/src/zlib/makefile.wat
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/minigzip.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/trees.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/uncompr.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/zlib.h
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/zutil.c
  • R /wxWidgets/branches/WX_2_0_FIXES/src/zlib/zutil.h
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxConvert/Makefile.in
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxConvert/wxConvert.h
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile
  • A /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/.cvsignore
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/dirctrl.cpp
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/dirctrl.h
  • A /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/FMJobs.cpp
  • A /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/FMJobs.h
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/filectrl.cpp
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/filectrl.h
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/Makefile
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/Makefile.in
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/wxFile.cpp
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxFile/wxFile.h
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxTest/folder.xpm
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxTest/horse.png
  • R /wxWidgets/branches/WX_2_0_FIXES/user/wxTest/list.xpm
  • D /wxWidgets/branches/WX_2_0_FIXES/utils/wxPython/distrib/wxPython.wse
  • D /wxWidgets/branches/WX_2_0_FIXES/utils/wxPython/distrib/wxPython.wsm
  • D /wxWidgets/branches/WX_2_0_FIXES/utils/wxPython/src/makefile.vc
  • D /wxWidgets/branches/WX_2_0_FIXES/utils/wxPython/src/msw/wx.cpp
  • D /wxWidgets/branches/WX_2_0_FIXES/utils/wxPython/src/msw/wx.py
  • D /wxWidgets/branches/WX_2_0_FIXES/utils/wxPython/src/wx.i
  • D /wxWidgets/branches/WX_2_0_FIXES/utils/wxPython/tests/test4.py

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

1999-03-03 17:11 VZ, revision 1852

wxUsleep() introduced (and documented) to try to work around usleep() bug in MT programs under Solaris

1999-03-03 17:05 VZ, revision 1851

SGI compilation fixes

1999-03-02 16:21 JS, revision 1850

Corrected event.h for wxKeyEvent/wxMouseEvent, and corresponding docs

1999-03-02 11:23 RR, revision 1849

Chnaged wxGLCanvas::SetSize() to DoSetSize()

1999-03-02 10:56 RR, revision 1848

Now enabling sockets enables sockets.

1999-03-02 08:59 RR, revision 1847

now wxsocket is on by default

1999-03-02 08:56 RR, revision 1846

Removed warnings from tbarsimpl Now wxSlider also works for negative values. wx-config reports 2.0.1 made wxUSE_SOCKET default forgot to run autoconf

1999-03-01 23:21 RD, revision 1845

Changes for allowing wxRA_SPECIFY_ROWS and wxRA_SPECIFY_COLS.

1999-03-01 22:41 JS, revision 1844

Cured some Motif bugs

1999-03-01 18:20 VZ, revision 1843

warnings suppressed

1999-03-01 18:20 VZ, revision 1842

wxCriticalSection changes undone - should work now

1999-03-01 16:31 JS, revision 1841

Removed my buggy bug-fix

1999-03-01 15:49 VZ, revision 1840

argc == 0 bug fixed

1999-03-01 15:47 VZ, revision 1839

FreeBSD compilation fixes

1999-03-01 14:30 VZ, revision 1838

wxSpinButton works ok with negative values

1999-03-01 13:06 JS, revision 1837

Added dummy OnIdle to wxWindow in wxGTK; doc tweaks

1999-03-01 01:31 HH, revision 1836

Added Makefile[.in] for wxGTK standard build. Are not yet used, because wxGTK's createall script doesn't look in this dir...

1999-03-01 01:26 HH, revision 1835

added Makefile[.in] for build using wxGTK method. Note that wxGTK's createall script doesn't yet look this deep, so it's not very usefull now... also fixed some wxGTK compile problems.

1999-02-28 23:48 JS, revision 1834

Added tbarsmpl.cpp (hope that's OK...)

1999-02-28 23:39 JS, revision 1833

wxUSE_SOCKETS added to setup(0).h; Cygwin corrections; doc tweaks

1999-02-28 21:56 HH, revision 1832

Modified makefile.unx to include bitmaps dir. Added missing folder.xpm to bitmaps

1999-02-28 20:59 JS, revision 1831

Doc mods; fixed return non-processing problem; fixed toolbar sizing problems (incl. MDI area clipping); put wxPrintPaperDatabase, wxPrintPaperType into prntbase.cpp since it's needed in non-PostScript WIN16 for the generic page setup dialog; corrected some 16-bit makefiles

1999-02-28 18:03 RR, revision 1830

added wxMenu::Append( wxMenuItem ) added keyboard hooks to glcanvas fixed probs with slider/spin button etc

1999-02-28 15:35 VZ, revision 1829

wxCheckListBox fixes: crash/memory leak when items are dynamically inserted/deleted corrected and docs updated

1999-02-28 14:18 VZ, revision 1828

shows different SetCursor() calls

1999-02-28 14:16 VZ, revision 1827

SetCursor() doesn't set cursor for children of the window any more

1999-02-28 13:58 VZ, revision 1826

wxArrayString documentation added

1999-02-28 12:36 GL, revision 1825

* Added "--with-sockets" and made wxSocket optionnal.

1999-02-28 00:00 VZ, revision 1824

some more files to ignore for cvs

1999-02-27 23:55 VZ, revision 1823

cursor problem in sash windows corrected

1999-02-27 23:54 VZ, revision 1822

compilation fix

1999-02-27 23:52 VZ, revision 1821

1. wxListCtrl fixes a) implemented GetColumnCount() b) columns are always created with some reasonable (i.e. != 0) width 2. wxRadioBox: keyboard navigation now works inside it (almost) as it should

1999-02-27 23:16 VZ, revision 1820

added 'provides wxwin'

1999-02-27 22:51 VZ, revision 1819

unused param warning suppressed

1999-02-27 21:01 GL, revision 1818

* wxSocket fixes: FTP, HTTP works really now. GTK fixes to prevent infinite loop. * wxSocket stream fix: they can be encapsulated by now * Doc update: wxURL::GetPath

1999-02-27 14:40 VZ, revision 1817

VK_APPS handling

1999-02-27 14:39 VZ, revision 1816

MSWProcessMessage speed up by a factor of 100 (at least)

1999-02-27 14:38 VZ, revision 1815

wxTreeCtrl::GetBoundRect() implemented

1999-02-27 14:37 VZ, revision 1814

keyboard navigation in dialogs works (again)

1999-02-27 14:36 VZ, revision 1813

1. typos corrected in ftp/protocol/url (Members is no longer a hyperlink leading to nowhere) 2. wxTreeCtrl::GetBoundRect() documentation updated

1999-02-27 11:32 GL, revision 1812

* Big memory bug fixed in socket/getline fixed. * Added two missing "virtual" in stream.h (Sorry, you'll have to rebuild all)

1999-02-27 04:21 RD, revision 1811

Added missing wxRA_SPECIFY_ROWS, wxRA_SPECIFY_COLS

1999-02-27 04:20 RD, revision 1810

minor tweaks for testing

1999-02-27 01:43 VZ, revision 1809

i18n overview

1999-02-27 01:33 VZ, revision 1808

wxSetCursor() bug with splitters corrected

1999-02-27 01:26 VZ, revision 1807

1. (very) short i18n overview added, wxGetTranslation() documented. 2. wxTreeCtrl overview written and documentation updated 3. wxString docmunetation updated (no more unresolved references) 4. wxWindow::SetCursor() recursive behaviour mentioned

1999-02-26 22:22 JS, revision 1806

DoSetClientSize omissions fixed; some doc fixes

1999-02-26 21:13 VZ, revision 1805

char */wxString confusion cleaned in the docs

1999-02-26 20:56 VZ, revision 1804

wxLog fix as for wxMSW

1999-02-26 18:54 GL, revision 1803

*** empty log message ***

1999-02-26 18:51 GL, revision 1802

* Missing doc file.

1999-02-26 18:04 JS, revision 1801

Fixed wxMSW arrow key bug, changed wxPoem window to a wxWindow

1999-02-26 17:29 JS, revision 1800

Doc fixes

1999-02-26 17:01 HH, revision 1799

added double click handler. various minor fixes.

1999-02-26 09:45 JS, revision 1798

Some doc fixes

1999-02-26 00:25 HH, revision 1797

A port of tkPlotCanvas.py. Requires Numeric module.

1999-02-25 22:53 JS, revision 1796

wxBitmapButton bug fixed

1999-02-25 20:13 GL, revision 1795

* Added a small wxHTTP description * Added some example/description to wxFTP * Some more on wxURL * Added missing file in wxMMedia

1999-02-25 15:45 VZ, revision 1794

delete all log messages suppressed

1999-02-25 15:09 JS, revision 1793

Small changes

1999-02-25 15:07 JS, revision 1792

Corrected some .tex problems

1999-02-25 14:47 VZ, revision 1791

1. validator fixes: don't eat TAB. Added new SetBellOnError() function to suppress _annoying_ bell. 2. Docs and samples updated to reflect this.

1999-02-25 13:50 VZ, revision 1790

InsertItems() implemented for wxGTK

1999-02-25 13:50 VZ, revision 1789

check list box sample updated to test InsertItems

1999-02-25 13:38 VZ, revision 1788

more HP-UX fixes

1999-02-25 12:38 VZ, revision 1787

InsertItems() documented

1999-02-25 12:25 VZ, revision 1786

SetSize() fixes

1999-02-25 10:32 KB, revision 1785

GetNextItem() now checks for item < GetItemCount() to avoid illegal wxList access beyond end of list.

1999-02-25 09:36 VZ, revision 1784

more DG-UX compilation fixes (thanks to Benjamin Beckwith)

1999-02-25 07:18 RD, revision 1783

wxPython version 2.0b5

1999-02-25 07:09 RD, revision 1782

wxPython version 2.0b5

1999-02-24 23:53 VZ, revision 1781

wxString docs are nearly complete (but don't compile :-( ), a brief threads overview

1999-02-24 23:50 VZ, revision 1780

demonstrates SetCursor() now too

1999-02-24 23:48 VZ, revision 1779

SetCursor() works now

1999-02-24 14:53 VZ, revision 1778

added /usr/include/Xm to the search path

1999-02-24 13:15 VZ, revision 1777

wxGTK fixes for the yesterday's addition of m_isWindow flag

1999-02-24 08:17 RD, revision 1776

More wxPython docs...

1999-02-24 08:02 JS, revision 1775

Some stubs corrections; Motif corrections incl. busy cursor fix; doc corrections

1999-02-24 00:46 HH, revision 1774

Some wxPython interface change updates. Moved refresh button. Platform sensitive defaults for external browser. uses wxYield instead of (silly) quicktimer hack.

1999-02-23 23:48 RD, revision 1773

reenabled some methods for wxPython on wxGTK

1999-02-23 23:24 VZ, revision 1772

wxCritSection change to accomodate mem checking system (even better :-)

1999-02-23 23:23 VZ, revision 1771

wxCritSection change to accomodate mem checking system

1999-02-23 23:08 VZ, revision 1770

more cursor fixes (now ::wxSetCursor() works too)

1999-02-23 23:00 VS, revision 1769

Czech language

1999-02-23 22:57 VZ, revision 1768

some very minor fixes (I don't even remember what exactly)

1999-02-23 22:53 VZ, revision 1767

menu help string fix

1999-02-23 22:51 VZ, revision 1766

wxBeginBusyCursor now works (better)

1999-02-23 22:49 VZ, revision 1765

wxLogXXX() functions called near app termiantion shouldn't crash

1999-02-23 22:43 VZ, revision 1764

compilation fixes

1999-02-23 22:42 VZ, revision 1763

new options: wxUSE_OLE (on by default except for some compilers), wxUSE_DYNLIB_CLASS (off by default)

1999-02-23 22:41 VZ, revision 1762

small optimizations: m_isWindow and m_isCommandEvent flags introduced

1999-02-23 19:05 VZ, revision 1761

another wxBeginBusyCursor fix

1999-02-23 18:57 VZ, revision 1760

some feeble attempts at making wxBeginBusyCursor work

1999-02-23 18:26 VZ, revision 1759

support for incorrect entries in .mime.types added (world is not perfect, alas)

1999-02-23 18:13 VZ, revision 1758

SetSelection(from, to) and SetEditable() implemented

1999-02-23 17:51 VZ, revision 1757

HP-UX compilation fixes (thanks to Zdravko Bas)

1999-02-23 17:48 VZ, revision 1756

1. C++ comments removed from setup.h 2. --with-dynlib option added (wxUSE_DYNLIB_CLASS)

1999-02-23 15:43 VZ, revision 1755

crash in some very special case when arrows were used to move around fixed

1999-02-22 23:15 VZ, revision 1754

listview has LVS_EX_FULLROWSELECT style when supported

1999-02-22 20:34 VZ, revision 1753

dlopen fixes

1999-02-22 19:48 VZ, revision 1752

dlopen() also exists under FreeBSD

1999-02-22 19:42 VZ, revision 1751

HP-UX support added

1999-02-22 14:50 KB, revision 1750

Fixed DoSetClientSize() causing infinite recursion.

1999-02-22 13:28 JS, revision 1749

Soem corrections for SetSize changes

1999-02-22 11:01 VZ, revision 1748

GetSize() and GetClientSize() changes

1999-02-22 10:31 JS, revision 1747

Corrected WM_KEYDOWN bug (missing 'break')

1999-02-22 09:32 JS, revision 1746

Minor changes

1999-02-21 23:17 VZ, revision 1745

error msg when there are no files in wxFindFirst() removed

1999-02-21 22:32 VZ, revision 1744

1. more C++ parser fixes - now it almost parses wx/string.h a) #if/#ifdef/#else (very) limited support b) param type fix - now indirection chars are correctly handled c) class/struct/union distinction d) public/private fixes e) Dump() function added - very useful for debugging 2. option to ignore parameter names during 'diff' (in fact, they're ignored by default, and this option switches it on)

1999-02-21 12:59 VS, revision 1743

NO_GUI bug fixed

1999-02-20 23:17 VZ, revision 1742

wxListCtrl column resize bug corrected

1999-02-20 23:01 VZ, revision 1741

1. better 'const' and 'virtual' functions handling 2. operators are now supported 3. tokens such as "<=" and "!=" are now tokenized properly

1999-02-20 23:00 VZ, revision 1740

1. new 'diff' mode which seems to work 2. output files are not overwritten in 'dmup' mode 3. fixes for better handling of const functions and operators

1999-02-20 22:50 VZ, revision 1739

\\param -> \param

1999-02-20 22:49 VZ, revision 1738

ignore file for HelpGen

1999-02-20 10:05 RD, revision 1737

Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a window handle. If you can get the window handle into the python code, it should just work... More news on this later. Added wxImageList, wxToolTip. Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the wxRegConfig class. As usual, some bug fixes, tweaks, etc.

1999-02-20 10:02 RD, revision 1736

Changes needed to enable wxGTK compatibility.

1999-02-20 09:11 RD, revision 1735

Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a window handle. If you can get the window handle into the python code, it should just work... More news on this later. Added wxImageList, wxToolTip. Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the wxRegConfig class. As usual, some bug fixes, tweaks, etc.

1999-02-20 09:05 RD, revision 1734

Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a window handle. If you can get the window handle into the python code, it should just work... More news on this later. Added wxImageList, wxToolTip. Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the wxRegConfig class. As usual, some bug fixes, tweaks, etc.

1999-02-20 06:53 RD, revision 1733

Added missing | symbol

1999-02-19 21:54 JS, revision 1732

Added George Tasker's forward slash fix to file dialog; added some consts to prntbase.h; removed redundant IMPLEMENT_WXWIN_MAINs

1999-02-19 19:35 RD, revision 1731

added wxSetInstance()

1999-02-19 17:32 VZ, revision 1730

some minor fixes for DEC CXX compilation

1999-02-19 15:51 VZ, revision 1729

more locations for Motif headers

1999-02-19 15:05 VZ, revision 1728

directory for message catalogs

1999-02-19 13:24 RR, revision 1727

propagate key event from listctrl to its parent

1999-02-19 07:58 RD, revision 1726

Added first batch of docs and notes for wxPython.

1999-02-18 22:51 JS, revision 1725

Fixed wxMotif's wxExecute again, added OnPaint capability to wxFrame, removed old focus code from wxGTK's ~wxWindow

1999-02-18 21:24 JS, revision 1724

Cured last focus bug (I hope); some wxMotif mods

1999-02-18 19:39 VZ, revision 1723

i18n fixes

1999-02-18 18:18 GL, revision 1722

* Fixes and updates on wxMMedia.

1999-02-18 17:59 SC, revision 1721

mbstowcs hack for CodeWarrior's MSL

1999-02-18 15:12 JS, revision 1720

Doesn't overwrite setup.h now

1999-02-18 15:11 VZ, revision 1719

a file I forgot to check in (sorry Julian)

1999-02-18 14:55 JS, revision 1718

Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute crash on wxMotif; added wxHelpControllerBase::SetViewer; added consts to wxColour == and != operators; changed beta version; fixed wxChoice/wxComboBox bugs

1999-02-18 14:23 VZ, revision 1717

wxMimeTypesManager::IsOfType() added (and documented)

1999-02-18 14:22 VZ, revision 1716

wxSplitPath() bugs corrected and it's documented

1999-02-18 14:04 RR, revision 1715

Dialog items inherit parent's font now Augmented beta to 5

1999-02-18 09:37 VZ, revision 1714

vsnprintf() detection now works

1999-02-18 09:28 VZ, revision 1713

AC_HAVE_LIBRARY replaced with AC_CHECK_LIB

1999-02-17 21:04 VZ, revision 1712

wxExecute() fixes and doc updates: the return value for sync exec case is now the exit code of the process and not its pid. Warning: MSW code is untested.

1999-02-17 20:26 VZ, revision 1711

wxExecute() fix (running console programs doesn't cause X errors any more)

1999-02-17 19:26 JS, revision 1710

Added missing const to wxGTK's wxMDIChildFrame::GetToolbar; added bc_ide.txt instructions.

1999-02-17 17:56 VZ, revision 1709

wxProcess fixes (Detach() added), cleared/corrected wxExecute() documentation

1999-02-17 17:18 JS, revision 1708

Changed .vc makefiles to allow different configurations to co-exist (so library names have changed a bit). Split ipvaddr.tex from sckaddr.tex.

1999-02-17 16:42 RR, revision 1707

Let's face it, GTK's resizing is broken and I cannot repair it.

1999-02-17 13:36 VZ, revision 1706

wxListCtrl will receive EVT_CHAR() events now

1999-02-17 10:13 RR, revision 1705

resize fun

1999-02-16 20:17 JS, revision 1704

Some doc corrections; removed wxDocument arg from wxView constructor; wxTextCtrl::OnChar correction; added SetString and default constructor to wxStringTokenizer; added missing MSW wxFrame::SetSize functions

1999-02-16 15:36 RR, revision 1703

MDI fixes

1999-02-16 09:31 RR, revision 1702

Applied Russel's changes to wxToolBarBase fixed stippled brush for bitmaps (as opposed to pixmaps)

1999-02-15 23:09 VZ, revision 1701

A couple of identifiers at global level moved to the .cpp file from .h where they had nothing to do from the very beginning

1999-02-15 23:07 VZ, revision 1700

1. Parser improvements a) const and virtual methods are parsed correctly (not static yet) b) "const" which is part of the return type is not swallowed 2. HelpGen improvements: -o outputdir parameter added to the cmd line, "//---------" kind comments discarded now.

1999-02-15 23:04 VZ, revision 1699

started wxIntl documentation

1999-02-15 20:41 JS, revision 1698

Added 'Include files' section to class references

1999-02-15 19:26 VZ, revision 1697

enable verbose messages by default in debug builds

1999-02-15 15:06 VZ, revision 1696

compilation warnings about missing braces fixed

1999-02-15 13:05 JS, revision 1695

GnuWin32 corrections (::ZeroMemory doesn't exist)

1999-02-14 23:23 JS, revision 1694

Added png, zlib targets to 16-bit makefiles

1999-02-14 21:59 VZ, revision 1693

made wxToolTip::Enable() and SetDelay() static (as in wxGTK) and added some code in the controls sample to test them

1999-02-14 17:46 GL, revision 1692

* Stream: update in doc, fix in code. * wxMMedia: various fixes, WAV and AIFF should work on Linux, preparing it for Windows.

1999-02-14 13:04 RR, revision 1691

Fixed refresh bug in wxGLCanvas

1999-02-12 22:00 JS, revision 1690

Small Tex2RTF fixes; wxMotif compile fixes (motif.inc, wxCheckListBox); wxMSW wxWindow::IsShown fix

1999-02-12 19:03 GL, revision 1689

* Stream doc.

1999-02-12 18:31 GL, revision 1688

* Added some warning in socket doc.

1999-02-12 15:05 VZ, revision 1687

wxToolTip entry changed (it's implemented after all)

1999-02-12 15:03 VZ, revision 1686

added a couple of items for 2.1

1999-02-12 13:55 VZ, revision 1685

mentioned the fact that wxArray can't be used for storing floats/doubles

1999-02-12 08:22 JS, revision 1684

Some doc corrections (added blank lines at end of docs); corrected Forty sample dialog behaviour; added dummy menubar constructors; corrected wxMSW wxRegion bug

1999-02-11 20:44 RR, revision 1683

Added CTRL-TAB navigation to notebook Added ESC -> Cancel convresion Added greying out of tooltips (I had some spare minutes)

1999-02-11 17:41 SC, revision 1682

CW Win32 and Mac adaptions

1999-02-11 17:29 VZ, revision 1681

"continue;" restored to prevent the app from going into infinite loop

1999-02-11 16:56 SC, revision 1680

CW Win32 and Mac adaptions

1999-02-11 16:27 RR, revision 1679

distrin corrections files the return of TAB, part IV

1999-02-11 16:00 , revision 1678
  • A /wxWidgets/branches/tag
  • D /wxWidgets/branches/tag/.cvsignore
  • D /wxWidgets/branches/tag/config.guess
  • D /wxWidgets/branches/tag/config.sub
  • D /wxWidgets/branches/tag/configure
  • D /wxWidgets/branches/tag/configure.in
  • D /wxWidgets/branches/tag/distrib
  • D /wxWidgets/branches/tag/docs
  • D /wxWidgets/branches/tag/include
  • D /wxWidgets/branches/tag/install-sh
  • D /wxWidgets/branches/tag/lib
  • D /wxWidgets/branches/tag/Makefile
  • D /wxWidgets/branches/tag/misc
  • D /wxWidgets/branches/tag/mkinstalldirs
  • D /wxWidgets/branches/tag/samples
  • D /wxWidgets/branches/tag/setup
  • D /wxWidgets/branches/tag/src/.cvsignore
  • D /wxWidgets/branches/tag/src/common/.cvsignore
  • D /wxWidgets/branches/tag/src/common/cmndata.cpp
  • D /wxWidgets/branches/tag/src/common/config.cpp
  • D /wxWidgets/branches/tag/src/common/cwlex_yy.c
  • D /wxWidgets/branches/tag/src/common/cwy_tab.c
  • D /wxWidgets/branches/tag/src/common/date.cpp
  • D /wxWidgets/branches/tag/src/common/datstrm.cpp
  • D /wxWidgets/branches/tag/src/common/db.cpp
  • D /wxWidgets/branches/tag/src/common/dbtable.cpp
  • D /wxWidgets/branches/tag/src/common/docmdi.cpp
  • D /wxWidgets/branches/tag/src/common/docview.cpp
  • D /wxWidgets/branches/tag/src/common/doslex.c
  • D /wxWidgets/branches/tag/src/common/dosyacc.c
  • D /wxWidgets/branches/tag/src/common/dynarray.cpp
  • D /wxWidgets/branches/tag/src/common/dynlib.cpp
  • D /wxWidgets/branches/tag/src/common/event.cpp
  • D /wxWidgets/branches/tag/src/common/extended.c
  • D /wxWidgets/branches/tag/src/common/file.cpp
  • D /wxWidgets/branches/tag/src/common/fileconf.cpp
  • D /wxWidgets/branches/tag/src/common/filefn.cpp
  • D /wxWidgets/branches/tag/src/common/framecmn.cpp
  • D /wxWidgets/branches/tag/src/common/ftp.cpp
  • D /wxWidgets/branches/tag/src/common/gdicmn.cpp
  • D /wxWidgets/branches/tag/src/common/glob.inc
  • D /wxWidgets/branches/tag/src/common/hash.cpp
  • D /wxWidgets/branches/tag/src/common/helpbase.cpp
  • D /wxWidgets/branches/tag/src/common/http.cpp
  • D /wxWidgets/branches/tag/src/common/intl.cpp
  • D /wxWidgets/branches/tag/src/common/ipcbase.cpp
  • D /wxWidgets/branches/tag/src/common/layout.cpp
  • D /wxWidgets/branches/tag/src/common/lexer.l
  • D /wxWidgets/branches/tag/src/common/list.cpp
  • D /wxWidgets/branches/tag/src/common/log.cpp
  • D /wxWidgets/branches/tag/src/common/matrix.cpp
  • D /wxWidgets/branches/tag/src/common/memory.cpp
  • D /wxWidgets/branches/tag/src/common/mimetype.cpp
  • D /wxWidgets/branches/tag/src/common/module.cpp
  • D /wxWidgets/branches/tag/src/common/mstream.cpp
  • D /wxWidgets/branches/tag/src/common/object.cpp
  • D /wxWidgets/branches/tag/src/common/objstrm.cpp
  • D /wxWidgets/branches/tag/src/common/odbc.cpp
  • D /wxWidgets/branches/tag/src/common/parser.y
  • D /wxWidgets/branches/tag/src/common/prntbase.cpp
  • D /wxWidgets/branches/tag/src/common/process.cpp
  • D /wxWidgets/branches/tag/src/common/protocol.cpp
  • D /wxWidgets/branches/tag/src/common/resourc2.cpp
  • D /wxWidgets/branches/tag/src/common/resource.cpp
  • D /wxWidgets/branches/tag/src/common/sckaddr.cpp
  • D /wxWidgets/branches/tag/src/common/sckfile.cpp
  • D /wxWidgets/branches/tag/src/common/sckipc.cpp
  • D /wxWidgets/branches/tag/src/common/sckstrm.cpp
  • D /wxWidgets/branches/tag/src/common/serbase.cpp
  • D /wxWidgets/branches/tag/src/common/socket.cpp
  • D /wxWidgets/branches/tag/src/common/stream.cpp
  • D /wxWidgets/branches/tag/src/common/string.cpp
  • D /wxWidgets/branches/tag/src/common/tbarbase.cpp
  • D /wxWidgets/branches/tag/src/common/tbarsmpl.cpp
  • D /wxWidgets/branches/tag/src/common/textfile.cpp
  • D /wxWidgets/branches/tag/src/common/time.cpp
  • D /wxWidgets/branches/tag/src/common/timercmn.cpp
  • D /wxWidgets/branches/tag/src/common/tokenzr.cpp
  • D /wxWidgets/branches/tag/src/common/url.cpp
  • D /wxWidgets/branches/tag/src/common/utilscmn.cpp
  • D /wxWidgets/branches/tag/src/common/valgen.cpp
  • D /wxWidgets/branches/tag/src/common/validate.cpp
  • D /wxWidgets/branches/tag/src/common/valtext.cpp
  • D /wxWidgets/branches/tag/src/common/variant.cpp
  • D /wxWidgets/branches/tag/src/common/wfstream.cpp
  • D /wxWidgets/branches/tag/src/common/wincmn.cpp
  • D /wxWidgets/branches/tag/src/common/wxexpr.cpp
  • D /wxWidgets/branches/tag/src/common/zstream.cpp
  • D /wxWidgets/branches/tag/src/cygnus.bat
  • D /wxWidgets/branches/tag/src/generic
  • D /wxWidgets/branches/tag/src/gtk
  • D /wxWidgets/branches/tag/src/gtk.inc
  • D /wxWidgets/branches/tag/src/gtk1
  • D /wxWidgets/branches/tag/src/iodbc
  • D /wxWidgets/branches/tag/src/Makefile
  • D /wxWidgets/branches/tag/src/Makefile.in
  • D /wxWidgets/branches/tag/src/mac
  • D /wxWidgets/branches/tag/src/make.env
  • D /wxWidgets/branches/tag/src/makeb32.env
  • D /wxWidgets/branches/tag/src/makebcc.env
  • D /wxWidgets/branches/tag/src/makeenvs
  • D /wxWidgets/branches/tag/src/makefile.bcc
  • D /wxWidgets/branches/tag/src/makefile.dos
  • D /wxWidgets/branches/tag/src/makefile.vc
  • D /wxWidgets/branches/tag/src/makeg95.env
  • D /wxWidgets/branches/tag/src/makelib.b32
  • D /wxWidgets/branches/tag/src/makelib.bcc
  • D /wxWidgets/branches/tag/src/makelib.env
  • D /wxWidgets/branches/tag/src/makelib.g95
  • D /wxWidgets/branches/tag/src/makelib.vc
  • D /wxWidgets/branches/tag/src/makelib.wat
  • D /wxWidgets/branches/tag/src/makemsc.env
  • D /wxWidgets/branches/tag/src/makeprog.b32
  • D /wxWidgets/branches/tag/src/makeprog.bcc
  • D /wxWidgets/branches/tag/src/makeprog.env
  • D /wxWidgets/branches/tag/src/makeprog.g95
  • D /wxWidgets/branches/tag/src/makeprog.msc
  • D /wxWidgets/branches/tag/src/makeprog.sl
  • D /wxWidgets/branches/tag/src/makeprog.vc
  • D /wxWidgets/branches/tag/src/makeprog.wat
  • D /wxWidgets/branches/tag/src/makesc.env
  • D /wxWidgets/branches/tag/src/makesl.env
  • D /wxWidgets/branches/tag/src/maketwin.env
  • D /wxWidgets/branches/tag/src/makevc.env
  • D /wxWidgets/branches/tag/src/makewat.env
  • D /wxWidgets/branches/tag/src/make_cw.mcp
  • D /wxWidgets/branches/tag/src/mingegcs.bat
  • D /wxWidgets/branches/tag/src/mingw32.bat
  • D /wxWidgets/branches/tag/src/motif
  • D /wxWidgets/branches/tag/src/motif.inc
  • D /wxWidgets/branches/tag/src/msw
  • D /wxWidgets/branches/tag/src/ntwxwin.mak
  • D /wxWidgets/branches/tag/src/png
  • D /wxWidgets/branches/tag/src/qt
  • D /wxWidgets/branches/tag/src/qt.inc
  • D /wxWidgets/branches/tag/src/stubs
  • D /wxWidgets/branches/tag/src/stubs.inc
  • D /wxWidgets/branches/tag/src/xpm
  • D /wxWidgets/branches/tag/src/zlib
  • D /wxWidgets/branches/tag/template.mak
  • D /wxWidgets/branches/tag/user
  • D /wxWidgets/branches/tag/utils
  • D /wxWidgets/branches/tag/wx-config.in
  • D /wxWidgets/branches/tag/wxGTK.spec
  • D /wxWidgets/branches/tag/wxinstall

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

1999-02-11 16:00 JS, revision 1677

Solved wxMotif scrolling display problem; added wxImageModule; added wxRETAINED support in wxMotif; changed wxDC::SetBackground behaviour; changed OnKeyDown/OnChar behaviour; fixed wxToolBar toggle bugs; fixed wxImage on wxMotif bug whereby new was used to allocate XImage data

1999-02-11 13:59 VZ, revision 1676

added FreeBSD

1999-02-11 13:58 VZ, revision 1675

compilation fixes for gcc 2.7.2.1 under FreeBSD

1999-02-11 12:44 RR, revision 1674

Solaris compilation patches dbtest now works a little

1999-02-10 23:08 RR, revision 1673

distribution things implemented native docking for menus and toolbars (see toolbar sample) someone may have to create the new wxMenuBar constructor corrected wxFileDlg appearance and made it i18n implemented defaults buttons improved look of all common dlgs except print setup corrected forty's player dlg added wxMB_DOCKABLE and wxTB_DOCKABLE flags augmented BETA_VERSION to 4 prevent wxListBox from sending a list_item_selected event when adding the first item to a list that is a single selection list using AppendXX()

1999-02-10 22:44 JS, revision 1672

Cured some small doc typos; some WIN16 fixes; transferred DLL WinMain to IMPLEMENT_APP() macro so dummy.obj doesn't have to be linked; lexer.l fix for LEX (I hope)

1999-02-10 20:47 VZ, revision 1671

bug in wxSplitPath() corrected: the returned file name doesn't have the trailing dot any more

1999-02-10 20:01 GL, revision 1670

* Doc updates * Fixes about socket, stream core, a superfluous stream.

1999-02-10 17:15 RR, revision 1669

isosurf corrections #ifdeffed tab code in wxPanel

1999-02-10 16:33 KB, revision 1668

added test for long long

1999-02-10 16:14 KB, revision 1667

Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)

1999-02-10 13:38 VZ, revision 1666

wxSplitterWindow::ReplaceWindow() function added and documented

1999-02-10 12:55 VZ, revision 1665

added #include <fcntl.h> to allow compilation under Linux

1999-02-10 11:56 RR, revision 1664

Various update to Blit() SetBackground() Clear() etc.

1999-02-10 11:19 KB, revision 1663

small modification to stdin/stdout/stderr behaviour in wxExcute()

1999-02-10 10:06 JS, revision 1662

Added wxUSE_STREAMS

1999-02-09 22:58 RD, revision 1661

fixed somebody's typo in a preprocessor directive (&6 --> &&)

1999-02-09 22:39 VZ, revision 1660

wxMSW compilation problem fixed

1999-02-09 21:22 JS, revision 1659

Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match wxGTK/wxMSW syntax; added Ron Kuris' wxExecute patch

1999-02-09 18:19 JS, revision 1658

Fixed property list OnClose problem that caused Dialog Editor problem

1999-02-09 18:12 GL, revision 1657

* wxStream doc updates

1999-02-09 17:04 VZ, revision 1656

wxFindFirst/NextFile() now return wxString and not "char *", wxGetCwd() added (to be used instead of wxGetWorkingDirectory)

1999-02-09 16:52 VZ, revision 1655

wxArrayString::Sort() implemented

1999-02-09 16:00 JS, revision 1654

Added more makefiles; fixed some samples for Cygwin

1999-02-09 15:40 JS, revision 1653

Added more makefiles

1999-02-09 15:37 JS, revision 1652

Rationalised Cygwin sample makefiles

1999-02-09 09:58 SC, revision 1651

cw pro adaption (illegal default argument error was given)

1999-02-09 08:18 RR, revision 1650

custom icons for DnD

1999-02-09 07:25 RR, revision 1649

radiobox optical changes textctrl single line append/insert stuff more precise testing of the above in controls

1999-02-08 22:13 VZ, revision 1648

micro compilation fix

1999-02-08 17:19 JS, revision 1647

Make it binary

1999-02-08 16:25 RR, revision 1646

Keep up the good work, people...

1999-02-08 15:20 KB, revision 1645

updated wxLayout

1999-02-08 12:04 KB, revision 1644

fixed linkage problem

1999-02-08 11:59 VZ, revision 1643

wxProcess-related code now works

1999-02-08 10:54 KB, revision 1642

compilation fixes PLEASE CHECK valgen.cpp: I had to insert a #include <wx/wx.h> to make it compile.

1999-02-08 00:15 JS, revision 1641

Tried to fix wxPanel bug (windows now set the panel current focus window on deletion); undid wxMSW wxRadioBox::SetSize changes that made it resizeable because it just doesn't work (see notes in radiobox.cpp); fixed wxTextCtrl enter processing bug; fixed Dialog Editor wxRadioBox-writing bug

1999-02-07 23:56 JS, revision 1640

Removed small OGL glitches; added new sample

1999-02-07 23:45 VZ, revision 1639

made wxProcess-related code compile again (it doesn't work correctly yet, will be fixed a bit later)

1999-02-07 21:45 VZ, revision 1638

replaced "#include <wx/process.h>" by "class wxProcess;" - I don't like recompile the files just for the pleasure of it...

1999-02-07 21:26 VZ, revision 1637

wxProcess() fixes: will really call parent's event handler and will pass the exited process status now

1999-02-07 21:12 GL, revision 1636

* A few updates (stream doc)

1999-02-07 17:11 JS, revision 1635

Added wxGenericValidator & doc

1999-02-07 16:59 VZ, revision 1634

menu help texts added (it now works in wxGTK too, great!)

1999-02-07 00:46 VZ, revision 1633

16x16 icons for the controls sample (32x32 were too ugly)

1999-02-07 00:24 RD, revision 1632

Follow up for changes in wxWindows to various event classes

1999-02-07 00:23 VZ, revision 1631

icons for controls sample

1999-02-07 00:14 VZ, revision 1630

GetData() now takes a pointer and not a reference, IsSupported() takes a format and not a data object

1999-02-07 00:05 VZ, revision 1629

removed "#ifdef wxGTK" around clipboard code and added "#if wxUSE_TOOLTIPS" around code usign tooltips

1999-02-06 23:47 RD, revision 1628

Changing makefile.nt to makefile.vc as in rest of wxWindows

1999-02-06 23:43 VZ, revision 1627

unneeded line removed

1999-02-06 23:38 VZ, revision 1626

menu title is drawn in bold font and the commands from it are ignored

1999-02-06 23:34 VZ, revision 1625

more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c)

1999-02-06 23:32 VZ, revision 1624

restored "#include <windows.h>"

1999-02-06 23:28 VZ, revision 1623

fixes for compilation without wxUSE_TOOLTIPS

1999-02-06 23:27 VZ, revision 1622

resizeable dialogs support

1999-02-06 23:25 VZ, revision 1621

wxGTK compatible clipboard implementation (not OLE clipboard - it will come later)

1999-02-06 23:17 VZ, revision 1620

wxTextFile::Eof() bug corrected (always returned FALSE before)

1999-02-06 23:12 VZ, revision 1619

description of Write() return value added

1999-02-06 22:55 RD, revision 1618

Follow up for changes in wxWindows to various event classes

1999-02-06 13:32 JS, revision 1617

Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs; rearranged/debugged docs

1999-02-06 00:46 JS, revision 1616

Altered font dialog slightly for Motif; added wxUSE_TOOLTIPS to Motif setup.h

1999-02-05 23:55 JS, revision 1615

Removed lots of OnClose functions; doc'ed OnCloseWindow better; MM_... -> wxMM_...

1999-02-05 19:07 RR, revision 1614

libjpeg not used by default (it didn't even link) no menu's help texts disappear again now that is

1999-02-05 17:26 VZ, revision 1613

WXWIN_COMPATBILITY is now 0

1999-02-05 16:44 VZ, revision 1612

compilation fixes (errors and warnings) for wxWin 2.0 compatibility

1999-02-05 16:12 VZ, revision 1611

more wxCloseEvent changes: now the behaviour should be conforming to the one described in the docs (i.e. like Julian wants it)

1999-02-05 15:06 JS, revision 1610

Changed GetForce -> !CanVeto

1999-02-05 14:58 RR, revision 1609

synched Clear() and SetBackgroundColour()

1999-02-05 14:26 VZ, revision 1608

wxWindow::OnClose() removed completely from wxGTK, wxCloseEvent is now processed properly. Also, fixes for compilation without WXWIN_COMPATIBILITY on.

1999-02-05 14:17 VZ, revision 1607

refresh added when the item text or image is changed so it's redrawn immediately

1999-02-05 13:25 RR, revision 1606

Added menu_highlight behaviour as in wxMSW (statusbar)

1999-02-04 23:21 , revision 1605
  • A /wxWidgets/tags/WORKING_KBD_NAVIGATION
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/.cvsignore
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/config.guess
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/config.sub
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/configure
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/configure.in
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/distrib
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/docs
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/include
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/install-sh
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/lib
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/Makefile
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/misc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/mkinstalldirs
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/samples
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/setup
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/.cvsignore
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/common
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/cygnus.bat
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/choicdgg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/colrdlgg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/dcpsg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/dirdlgg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/fontdlgg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/gridg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/helpext.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/helphtml.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/helpxlp.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/imaglist.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/laywin.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/listctrl.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/msgdlgg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/notebook.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/printps.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/prntdlgg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/prop.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/propform.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/proplist.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/sashwin.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/scrolwin.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/splitter.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/statusbr.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/tabg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/textdlgg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/generic/treectrl.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/gtk
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/gtk.inc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/gtk1
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/iodbc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/Makefile
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/Makefile.in
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/mac
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/make.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeb32.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makebcc.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeenvs
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makefile.bcc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makefile.dos
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makefile.vc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeg95.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makelib.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makelib.vc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makemsc.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeprog.b32
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeprog.bcc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeprog.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeprog.msc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeprog.sl
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeprog.vc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makeprog.wat
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makesc.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makesl.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/maketwin.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makevc.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/makewat.env
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/make_cw.mcp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/mingegcs.bat
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/mingw32.bat
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/motif
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/motif.inc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/accel.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/app.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/bitmap.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/bmpbuttn.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/brush.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/button.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/checkbox.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/checklst.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/choice.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/clipbrd.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/colordlg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/colour.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/combobox.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/ctl3d
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/curico.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/cursor.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/data.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dc.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dcclient.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dcmemory.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dcprint.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dcscreen.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dde.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dialog.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dib.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dibutils.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dirdlg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dummy.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/dummydll.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/filedlg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/font.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/fontdlg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/frame.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/gauge95.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/gaugemsw.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/gdiobj.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/helpwin.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/icon.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/imaglist.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/iniconf.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/joystick.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/listbox.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/listctrl.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/main.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.b32
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.bcc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.dos
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.g95
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.sc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.sl
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.twn
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.vc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/makefile.wat
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/mdi.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/menu.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/menuitem.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/metafile.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/minifram.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/msgdlg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/nativdlg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/notebook.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/ole
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/ownerdrw.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/palette.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/pen.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/penwin.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/pnghand.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/printdlg.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/printwin.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/radiobox.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/radiobut.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/regconf.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/region.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/registry.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/salford.lnk
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/scrolbar.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/settings.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/slider95.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/slidrmsw.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/spinbutt.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/statbmp.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/statbox.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/statbr95.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/stattext.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/tabctrl.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/taskbar.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/tbar95.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/tbarmsw.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/thread.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/timer.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/tooltip.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/treectrl.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/utils.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/utilsexc.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/wave.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/wx.def
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/wxb32.def
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/msw/xpmhand.cpp
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/ntwxwin.mak
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/png
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/qt
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/qt.inc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/stubs
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/stubs.inc
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/xpm
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/src/zlib
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/template.mak
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/user
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/utils
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/wx-config.in
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/wxGTK.spec
  • D /wxWidgets/tags/WORKING_KBD_NAVIGATION/wxinstall

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

1999-02-04 23:21 VZ, revision 1604

1. more keyboard navigation fixes - seems to work now 2. wxPanel now remembers the last control which had focus, so it's restored to it when the focus returns to the panel (very handy IMHO)

1999-02-04 23:14 VZ, revision 1603
  • D /wxWidgets/trunk/include/wx/msw/setup.h

removed the file setup.h - copy setup0.h into setup.h and make your changes in it now

1999-02-04 22:16 JS, revision 1602

*** empty log message ***

1999-02-04 22:06 JS, revision 1601

Further changes to make mfctest work.

1999-02-04 21:19 JS, revision 1600

Added /D_AFXDLL to mfc sample makefile.

1999-02-04 21:12 JS, revision 1599

Fixed compilation for when not including <windows.h>

1999-02-04 20:28 JS, revision 1598

Corrected XPM-related cast in resource.cpp; added generic Blitting code in wxPostScriptDC

1999-02-04 19:35 VZ, revision 1597

wxSplitPath() handles correctly filenames with '.' but without extension

1999-02-04 19:03 RD, revision 1596

Added wxColour::wxColour(unsigned long)

1999-02-04 17:39 VZ, revision 1595

some compilation "enhancements"

1999-02-04 16:46 UG, revision 1594

commented out wxCrtSetDbgFlag for WXUSINGDLL=1 (ie building apps using dll linkage)

1999-02-04 16:28 UG, revision 1593

#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG

1999-02-04 16:12 RR, revision 1592

postscript Blit() DC::GetSize() bug corrected

1999-02-04 16:06 VZ, revision 1591

conversions from int/long to wxString won't compile any more

1999-02-04 16:01 VZ, revision 1590

wxGTK compilation fixes

1999-02-04 16:00 VZ, revision 1589

compilation fix due to wxString(int) addition

1999-02-04 11:14 JS, revision 1588

Some warnings removed.

1999-02-04 10:58 VS, revision 1587

*** empty log message ***

1999-02-04 10:57 VS, revision 1586

wxJPEGHandler non-default

1999-02-04 06:51 RR, revision 1585

Faster imagescale code Blit() rewritten

1999-02-03 22:58 VZ, revision 1584

another compilation fix

1999-02-03 22:50 VZ, revision 1583

_MSC_VER change fixes - now compiles again

1999-02-03 19:11 VZ, revision 1582

Before/After => BeforeFirst/AfterFirst (corrects some minor bugs)

1999-02-03 19:10 VZ, revision 1581

reset m_sashPosition to 0 after calling OnUnsplit(), not before

1999-02-03 16:48 VZ, revision 1580

_MSC_VER => __VISUALC__ change

1999-02-03 16:44 VZ, revision 1579

compilation problem fixed

1999-02-03 14:28 RR, revision 1578

Trying to repair what CVS can do to source code

1999-02-03 13:43 VS, revision 1577

added JPEG support

1999-02-03 10:01 JS, revision 1576

Cured some Latex problems; fixed i declaration; fixed filedlg.cpp

1999-02-03 00:34 HH, revision 1575

removed gtk_text references

1999-02-03 00:27 HH, revision 1574

A minimal document skeleton. See comments inside for details

1999-02-03 00:18 HH, revision 1573

Fixed incredibly stupid mistake made earlier by me that upset tex2rtf

1999-02-02 23:30 VZ, revision 1572

clicking on the messages about assert failures in VC++ brings up the source file at the line with the assert statement (nothing changed for other compilers)

1999-02-02 22:23 VZ, revision 1571

1. Harm's patch for AppendText() 2. Kbd processing seems to work (dlg navigation keys, wxTE_PROCESS_TAB &c) 3. controls sample updated to use AppendText() and test kbd navigation

1999-02-02 19:20 HH, revision 1570

included description of wxTextCtrl::AppendText

1999-02-02 19:01 HH, revision 1569

added wxTextCtrl::AppendText, used by TextCtrl operator <<

1999-02-02 18:56 HH, revision 1568

added AppendText method, now used by operator <<

1999-02-02 18:37 JS, revision 1567

Removed unnecessary (and buggy) additions. Sorry Guilhem!

1999-02-02 13:35 VZ, revision 1566

allow 8bit chars in the group names in wxFileConfig

1999-02-02 12:37 JS, revision 1565

Consistent naming of e.g. wxUSE_CTRL

1999-02-02 12:07 VZ, revision 1564

compilation warning removed

1999-02-01 18:09 GL, revision 1563

* Someone destroy a part of my previous work. Redocumenting ...

1999-02-01 16:51 UG, revision 1562

updated so that the dll will compile successfully

1999-02-01 15:43 SC, revision 1561

latest CW additions

1999-02-01 15:39 RR, revision 1560

Removed some trash from that came through tha cables Fixed Blit probs Fixed file dlg probs Fixed TextCtrl probs

1999-02-01 15:25 SC, revision 1559

latest CW additions

1999-02-01 15:20 SC, revision 1558
  • D /wxWidgets/trunk/src/mac/apprsrc.r
  • D /wxWidgets/trunk/src/mac/carbon/apprsrc.r
  • D /wxWidgets/trunk/src/mac/carbon/corersrc.r
  • D /wxWidgets/trunk/src/mac/corersrc.r

latest CW additions

1999-02-01 15:06 SC, revision 1557

latest CW additions

1999-02-01 15:00 SC, revision 1556

latest CW additions

1999-02-01 14:42 VZ, revision 1555

file I forgot to commit with other "filedlg.h"s

1999-02-01 14:40 VZ, revision 1554

wxToolTip modifications: wxUSE_TOOLTIPS setting (default: on) added and the interface changed slightly to be even more consistent with wxMSW

1999-02-01 06:44 RR, revision 1553

wxToolTip

1999-02-01 00:17 , revision 1552
  • A /wxWidgets/tags/wxPython-0_5_4
  • D /wxWidgets/tags/wxPython-0_5_4/.cvsignore
  • D /wxWidgets/tags/wxPython-0_5_4/config.guess
  • D /wxWidgets/tags/wxPython-0_5_4/config.sub
  • D /wxWidgets/tags/wxPython-0_5_4/configure
  • D /wxWidgets/tags/wxPython-0_5_4/configure.in
  • D /wxWidgets/tags/wxPython-0_5_4/distrib
  • D /wxWidgets/tags/wxPython-0_5_4/docs
  • D /wxWidgets/tags/wxPython-0_5_4/include
  • D /wxWidgets/tags/wxPython-0_5_4/install-sh
  • D /wxWidgets/tags/wxPython-0_5_4/lib
  • D /wxWidgets/tags/wxPython-0_5_4/Makefile
  • D /wxWidgets/tags/wxPython-0_5_4/misc
  • D /wxWidgets/tags/wxPython-0_5_4/mkinstalldirs
  • D /wxWidgets/tags/wxPython-0_5_4/samples
  • D /wxWidgets/tags/wxPython-0_5_4/setup
  • D /wxWidgets/tags/wxPython-0_5_4/src
  • D /wxWidgets/tags/wxPython-0_5_4/template.mak
  • D /wxWidgets/tags/wxPython-0_5_4/user
  • D /wxWidgets/tags/wxPython-0_5_4/utils/dialoged
  • D /wxWidgets/tags/wxPython-0_5_4/utils/glcanvas
  • D /wxWidgets/tags/wxPython-0_5_4/utils/HelpGen
  • D /wxWidgets/tags/wxPython-0_5_4/utils/Makefile
  • D /wxWidgets/tags/wxPython-0_5_4/utils/makefile.vc
  • D /wxWidgets/tags/wxPython-0_5_4/utils/nplugin
  • D /wxWidgets/tags/wxPython-0_5_4/utils/ogl
  • D /wxWidgets/tags/wxPython-0_5_4/utils/serialize
  • D /wxWidgets/tags/wxPython-0_5_4/utils/tex2rtf
  • D /wxWidgets/tags/wxPython-0_5_4/utils/wxMMedia
  • D /wxWidgets/tags/wxPython-0_5_4/utils/wxtree
  • D /wxWidgets/tags/wxPython-0_5_4/wx-config.in
  • D /wxWidgets/tags/wxPython-0_5_4/wxGTK.spec
  • D /wxWidgets/tags/wxPython-0_5_4/wxinstall

This commit was manufactured by cvs2svn to create tag 'wxPython-0_5_4'.

1999-02-01 00:17 RD, revision 1551

Added the missing EVT_LIST_ITEM_SELECTED and friends.

1999-02-01 00:11 RD, revision 1550

Added the missing EVT_LIST_ITEM_SELECTED and friends.

1999-02-01 00:10 VZ, revision 1549

this should be the file with the standard setting for wxWin compilation

1999-02-01 00:05 VZ, revision 1548

more wxToolTip changes

1999-02-01 00:03 VZ, revision 1547

some kbd handling fixes (some problems still persist)

1999-01-31 23:54 VZ, revision 1546

unused message removed from event table

1999-01-31 23:53 VZ, revision 1545

"selection changed" events are not generated any more when notebook changes size

1999-01-31 23:52 VZ, revision 1544

wxControl::MSWNotify() handler calls wxWindow version if it doesn't process the message (some messages were "missing" before due to this bug)

1999-01-31 23:50 VZ, revision 1543

bug with Shift-TAB handling corrected

1999-01-31 23:49 VZ, revision 1542

very minor changes

1999-01-31 23:38 VZ, revision 1541

wxToolTip for MSW implementation (it has several problems right now, but it still works)

1999-01-31 23:32 VZ, revision 1540

memory debugging using VC++ debug CRT works for DLL wxWin builds as well. The relevant macros are now in include/wx/msw/msvcrt.h

1999-01-31 23:30 VZ, revision 1539

wxStaticBitmap, wxStaticBox and wxPanel don't accept keyboard focus now

1999-01-31 23:28 VZ, revision 1538

by default the ctrl accepts keyboard input now (why wouldn't it?)

1999-01-31 22:26 HH, revision 1537

internal browser creates temp file in current dir, safer if /tmp doesn't exist

1999-01-31 19:55 HH, revision 1536

The obligatory Slashdot headlines retriever. Every self-respecting modern widget library has to have one... I think it also makes a nice demonstration of wxPython's capabilities.

1999-01-31 19:38 KB, revision 1535

Added (untested) support for sub-locales.

1999-01-31 18:47 JS, revision 1534

Added a few files; fixed some warnings and wxMotif compile problems

1999-01-31 16:56 GL, revision 1533

* Some more on streams.

1999-01-31 13:58 JS, revision 1532

Various small fixes

1999-01-31 11:42 JS, revision 1531

Some corrections for BC++ compilation; Latex doc corrections

1999-01-31 04:15 HH, revision 1530

Loads of updates/fixes. Everything is now zero-based (positions, columns, line numbers, insertion points, the whole business). SetInsertionPoint now works, sort of. It doesn't move the actual cursor, but WriteText will insert at the newly set insertion point (after which the cursor is moved anyway). This should be good enough for most uses. See further comments in the source. BTW, WriteText now inserts text at the current point (used to append to the end only).

1999-01-31 04:11 HH, revision 1529

Some updates to clarify definitions and behaviour of lines, columns, positions etc. Also some general stuff added.

1999-01-30 22:54 RR, revision 1528

My last patch for status bar size events wasn't perfect Added wxPython to the wxGTK dist script docs for wxPrivateDataObject Corrected penguin makefile

1999-01-30 21:37 JS, revision 1527

Made wxLayoutAlgorithm more general (copes with nested sash windows)

1999-01-30 16:43 RR, revision 1526

Added size event for status bar

1999-01-30 15:58 RR, revision 1525

docs for wxTextDataObjet and wxBitmapDataObject

1999-01-30 08:18 , revision 1524
  • A /wxWidgets/tags/wxPython-0_5_3
  • D /wxWidgets/tags/wxPython-0_5_3/.cvsignore
  • D /wxWidgets/tags/wxPython-0_5_3/config.guess
  • D /wxWidgets/tags/wxPython-0_5_3/config.sub
  • D /wxWidgets/tags/wxPython-0_5_3/configure
  • D /wxWidgets/tags/wxPython-0_5_3/configure.in
  • D /wxWidgets/tags/wxPython-0_5_3/distrib
  • D /wxWidgets/tags/wxPython-0_5_3/docs
  • D /wxWidgets/tags/wxPython-0_5_3/include
  • D /wxWidgets/tags/wxPython-0_5_3/install-sh
  • D /wxWidgets/tags/wxPython-0_5_3/lib
  • D /wxWidgets/tags/wxPython-0_5_3/Makefile
  • D /wxWidgets/tags/wxPython-0_5_3/misc
  • D /wxWidgets/tags/wxPython-0_5_3/mkinstalldirs
  • D /wxWidgets/tags/wxPython-0_5_3/samples
  • D /wxWidgets/tags/wxPython-0_5_3/setup
  • D /wxWidgets/tags/wxPython-0_5_3/src
  • D /wxWidgets/tags/wxPython-0_5_3/template.mak
  • D /wxWidgets/tags/wxPython-0_5_3/user
  • D /wxWidgets/tags/wxPython-0_5_3/utils/dialoged
  • D /wxWidgets/tags/wxPython-0_5_3/utils/glcanvas
  • D /wxWidgets/tags/wxPython-0_5_3/utils/HelpGen
  • D /wxWidgets/tags/wxPython-0_5_3/utils/Makefile
  • D /wxWidgets/tags/wxPython-0_5_3/utils/makefile.vc
  • D /wxWidgets/tags/wxPython-0_5_3/utils/nplugin
  • D /wxWidgets/tags/wxPython-0_5_3/utils/ogl
  • D /wxWidgets/tags/wxPython-0_5_3/utils/serialize
  • D /wxWidgets/tags/wxPython-0_5_3/utils/tex2rtf
  • D /wxWidgets/tags/wxPython-0_5_3/utils/wxMMedia
  • D /wxWidgets/tags/wxPython-0_5_3/utils/wxtree
  • D /wxWidgets/tags/wxPython-0_5_3/wx-config.in
  • D /wxWidgets/tags/wxPython-0_5_3/wxGTK.spec
  • D /wxWidgets/tags/wxPython-0_5_3/wxinstall

This commit was manufactured by cvs2svn to create tag 'wxPython-0_5_3'.

1999-01-30 08:18 RD, revision 1523

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 08:17 RD, revision 1522

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 07:31 RD, revision 1521

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 00:15 RR, revision 1520

wxDataObject documented

1999-01-29 22:05 HH, revision 1519

Added \pythonnote macros. Default empty.

1999-01-29 21:32 HH, revision 1518

Added a \pythonnote command to tex2rtf.ini. By default, it's an empty macro, so it just swallows the input. To generate documents with python notes, comment out (%) the empty macro and enable the one above.

1999-01-29 21:13 HH, revision 1517

Added aliases for wxDefaultPosition and wxDefaultSize (from wxPy..) in _extras, so that C++ documentation applies.

1999-01-29 20:22 HH, revision 1516

Some tweaks to includes for compilers without precompiled headers

1999-01-29 18:04 RR, revision 1515

Bild fixes

1999-01-29 17:22 JS, revision 1514

Doc mods, sash window bug

1999-01-29 16:17 HH, revision 1513

In test4's toolbar sample, changed NULL to wxNullBitmap to prevent SIGSEVS with wxGTK. The sample works now.

1999-01-29 13:18 VZ, revision 1512

wxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX_SELECTED

1999-01-29 13:12 VZ, revision 1511

wxConfig() ambiguity resolved

1999-01-29 12:54 RR, revision 1510

Added distribution script Corrected wxGTK.spec Applied socket patch Small updates

1999-01-29 12:49 VZ, revision 1509

compile fix (still not tested) for GetLastChild()

1999-01-28 18:25 RR, revision 1508

Removed wxNullRegion Finalized wxClpboard

1999-01-28 14:41 VZ, revision 1507

1. PositionToXY() off-by-2 (!) bug corrected 2. controls sample dumps info about text control when F1 is pressed

1999-01-28 14:01 VZ, revision 1506

corrected an off-by-1 bug in GetNumberOfLines() and PositionToXY() for single-line text controls

1999-01-28 13:44 VZ, revision 1505

bool wxString::operator!() const added

1999-01-28 13:37 VZ, revision 1504

wxLogMessage()s are now shown (again)

1999-01-28 09:57 RR, revision 1503

Found mem leaks (except one) Next take at focus vs. keyboard input probs

1999-01-28 08:34 RR, revision 1502

Committing wxUSE_DEBUG_NEW_ALWAYS

1999-01-27 18:46 VZ, revision 1501

GTK asserts disappeared - but surprizngly, SetInsertionPoint() still doesn't seem to work for multiline controls.

1999-01-27 18:42 VZ, revision 1500

Harm's patch to fix a crash of wxPoem sample on termination

1999-01-27 18:20 VS, revision 1499

added wxJPEGHandler

1999-01-27 17:15 RR, revision 1498

wxToolTip part II small change in tab traversal makefile corrections wxGLCanvas moved

1999-01-27 16:13 VS, revision 1497

added wxJPEGHandler

1999-01-27 15:28 VZ, revision 1496

1. added wxTreeCtrl::GetLastChild (modified MSW, GTK, generic and docs) 2. added more kbd logic to the generic tree ctrl (Home, End are now understood, Left does the same thing as under Windows and not the same thing as Up arrow)

1999-01-27 15:17 VZ, revision 1495

made wxSplitterWindow::SplitXXX() virtual

1999-01-27 10:01 JS, revision 1494

Added dde sample; added docs/index.htm

1999-01-27 10:00 JS, revision 1493

Added Joel's wxchar.h for future Unicode adventures

1999-01-27 09:48 KB, revision 1492

Another solaris fix. :-<

1999-01-26 16:08 VZ, revision 1491

Added Upper() and Lower() - return the copy of the string converted to upper or lower case (unlike MakeXXX() counterparts which change the string itself)

1999-01-26 14:18 JS, revision 1490

Added dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar

1999-01-26 13:48 VZ, revision 1489

some gixes to PositionToXY() - not sure if I made it work better or worse though

1999-01-26 13:46 KB, revision 1488

More compilation fixes for Solaris. :-<

1999-01-26 13:11 VZ, revision 1487

Oops... compilation error just checked in fixed

1999-01-26 13:10 RR, revision 1486

a bit more docs

1999-01-26 12:56 VZ, revision 1485

SetInsertionPointEnd() bug corrected (was off by 1)

1999-01-26 12:42 KB, revision 1484

more waste of time fixing uncompilable code

1999-01-26 12:35 KB, revision 1483

sun compilation fix

1999-01-26 11:51 JS, revision 1482

Some compile warnings removed; file selector prototypes put in each filedlg.h; Dialog Editor wxGTK makefile hacked

1999-01-26 11:35 RR, revision 1481

A few resize bugs removed combo box now emits EVT_TEXT position of pop-up menu can now be set

1999-01-26 11:08 KB, revision 1480

compilation fixes for solaris PLEASE READ COMPILATION LOGS AFTER MAKING CHANGES!

1999-01-26 09:34 KB, revision 1479

fixed wxBusyCursor privacy bug

1999-01-26 04:40 UG, revision 1478

binary insertion

1999-01-26 04:39 UG, revision 1477
  • D /wxWidgets/trunk/include/wx/msw/magnif1.cur

removal before binary insertion

1999-01-25 21:55 VZ, revision 1476

width and height arguments are no longer ignored in wxRadioBox::SetSize()

1999-01-25 18:34 JS, revision 1475
  • D /wxWidgets/trunk/docs/latex/wx/stream2.tex

Removed stream2.tex.

1999-01-25 18:33 JS, revision 1474

Split up wxStream doc files; added wxTCP... files; added wxBusyCursor; added overloaded wxGetHostName etc. functions

1999-01-25 14:45 JS, revision 1473

Fixed wxFileDialog and VC++ DLL compilation

1999-01-25 13:57 RR, revision 1472

Added wxToolTip

1999-01-25 12:20 JS, revision 1471

Sigh, some more makefiles I forgot about (for TWIN32 compilation)

1999-01-25 12:17 JS, revision 1470

*** empty log message ***

1999-01-25 12:15 JS, revision 1469

Added some makefiles

1999-01-25 12:12 JS, revision 1468

char* -> wxString

1999-01-25 10:01 JS, revision 1467

Fixed compile bug in proplist.cpp; added makevc.env

1999-01-24 23:58 JS, revision 1466

Added wxMotif wxGLCanvas makefiles

1999-01-24 23:56 JS, revision 1465

Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples; some doc bug fixes

1999-01-24 23:31 VZ, revision 1464

1. wxLoad/SaveFileSelector return "wxString" instead of "char *" 2. WXDLLEXPORT was misplaced in a couple of places (hopefully my chanegs won't break compilation for other compilers) 3. Some VC++ warnings suppressed in socket code

1999-01-24 19:16 JS, revision 1463

Added some distribution helper files

1999-01-24 19:13 JS, revision 1462

Renamed .nt makefiles to .vc and factored them out; made DND sample compile

1999-01-24 15:23 JS, revision 1461

Removed print.cpp, added tokenizr.tex

1999-01-24 15:07 RR, revision 1460

Small doc corrections Removed wxFontDirectory Added move event to dialog and frame Cannot remeber the rest

1999-01-24 14:57 JS, revision 1459

Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs look OK on Motif now; got rid of some #ifdef wxUSE_... instances

1999-01-24 00:52 VZ, revision 1458

Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for default extension filter handling

1999-01-23 23:52 VZ, revision 1457

compilation fix for MSW

1999-01-23 23:50 VZ, revision 1456

1. registry files corresponding to the recent registry.h changes 2. badly famous wxRegConfig::DeleteAll() bug corrected

1999-01-23 17:58 GL, revision 1455

* Stream doc update.

1999-01-23 10:14 RR, revision 1454

wxGTK now chooses better font when no matching font family is found (and doesn't crash then)

1999-01-22 21:59 VZ, revision 1453

Rename() (partly) implemented for wxRegConf

1999-01-22 19:06 GL, revision 1452

* Added doc on wxStreamBase,Input/OutputStream,Filter (well, some have to be written, today or tomorrow)

1999-01-22 18:35 VZ, revision 1451

TestDestroy() is not const any more (warnings suppressed)

1999-01-22 18:08 RR, revision 1450

The Image sample now does anti-aliasing, oh well. Made internal use of OnIdle - er - internal. (I.e. it doesn't use EVT_IDLE anymore and thus cannot be overridden by users)

1999-01-22 16:21 VZ, revision 1449

wxThread POSIX implementation seems to work (under libc6 Linux at least)

1999-01-22 15:14 KB, revision 1448

Now uses dcps.h

1999-01-22 11:06 JS, revision 1447

Made wxGTK dcps.cpp generic.

1999-01-22 10:52 RR, revision 1446

iODBC v2.5

1999-01-21 19:02 RR, revision 1445

changed make_int, make_exp .. to wxmake_int.. fixed small listbox thing fixed layout probs of wxFrame small DnD updates small DialogEd optical correction small ODBC updates added wxListBox DClick Text in controls sample updated wxGTK.spec

1999-01-21 17:38 JS, revision 1444

Made EVT_SLIDER event happen always; some doc and wxProperty updates

1999-01-21 16:06 VZ, revision 1443

thread fixes (compiles, but doesn't work yet)

1999-01-21 12:47 VZ, revision 1442

wxMimeTypesManagerImpl::GetFileTypeFromMimeType() implemented

1999-01-21 12:35 VZ, revision 1441

common/mimetype.cpp added

1999-01-20 21:16 KB, revision 1440

Fixed orientation of radioboxes.

1999-01-20 19:55 VZ, revision 1439

compilation fix (wxFAIL() must have a ';')

1999-01-20 19:54 VZ, revision 1438

RenameEntry/Group() functions added to wxConfig and derivations (not yet implemented for wxIniCnfig and wxRegConfig)

1999-01-20 19:09 VZ, revision 1437

fixes to previous fixes for Sun's CC 5.0

1999-01-20 18:59 VZ, revision 1436

fixes for Sun CC 5.0 (unlike 4.2 it understands bool)

1999-01-20 15:04 VZ, revision 1435

wxUSE_STREAM corrected to wxUSE_STREAMS

1999-01-20 14:47 VZ, revision 1434

wxString::Right() changed to AfterLast() (config works again)

1999-01-20 12:23 JS, revision 1433

Fixed wxConfig (I hope) and disabled wxRegConfig::DeleteAll.

1999-01-19 22:14 JS, revision 1432

FAQ mods

1999-01-19 19:36 VZ, revision 1431

1. wxMotif fixes for compilation in "no compatible" mode 2. Common fixes to be able to link minimal sample without stream classes, tree ctrl, list ctrl &c

1999-01-19 18:42 JS, revision 1430
  • D /wxWidgets/trunk/include/wx/motif/imaglist.h
  • D /wxWidgets/trunk/include/wx/motif/listctrl.h
  • D /wxWidgets/trunk/include/wx/motif/statusbr.h
  • D /wxWidgets/trunk/include/wx/motif/treectrl.h
  • D /wxWidgets/trunk/src/motif/imaglist.cpp
  • D /wxWidgets/trunk/src/motif/listctrl.cpp
  • M /wxWidgets/trunk/src/motif/makefile.unx
  • D /wxWidgets/trunk/src/motif/statusbr.cpp
  • D /wxWidgets/trunk/src/motif/treectrl.cpp

Removing redundant files.

1999-01-19 18:28 JS, revision 1429

Include dynarray.h

1999-01-19 18:23 JS, revision 1428

TWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC; wxByte replaces byte (can conflict with windows.h)

1999-01-19 16:33 RR, revision 1427

New DnD and Clipboard code Rearranged wxApp to do the same in the same order upon program start-up on wxGTK and wxMSW ODBC tweaks exchanged wxDataFormat for wxIPCFormat

1999-01-19 13:18 VZ, revision 1426

compilation fixes for "nocompatibility" mode

1999-01-19 11:00 JS, revision 1425

Some changes in a vain attempt to make Salford C++ work; added FAQ files; started wxTime documentation.

1999-01-17 23:55 JS, revision 1424

Some Motif corrections; Dialog Editor compilation under Motif

1999-01-17 22:49 VZ, revision 1423

thread docs updated

1999-01-17 22:44 VZ, revision 1422

OnExit() is called for modules which were initialized even if the init of the subsequent modules fails

1999-01-17 22:42 VZ, revision 1421

more thread fixes

1999-01-17 22:39 VZ, revision 1420

wxThread fixes - compilation under Unix temporarily broken, sorry.

1999-01-17 22:35 VZ, revision 1419

warning suppressed for MSVC++

1999-01-17 19:25 JS, revision 1418

VC++ compilation correction; doc file corrections

1999-01-17 16:10 GL, revision 1417

* First draft on wxStreamBuffer, wxStream* will follow.

1999-01-16 22:17 JS, revision 1416

For wxMSW, split XPM handler into separate file (please add handler explicitly in app); doc changes espec. wxBitmap overview

1999-01-16 12:52 UG, revision 1415

no message

1999-01-16 00:13 JS, revision 1414

Various changes for Salford C++, and commited fileconf.h/fileconf.cpp changes to take out nested classes

1999-01-15 13:24 JS, revision 1413

Added wxPrivateDropTarget class skeleton.

1999-01-15 11:18 VZ, revision 1412

even less spelling errors...

1999-01-15 10:54 JS, revision 1411

Added wxTE_PROCESS_TAB

1999-01-15 01:12 RR, revision 1410

DnD feedback keyx down and key up. listbox bug added bitmap to wxBitmapDataObject constructor corrected spelling of "Suiss bank account"

1999-01-14 15:18 JS, revision 1409

Added wxMotif data object classes

1999-01-14 15:15 JS, revision 1408

Added some tentative wxMotif clipboard code; did some file formatting

1999-01-14 14:50 VZ, revision 1407

compilation fix

1999-01-14 14:33 VZ, revision 1406

1. NOT_FOUND -> wxNOT_FOUND 2. wxString::Left(), Right(), Before(), After() clean up 3. wxLocale updates

1999-01-14 13:11 KB, revision 1405

Split part of wxExtHelpController into wxHTMLHelpControllerBase to share the filename lookup and URL handling mechanisms with the soon to be created gtk-xmhtml based alternative. Added wxLocale support to allow different translated help files to be used. Tested (no changes to application required) under Solaris.

1999-01-14 11:23 JS, revision 1404

Added OnKeyDown, OnKeyUp.

1999-01-14 08:20 JS, revision 1403

Corrected stupid error.

1999-01-14 00:24 RR, revision 1402

Added wxPrivateDropTarget

1999-01-13 22:31 AN, revision 1401

For MSW, scan line boundary aligned, and >2MB case enabled

1999-01-13 21:26 VZ, revision 1400

compilation problem fixed

1999-01-13 19:01 VZ, revision 1399

updated i18n sample, french translations are now in the "fr" subdirectory. Added some documentation in readme.txt.

1999-01-13 18:21 JS, revision 1398

*** empty log message ***

1999-01-13 18:19 RR, revision 1397

Better disabling of toolbars and menubars

1999-01-13 18:01 JS, revision 1396

wxMSW wxClipboard implementation

1999-01-13 14:23 JS, revision 1395

Added dnd classes, data object classes, changed clipboard class doc, cured filefn.cpp wxFileNameFromPath bug, some tweaks to HelpGen

1999-01-13 12:03 RR, revision 1394

more wxImage on Motif

1999-01-13 11:50 KB, revision 1393

Fixes for compilation problems on Solaris(!). Added detection of glibc2 to fix Linux compilation problems.

1999-01-13 10:51 RR, revision 1392

wxMotif now works with wx-config and make install

1999-01-13 00:44 RR, revision 1391

Forgot one.

1999-01-13 00:42 RR, revision 1390

The usual amount of trash over my telephone fixed Horses everywhere

1999-01-12 23:51 VZ, revision 1389

minor samples fixes

1999-01-12 23:49 VZ, revision 1388

images in the notebook work under MSW too (with or without XPM)

1999-01-12 23:48 VZ, revision 1387

memory leak plugged

1999-01-12 23:47 VZ, revision 1386

added an error message if a bitmap can't be addedto the image list

1999-01-12 23:46 VZ, revision 1385

catches program exceptions in release build (VC++ only)

1999-01-12 23:44 VZ, revision 1384

some really minor changes (the most important one: small memory hole in wxList plugged)

1999-01-12 23:39 VZ, revision 1383

changed "inline"s to "extern"

1999-01-12 23:37 VZ, revision 1382

WX_CLEAR_ARRAY() now calls Empty() too

1999-01-12 23:10 VZ, revision 1381

more files I forgot to commit (wxFile/wxTempFile/wxTextFile docs)

1999-01-12 20:49 JS, revision 1380

Fixed silly error (what was Bool = int is now bool = 1/0)

1999-01-12 18:28 JS, revision 1379

Some .tex tweaks; pngdemo fix.

1999-01-12 17:53 RR, revision 1378

image update listbox fix iODBC fixes

1999-01-12 17:02 UG, revision 1377

no message

1999-01-12 08:31 VZ, revision 1376

changed #ifdef wxUSE_XXX into #if wxUSE_XXX

1999-01-11 22:15 JS, revision 1375

Fixed stupid crash-on-exit bug.

1999-01-11 16:13 VZ, revision 1374

TestDestroy() bug corrected

1999-01-11 16:05 JS, revision 1373

Corrected thread.h inline problem. Set WXWIN_COMPATIBILITY to 0 by default in wxMSW.

1999-01-11 15:51 VZ, revision 1372

wxCriticalSection implemented using mutexes for !MSW (sample compiles again)

1999-01-11 13:36 VZ, revision 1371

added the missing sentence end...

1999-01-10 23:39 JS, revision 1370

Corrected some typos.

1999-01-10 23:28 JS, revision 1369

Added some makefiles, cured some wxMotif bugs

1999-01-10 23:15 VZ, revision 1368

1. wxFile docs updated, wxTextFile and wxTempFile docs written (thanks HelpGen :-) Added file classes section to the "classes by category" and tfile.tex - file classes/functions overview, feel free to add stuff there. 2. wxArray docs finally written.

1999-01-10 20:29 JS, revision 1367

Cured Dialog Editor position/size setting problem

1999-01-10 20:23 GL, revision 1366

* Fixes.

1999-01-10 20:16 GL, revision 1365

* Deleted debug messages.

1999-01-10 20:14 GL, revision 1364

* Socket doc update.

1999-01-10 18:45 JS, revision 1363

Makefile correction

1999-01-10 12:04 JS, revision 1362

Got Penguin sample running under Windows.

1999-01-10 11:02 RR, revision 1361

Cleaning abit

1999-01-10 10:49 RR, revision 1360

OpenGl works now under GTK

1999-01-10 00:18 VZ, revision 1359

changes for wxMSW compilation

1999-01-10 00:04 VZ, revision 1358

assignment operators/copy ctors are private for classes which can't be copied

1999-01-09 20:18 JS, revision 1357

More SC++ fixes; HelpGen starting to compile with VC++; image sample now compiles/runs with VC++

1999-01-09 18:00 KB, revision 1356

wxComboBox included (removed dependency on wxUSE_COMBOBOX which was never defined). intl.h only defines _() macro if WXINTL_NO_GETTEXT_MACRO is not defined.

1999-01-09 15:53 RR, revision 1355

ODBC updates Documentation updates

1999-01-09 10:42 RR, revision 1354

ODBC updates (it almost works now)

1999-01-09 00:37 VZ, revision 1353

wxObjArray fix (part 2)

1999-01-09 00:29 VZ, revision 1352

wxObjArrays code compiles again

1999-01-09 00:28 VZ, revision 1351

thread fixes for MSW (samples doesn't compile currently under !MSW, will be fixed a.s.a.p.)

1999-01-08 21:09 JS, revision 1350

Changes to allow Cygwin to compile in non-PCH mode

1999-01-08 20:33 RR, revision 1349

minor Configure / makefiles updates Removed mor (egcs) warnings Updated version to 2.0.1 in version.h Several corrections for strict compilers OpenGL updates new wxApp::InitVisual() for overriding in order to set non-default visual (unportable, of course) Added makefiles for DialogEd and Tex2Rtf made wxGTK compile with Tex2Rtf Added BEGIN_DRAG event to tree ctrl Added missing #include to lexel.l (unistd.h) (MSW?) new wxGTK.spec turned one or two more #ifdef into #if

1999-01-08 19:46 VZ, revision 1348

supports typedefs, generates "See also:" and adds "virtual " for virtual functions

1999-01-08 17:46 VZ, revision 1347

HelpGen is a prototype of the tool for automatic generation of the .tex files for wxWindows documentation from C++ headers

1999-01-08 17:17 UG, revision 1346

WXDLLEXPORT added to wxPendingList

1999-01-08 17:02 UG, revision 1345

no message

1999-01-08 16:46 UG, revision 1344

no message

1999-01-08 16:31 UG, revision 1343

no message

1999-01-08 16:12 UG, revision 1342

no message

1999-01-08 15:21 UG, revision 1341

no message

1999-01-08 14:49 UG, revision 1340

no message

1999-01-08 14:30 JS, revision 1339

Corrected grey scrolling windows; added C++Builder 3.0 fixes

1999-01-08 14:19 UG, revision 1338

no message

1999-01-08 13:15 UG, revision 1337

no message

1999-01-08 12:45 UG, revision 1336

no message

1999-01-08 11:54 UG, revision 1335

no message

1999-01-08 11:09 UG, revision 1334

no message

1999-01-08 10:54 UG, revision 1333

no message

1999-01-08 10:24 UG, revision 1332

no message

1999-01-08 10:23 RR, revision 1331

Compile improvemnts for strict compilers and the like Down to two warning messages for egcs compile

1999-01-07 17:20 RR, revision 1330

Compile improvemnts for strict compilers and the like Down to two warning messages for egcs compile

1999-01-07 16:50 UG, revision 1329

fix for wxuse_iostreamh

1999-01-07 16:25 VZ, revision 1328

storable objects use _() and wxLogXXX instead of message boxes

1999-01-07 16:24 VZ, revision 1327

added version number to the about box

1999-01-07 15:22 JS, revision 1326

Watcom C++ mods

1999-01-07 08:43 JS, revision 1325

Doc & Symantec C++ fixes

1999-01-06 21:09 RR, revision 1324

Compilation fixes Found out how to do wxUSE_XX 0 and 1

1999-01-05 22:53 VZ, revision 1323

bug in wxString::Printf() corrected (the length of the string wasn't updated correctly)

1999-01-05 22:52 VZ, revision 1322

added wx<TemplateListName>::Node typedef for the node corresponding to this list

1999-01-05 22:40 VZ, revision 1321

MIME classes with docs (not yet added to the makefiles)

1999-01-05 22:15 JS, revision 1320

Added thread makefile

1999-01-05 18:46 RR, revision 1319

simple spec for RPMs

1999-01-05 03:04 VZ, revision 1318

file I forgot to commit last time (wxCritSection)

1999-01-04 21:51 JS, revision 1317

Simplified BC++ makefiles; C++Builder 1.0 compilation seems to work; changed #ifdef -> #if for wxUSE_STD_IOSTREAM; #ifdefed thread usage in app.cpp.

1999-01-04 18:34 JS, revision 1316

Some small corrections and setup.h additions

1999-01-04 13:52 RR, revision 1315

configure and #ifdef wxUSE_XXX updates

1999-01-04 10:53 JS, revision 1314

Corrected memory.cpp compilation error; Cygwin makefile uses generic wxDirDlg

1999-01-03 16:54 RR, revision 1313

Proofed that iostreams break threads

1999-01-03 11:03 RR, revision 1312

new cursors bug in menuitem->check minor things here and there

1999-01-02 23:02 VZ, revision 1311

1. New classes documented: wxCriticalSection, wxMutexLocker, wxCriticalSectionLocker 2. New overviews: Threads overview, Container classes overview 3. A modest update of wxList/wxNode docs to bring them up to date with the new classes (array.tex is simply empty for the moment)

1999-01-02 22:58 VZ, revision 1310

restoring wxUSE_GLOBAL_MEMORY_OPERATORS I accidentally removed a moment ago

1999-01-02 22:55 VZ, revision 1309

Thread fixes (but they still don't work at all...)

1999-01-02 22:24 RR, revision 1308

Triued in vain to fix threads segvs with gcc Removed wxDebugStream

1999-01-02 19:13 RR, revision 1307

Header changes (gtk.h etc no longer included in defs.h but in *.cpp to speed up compilation (?) )

1999-01-02 00:45 JS, revision 1306

Corrected memory.cpp checkpoint bug; added Tex2RTF

1999-01-01 22:49 VZ, revision 1305

wxString(const wxString& str, size_t position, size_t len) ctor now doesn't have default value for the third param to avoid conflicts with wxString(const wxString& str, size_t len) ctor. Sorry if this breaks code which relied on it...

1999-01-01 19:13 JS, revision 1304

Lots of wxMotif fixes

1999-01-01 16:22 SC, revision 1303

mac support as stubs added

1999-01-01 16:15 SC, revision 1302

cw makefile for minimal - to be used as template

1999-01-01 16:14 SC, revision 1301

common definitions for cw

1999-01-01 16:12 SC, revision 1300

mac socket port (preliminary - based on M. Neerachers GUSI + additions)

1999-01-01 16:09 SC, revision 1299

added win32 release and ppc targets

1999-01-01 16:05 SC, revision 1298

started once again from stubs

1999-01-01 15:58 SC, revision 1297

source files for precompiled headers for cw

1999-01-01 15:56 SC, revision 1296

started once again from stubs

1998-12-31 21:58 RR, revision 1295

Compile and build fixes Version update etc.

1998-12-31 18:18 JS, revision 1294

Rationalised a few more docs

1998-12-31 17:32 JS, revision 1293

Fixed Dialog Editor compilation

1998-12-31 16:15 JS, revision 1292

Added Property List classes to main library; added proplist sample; merged changes.txt files

1998-12-31 15:59 JS, revision 1291
  • D /wxWidgets/trunk/utils/wxprop/docs
  • D /wxWidgets/trunk/utils/wxprop/lib
  • D /wxWidgets/trunk/utils/wxprop/Makefile

Rmoved more wxprop files

1998-12-31 15:56 JS, revision 1290
  • D /wxWidgets/trunk/utils/wxprop/src/cross.bmp
  • D /wxWidgets/trunk/utils/wxprop/src/Makefile
  • D /wxWidgets/trunk/utils/wxprop/src/Makefile.in
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.b32
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.dos
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.g95
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.nt
  • D /wxWidgets/trunk/utils/wxprop/src/prop.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/prop.h
  • D /wxWidgets/trunk/utils/wxprop/src/propform.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/propform.h
  • D /wxWidgets/trunk/utils/wxprop/src/proplist.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/proplist.h
  • D /wxWidgets/trunk/utils/wxprop/src/test.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/test.def
  • D /wxWidgets/trunk/utils/wxprop/src/test.h
  • D /wxWidgets/trunk/utils/wxprop/src/tick.bmp

Removed wxProp source files

1998-12-31 10:54 JS, revision 1289

Added fractal, bombs samples; removed global app variable from dbtest.cpp

1998-12-30 23:30 RR, revision 1288

Guess what: ODBC updates and build fixes.

1998-12-30 20:44 RR, revision 1287

sockets work now an all platforms

1998-12-30 17:55 JS, revision 1286

Introduced wxSOCKET_INT to socket.cpp. The previous code wouldn't compile on Windows. Someone please determine what wxSOCKET_INT should be on your platform (I'm pretty sure just 'int' was OK on Linux when I tested it)

1998-12-30 17:55 VZ, revision 1285

added directories for Motif headers and libs under Solaris to the search path

1998-12-30 17:42 JS, revision 1284

Added makefile.b32 to db sample

1998-12-30 17:40 JS, revision 1283

Updated the Remstar ODBC files, got the db sample compiling; added Freq and SubString to wxString

1998-12-30 16:24 RR, revision 1282

Motif corrections in wxDC (match wxWin 2.0 drawing stuff) on idle handling -> speed-up threads work now modules work now (also in release mode...) wxMotif compiles with configure again

1998-12-30 16:04 VZ, revision 1281

stupid bug corrected (the code was never compiled)

1998-12-29 17:18 RR, revision 1280

Tried to fix some socket things. Wasn't enough.

1998-12-29 16:54 VZ, revision 1279

added WX_CLEAR_ARRAY() macro to delete all the elements of an array

1998-12-29 15:25 VZ, revision 1278

small optimization in ProcessEvent() (IsKindOf(wxWindow) only called once)

1998-12-29 11:02 JS, revision 1277

BC++/16-bit support now working, but without resource system

1998-12-29 08:42 RR, revision 1276

Added wxNotebook::SetText and SetImage (thanks Harm)

1998-12-28 21:32 JS, revision 1275

Fixes to wxMotif scrolling and colours (wxTreeCtrl/wxListCtrl now seem to work well, ta-ra!); fixes to thread.cpp since constants were changed

1998-12-28 18:53 RR, revision 1274

Compile fix for filefn.cpp doc update SGI threads use new constant names

1998-12-28 16:03 RR, revision 1273

Added facenames support to wxFont

1998-12-28 15:36 VZ, revision 1272

wxGTK compiles (and links) when configured without threads

1998-12-28 12:35 JS, revision 1271

Changes for 16-bit BC++ (not there yet), GnuWin32; typetest sample fixed; some documentation fixes

1998-12-28 12:33 JS, revision 1270

Added CodeWarrior files to distribution scripts

1998-12-28 11:39 RR, revision 1269

Now even Julian can use wxGTK :-)

1998-12-27 14:44 RR, revision 1268

Compilation fixes for OGL

1998-12-27 00:54 VZ, revision 1267

1. Pause()/Resume() implemented for wxMSW 2. crash on startup in the sample corrected

1998-12-26 20:09 RR, revision 1266

Makefile tweaks Threads work now under wxGTK and glibc 2

1998-12-26 15:36 GL, revision 1265

* Fixes (AIF works on Linux)

1998-12-26 03:41 UG, revision 1264

no message

1998-12-25 11:02 GL, revision 1263

* Fixes (WAV works on Linux, AIFF following)

1998-12-25 00:34 VZ, revision 1262

wxStringList::Sort() bug corrected

1998-12-25 00:06 VZ, revision 1261

attempt to fix a report about compile problems in generic treectrl

1998-12-24 23:26 VZ, revision 1260

wxGetUserName() returns the user name (wxGetUserId()) if all else fails

1998-12-23 21:35 JS, revision 1259

Some more wxMotif improvements: DrawIcon fixed; generic notebook implementation used. wxGTK's DrawIcon has 2 args added for wxMSW compatibility.

1998-12-23 18:16 GL, revision 1258

* Fixes

1998-12-23 17:51 RD, revision 1257

Moved the main funtion into its own source file.

1998-12-23 12:33 JS, revision 1256

Compilation fixes for SUN CC.

1998-12-23 09:58 JS, revision 1255

Got generic wxListCtrl, wxTreeCtrl working under Windows, wxNotebook almost; some doc corrections; Win16 dialog crash cured

1998-12-22 11:55 VZ, revision 1254

wxTextFile::Type changed to ::wxTextFileType (portability)

1998-12-21 19:59 RD, revision 1253

Now compiles with /GX- on MSW.

1998-12-21 19:49 RD, revision 1252

Added $(OVERRIDEFLAGS) to the end of the flags so default flags can be overridden.

1998-12-21 09:59 JS, revision 1251

Added convenience form of wxEvtHandler::Connect, only one id; changed type to wxEventType; fixed my regconf.h mistake in config.cpp (oops)

1998-12-21 09:10 SC, revision 1250

CW Win32 support

1998-12-21 08:44 SC, revision 1249

CW Win32 support

1998-12-21 08:36 SC, revision 1248

CW Win32 support

1998-12-20 23:49 JS, revision 1247

wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return types in wxCHECK_MSG); compiles again for 16-bit Windows, though dialogs don't work; added generic notebook implementation (copied from wxMotif); fixed event handler arg in wxDirDialog; added preliminary wxImage reference; removed some constructors from documentation; fixed wxIniConfig compilation

1998-12-20 00:34 VZ, revision 1246

missing functions implemented in wxMSW tree ctrl (custom sorting, GetChildrenCount(), DeleteChildren()).

1998-12-19 12:38 RR, revision 1245

wxPython updates (SWIG really works, cannot believe it) wxRadioBox now has multi column layout (the wxPython sample still doesn't do that correctly)

1998-12-19 08:19 RR, revision 1244

Added missing filed to sample

1998-12-19 08:16 RR, revision 1243

Added more keyboard handling to wxTreeCtrl Fixed HitText wrt to items with an image changed size calculation in wxStatText

1998-12-18 23:18 JS, revision 1242

Partial Watcom C++ 10.6 support added (doesn't link for some reason)

1998-12-18 18:22 JS, revision 1241

Solved a bug in generic wxTreeCtrl whereby CalculatePositions was not completing due to a missing '!', so scrollbars were not set properly. Tidied up wxMotif scrollbar setting.

1998-12-18 17:05 RR, revision 1240

wxDirDialog now sorts its entries

1998-12-18 15:49 RR, revision 1239

wxClipboard now serves the primary selection as well wxPython fixes warning mesages

1998-12-18 15:47 VZ, revision 1238

added stubs for wxTreeCtrl functions not yet implemented under MSW

1998-12-18 15:37 VZ, revision 1237

wxTreeCtrl::Sort() changed, adapted the sample to show it.

1998-12-18 14:53 JS, revision 1236

Added dummy DeleteChildren so the sample will at least link.

1998-12-18 14:40 JS, revision 1235

In DialogEd, changed Close to Destroy to make it shut down properly. Various Motif fixes incl. fixing window colours, menu fonts/colours, dialog box

1998-12-18 13:35 RR, revision 1234

Fixed nasty bug wxFont Removed wxDirDialog from /src/gtk

1998-12-18 10:19 RR, revision 1233

Tried to add sorting to wxTreeCtrl minor fixes to radiobutton

1998-12-17 22:39 JS, revision 1232

Added an index for the HTML files

1998-12-17 22:13 JS, revision 1231

Added some gettext HTML files

1998-12-17 21:06 JS, revision 1230

*** empty log message ***

1998-12-17 21:05 JS, revision 1229

Added wxRA_SPECIFY_COLS/ROWS (same as wxRA_HORIZONTAL/VERTICAL)

1998-12-17 20:56 JS, revision 1228

Added wxDirDialog to generic directories

1998-12-17 20:24 VZ, revision 1227

The checkbox doesn't eat the first "toggled" event if SetValue(FALSE) was called any more. Added 2 lines to the controls sample to demonstrate it.

1998-12-17 20:23 VZ, revision 1226

wxString::Truncates() now doesn't change the sharied copies of the string

1998-12-17 19:26 VZ, revision 1225

all delete functions now send delete notification event

1998-12-17 18:41 VZ, revision 1224

1. added wxTreeCtrl::DeleteChildren() 2. wxTreeCtrl::CollapseAndReset() doesn't destroy the item itself any more 3. wxTreeCtrl::Delete() sends wxEVT_COMMAND_TREE_CHILDREN event (but DeleteChildren() and DeleteAll() do not!) 4. Sample modified to show the new function too 5. Micro redraw bug fixed (small vertical line was sometimes drawn when it shouldn't have been)

1998-12-17 18:19 JS, revision 1223

Bother, had to revert it since it caused more ambiguities.

1998-12-17 18:12 JS, revision 1222

Removed sometimes-ambiguous wxString operator

1998-12-17 18:07 RD, revision 1221

wxPython 0.5.2 Minor fixes and SWIG code generation for RR's changes. MSW and GTK versions are much closer now!

1998-12-17 17:59 JS, revision 1220

Just a teeny change -- addition of wxFrame::IsMaximized. For wxMDIChildFrame in wxGTK, is probably always TRUE (always size of client area).

1998-12-17 17:53 RD, revision 1219

wxPython 0.5.2 Minor fixes and SWIG code generation for RR's changes. MSW and GTK versions are much closer now!

1998-12-17 15:46 RR, revision 1218

GTK is standard in configure again removed warning from postscript dc compile fix for wxDirDialog

1998-12-17 14:45 VZ, revision 1217

status bar is created before it's used for the first time (better this way)

1998-12-17 14:07 RR, revision 1216

Removed minor differences between wxMSW and wxGTK

1998-12-17 10:10 JS, revision 1215

Changed m_children to GetChildren() -- not all ports are the same!

1998-12-17 09:57 RR, revision 1214

Added wxDirDialog

1998-12-17 09:44 JS, revision 1213

Re-added corrupt binary files; small change to filefn.cpp for Cygwin.

1998-12-17 08:40 RR, revision 1212

I've put live into Vadim's wxNavigationKeyEvent idea

1998-12-16 22:12 RD, revision 1211

Tweaks needed to be able to build wxPython with wxGTK.

1998-12-16 16:23 JS, revision 1210
  • M /wxWidgets/trunk/samples/joytest/joytest.cpp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/abacus.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/brush.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/chart.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/colour.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/files.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/magnify.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/mike.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/page.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/screw.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/shapes.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/speaker.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/telephon.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/therm.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/torch.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/wrench.bmp
  • M /wxWidgets/trunk/samples/sashtest/sashtest.cpp
  • M /wxWidgets/trunk/src/msw/listctrl.cpp

Removed some unnecessary bitmaps; other minor changes

1998-12-16 12:17 RR, revision 1209

Added wxTolBar::etMargins Checklistbox update

1998-12-16 08:11 VZ, revision 1208

listbox kbd handling buglet corrected (event.Skip() called even when no selection)

1998-12-16 08:06 RR, revision 1207

Added layout constraints call to wxNotebook Renamed key_down events to match MSW equivalents Invened activated events to tree and list ctrl Added patches to text ctrl from georg

1998-12-15 22:59 VZ, revision 1206

1. is there any reason to comment out SetColor() in controls? I restored it... 2. Removed unused files from checklst sample

1998-12-15 20:44 RD, revision 1205

Changed the import semantics from "from wxPython import *" to "from wxPython.wx import *" This is for people who are worried about namespace pollution, they can use "from wxPython import wx" and then prefix all the wxPython identifiers with "wx." Added wxTaskbarIcon for wxMSW. Made the events work for wxGrid. Added wxConfig. Added wxMiniFrame for wxGTK, (untested.) Changed many of the args and return values that were pointers to gdi objects to references to reflect changes in the wxWindows API. Other assorted fixes and additions.

1998-12-15 18:59 VZ, revision 1204

1. log::save works with wxGTK 2. wxFile::Create() doesn't create files open for reading any more...

1998-12-15 18:01 JS, revision 1203

Updated frame style

1998-12-15 17:58 JS, revision 1202

Trying to add binary wxwin.bmp

1998-12-15 17:47 JS, revision 1201

Cured radiobutton non-setting by using BS_AUTORADIOBUTTON; cured gridg.cpp compilation error; add wxFRAME_TOOL_WINDOW style

1998-12-15 14:14 RR, revision 1200

Added wxCheckLitBox (oh well) Minor optical fixes to gridg

1998-12-15 13:19 VZ, revision 1199

somehow this file contained several NUL characters - removed

1998-12-15 09:19 MR, revision 1198

wxIsNumeric for values < 0

1998-12-15 08:03 RR, revision 1197

A bit more DnD and clipbrd updates wxTextCtrl now hides the vertical until required

1998-12-14 20:03 RR, revision 1196

Now even wxRadioButton works

1998-12-14 18:50 JS, revision 1195

Various; wxRadioButton::GetValue corrected

1998-12-14 16:13 RR, revision 1194

New wxDataObject, DnD and Clipboard code A few more minor fixes

1998-12-14 12:26 MR, revision 1193

wxFileSelector set the filterIndex

1998-12-14 12:24 MR, revision 1192

wxFILTER_NUMERIC input vales < 0

1998-12-13 22:01 VZ, revision 1191

only one of SetSize()s, SetClientSize()s, GetPosition()s &c is virtual now

1998-12-13 12:23 VZ, revision 1190

IS_KIND_OF -> wxIS_KIND_OF compilation fix

1998-12-13 11:28 RR, revision 1189

More clean-up

1998-12-13 11:27 RR, revision 1188

Bit of CVS clean-up

1998-12-13 10:57 JS, revision 1187

Changed use_system_defaults to 1.

1998-12-13 10:41 RR, revision 1186

Updated resource sample

1998-12-13 09:14 RR, revision 1185

Added wxList:Nth check again Added checks to wxImageList Made toolbar tips yellow Removed options from wx-config Added bitmaps to DialogEd tree ctrl

1998-12-12 22:05 VZ, revision 1184

corrected (?) wxStringList::Delete()

1998-12-12 22:03 VZ, revision 1183

removed wxDialog::SetSize() which just called wxWindow::SetSize()

1998-12-12 22:02 VZ, revision 1182

removed SetSize() methods which just called wxWindow::SetSize()

1998-12-12 18:50 JS, revision 1181

Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton now recognised by resource.cpp.

1998-12-12 17:27 RR, revision 1180

More colour finetuning Corrected wxCheckBoc and wxRadioButton::SetValue

1998-12-12 16:42 RR, revision 1179

Added scrollbar size to settings Added tetsing for cursor keys to wxTextValidator Correcte misspelled colour in wxColourDialog Made print dialogs look nicer Made wxStatixBox transparent (in the middle) for mouse actions (very useful for DialogEd) Corrected colour setting in DialogEd not to set any colour when using standard colour Corretced unresponding scrollbar in DialogEd

1998-12-12 10:01 JS, revision 1178

Added script to help make wxMotif via configure; nativdlg sample works again; resource sample now works using .rc files for most Windows compilers

1998-12-12 08:44 RR, revision 1177

DialogEd compiles and works more or less wxList::Nth() is allowd to just return NULL for out-of-bounds index

1998-12-12 00:27 VZ, revision 1176

some very minor changes

1998-12-11 19:28 RR, revision 1175

Redid parts of wxScroledWindow Corrected scrollling (speed) in wxListCtrl

1998-12-11 18:19 RD, revision 1174

Changed the "delete win" to the more proper "win->Destroy()" in PopupMenu. The sample still has the Close anomally though...

1998-12-11 16:09 JS, revision 1173

Some stubs includes removed from wxMotif; wxNotebook sample hack to make it display; changes to defs.h and memory.h etc. for Solaris compilation

1998-12-11 15:41 RR, revision 1172

ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK Corrected inheritence of wxTreeEvent, wxNotebookEvent, wxListEvent on wxMSW and wxGTK Corrected scrolling step etc. in wxListCtrl Built-in correction of out-of-bounds values for position of scrollbar thumb Reverted interpretation of wxVERTICAL for radiobox Applied Phls patch for wxStaticText

1998-12-11 09:59 JS, revision 1171

Corrections to Forty Thieves; wxMemoryDC problem temporarily sorted

1998-12-11 09:48 SC, revision 1170

regrouped the fix by VZ so that __MWERKS__ comes first, since CW also defines _MSC_VER = 9 , the wrong branch was taken

1998-12-11 05:56 RD, revision 1169

Added wxTaskBarIcon::PopupMenu()

1998-12-10 22:55 JS, revision 1168

#ifdefed out Ole... functions for Cygwin.

1998-12-10 22:44 JS, revision 1167

Dialog Editor corrections for latest wxWin changes; removed wxProp files

1998-12-10 22:41 AN, revision 1166

correct a bug in the MSW code using wxMask

1998-12-10 22:30 AN, revision 1165

remove the line for image.h, restore a line commented out by mistake

1998-12-10 21:50 VZ, revision 1164

minValue and maxValue are interpreted correctly in SetRange() (were inversed)

1998-12-10 21:49 VZ, revision 1163

__MWERKS__ check now doesn't give compilation error with VC++

1998-12-10 19:58 RR, revision 1162

Fixed three mouse event bugs Fixed wxSplitterWindow (hope Julian doesn't mind)

1998-12-10 17:23 SC, revision 1161

CodeWarrior Support

1998-12-10 17:16 SC, revision 1160

CodeWarrior Support

1998-12-10 15:42 RR, revision 1159

wx-config knows about compiler options several tree ctrl bugs removed

1998-12-10 14:38 KB, revision 1158

Fixed typo.

1998-12-10 14:37 KB, revision 1157

fixed typo

1998-12-10 14:34 RR, revision 1156

Removed a few old wxDebugMsg (now wxLogDebug) block first event from wxCeckBox after SetValue() also

1998-12-10 14:19 KB, revision 1155

another API change fix

1998-12-10 14:10 KB, revision 1154

Solved the -ggdb problem.

1998-12-10 13:41 SC, revision 1153

CodeWarrior Support (no defines in project possible)

1998-12-10 13:33 RR, revision 1152

Fix for radiobutton

1998-12-10 11:05 karsten, revision 1151

Modified wxExecute() to close stdin/stdout/stderr.

1998-12-10 10:57 SC, revision 1150

wxMac support added

1998-12-10 10:22 KB, revision 1149

Trying to adopt to new wxGTK API.

1998-12-10 09:37 RR, revision 1148

Moved image code Corrected clipboard code

1998-12-10 00:00 VZ, revision 1147

overview of dnd finished

1998-12-09 21:44 JS, revision 1146

wxImage changes

1998-12-09 18:23 JS, revision 1145

VC++ 4 fixes and added docvwmdi to distribution files.

1998-12-09 18:12 JS, revision 1144

Various fixes incl. checking in .po/.mo files

1998-12-09 17:43 VZ, revision 1143

"wxGDIObject * => &" changes

1998-12-09 17:30 VZ, revision 1142

"wxGDIObject * => &" related changes (see mail to the list)

1998-12-09 16:37 AN, revision 1141

dec 9, 1998 wxImage related changes

1998-12-09 12:14 RR, revision 1140

Clipboard update menuitem->SetName() -> SetText() (or other raound) GetChildren() returns reference this still doesn't compile, I'm waiting

1998-12-08 23:34 JS, revision 1139

Added some files

1998-12-08 23:33 JS, revision 1138

Removed syntax errors in tdnd.tex

1998-12-08 23:26 JS, revision 1137

Sorry folks, a lot of changes to remedy GetFont, GetBrush etc.

1998-12-08 22:28 VZ, revision 1136

(very) preliminary DnD docs

1998-12-08 18:59 JS, revision 1135

Added wxAutomationObject documentation, changed some BC++ makefiles

1998-12-08 18:56 JS, revision 1134

Restored the old Dialog Editor files.

1998-12-08 18:55 JS, revision 1133

Added wxAutomationObject class.

1998-12-08 18:54 JS, revision 1132

Added wxOleAutomation class (wxMSW only, obviously...) and some wxTime member functions

1998-12-08 18:52 JS, revision 1131

Additions to wxTime; always inits OLE now in wxMSW

1998-12-08 18:49 JS, revision 1130

Added OLE automation sample, changed BC++ makefiles

1998-12-08 10:44 VZ, revision 1129

uncommented some code which works now

1998-12-08 10:02 KB, revision 1128

Added files.

1998-12-08 10:01 KB, revision 1127

Overwrote(!!) with source files that compile and link with latest wxGTK. Segfaults on startup though.

1998-12-08 09:30 RR, revision 1126

Corrected bold fonts

1998-12-08 08:40 RR, revision 1125

DnD updates Clipboard pasting (for wxDF_TEXT) print dialog looks better now font dialog ibid

1998-12-07 18:23 VZ, revision 1124

1. wxNotebook::GetPageCount() returns only the number of pages actually added to the notebook 2. wxTreeCtrl: more kbd interface ad SetItemBold (doesn't work :-( )

1998-12-07 13:28 RR, revision 1123

Listctrl updates

1998-12-07 10:38 RR, revision 1122

Keyboard navigatino in tree ctrl EnsureVisible()

1998-12-07 08:27 RR, revision 1121

Added serial code for wxList and wxHashTable to source tree Added a few accessors to wxList (for above) Fixed bug with GetClientSize() and sunken frames without scrollbars Made pixel corrections to wxListCtrl and wxFrame Added a few pixels before first tool in toolbar Added a few wxCHECKs here and there

1998-12-06 21:35 RR, revision 1120

wxIMage accessors printing bitmaps

1998-12-06 20:26 JS, revision 1119

Some more WXWIN_COMPATIBILITY fixes.

1998-12-06 20:24 JS, revision 1118

Added various licence files

1998-12-06 17:33 RR, revision 1117

Update for bitmap, image on scaling, transparancy, wxCHECKs and no more dependance of wxBitmap on wxImage in its API

1998-12-05 23:10 VZ, revision 1116

1. suppressed some messages from HasEntry()/HasKeys() 2. removed "wxWindows" from default wxRegConfig location

1998-12-05 23:08 VZ, revision 1115

corrected a crash in wxDialog::Show() which would happen if there was a window in "pending for delete" queue before the call to this function

1998-12-05 23:07 VZ, revision 1114

a warning suppressed (arg to MessageBeep is UINT)

1998-12-05 21:53 RR, revision 1113

Fixed make install bug Commented AutoLayout() in wxWindow::OnSize() out (why?) Removed double code Fixed print page dialog

1998-12-05 21:02 RR, revision 1112

New PostScript code

1998-12-04 19:32 VZ, revision 1111

id are generated as in wxMSW if the default value (-1) is given to wxWindow::Create()

1998-12-04 17:54 RR, revision 1110

The final compile fixes for wxMotif with configure

1998-12-04 13:57 JS, revision 1109

Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp

1998-12-04 13:12 RR, revision 1108

Run fix for Lesstif wxScreenDC works better now

1998-12-04 10:30 JS, revision 1107

More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl beginning to work

1998-12-04 07:43 RR, revision 1106

Added wxMiniFrame

1998-12-03 16:41 RR, revision 1105

Build fixes

1998-12-03 15:14 RR, revision 1104

wxWindow::ReParent() wxDC::SetClippingRegio( region) lots if wxDC inline with wxPoint

1998-12-03 15:05 UG, revision 1103

no message

1998-12-03 10:13 JS, revision 1102

Changed wxRectangle to wxRect. Sorry for the bandwidth...

1998-12-03 09:51 JS, revision 1101

Small Motif bug fixes

1998-12-02 22:32 VZ, revision 1100

disabled DeleteAll()

1998-12-02 20:06 VZ, revision 1099

added wxListCtrl::DeleteAllColumns()

1998-12-02 20:02 JS, revision 1098

Added wxRegion version of wxWindowDC::SetClippingRegion

1998-12-02 17:21 MR, revision 1097

range with m_minimumPaneSize and m_maximumPaneSize

1998-12-02 10:32 VZ, revision 1096

added wxNode::IndexOf and wxList::IndexOf (patch by Frank McIngvale)

1998-12-02 10:24 RR, revision 1095

Removed the new flicker code.

1998-12-01 17:41 RR, revision 1094

Pixel corrections for wxListCtrl Speedup for wxTreeCtrl::Insert()

1998-12-01 15:51 KB, revision 1093

Another try to detect alpha systems and fix string.h for it.

1998-12-01 12:55 RR, revision 1092

New wxDC hierarchy wxTE_PASWORD

1998-12-01 10:07 RR, revision 1091

drawing optimization fix

1998-12-01 07:19 RD, revision 1090

Changed wxBell to only use MessageBeep()

1998-11-30 15:59 VZ, revision 1089

linux compile fix

1998-11-30 12:59 JS, revision 1088

Fixed toolbar gaffe.

1998-11-30 12:52 JS, revision 1087

Hierarchy fixes; bug fix for tabg that was introduced somehow...

1998-11-30 00:08 VZ, revision 1086

1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them 2. wxTreeItemId HitTest(const wxPoint& point) added - to be implemented on other platforms

1998-11-29 22:21 VZ, revision 1085

some Linux compilation fixes

1998-11-29 21:20 JS, revision 1084

Added Win95 implementation of OutputDebugString; added to wxVariant class (just so Vadim hates it even more :-))

1998-11-29 21:16 JS, revision 1083

Added xpm directory.

1998-11-29 21:12 JS, revision 1082

Added wxVariant documentation; updated wxWindow, wxScrollBar docs

1998-11-28 22:42 VZ, revision 1081

toolbar tooltips fix

1998-11-28 22:36 VZ, revision 1080

compilation fixes for !wxUSE_POSTSCRIPT

1998-11-28 22:33 VZ, revision 1079

moved common code from ctor and Create() to a separate Init() function

1998-11-28 22:28 VZ, revision 1078

added wxTB_FLAT to default style in wxFrame::CreateToolbar()

1998-11-28 18:36 GL, revision 1077

* Fixed some "memory leak"

1998-11-28 13:38 JS, revision 1076

wxSize/wxPoint/wxRect versions of functions added to wxMSW, wxMotif; wxScrollBar::Set/GetPosition changed to Set/GetThumbPosition to avoid clash; various other portability changes

1998-11-28 06:26 UG, revision 1075

no message

1998-11-27 16:51 UG, revision 1074

no message

1998-11-27 16:31 VZ, revision 1073

wxStringList::copy ctor and assignment operator added (very inefficient because they don't take advantage of wxString ref counting)

1998-11-27 14:19 KB, revision 1072

handle sizeof(int) correctly

1998-11-27 11:55 KB, revision 1071

made operator definition dependent on sizeof(int), not __UNIX__

1998-11-26 20:52 KB, revision 1070

removed duplicate fixes

1998-11-26 20:47 KB, revision 1069

trying to resolve string problem

1998-11-26 19:10 VZ, revision 1068

wxTreeCtrl::Delete() bug corrected, sample expanded to test it

1998-11-26 18:15 RR, revision 1067

Build fix

1998-11-26 17:07 VZ, revision 1066

accidentally removed IMPLEMENT_DYNAMIC_CLASS added back

1998-11-26 16:11 RR, revision 1065

Flicker war won.

1998-11-26 16:05 MR, revision 1064

insert member funcs PositionToXY and XYToPosition

1998-11-26 15:30 VZ, revision 1063

vsprintf() is ANSI so there is normally no need to test for it

1998-11-26 15:21 VZ, revision 1062

some sprintf()s replaced with wxString::Printf

1998-11-26 14:08 VZ, revision 1061

wxList::Insert() bug fixed

1998-11-26 11:38 KB, revision 1060

trying with only an operator[] (int) and not (size_t)

1998-11-26 09:56 JS, revision 1059

Fixed Dialog Editor compilation and window sizing bug. Various warning-related fixed.

1998-11-26 07:11 RR, revision 1058

Fixes for wxlist improvements for DnD :-) moer dialog and frame fine tuning

1998-11-25 21:42 JS, revision 1057

Various wxMotif changes including size optimisation and debugging operator fix.

1998-11-25 19:42 RR, revision 1056

Resize fine tuning thread_list no longer keyed

1998-11-25 17:55 RR, revision 1055

Fixed module code Fixed printing and preview Grid: event handlers MUST NOT BE VIRTUAL Corrected init code for all DCs

1998-11-25 16:28 KB, revision 1054

use unsigned for wxString [] operator

1998-11-25 15:16 KB, revision 1053

another i.c.e.

1998-11-25 15:15 KB, revision 1052

fixed internal compiler error

1998-11-25 15:10 KB, revision 1051

fixed internal compiler error and proper translation

1998-11-25 14:34 KB, revision 1050

made operator[](int n) const #ifdef _WXMSW__

1998-11-25 12:36 KB, revision 1049

fixed the internal compiler error

1998-11-25 12:13 KB, revision 1048

fixed the vsprintf() problem once and for all

1998-11-25 12:01 JS, revision 1047

Various fixes.

1998-11-25 11:41 KB, revision 1046

Added test for sprintf and vsnprintf to fix string.cpp for non-GNU systems.

1998-11-25 09:58 UG, revision 1045

no message

1998-11-25 08:47 RD, revision 1044

Added wxPalette, wxRegion, wxRegionIterator, wxTaskbarIcon Added events for wxGrid Other various fixes and additions

1998-11-25 08:41 RR, revision 1043

wxFrame size bug build fixes

1998-11-25 08:17 RD, revision 1042

Converted the virtual-methods-callbacks into real events, leaving the original virtuals intact so as to not break any existing code. Needed for wxPython.

1998-11-25 08:15 RD, revision 1041

Enabled the wxUSE_VC_CRTDBG to be optional even if it would otherwise be used since I couldn't get it to work here.

1998-11-25 08:13 RD, revision 1040

Fixed an issue related to the new wxList.

1998-11-25 07:42 RR, revision 1039

Improvements for notebooks on various versions of GTK

1998-11-25 00:30 VZ, revision 1038

added untyped Sort() for compatibility

1998-11-24 23:53 VZ, revision 1037

LISTs renamed to OBJARRAYs

1998-11-24 23:34 VZ, revision 1036

renamed old listimpl.cpp (because now there is a "real" listimpl.cpp)

1998-11-24 23:30 VZ, revision 1035

1. new wxList code 2. fixes to allow compilation at -W4 with VisualC++ 6.0

1998-11-24 21:55 JS, revision 1034

2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).

1998-11-24 19:01 GL, revision 1033

* Fixed a memory leak in wxThread

1998-11-24 16:08 VZ, revision 1032

1. Empty() now doesn't free memory - Clear() does 2. operator<<(int), (float) and (double) added 3. vsnprintf() is used if available instead of vprintf() (buffer overflows...)

1998-11-24 15:34 RR, revision 1031

Big fix for GTK 1.1.5

1998-11-24 13:29 RR, revision 1030

GTK's dnd is broken, not mine Added notebook::removepage (not tested)

1998-11-23 22:54 RR, revision 1029

Corrected wxCHECK calls in bitmap.cpp Added drop side of new DnD for GTK 1.1.3 without success Streamlined DnD Corrected frame resize for GTK 1.06

1998-11-23 18:13 JS, revision 1028

Removed rogue AIAI icon; removed PostScript files from Cygwin makefile

1998-11-23 14:28 JS, revision 1027

Fix to wxTreeCtrl::GetNextChild from Marcel Rasche. Corrected WXUSINGDLL in 2 makefiles.

1998-11-23 14:27 RR, revision 1026

wxFrame::size There is always a hack to solve your problems.

1998-11-23 13:42 RR, revision 1025

Build fix in wxLog Moved wxFrame::Resize without success..

1998-11-23 12:43 RR, revision 1024

Added install scripts in missing places Fixed wxFrame resize behaviour for GTK 1.1.3 Added GetMousePosition Added const char** constructors to icon and bitmap Autolayout should now work for wxDialog

1998-11-23 12:41 VZ, revision 1023

__WIN16__ not defined any more for !MSW build

1998-11-23 11:00 UG, revision 1022

no message

1998-11-22 22:32 , revision 1021

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

1998-11-22 22:32 JS, revision 1020

Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed wxTrace to wxDebugLog in memory.cpp and also app.cpp (please check this works on wxGTK!)

1998-11-22 19:48 KB, revision 1019

Fixed return code of GetSelectionCount()

1998-11-22 19:45 KB, revision 1018

fixed bug for empty lists

1998-11-22 15:59 GL, revision 1017

* Renamed fstream.h in wfstream.h

1998-11-22 04:20 RD, revision 1016

Changed the event handling to use events, instead of just virtual functions. This is so wxPython can derive from the class.

1998-11-21 15:40 JS, revision 1015

Doc updates (debug stuff); Cygwin corrections

1998-11-21 12:47 GL, revision 1014

* Changed fstream.* in wfstream.*

1998-11-19 20:34 KB, revision 1013

fixes

1998-11-18 17:37 RR, revision 1012

Added support for SCROLL_TOP and _BOTTOM events Corrected behaviour for Blit with LogicalFunctions

1998-11-17 23:03 JS, revision 1011

Cured BC++ makefile bug; wxGrid fix; updated Motif install.txt

1998-11-17 22:44 JS, revision 1010

Added sash window and layout window docs; added wxLog... and assert functions

1998-11-16 14:38 RR, revision 1009

Hm, FortyThieves' cards were all black. MDI insert child bug.

1998-11-16 11:48 UG, revision 1008

no message

1998-11-16 09:30 KB, revision 1007

Fixed bad bad bug.

1998-11-16 08:31 RR, revision 1006

Fixed bug in dc::blit() Redid fix in fileconf FortyThieves works now..

1998-11-16 07:18 RR, revision 1005

Fixed resizing of wxTextCtrl Added clientdata to menu

1998-11-16 00:01 RD, revision 1004

Generic treectrl for wxPython/GTK compiles...

1998-11-15 23:04 RD, revision 1003

Removing some ifdef's for wxGTK

1998-11-15 21:53 JS, revision 1002

Fix to parser.y to make it compile with makefile.unx; wxFileConfig adds a / to user path if necessary; OGL sample cleans itself up; wxLog fixes in app.cpp

1998-11-15 17:57 RR, revision 1001

Added new wxBitmapButton implementation Build fixes in base classes

1998-11-15 17:01 KB, revision 1000

Replaced kbList with wxList.

1998-11-15 15:29 RR, revision 999

Coompilation fixes for GTK 1.1.3

1998-11-14 20:20 RR, revision 998

Added spinbutton

1998-11-14 20:17 RR, revision 997

Doc corrections fixed listbox setbackground added spinbutton sample

1998-11-13 20:47 VZ, revision 996

1. GetNextChild() bug fixed in generic version 2. GetChildrenCount(bool recursive) added to all versions, implemented only in the generic one so far 3. Sample slightly modified to show new function

1998-11-12 22:47 JS, revision 995

Accelerators implemented for wxMotif; some wxComboBox stupidities cured

1998-11-12 18:18 RR, revision 994

Last fixes for wxMotif and configure

1998-11-12 16:40 RR, revision 993

Compile fixes, warnings etc.

1998-11-12 16:02 VZ, revision 992

"make depend" finally seems to work (thanks to Kristján Jónsson)

1998-11-12 06:12 RR, revision 991

CalcBoundingBox() added so that Max() works in wxDC

1998-11-11 18:06 GL, revision 990

* Fixes. * Added end process notification in motif.

1998-11-11 14:39 JS, revision 989

Motif bug fixes; dialog OnPaint works now; wxColourDialog tweaking

1998-11-11 14:19 RR, revision 988

Still bit fiddling in wxImage. SetSize rewritten.

1998-11-11 09:53 JS, revision 987

Changed setup.h so that global memory operators are switched off for GnuWin32; rearranged wxWave constructors; small changes in tlog.tex

1998-11-11 09:28 KB, revision 986

Made netscape default browser.

1998-11-11 08:42 UG, revision 985

const added to Contains

1998-11-11 04:40 RD, revision 984

wxTreeCtrl now works (sort of) for wxPython-GTK. This is the new TreeCtrl in src/gtk/treectrl.cpp not the old generic one.

1998-11-11 03:13 RD, revision 983

Additions for wxTreeCtrl

1998-11-10 21:22 KB, revision 982

Added a sample to test wxExtHelpController. Should work with other wxHelpController implementations, too.

1998-11-10 21:17 KB, revision 981

Added wxExtHelpController: wxHelpController implementation for external viewers. Made it the default viewer for wxGTK and set wxUSE_HELP=1.

1998-11-10 19:43 RR, revision 980

Added test to prove a supposed misfeature.

1998-11-10 19:21 RR, revision 979

Deleted a debugging line.

1998-11-10 19:18 RR, revision 978

Bit fiddling part 4.

1998-11-09 19:44 RR, revision 977

Yes, two more bugs killed.

1998-11-09 18:39 GL, revision 976

* wxMMedia: these makefiles are just indicative.

1998-11-09 18:37 GL, revision 975

* Added wxMMedia in the repository so people interrested in it can work on it * WARNING! It is quite unstable on Windows and it doesn't work on Linux for the moment because I didn't finish fixing the CODEC stream.

1998-11-09 11:57 JS, revision 974

Removed references to DEBUG and WXDEBUG; cured Motif font problem; removed some warnings in OGL; fixed bug in wxChoice

1998-11-09 08:09 MR, revision 973

if the wxTextCtrl is empty set by SetInsertionPointEnd to 0 and not to -1.

1998-11-09 06:15 RR, revision 972

Suppressed warnings

1998-11-08 22:35 JS, revision 971

OGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs. Sorry, I may be overwriting changes Robert made due to a file copying error.

1998-11-08 16:42 RR, revision 970

Compile and build fixes for wxGTK and wxMotif Removed somw more warnings

1998-11-08 15:16 JS, revision 969

Minor changes

1998-11-07 13:55 RR, revision 968

Fixed 5 bugs in wxImage and Blit Removed warning messages Some more clientdata fiddleing Added bitmap support to wxTreeCtrl Fixed some bugs in wxTreeCtrl Added licence.txt to /docs/gtk/

1998-11-06 13:13 RR, revision 967

Second try at doing Set/GetClient right

1998-11-06 09:45 UG, revision 966

no message

1998-11-06 09:33 UG, revision 965

dll fixes

1998-11-06 08:50 RR, revision 964

SetEventData for a few widgets Re-installed wxBitmaps::LoafFile

1998-11-04 22:29 JS, revision 963

Added GetRect to region iterator; cured window.cpp problem for BC++

1998-11-04 22:17 JS, revision 962

Added Motif install.txt.

1998-11-04 22:16 JS, revision 961

Removed wxUpdateIterator documentation, added wxRegionIterator documentation.

1998-11-04 13:07 JS, revision 960

Changed m_font to * GetFont() since m_font isn't in all implementations.

1998-11-04 12:03 RR, revision 959

Test for image conversion correctness.

1998-11-03 15:45 KB, revision 958

file got garbled, replaced

1998-11-03 15:43 JS, revision 957

Dialog Editor bug fixes, several other small ones

1998-11-03 14:46 RR, revision 956

Bit fiddling.

1998-11-03 11:19 RR, revision 955

Fix for TextCtrl problem as reported by Vegh Move definition of wxMenuItem to /gtk/menuitem.h Radical change of how to insert a child into a paren window. As C++ doesn't have any VMT in a class's consructor, I have to use a callback. Fixed culumn resizing bug in wxListCtrl Fixed menu height bug in MDI code

1998-11-03 09:22 RD, revision 954

New generated code

1998-11-03 09:21 RD, revision 953

fixed a typo

1998-11-02 14:12 RR, revision 952

DnD fixes Image fixes Clipboard API

1998-11-02 14:09 KB, revision 951

Added test.xpm generated from horse.png, for compilation.

1998-11-02 00:53 DP, revision 950

All functionality I know hot implement already implemented. Testing is needed.

1998-11-01 21:48 KB, revision 949

fixes

1998-10-31 10:12 RR, revision 948

Font fixes and icons in report view for list control

1998-10-31 05:43 DP, revision 947

Visible functions implemented

1998-10-31 04:29 DP, revision 946

wxTreeCtrl changes: More functions implemented... I cannot rid of one assert... I do not know what should I do to avoid it... It happens on collapsing...

1998-10-30 19:52 RR, revision 945

Compile fixes for tree ctrl

1998-10-30 19:37 RR, revision 944

Fixes to fonts, static text, radiobox, frame

1998-10-30 18:27 KB, revision 943

regenerated configure from new configure.in

1998-10-30 12:55 VZ, revision 942

items without children couldn't be expanded even after a call to SetHasChildren() - fixed.

1998-10-30 11:24 KB, revision 941

wait4() now extern "C" :-)

1998-10-30 11:24 KB, revision 940

fixed wxICON() usage

1998-10-30 10:58 KB, revision 939

added wait4() prototype for solaris

1998-10-30 10:14 KB, revision 938

fixes

1998-10-30 09:50 KB, revision 937

fixed destructor

1998-10-30 09:17 RR, revision 936

Tought Systemettings that sysfont has 12 pts wxListCtrl can now resize column by dragging

1998-10-29 22:57 RR, revision 935

24-bit rendering from wxImage into wxBitmap I think requiring GTK 1.0.4 is enough (not 1.0.6)

1998-10-29 18:03 RR, revision 934

Big color update with the newest information from the GTK+ hot-line, eh mail-list. The news is that they don't know what they do. Conversion from 12pt, wxSWISS, wxNORMAL, wxNORMAL to GTK+ system font Probably some other things

1998-10-28 21:47 VZ, revision 933

(very) small changes for Windows compilation

1998-10-28 21:32 VZ, revision 932

some old changes I forgot to check in

1998-10-28 18:29 GL, revision 931

* Build IODBC on demand on unix. * wxStream updates

1998-10-28 15:28 VZ, revision 930

Mac fixes (thanks to Stefan Csomor)

1998-10-28 15:26 DP, revision 929

Minor modifications... Vadim skipped some mistakes due to wxTreeItemId on msw == long

1998-10-28 13:21 MR, revision 928

wxWave class for wxGTK (linux)

1998-10-28 11:44 RR, revision 927

DnD RadioBox layout

1998-10-27 22:03 RR, revision 926

Fixes, typos etc...

1998-10-27 17:58 JS, revision 925

Motif wxNotebook about done; added print/preview to OGLEdit sample

1998-10-27 17:09 VZ, revision 924

"unsigned char" restored in wxColour ctor

1998-10-27 15:04 RR, revision 923

Added background colour again Added wxTextCtrl methods Removed Imlib -> Recompile

1998-10-27 09:55 KB, revision 922

more fixes, printing works quite fine now

1998-10-26 18:34 JS, revision 921

Added OnEraseBackground to wxNotebook on wxMSW to avoid black background; wxTreeCtrl mod for BC++

1998-10-26 18:32 JS, revision 920

Added simple notebook sample

1998-10-26 17:11 VZ, revision 919

final (?) changes to the generic tree ctrl -- seems to work ok

1998-10-26 17:10 JS, revision 918

Motif and other mods

1998-10-26 13:29 VZ, revision 917

interchanged w and h in wxSplitterWindow::OnSashPositionChange (now it does what expected)

1998-10-26 10:56 RR, revision 916

Implemented wxScreenDC the hard way INcreased menu bar size Ripped off handles (a few days ago) Corrected $Id:$ somewhere

1998-10-26 00:19 RR, revision 915

Did much work on colors. It doesn't work and I guess it's a GTK bug. Small change to Blit() Added GTK_NO_TYPE_CHECK when compiling without debug_flag Added more wxCHECK_XXX

1998-10-25 17:04 UG, revision 914

no message

1998-10-25 16:31 UG, revision 913

no message

1998-10-25 11:08 KB, revision 912

Printing moreless works now.

1998-10-25 11:07 KB, revision 911

Fixed a trivial error.

1998-10-25 07:37 UG, revision 910

no message

1998-10-25 01:48 UG, revision 909

minor changes for windows compilability

1998-10-24 23:53 VZ, revision 908

some new functions: 1. wxTreeItemData::SetId() added 2. wxTreeCtrl::SetItemHasChildren() added

1998-10-24 20:25 RR, revision 907

Added support for frames without borders (such as for splash screen) with wxSIMPLE_BORDER Fixed tooltip bug -> recompile everything Added validators to wxListCtrl Fixed Create/Realize bug

1998-10-24 18:08 KB, revision 906

Rewrite. Cursor handling better, split Layout() and Draw(), faster. Printing almost works.

1998-10-24 17:12 RR, revision 905

Removed usage of GdkImlib Added platform independent wxImage class Changed wxBitmap and wxImageList accordingly Correctted header text

1998-10-24 14:55 UG, revision 904

uint to unsigned int

1998-10-24 05:52 DP, revision 903

Prealpha, prebeta of new wxTreeCtrl for GTK. It is possible to AddRoot, AppendItem... InsertItem and PrependItem is not working... Sample modified to new API. I understand that operator wxTreeItemId::long() exists on MSW wxWindows, but on wxGTK id type is a pointer... 2Vadim: Please test the sample with MSW wxTreeCtrl.

1998-10-23 18:22 JS, revision 902

More Motif changes (colour/font stuff)

1998-10-23 13:15 VZ, revision 901

1. Split{Horizontal|Vertical} now accept negative args to set the size of right/lower pane (positive arg sets the size of left/upper one as before, 0 is the same as -1 before: choose default) 2. OnSashPositionChange() virtual function added - it may return FALSE to cancel position change 3. splitter sample and docs (couldn't compile them though) updated

1998-10-22 14:13 JS, revision 900

Added casts to fix compile problem

1998-10-22 14:08 JS, revision 899

More-or-less finished reasonably cool wxToolBar class with tooltips.

1998-10-22 10:44 JS, revision 898

Added WXHTREEITEM

1998-10-22 10:43 JS, revision 897

Mods for Gnu-Win32

1998-10-21 22:21 RR, revision 896

SetBackground for ListBox and others Removed the old and famous wxSplitter bug

1998-10-21 21:43 JS, revision 895

More Motif stuff incl. beginnings of wxToolBar

1998-10-21 18:59 RD, revision 894

added a "lib" target for generating a wxPython library for static linking with other apps.

1998-10-21 08:34 UG, revision 893

no message

1998-10-21 01:14 RD, revision 892

*** empty log message ***

1998-10-21 01:13 RD, revision 891

*** empty log message ***

1998-10-20 21:47 RD, revision 890

Sample Setup.in file for Linux

1998-10-20 21:40 VZ, revision 889

added back the missing "unsigned"s to wxColour ctor

1998-10-20 15:08 VZ, revision 888

sorry... forgot to commit these 2 files

1998-10-20 14:47 JS, revision 887

Updated todo list

1998-10-20 14:35 VZ, revision 886

wxColour(const char *) ctor related modifications

1998-10-20 13:24 UG, revision 885

fix for wxColour breakage

1998-10-20 12:58 UG, revision 884

fix for wxUSE_IOSTREAMH

1998-10-20 11:39 JS, revision 883

Removed WS_BORDER style since borders have suddenly appeared around several controls.

1998-10-20 11:00 UG, revision 882

fix for precompiled headers

1998-10-20 10:53 UG, revision 881

fix for precompiled headers

1998-10-20 07:47 DP, revision 880

.cvsignores added Begin my work on wxTreeCtrl for wxGTK

1998-10-20 07:39 RD, revision 879

newly generated files from SWIG

1998-10-20 07:38 RD, revision 878

bug fix

1998-10-20 06:45 RD, revision 877

New wxTreeCtrl wrappers (untested) some changes in helpers etc.

1998-10-20 02:11 RD, revision 876

Commented out constructor causing ambiguity

1998-10-20 02:10 RD, revision 875

commented out constructor causing ambiguity

1998-10-19 21:54 JS, revision 874

One that got away

1998-10-19 21:51 JS, revision 873

More Motif additions: mdi and sashtest samples now just about work!

1998-10-19 14:18 VZ, revision 872

1. wxTextCtrl::SetBackgroundColour() now works 2. wxListBox::SetBackgroundColour() now does something, although still not what I'd like 3. wxColour() now has a ctor from "const char *" to allow calls like SetBackgroundColour("green"); 4. controls sample modified to use colors

1998-10-19 12:39 VZ, revision 871

added methods for sequential scan of wxTextFile: Get{First|Next|Prev|Last}Line and GetCurrentLine, GoToLine, Eof.

1998-10-18 22:46 VZ, revision 870

new wxTreeCtrl files

1998-10-18 22:43 VZ, revision 869

(minor) fixes to make it compile with the modified wxTreeCtrl

1998-10-18 22:31 JS, revision 868

Motif additions

1998-10-18 21:33 VZ, revision 867

minor changes (a couple of error messages added to wxExecute)

1998-10-17 17:05 UG, revision 866

update to wx2

1998-10-17 17:04 UG, revision 865

no message

1998-10-17 09:38 JS, revision 864

Motif updates

1998-10-17 07:46 UG, revision 863
  • D /wxWidgets/trunk/utils/dialoged/src/dialoged.dsp
  • D /wxWidgets/trunk/utils/glcanvas/samples/cube/cube.dsp
  • D /wxWidgets/trunk/utils/glcanvas/samples/isosurf/isosurf.dsp
  • D /wxWidgets/trunk/utils/glcanvas/win/glcanvas.dsp
  • D /wxWidgets/trunk/utils/ogl/samples/ogledit/ogledit.dsp
  • D /wxWidgets/trunk/utils/ogl/src/ogl.dsp
  • D /wxWidgets/trunk/utils/wxprop/src/wxprop.dsp
  • D /wxWidgets/trunk/Wxwin.dsp
  • D /wxWidgets/trunk/Wxwin.dsw

no message

1998-10-17 07:37 UG, revision 862

miscellaeneous fixes

1998-10-17 07:31 UG, revision 861

miscellaeneous fixes

1998-10-17 07:27 UG, revision 860

fixes the invalid index problem

1998-10-17 07:21 UG, revision 859

no message

1998-10-16 19:34 UG, revision 858

added more utils subprojects

1998-10-16 19:30 UG, revision 857

new project file + misc fixes for wxUSE_DOC_VIEW_ARCHITECTURE

1998-10-16 19:28 UG, revision 856

no message

1998-10-16 18:38 UG, revision 855

no message

1998-10-16 18:24 UG, revision 854

no message

1998-10-16 18:17 UG, revision 853

no message

1998-10-16 17:51 UG, revision 852

no message

1998-10-16 17:16 UG, revision 851

no message

1998-10-16 16:28 JS, revision 850

Revised Motif todo list

1998-10-16 16:22 UG, revision 849

no message

1998-10-16 16:15 UG, revision 848

no message

1998-10-16 16:12 UG, revision 847

wxUSE_IOSTREAMH changes

1998-10-16 15:53 UG, revision 846

no message

1998-10-16 14:55 UG, revision 845

no message

1998-10-16 14:50 UG, revision 844

wxUSE_IOSTREAMH fixes

1998-10-16 14:38 JS, revision 843

Misc. Motif; removed duplicate wxICON; variant compile fix; added wxString form of wxStripMenuCodes

1998-10-16 14:35 UG, revision 842

no message

1998-10-16 10:04 UG, revision 841

no message

1998-10-16 09:57 UG, revision 840

no message

1998-10-16 09:56 UG, revision 839

wx_USEIOSTREAMH changes

1998-10-16 08:44 UG, revision 838

no message

1998-10-15 17:00 JS, revision 837

Added makefile.unx for Motif

1998-10-15 16:14 RD, revision 836

Added wxFrame::SetStatusBar

1998-10-15 12:43 UG, revision 835

no message

1998-10-15 10:58 JS, revision 834

Commented out _CrtSetDbgFlag yet again, restored setup.h settings.

1998-10-15 09:26 UG, revision 833

no message

1998-10-15 09:11 JS, revision 832

Presumably someone didn't mean to commit that wxUSE_XPM_IN_MSW change... Added wxID_SELECTALL

1998-10-14 23:53 VZ, revision 831

minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled() added) + wxTimer member vars are made protected again (but a friend decl added for the callback)

1998-10-14 19:06 JS, revision 830

Fixed VC++ compile error in mstream; formatted window.cpp.

1998-10-14 17:36 GL, revision 829

* wxSocket fixes * wxStream: - new inheritance, new stream buffer, nearly the same API for the end user - updated other streams consequently * wxGTK: some change to make it compile on GTK 1.0 and GTK 1.1 * small changes on wxThread to prepare a more reentrant lib * wxVariant works with wxStream too now

1998-10-14 17:11 JS, revision 828

Removed windows.h and friend function.

1998-10-14 17:00 UG, revision 827
  • D /wxWidgets/trunk/src/common/lex_yy.c
  • D /wxWidgets/trunk/src/common/y_tab.c
  • D /wxWidgets/trunk/src/msw/Y_TAB.C

no message

1998-10-14 16:45 UG, revision 826

general updates, more to come

1998-10-14 16:43 UG, revision 825

fix for private access for wxTimerProc

1998-10-14 16:30 JS, revision 824

Protected -> public

1998-10-14 16:29 UG, revision 823

fix for vc4.2+ for c++ standard exception handling

1998-10-14 08:13 JS, revision 822

Rewrote ConvertToStandardCommandArgs; resource.h correction; ntwxwin.mak correction

1998-10-14 06:45 MR, revision 821

error in func ConvertToStandardCommandArgs with argv[]

1998-10-12 19:45 JS, revision 820

Session management changes for wxMSW.

1998-10-12 13:09 VZ, revision 819

1. wxTimer::Start() returns bool in wxGTK too (other minor corrections to this class, such as "const" addition, Notify() is = 0 now...) 2. wxGTK::wxTextCtrl::Delete renamed to Clear for consistency 3. wx/wx_prec.h now includes wx/setup.h even if !wxUSE_PRECOMP because otherwise (recently added) tests "#if wxUSE_IOSTREAMH" donb't work. 4. Other compilation fixes for wxGTK (now it compiles again)

1998-10-12 07:46 JS, revision 818

Changes related to stream includes

1998-10-09 20:26 VZ, revision 817

removed some rests of my tests (which should have never been checked in in the first place)

1998-10-09 12:01 JS, revision 816

Dialog unit mods; wxProp tidying

1998-10-08 14:57 MR, revision 815

change the last changes back

1998-10-08 12:05 MR, revision 814

error if a radiobox is horizontal:(change wxRA_VERTICAL to wxRA_HORIZONTAL)

1998-10-08 09:38 VZ, revision 813

crash under FreeBSD corrected (patch by David Hobley)

1998-10-07 15:40 KB, revision 812

odbc off by default

1998-10-07 11:04 JS, revision 811

Latex updates; added defines to printdlg.h for referring to generic print dialogs by standard names.

1998-10-07 09:24 KB, revision 810

Fixed stupid configure bug that failed to recognise gcc and set wrong options.

1998-10-07 07:35 RD, revision 809

Version 0.4.1 for wxGTK

1998-10-07 05:39 RD, revision 808

Added missing IMPLEMENT_DYNAMIC_CLASS

1998-10-06 09:33 JS, revision 807

FreeBSD patch to sckaddr.cpp; include more files in manual; misc

1998-10-06 08:50 KB, revision 806

Makefiles now use CPPFLAGS in the same way as configure does.

1998-10-05 16:21 VZ, revision 805

Added --with-unicode (not used yet) and --with-wcsrtombs options to configurea and setup.h.

1998-10-05 10:14 JS, revision 804

Reversed meaning of orientation style, back to wxWin 1.68 meaning.

1998-10-05 10:13 JS, revision 803

Repaired radiobox problem.

1998-10-04 22:12 VZ, revision 802

SetTitle() works even if menu was created without title initially (and setting title to empty string removes it alltogether)

1998-10-04 14:30 KB, revision 801

wxGetUserName() now returns only the user name, not the comments wxGetHostName() returns host.domain now

1998-10-03 05:56 RD, revision 800

*** empty log message ***

1998-10-03 00:25 VZ, revision 799

bogus assert removed, optimized (and removed a bug in process of doing it) wxString::Trim

1998-10-02 12:53 JS, revision 798
  • D /wxWidgets/trunk/src/msw/xfspline.inc

*** empty log message ***

1998-10-02 12:50 JS, revision 797

Removed DrawOpenSpline since it doesn't seem to be needed, with required changes in all ports. Added Motif wxFileDialog. Added wxPostScriptModule and removed PostScript init in app.cpp. Also removed wxMessageBox function from generic implementation. Windows release .exes are now smaller (< 300K for minimal.exe). Some OGL updates. __try -> try in MSW main.cpp. BC++ 5 fixes.

1998-10-02 06:44 RD, revision 796

Version 0.4 of wxPython for MSW.

1998-10-02 06:38 RD, revision 795

Added wxFrame::SetStatusBar for wxPython

1998-09-30 23:48 RD, revision 794

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:37 RD, revision 793

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:13 RD, revision 792

fixed some ifdef's to also check for __unix__

1998-09-30 23:07 RD, revision 791

fixed Stricmp ifdef to also check for __unix__

1998-09-30 17:45 GL, revision 790

* wxSocket doc updates.

1998-09-30 12:48 JS, revision 789

Uninitialised variable initialised (state in OnIdle)

1998-09-30 12:41 VZ, revision 788

fixed wxString::Mid() bug

1998-09-30 09:15 MR, revision 787

*** empty log message ***

1998-09-30 00:48 VZ, revision 786

more wxConfig and xwLog docs (sorry for the delay)

1998-09-29 20:02 VZ, revision 785

1) wxGTK now use the new, native implementation of wxTreeCtrl. 2) The treectrl sample uses the icons (not only under Windows). 3) A couple of minor changes in treectrl.cpp itself.

1998-09-29 19:12 VZ, revision 784

more bug fixes after USE_ to wxUSE_ change (now it finally seems to work)

1998-09-29 14:26 KB, revision 783

Removed removal of config.log which is stupid and hinders debugging.

1998-09-29 12:36 DP, revision 782

See the prev one.

1998-09-29 12:35 DP, revision 781

Totally rewritten TreeCtrl for GTK... Now it supports images...

1998-09-28 15:42 JS, revision 780

More wxMotif work, OGL enhancements, USE_ macro corrections, object.cpp delete operator correction for VC++ 6

1998-09-28 15:38 KB, revision 779

Added sys/types.h needed for Solaris.

1998-09-28 14:55 VZ, revision 778

an extra backslash removed

1998-09-25 15:28 VZ, revision 777

USE_xxx => wxUSE_xxx: all samples compile except memcheck

1998-09-25 15:00 VZ, revision 776

USE_ => wxUSE_

1998-09-25 14:53 VZ, revision 775

2nd part of USE_xxx to wxUSE_xxx change

1998-09-25 13:28 VZ, revision 774

USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you must recompile everything after upgrading!

1998-09-25 04:03 DP, revision 773

const added to GetBitmap it was my fault.

1998-09-24 17:19 VZ, revision 772

restored "#ifdef __WXMSW__" around SetFont(wxNullFont) - this leads to SIGSEGV under wxGTK!

1998-09-24 15:49 JS, revision 771

Fixed delete operator for VC++ 6.

1998-09-24 15:43 JS, revision 770

Added some Web pointers relevant to wxMotif

1998-09-23 13:56 JS, revision 769

wxMotif: wxWindow/Client/PaintDC starting to work.

1998-09-22 21:15 JS, revision 768

Some more Motif work; included utils.h in fileconf.cpp (for wxGetHomeDir or something)

1998-09-22 14:40 VZ, revision 767

wxListBox::FindString(): it's not an error if the string is not found, so don't give assert failures in this case.

1998-09-21 20:13 KB, revision 766

check for empty data pointer in Len() and Empty()

1998-09-20 21:13 VZ, revision 765

1) minor modifications in fileconf.cpp 2) new MSW function (private.h): wxGetWindowText() which works with wxString instead of (horror) fixed size buffers. All calls to ::GetWindowText() should be replaced with this! 3) remains of casts to float in different wxControl classes removed, (EDIT|BUTTON)_HEIGHT_FROM_CHAR_HEIGHT macros introduced (could be made inline functions as well...)

1998-09-20 21:05 VZ, revision 764

somehow log target wasn't being created automatically anymore. Restored.

1998-09-20 20:59 JS, revision 763

More Motif stuff

1998-09-20 19:44 KB, revision 762

Now dot_special argument in wxMatchWild() is honoured. :-)

1998-09-20 19:34 KB, revision 761

see mail to list

1998-09-20 15:45 GL, revision 760

* Fixed a bug in notebook.tex * Added a basic documentation on wxSocket (currently wxSocketBase, wxSocketClient, wxSocketServer, wxSocketHandler, wxURL) There are still things to write and I hope I didn't have a too bad english ...

1998-09-20 07:44 JS, revision 759

Commented out those wretched crt debug thingies yet again. It doesn't compile for me and presumably other people who use the makefiles, sorry.

1998-09-20 07:35 JS, revision 758

More Motif stuff, minor stubs correction

1998-09-19 21:01 VZ, revision 757

ConvertToStandardCommandArgs() was ugly, buggy and leaked memory (not bad for 10 lines of code). Now it's only ugly...

1998-09-19 15:13 KB, revision 756

changed wxMatchWild() 3rd parameter not used under Unix - what is it good for?

1998-09-18 21:36 JS, revision 755

menuitem.h is now per port, since some ports (e.g. Motif!) need extra members etc.

1998-09-18 21:35 VZ, revision 754

wxBaseArray::Shrink() added

1998-09-18 21:33 JS, revision 753

Some more wxMotif stuff: menus

1998-09-18 10:20 JS, revision 752

Fixed some .tex problems

1998-09-18 10:19 JS, revision 751

Added Motif files.

1998-09-18 10:14 JS, revision 750

Motif files added.

1998-09-17 20:57 VZ, revision 749

log.tex uncommented

1998-09-17 20:57 VZ, revision 748

wxLog and wxConfig docs update

1998-09-17 17:32 GL, revision 747

* fixed a wrong line.

1998-09-17 17:30 GL, revision 746

* Added wxSerial DLL support for Borland 32 * zstream.h doesn't anymore include zlib.h * updated static data * made wxClassInfo::GetFirst() static * added user/password support in the URL parser * fixed bugs

1998-09-17 16:57 JS, revision 745

Dnd constant name changes because names like Copy can be #defined by other apps. Various other changes to stubs.

1998-09-17 15:18 VZ, revision 744

VZ: I have reformatted it to correspond to our style conventions (tab stop = 4, no hard tabs, no function(void), ...) and added a couple of comments to make it (hopefully!) more understandable.

1998-09-17 14:43 VZ, revision 743

corrected a bug in ConcatSelf() induced by the latest change

1998-09-17 14:31 VZ, revision 742

fixed 64but bug with g_strEmpty initialization

1998-09-17 09:58 JS, revision 741

Simplified app initialisation in wxMSW and wxStubs

1998-09-16 21:52 JS, revision 740

Made wxStubs compile on Unix. Improvements to doc/view on MDI, including multiple menus for wxFileHistory. Added wxDirExists to wxMSW; moved wxMatchWild to filefn.cpp

1998-09-16 21:44 JS, revision 739

Misc OGL changes

1998-09-15 22:08 VZ, revision 738

wxPenRefData copy ctor was somehow not declared in the class definition

1998-09-14 17:38 JS, revision 737

Updated debug flags in makefile for DLL compilation.

1998-09-14 16:37 JS, revision 736

DLL-related changes

1998-09-12 22:11 , revision 735
  • A /wxWidgets/tags/OLD_WXLIST
  • D /wxWidgets/tags/OLD_WXLIST/.cvsignore
  • D /wxWidgets/tags/OLD_WXLIST/config.guess
  • D /wxWidgets/tags/OLD_WXLIST/config.sub
  • D /wxWidgets/tags/OLD_WXLIST/configure
  • D /wxWidgets/tags/OLD_WXLIST/configure.in
  • D /wxWidgets/tags/OLD_WXLIST/distrib
  • D /wxWidgets/tags/OLD_WXLIST/docs
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/accel.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/app.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/bitmap.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/brush.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/button.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/checkbox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/checklst.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/choicdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/choice.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/clipbrd.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/cmndata.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/colordlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/colour.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/combobox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/confbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/config.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/control.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/cursor.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/date.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/datstrm.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/db.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dbtable.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dc.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcclient.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcmemory.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcprint.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcscreen.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dde.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/debug.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/defs.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dialog.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dirdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dnd.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/docmdi.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/docview.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dynarray.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dynlib.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/event.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/expr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/file.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/fileconf.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/filedlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/filefn.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/font.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/fontdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/frame.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/fstream.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gauge.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gdicmn.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gdiobj.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/generic
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/grid.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gtk
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gtk1
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/hash.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/help.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helpbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helphtml.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helpwin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helpxlp.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/icon.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/imaglist.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/intl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/ipcbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/joystick.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/layout.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/laywin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/listbox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/listctrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/listimpl.cpp
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/log.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/matrix.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/mdi.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/memory.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/menu.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/menuitem.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/metafile.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/minifram.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/module.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/msgdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/mstream.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/msw
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/notebook.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/object.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/objstrm.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/odbc.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/ownerdrw.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/palette.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/panel.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/pen.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/pnghand.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/postscrp.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/print.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/printdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/prntbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/process.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/protocol
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/qt
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/radiobox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/radiobut.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/region.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/resource.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sashwin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sckaddr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sckipc.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sckstrm.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/scrolbar.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/scrolwin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/serbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/settings.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/setup.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/slider.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/socket.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/spinbutt.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/splitter.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/statbmp.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/statbox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/stattext.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/statusbr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/stream.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/string.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/stubs
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tab.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tabctrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/taskbar.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbar95.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbarbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbarmsw.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/textctrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/textdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/textfile.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/thread.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/time.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/timer.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tokenzr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/toolbar.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/treectrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/types.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/url.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/utils.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/validate.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/valtext.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/variant.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/version.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/window.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/wx.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/wxexpr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/wxprec.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/zstream.h
  • D /wxWidgets/tags/OLD_WXLIST/install-sh
  • D /wxWidgets/tags/OLD_WXLIST/lib
  • D /wxWidgets/tags/OLD_WXLIST/Makefile
  • D /wxWidgets/tags/OLD_WXLIST/misc
  • D /wxWidgets/tags/OLD_WXLIST/mkinstalldirs
  • D /wxWidgets/tags/OLD_WXLIST/samples
  • D /wxWidgets/tags/OLD_WXLIST/setup
  • D /wxWidgets/tags/OLD_WXLIST/src/.cvsignore
  • D /wxWidgets/tags/OLD_WXLIST/src/common/cmndata.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/config.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/date.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/datstrm.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/db.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dbtable.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/docmdi.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/docview.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/doslex.c
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dosyacc.c
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dynarray.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dynlib.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/event.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/extended.c
  • D /wxWidgets/tags/OLD_WXLIST/src/common/file.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/fileconf.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/filefn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/framecmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/fstream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/ftp.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/gdicmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/glob.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/common/hash.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/helpbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/http.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/intl.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/ipcbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/layout.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/lexer.l
  • D /wxWidgets/tags/OLD_WXLIST/src/common/log.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/matrix.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/memory.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/module.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/mstream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/object.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/objstrm.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/odbc.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/parser.y
  • D /wxWidgets/tags/OLD_WXLIST/src/common/postscrp.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/prntbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/process.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/protocol.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/resource.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckaddr.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckfile.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckipc.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckstrm.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/serbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/socket.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/stream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/string.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/tbarbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/tbarsmpl.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/textfile.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/time.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/timercmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/tokenzr.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/url.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/utilscmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/validate.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/valtext.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/variant.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/wincmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/wxexpr.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/zstream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/cygnus.bat
  • D /wxWidgets/tags/OLD_WXLIST/src/gdk_imlib
  • D /wxWidgets/tags/OLD_WXLIST/src/generic
  • D /wxWidgets/tags/OLD_WXLIST/src/gtk
  • D /wxWidgets/tags/OLD_WXLIST/src/gtk.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/gtk1
  • D /wxWidgets/tags/OLD_WXLIST/src/iodbc
  • D /wxWidgets/tags/OLD_WXLIST/src/Makefile
  • D /wxWidgets/tags/OLD_WXLIST/src/Makefile.in
  • D /wxWidgets/tags/OLD_WXLIST/src/makeb32.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makebcc.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makefile.bcc
  • D /wxWidgets/tags/OLD_WXLIST/src/makefile.dos
  • D /wxWidgets/tags/OLD_WXLIST/src/makefile.nt
  • D /wxWidgets/tags/OLD_WXLIST/src/makeg95.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makemsc.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makesc.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makewat.env
  • D /wxWidgets/tags/OLD_WXLIST/src/mingegcs.bat
  • D /wxWidgets/tags/OLD_WXLIST/src/mingw32.bat
  • D /wxWidgets/tags/OLD_WXLIST/src/motif.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/msw
  • D /wxWidgets/tags/OLD_WXLIST/src/ntwxwin.mak
  • D /wxWidgets/tags/OLD_WXLIST/src/png
  • D /wxWidgets/tags/OLD_WXLIST/src/qt
  • D /wxWidgets/tags/OLD_WXLIST/src/qt.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/stubs
  • D /wxWidgets/tags/OLD_WXLIST/src/zlib
  • D /wxWidgets/tags/OLD_WXLIST/TODO.txt
  • D /wxWidgets/tags/OLD_WXLIST/template.mak
  • D /wxWidgets/tags/OLD_WXLIST/user
  • D /wxWidgets/tags/OLD_WXLIST/utils
  • D /wxWidgets/tags/OLD_WXLIST/wx-config.in

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

1998-09-12 22:11 RR, revision 734

Removed warnings Added GetCount() to wxList and wxDaynArray

1998-09-12 20:38 RR, revision 733

Next try at removing the dancing sliders

1998-09-12 17:33 JS, revision 732

Added sashtest GTK makefiles (crashing bug to be solved); added typetest sample with simple wxVariant test; changed wxICON macro and used it in minimal.cpp to avoid #ifdefing.

1998-09-12 17:31 JS, revision 731

Added variant.h/cpp; changed variable names in object.h; added some functions to wxStringList; added wxTrue and wxFalse to supress some warnings; some bugs fixes

1998-09-12 17:29 JS, revision 730

Added variant.h/cpp; changed variable names in object.h; added some functions to wxStringList; some bugs fixes

1998-09-12 17:18 RR, revision 729

Changed instal path for setup.h changed socket stream inheritance to virtual removed a few more warnings from the samples corrected thread habdling in configure.in removed dancing sliders from scrollbars corrected notebook send event bug and added it the controls sample

1998-09-11 09:05 RR, revision 728

Updates to memcheck Corrected and beautified memory (output) Fixed a few memory leaks Fixed resizing in in wxRadioBox Added many wxFAIL and wxASSERT Corrected other wxFAIL (removed from ..::Ok()) Added wxBrush::Set..() functions Added CopyOnWrite support in GDI objects (Unshare) Disabled all occurences of WXDEBUG_NEW made clean, recompiled with mem_chcking on

1998-09-11 01:28 RD, revision 727

Added #include to get FIONBIO on Solaris 2.6

1998-09-10 17:22 GL, revision 726

* Bug fix in wxFilter*Stream * corrected the URL parser

1998-09-10 11:41 JS, revision 725

Eliminated some warnings under Windows; wxGetHomeDir problem in wxFile; eliminated memory leak report by making class table dynamically allocated/freed; tidied up names in wxClassInfo.

1998-09-09 09:57 RR, revision 724

Tried to find a non-existing bug in the cursor-code Removed Karsten's third Makefile.in attempt

1998-09-09 09:06 KB, revision 723

fixed typo

1998-09-09 09:00 KB, revision 722

removed wxsetup.h from libdir

1998-09-09 08:49 KB, revision 721

removed __WXMSW__ define

1998-09-09 07:57 HB, revision 720

DEC Alpha does not need -ldl, therefore check for it.

1998-09-08 22:27 JS, revision 719

Additional makefiles; changes for compilation with BC++ and GnuWin32

1998-09-08 22:24 JS, revision 718

Added Latex style file

1998-09-08 19:09 KB, revision 717

now installs properly

1998-09-08 18:21 RR, revision 716

It's now possible to drag a listbox filled with entries Removed #ifdef 0 from resource.cpp around reading code for wxRadioBox #ifdeffed a Refresh call that causes DialogEd to dump code in wxGTK when deleting an item Suppressed some warnings Readded socket stuffto gtk.inc

1998-09-08 17:19 GL, revision 715

* some C++ness correction in wxStream. * added support for DLL on Borland32 * fixed export bugs * fixed a portability problem in socket.cpp * added a missing function in utilsexc.cpp

1998-09-08 14:38 JS, revision 714

Updated OGL documentation and tidied up some code

1998-09-08 00:27 RR, revision 713

Rewrote wxRadioBox (recompile)

1998-09-07 22:38 RR, revision 712

I debug DialogEd for five hours and then Karsten tells me that CaptureMouse is broken. Doh.

1998-09-07 22:04 RR, revision 711

Changed DnD MIME file type for file DnD. Understood?

1998-09-07 22:01 RR, revision 710

After resolving all conflicts that came down the telephone line: DialogEd is ready for general consumption now.

1998-09-07 21:53 JS, revision 709

Fixed wxCheckBox on wxGTK (SetLabel called before widget creation), wxListBox::GetSelection returning -1 now doesn't assert; wxProp improvements for wxGTK; parser.y includes <io.h> under VC++ to eliminate 'read' warning

1998-09-07 18:04 RR, revision 708

Suppress warnings

1998-09-07 17:23 RR, revision 707

Added USE_CONFIG A little more DnD work wxDialog now inherits from wxPanel (recompile)

1998-09-07 15:38 VZ, revision 706

ok, now it _does_ compile

1998-09-07 15:32 VZ, revision 705

cvs incorrectly merged my last change somehow (there a\were 2 SetActiveTargets), corrected.

1998-09-07 14:44 RR, revision 704

wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT Added Checkbox::SetLabel

1998-09-07 12:29 RR, revision 703

Much more aggressive for intercepting events and (not) redirecting them to wxWindows or GTK All widgets work now in DialogEd

1998-09-07 09:27 JS, revision 702

Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample

1998-09-07 09:17 RR, revision 701

Tries unsuccesfully to cure a few more problems for DialogEd wxFileSelector now sets the title Todo is quite complete now

1998-09-07 09:01 VZ, revision 700

some clean up of the code

1998-09-07 08:59 VZ, revision 699

tab traversal now works better (using uninitialized variable was a bad idea :-)

1998-09-07 08:57 VZ, revision 698

added wxLogSysError() in wxExecute() if the command fails

1998-09-07 08:56 VZ, revision 697

wxGetHomeDir() added

1998-09-07 08:55 VZ, revision 696

wxRegConfig now works again

1998-09-07 08:54 VZ, revision 695

the notebook now has wxTAB_TRAVERSAL style

1998-09-07 08:53 VZ, revision 694

added support for right aligned labels (wxALIGN_RIGT maps to BS_LEFTTEXT)

1998-09-07 08:52 VZ, revision 693

"const" added to wxAceelTable ctor

1998-09-07 08:48 VZ, revision 692

wxRegConfig now works correctly again

1998-09-07 08:46 VZ, revision 691

"const" added to wxAccelTable ctor

1998-09-07 08:45 VZ, revision 690

const char *wxGetHomeDir(wxString*) added

1998-09-07 08:44 VZ, revision 689

minor change (using wxLogNull no doesn't flush the old messages)

1998-09-07 07:58 JS, revision 688

Made wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp for USE_SERIALL; included io.h for VC++ in socket.cpp

1998-09-06 20:27 RR, revision 687

Fillid in many more missing functions (such as Enable()) There are still things to fix when compiling sockets ..

1998-09-06 18:47 RR, revision 686

wxMenu doesn't anylonger call the callback if the event is only a highlight event (more similar to wxMSW)

1998-09-06 18:34 RR, revision 685

SetFont() the second #ifdefed SetFont() in Statusbars destructor wxRadioBox setsize corrected (Still only simple layout)

1998-09-06 18:28 GL, revision 684

* Added wxsocket lib and sample (I hope I don't forget some file) * Updated some wx data and makefiles * Updates on wxStream (reorganization) makefile for Windows will nearly follow wxSocket should work on wxGTK (I've tested it) * IPC over Network is included

1998-09-06 16:55 JS, revision 683

Commented out Robert's SetFont change for now; changed menu handling slightly in Dialog Editor; use wxConfig now in Dialog Editor

1998-09-06 15:57 VZ, revision 682

GetItem() now works (it was completely broken)

1998-09-06 14:57 JS, revision 681
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.cpp
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.h

Removed bitmap.cpp, bitmap.h from OGL

1998-09-06 14:52 JS, revision 680

Various changes

1998-09-06 14:43 JS, revision 679

Added some more class docs

1998-09-06 14:35 JS, revision 678

Renamed bitmap.cpp to bmpshape.cpp to aid debugging

1998-09-06 14:32 JS, revision 677

OGL improvements

1998-09-06 13:46 RR, revision 676

Added SetFont to most controls and controls sample (recompile) Added tiny bit of documentation to window.cpp

1998-09-05 22:36 JS, revision 675

Removed some bugs

1998-09-05 18:26 RR, revision 674

Fixed two small things in wxListCtrl Removed SetSizeHint from wxDialog (recompile) Removed dialog modal flag Code clean up here and there

1998-09-05 16:45 JS, revision 673

Fixed Get...String functions.

1998-09-05 16:37 RR, revision 672

Shared libs now get installed correctly on Linux. Fixed a compile bug on bitmap.

1998-09-05 13:59 RR, revision 671

Makefile next attempt

1998-09-05 08:37 RR, revision 670

Fixed a small wxDialog thing Fixed transparency in wxNotebook Turned the controls sample in way the coolest of all smaples

1998-09-04 17:32 GL, revision 669

* wxFileInputStream and wxFileOutputStream doesn't inherit anymore from wxFile. * The destructor of wxFile isn't anymore virtual.

1998-09-04 12:45 VZ, revision 668

friends declarations removed, GetBitmap/Pixmap functions made public

1998-09-04 12:45 RR, revision 667
  • D /wxWidgets/trunk/install

Removed remaining file.

1998-09-04 12:43 RR, revision 666

Corrected wxWindow::GetExtent s econd attempt at accelerators (mdi sample works)

1998-09-04 11:56 VZ, revision 665

image in the notebook is now at the left of the label (as in wxMSW), not at its right

1998-09-04 11:25 JS, revision 664

Added friend wxNotebook

1998-09-04 11:24 JS, revision 663

Fixed compile error in gtk/dc.cpp (L.88); also menu problem in msw/mdi.cpp

1998-09-03 21:46 RR, revision 662

It's possible now to save to a PNG. OK, I still have performance problems, but it's a start. Updated install.txt.

1998-09-03 16:59 VZ, revision 661

wxNotebook now supports the item images (except for the mask problem!)

1998-09-03 16:59 VZ, revision 660

the notebook now has the icons

1998-09-03 16:26 RR, revision 659

Some more Makefile stuff (someone else did that partially)

1998-09-03 15:38 , revision 658
  • A /wxWidgets/tags/PRE_REWRITE
  • D /wxWidgets/tags/PRE_REWRITE/.cvsignore
  • D /wxWidgets/tags/PRE_REWRITE/config.guess
  • D /wxWidgets/tags/PRE_REWRITE/config.sub
  • D /wxWidgets/tags/PRE_REWRITE/configure
  • D /wxWidgets/tags/PRE_REWRITE/configure.in
  • D /wxWidgets/tags/PRE_REWRITE/distrib
  • D /wxWidgets/tags/PRE_REWRITE/docs
  • D /wxWidgets/tags/PRE_REWRITE/include
  • D /wxWidgets/tags/PRE_REWRITE/install
  • D /wxWidgets/tags/PRE_REWRITE/install-sh
  • D /wxWidgets/tags/PRE_REWRITE/lib
  • D /wxWidgets/tags/PRE_REWRITE/Makefile
  • D /wxWidgets/tags/PRE_REWRITE/misc
  • D /wxWidgets/tags/PRE_REWRITE/mkinstalldirs
  • D /wxWidgets/tags/PRE_REWRITE/samples
  • D /wxWidgets/tags/PRE_REWRITE/setup
  • D /wxWidgets/tags/PRE_REWRITE/src
  • D /wxWidgets/tags/PRE_REWRITE/TODO.txt
  • D /wxWidgets/tags/PRE_REWRITE/template.mak
  • D /wxWidgets/tags/PRE_REWRITE/user/Makefile
  • D /wxWidgets/tags/PRE_REWRITE/user/wxConvert
  • D /wxWidgets/tags/PRE_REWRITE/user/wxFile
  • D /wxWidgets/tags/PRE_REWRITE/user/wxTest
  • D /wxWidgets/tags/PRE_REWRITE/utils

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

1998-09-03 15:38 AN, revision 657

fixed the install/unix references -Markus

1998-09-03 15:27 AN, revision 656

fixed the install/unix references -Markus

1998-09-03 15:23 VZ, revision 655

wxFileConfig ctor now (again) uses the files in the correct locations if the file names are not specified -- that's what Get{Local|Global}FileName() are for, Julian!

1998-09-03 13:58 RR, revision 654

make install

1998-09-03 12:03 , revision 653

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

1998-09-03 12:03 VZ, revision 652

replaced wxEmptyString with "" because it's defined in gdicmn.h (sic!) which, of course, is not always included before confbase.h...

1998-09-03 11:46 KB, revision 651
  • D /wxWidgets/trunk/install/unix/config.guess
  • D /wxWidgets/trunk/install/unix/config.sub
  • D /wxWidgets/trunk/install/unix/configure
  • D /wxWidgets/trunk/install/unix/configure.in
  • D /wxWidgets/trunk/install/unix/INSTALL
  • D /wxWidgets/trunk/install/unix/install-sh
  • D /wxWidgets/trunk/install/unix/setup
  • D /wxWidgets/trunk/src/gtk/setup
  • D /wxWidgets/trunk/src/gtk1/setup

Removed files as requested by Robert.

1998-09-03 07:34 JS, revision 650

Dang, can't remember what I changed now

1998-09-02 22:23 RR, revision 649

Added wxAccelerators (sort of) Moved configure (once again)

1998-09-02 17:53 RR, revision 648

New configure wxRegionIterator New IsEposed functions (-> recompile)

1998-09-02 12:15 RR, revision 647

Fixed event handling for DialogEd

1998-09-01 17:17 , revision 646

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

1998-09-01 17:17 GL, revision 645

* wxCreateDynamicObject() uses an hashtable now * wxClassInfo::first = NULL after the hashtable is initialized * dynlib has been simplified. * Some fix in the serialization core and in wxObject::StoreObject()/LoadObject() * Updates in utils/serialize/sermain.cpp

1998-09-01 15:41 RR, revision 644

Small fixes to wxChoice, wxComboBox and wxListBox

1998-09-01 14:29 RR, revision 643

Added Set/GetItemState, GetNextItem.. to wxTreeCtrl Fixed functions name mismatch SetSizeHint in window and frame Added support for non-european fonts and X extension using gtk_set_locale() Added compile fixes for FreeBSD and folks

1998-09-01 10:26 RR, revision 642

Fixed a few compile things Fixed wxListCtrl::SetItemState bug Tried to hunt down a bug in menu, which disappeared after recompiling

1998-08-28 11:00 JS, revision 641

Fixed MSW printing, tidied up member variable names

1998-08-27 23:32 RD, revision 640

Added some typecasts that the compiler complained about not having

1998-08-27 21:59 RD, revision 639

Some chicken-and-egg problems solved for wxPython on wxGTK

1998-08-27 21:10 JS, revision 638

Updated wxConfig documentation

1998-08-27 21:08 JS, revision 637

Added some files I forgot about

1998-08-27 21:06 JS, revision 636

wxConfig changes to be more logical.

1998-08-27 07:47 JS, revision 635

wxUpdateUIEvent derives from wxCommandEvent now

1998-08-27 00:01 RD, revision 634

- more tweaks - have discovered some problems but not yet discovered solutions...

1998-08-25 22:24 RO, revision 633

Missing typecast from return.

1998-08-24 19:13 JS, revision 632

HKEY -> WXHKEY, wxScrolledWindow::SetScale added

1998-08-24 19:11 JS, revision 631

HKEY -> WXHKEY; wxScrolledWindow::SetScale added

1998-08-24 17:22 GL, revision 630

* wxStream fixes.

1998-08-23 22:21 VZ, revision 629

minor fixes

1998-08-23 20:06 KB, revision 628

added (de)select all

1998-08-23 14:06 GL, revision 627

* Fixed two memory leaks.

1998-08-23 10:30 JS, revision 626

defs.h corrected (syntax error in wxDELETEA). More unnecessary files removed.

1998-08-23 09:23 GL, revision 625

* New function wxObjectInputStream::Recall() * Fixes in object serializer,dynlib,LoadObject/StoreObject * Updates for serialization.

1998-08-23 04:50 RO, revision 624

Missing \ before _

1998-08-23 03:22 RO, revision 623

General tidy-up (mainly typecasts) to allow the use of the SGI native compilers (tested on Irix 6.5 with -mips3 -n32).

1998-08-22 20:44 VZ, revision 622

calling insert("") would provoke an assert - now it's just ignored

1998-08-22 20:34 VZ, revision 621

bug with checking the first character of possible empty string corrected

1998-08-22 19:51 RD, revision 620

some tweaks for wxGTK

1998-08-22 19:46 JS, revision 619
  • D /wxWidgets/trunk/samples/controls/aiai.ico
  • D /wxWidgets/trunk/samples/controls/aiai.xbm
  • D /wxWidgets/trunk/samples/controls/makefile.bcc
  • D /wxWidgets/trunk/samples/controls/makefile.sc
  • D /wxWidgets/trunk/samples/controls/makefile.unx
  • D /wxWidgets/trunk/samples/controls/makefile.vms
  • D /wxWidgets/trunk/samples/controls/makefile.wat
  • D /wxWidgets/trunk/samples/dialogs/aiai.ico
  • M /wxWidgets/trunk/samples/dialogs/dialogs.rc
  • D /wxWidgets/trunk/samples/dialogs/makefile.bcc
  • D /wxWidgets/trunk/samples/dialogs/makefile.sc
  • D /wxWidgets/trunk/samples/dialogs/makefile.unx
  • D /wxWidgets/trunk/samples/dialogs/makefile.vms
  • D /wxWidgets/trunk/samples/dialogs/makefile.wat
  • M /wxWidgets/trunk/samples/docview/docview.cpp
  • M /wxWidgets/trunk/samples/docview/docview.rc
  • A /wxWidgets/trunk/samples/docview/mondrian.ico
  • A /wxWidgets/trunk/samples/docview/mondrian.xpm
  • D /wxWidgets/trunk/samples/dynamic/aiai.ico
  • D /wxWidgets/trunk/samples/dynamic/aiai.xbm
  • M /wxWidgets/trunk/samples/dynamic/Makefile.in
  • M /wxWidgets/trunk/samples/dynamic/makefile.b32
  • D /wxWidgets/trunk/samples/dynamic/makefile.bcc
  • M /wxWidgets/trunk/samples/dynamic/makefile.dos
  • M /wxWidgets/trunk/samples/dynamic/makefile.g95
  • M /wxWidgets/trunk/samples/dynamic/makefile.nt
  • D /wxWidgets/trunk/samples/dynamic/makefile.sc
  • D /wxWidgets/trunk/samples/dynamic/makefile.unx
  • D /wxWidgets/trunk/samples/dynamic/makefile.vms
  • D /wxWidgets/trunk/samples/dynamic/makefile.wat
  • D /wxWidgets/trunk/samples/dynamic/minimal.cpp
  • D /wxWidgets/trunk/samples/dynamic/minimal.def
  • D /wxWidgets/trunk/samples/dynamic/minimal.rc
  • D /wxWidgets/trunk/samples/grid/aiai.ico
  • D /wxWidgets/trunk/samples/grid/aiai.xbm
  • M /wxWidgets/trunk/samples/grid/test.cpp
  • D /wxWidgets/trunk/samples/internat/aiai.ico
  • D /wxWidgets/trunk/samples/internat/aiai.xbm
  • D /wxWidgets/trunk/samples/layout/aiai.ico
  • D /wxWidgets/trunk/samples/layout/aiai.xbm
  • M /wxWidgets/trunk/samples/layout/layout.cpp
  • M /wxWidgets/trunk/samples/layout/layout.rc
  • D /wxWidgets/trunk/samples/listctrl/aiai.ico
  • D /wxWidgets/trunk/samples/listctrl/makefile.bcc
  • D /wxWidgets/trunk/samples/listctrl/makefile.sc
  • D /wxWidgets/trunk/samples/listctrl/makefile.unx
  • D /wxWidgets/trunk/samples/listctrl/makefile.vms
  • D /wxWidgets/trunk/samples/listctrl/makefile.wat
  • D /wxWidgets/trunk/samples/mdi/aiai.ico
  • D /wxWidgets/trunk/samples/mdi/aiai.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/aiai.xbm
  • D /wxWidgets/trunk/samples/minimal/aiai.ico
  • D /wxWidgets/trunk/samples/minimal/aiai.xbm
  • D /wxWidgets/trunk/samples/minimal/makefile.bcc
  • D /wxWidgets/trunk/samples/minimal/makefile.sc
  • D /wxWidgets/trunk/samples/minimal/makefile.unx
  • D /wxWidgets/trunk/samples/minimal/makefile.vms
  • D /wxWidgets/trunk/samples/minimal/makefile.wat
  • D /wxWidgets/trunk/samples/nativdlg/aiai.ico
  • D /wxWidgets/trunk/samples/printing/aiai.ico
  • D /wxWidgets/trunk/samples/printing/aiai.xbm
  • M /wxWidgets/trunk/samples/printing/printing.cpp
  • D /wxWidgets/trunk/samples/resource/aiai.ico
  • D /wxWidgets/trunk/samples/splitter/aiai.xbm
  • M /wxWidgets/trunk/samples/splitter/test.cpp
  • D /wxWidgets/trunk/samples/tab/makefile.bcc
  • D /wxWidgets/trunk/samples/tab/makefile.sc
  • D /wxWidgets/trunk/samples/tab/makefile.unx
  • D /wxWidgets/trunk/samples/tab/makefile.vms
  • D /wxWidgets/trunk/samples/tab/makefile.wat
  • D /wxWidgets/trunk/samples/taskbar/makefile.bcc
  • D /wxWidgets/trunk/samples/thread/aiai.ico
  • D /wxWidgets/trunk/samples/thread/aiai.xbm
  • D /wxWidgets/trunk/samples/thread/makefile.bcc
  • D /wxWidgets/trunk/samples/thread/makefile.sc
  • D /wxWidgets/trunk/samples/thread/makefile.unx
  • D /wxWidgets/trunk/samples/thread/makefile.vms
  • D /wxWidgets/trunk/samples/thread/makefile.wat
  • M /wxWidgets/trunk/samples/thread/test.cpp
  • M /wxWidgets/trunk/samples/thread/test.rc
  • D /wxWidgets/trunk/samples/toolbar/makefile.bcc
  • D /wxWidgets/trunk/samples/toolbar/makefile.sc
  • D /wxWidgets/trunk/samples/toolbar/makefile.unx
  • D /wxWidgets/trunk/samples/toolbar/makefile.wat
  • D /wxWidgets/trunk/samples/treectrl/aiai.ico
  • D /wxWidgets/trunk/samples/treectrl/makefile.bcc
  • D /wxWidgets/trunk/samples/treectrl/makefile.sc
  • D /wxWidgets/trunk/samples/treectrl/makefile.unx
  • D /wxWidgets/trunk/samples/treectrl/makefile.vms
  • D /wxWidgets/trunk/samples/treectrl/makefile.wat
  • D /wxWidgets/trunk/samples/validate/aiai.ico
  • D /wxWidgets/trunk/samples/validate/makefile.bcc
  • D /wxWidgets/trunk/samples/validate/makefile.sc
  • D /wxWidgets/trunk/samples/validate/makefile.unx
  • D /wxWidgets/trunk/samples/validate/makefile.vms
  • D /wxWidgets/trunk/samples/validate/makefile.wat

Removed redundant makefiles and AIAI icons. Changed dynamic sample source name from minimal.cpp to dynamic.cpp.

1998-08-22 19:07 JS, revision 618

Added config resource file and VC++ makefile

1998-08-22 16:41 JS, revision 617

Removed child frame CreateStatusBar from MDI sample; renamed config.h to confbase.h; config.h now includes appropriate files

1998-08-22 16:31 JS, revision 616

OGL improvements

1998-08-21 20:48 VZ, revision 615

spurious error messages from wxRegKey::HasValue() suppressed

1998-08-21 20:47 VZ, revision 614

radiobox had some strange ideas about vertical and horizontal directions (in fact, wxRA_VERTICAL and HORIZONTAL were inverted). corrected.

1998-08-21 17:47 JS, revision 613

Accelerators now work for wxDialog; wxToolBarSimple fixed when dragging out of the toolbar

1998-08-20 22:47 VZ, revision 612

wxStaticBitmaps were created invisible - corrected

1998-08-19 18:33 GL, revision 611

* Some new feature in wxObject*Stream (objects aren't duplicated) * Added SetBackgroundBrush in wxGridCell * New classes/fixes in wxSerial

1998-08-19 15:45 JS, revision 610

GDI double-deletion fix, wxBitmap depth bug

1998-08-19 07:42 GL, revision 609

* Bug fix

1998-08-19 00:38 RD, revision 608

A few tweaks

1998-08-19 00:35 RD, revision 607

Placeholder

1998-08-19 00:10 RD, revision 606

new build structure

1998-08-19 00:10 RD, revision 605

GTK version of the SWIG-generated files

1998-08-19 00:05 RD, revision 604

placeholder

1998-08-18 21:55 RD, revision 603

New build directory structure

1998-08-18 21:54 RD, revision 602

ifdef out some wxGTK specific code

1998-08-18 21:52 RD, revision 601

MSW version of the SWIG-generated files

1998-08-18 21:50 RD, revision 600
  • D /wxWidgets/trunk/utils/wxPython/src/cmndlgs.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/cmndlgs.py
  • D /wxWidgets/trunk/utils/wxPython/src/controls.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/controls.py
  • D /wxWidgets/trunk/utils/wxPython/src/controls2.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/controls2.py
  • D /wxWidgets/trunk/utils/wxPython/src/events.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/events.py
  • D /wxWidgets/trunk/utils/wxPython/src/gdi.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/gdi.py
  • D /wxWidgets/trunk/utils/wxPython/src/mdi.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/mdi.py
  • D /wxWidgets/trunk/utils/wxPython/src/misc.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/misc.py
  • D /wxWidgets/trunk/utils/wxPython/src/windows.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/windows.py
  • D /wxWidgets/trunk/utils/wxPython/src/windows2.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/windows2.py
  • D /wxWidgets/trunk/utils/wxPython/src/wxp.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/wxp.py

moving the SWIG-generated files to toolkit specific subdirectories

1998-08-18 20:15 VZ, revision 599

uint -> size_t change

1998-08-18 19:57 RD, revision 598

Added wxTheApp = this; to wxApp::wxApp for wxPython

1998-08-18 19:54 DP, revision 597

Second try

1998-08-18 19:48 RD, revision 596

more wxGTK compatibility things. It builds now but there are serious runtime problems...

1998-08-18 19:45 RD, revision 595

a few tweaks

1998-08-18 19:25 DP, revision 594

Seems it works reasonably stable...

1998-08-18 17:41 RR, revision 593

Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave equally on that matter.

1998-08-18 17:22 GL, revision 592

* wxThread: new functions: wxThread::Pause/Resume, wxThread::GetThreadFromID * Updates and new objects in utils/serialize * wxLayout*_Serialize are friends of wxLayout* (so I can access to the internal fields) * wxMenu (GTK): SetTitle/GetTitle (basic implementation)

1998-08-18 15:36 VZ, revision 591

globally renamed uint to size_t. This has _not_ been checked under Windows, although I changed msw files also, so please wait until this evening if you want to be sure that it compiles. This change should fix 64 bit compilation problems, but it would be nice to test it...

1998-08-18 15:28 RR, revision 590

Next attempt at dynlib.cpp Disabled ImLib's cashing Confirmed Vadim's changes to wxListCtrl :-)

1998-08-18 14:59 VZ, revision 589

corrected wxListCtrl compilation problems

1998-08-18 14:54 JS, revision 588

Various .tex files updated. .bmp files were corrupted, recomitting.

1998-08-18 12:37 KB, revision 587

reordered headers to compile

1998-08-18 12:30 KB, revision 586

#ifdef'd out some parts for non-supported systems.

1998-08-18 12:18 KB, revision 585

Added configure to cvs - there are systems without autoconf!

1998-08-18 07:09 RR, revision 584

Added the static text patch for multiline text

1998-08-17 22:45 VZ, revision 583

added wxConfigBase documentation

1998-08-17 22:22 VZ, revision 582

minor change

1998-08-17 22:19 VZ, revision 581

a micro bug (but which was enough to break regtest sample) corrected

1998-08-17 22:18 VZ, revision 580

replaced another printf() with wxLogDebug()

1998-08-17 21:35 RD, revision 579

Added missing declaration of wxIcon::operator =(const wxIcon &)

1998-08-17 20:07 RR, revision 578

Added IRIX compile fixes Added functions that must be handed down from wxListCtrl to the main window

1998-08-17 18:29 RD, revision 577

Removed an extra method definition

1998-08-17 18:25 RD, revision 576

Corrected the signature for wxFrame::Maximize

1998-08-17 18:24 RD, revision 575

Added wxWindow::Center Corrected the signature for wxWindow::SetSizeHints

1998-08-17 17:05 RR, revision 574

Added in-place editiging in wxListCtrl

1998-08-17 15:48 RR, revision 573

Added list ctrl sample. Looks better than what I thought...

1998-08-17 14:29 RR, revision 572

Turned wxIcon inline constructors to real constructors Removed warning from dcclient Added wxTheFontList->Add(this) somewhere in wxFont CleanUp() now printfs the number of members in wxTheBitmapList

1998-08-17 11:11 JS, revision 571

Got printing, toolbar samples compiling under Windows again

1998-08-17 09:39 JS, revision 570

Changed floats to doubles in wxexpr.h; added a flag in accel.h (wxACCEL_NONE for 'no ctrl/alt/shift key')

1998-08-17 09:38 JS, revision 569

Changed floats to doubles

1998-08-17 09:16 RR, revision 568

GTK's toolbar class has no OnPaint Added missing bitmap in mdi sample Added OpenGL support (I Get segv on my Debian/Mesa system, don't know why).

1998-08-16 21:02 VZ, revision 567

1) corrected bug in log.cpp which only affected wxGTK: some messages could appear twice 2) tried to use gtk_widget_set_usize in wxFrame::SetSizeHints(), but it still doesn't work...

1998-08-16 19:39 RR, revision 566

Added mising AddBitmapList in wxBitmap Added missing deletion of wxFrame's toolbar Removed a few superfluous ; (sorry) Mentioned dmalloc in INSTALL

1998-08-16 17:07 RR, revision 565

New scrolling for GTK

1998-08-16 11:28 KB, revision 564

added one extra check for emptyness

1998-08-16 08:03 JS, revision 563

Changed wxMenu::GetTitle to return a wxString.

1998-08-16 04:31 RD, revision 562

More wxGTK work.

1998-08-16 04:30 RD, revision 561

updated email address

1998-08-16 01:37 VZ, revision 560

Karsten's correction undone - this code is (was) correct!

1998-08-15 23:52 KB, revision 559

Added configure option --with-dmalloc to use the dmalloc memory debugging library.

1998-08-15 21:05 VZ, revision 558

'&' are removed from checkbox labels (all controls should call wxControl::SetLabel and use m_label which contains the label without '&')

1998-08-15 21:03 VZ, revision 557

added default values for ax size arguments of SetSizeHints (for msw compatibility)

1998-08-15 20:10 JS, revision 556

Small changes after Robert's edits

1998-08-15 18:58 RR, revision 555

Fixed my own Makefile bug New INSTALL Fixed path in imrc

1998-08-15 18:47 KB, revision 554

fixed GetSelection() inversion bug

1998-08-15 17:48 JS, revision 553

Added isosurf wxGLCanvas sample, cured OnPaint bug (missing wxPaintDC object)

1998-08-15 17:05 KB, revision 552

fixed a logical error (! isempty) instead of isempty

1998-08-15 15:59 RR, revision 551

Added graying out of menus and buttons

1998-08-15 15:23 RR, revision 550

DialogEd's missing icons.

1998-08-15 14:45 RR, revision 549

DialogEd now compiles, links and runs under wxGTK I didn't say it worked, eh.

1998-08-15 14:42 DP, revision 548

DP: Just came back from 3 days fishing and found that forget to commit some changes. GetBitmap added

1998-08-15 13:20 RR, revision 547

Added wxPropList library

1998-08-15 12:43 JS, revision 546

Added GLCanvas library (Win only at present).

1998-08-15 12:30 JS, revision 545

2 GnuWin32 compile bugs fixed, incl. printf bug in prntdlgg that sent GnuWin32 into an endless loop

1998-08-15 12:06 RR, revision 544

Resource sample works now, apart from wxRadioBox, which is #ifdef 0 in resource.cpp Fixed tiny thing in resource.cpp

1998-08-15 10:52 RR, revision 543

See last changelog

1998-08-15 10:47 RR, revision 542

Makefile fixes Added resource sample (segvs) Added functions to menu, mdi, frame, dialog, window that were missing e.g. in wxPython

1998-08-15 07:36 RD, revision 541

- Moved the header in the .i files out of the code that gets put into the .cpp files. It caused CVS conflicts because of the RCS ID being different each time. - A few minor fixes.

1998-08-15 00:23 JS, revision 540

Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now compiles under Windows with VC++. Also OGL enhancements espec. wxDrawnShape.

1998-08-14 23:36 RD, revision 539

Beginings of wxGTK compatibility

1998-08-14 22:53 RR, revision 538

Added validation support Fixed a few minor things in wxGrid Fixed bug in SetClippingregion Disabled SetDefault again Fixed bug in AddChild, SetSize et al. Add PROCESS_ENTER and wxEVT_TEXT_CHANGE Renamed OnOk -> OnOK Added a few compatibilty functions Added code to make iinterception of events possible and work

1998-08-14 21:49 VZ, revision 537

wxLogWindoe changed again: now takes a parent frame in ctor

1998-08-14 21:47 VZ, revision 536

a small GUI glitch corrected (if a frame with child frames was resized, it was lowered below it's children)

1998-08-14 21:41 VZ, revision 535

WM_MOVE processing added (wxMoveEvent generated)

1998-08-14 20:12 AN, revision 534

-somewhat more elegant method, supporting the src subdir (-Markus)

1998-08-14 11:20 KB, revision 533

added option to hide page controls

1998-08-14 11:15 JS, revision 532

wxToolBarBase -> wxToolBar

1998-08-14 11:02 KB, revision 531

printing works, page number controls are hidden portrait/landscape doesn't work, pages are printed wrong

1998-08-14 10:07 RR, revision 530

Added wxRadioButton (not tested) Added wxValidator to constructros Added resource.cpp Added parser stuff Added the coolest Makefile.in Added callbacks to Menu Changed parser.y to include lexer.c for wxGTK (Is that right?) Can't remeber havning changed the printing stuff.

1998-08-14 08:33 KB, revision 529

added printing

1998-08-14 03:34 RD, revision 528

made pre-compiling the python files optional

1998-08-14 03:16 RD, revision 527

removed some definitions that got removed from defs.h

1998-08-13 11:45 AN, revision 526

-Debian glibc2 system is 'linux-gnu', not 'Linux';updated .cvsignore's -Markus

1998-08-13 10:19 JS, revision 525

Attempting to check in this wretched cursor again. Also added SetAcceleratorTable to wxWindow, GnuWin32 fix in registry.h.

1998-08-13 10:16 JS, revision 524

Fixed compile bug in dropsrc.cpp (constr. arg); GnuWin32 fix in registry.cpp; combobox event fix; moved SetAcceleratorTable down to window.h/cpp

1998-08-13 10:03 KB, revision 523

integrated my latest changes and Vadim's fixes on top of that Compiles, but works?

1998-08-13 09:11 RR, revision 522

Added ToogleTool from Markus

1998-08-12 22:44 VZ, revision 521

wxWindow::MSWOnHScroll changed to call the default handler if the message isn't processed (earlier it wasn't called in some cases)

1998-08-12 22:42 VZ, revision 520

stack overflow when clicking on the arrow in a notebook fixed

1998-08-12 22:41 VZ, revision 519

suppressed VC++ 5.0 bool to int conversion warning (when compiling with USE_RESSOURCE_LOADING_IN_MSW only)

1998-08-12 22:38 VZ, revision 518

one more minor wxLogWindow fix (I try to get it really right...)

1998-08-12 22:37 VZ, revision 517

added a "wxWindow *" (unused) argument for wxGTK compatibility

1998-08-12 22:36 VZ, revision 516

explicit SetSelection/SetOldSelection methods added to wxNotebookEvent

1998-08-12 21:39 RR, revision 515

Forgot this one.

1998-08-12 21:24 RR, revision 514

Added PushEventHandler, Pop... Corrected spelling of SetEventhandler Fixed two bugs in wxGenericPrintDlg Tried in vain to make printing of icons work. It now prints black on black, mostly.

1998-08-12 20:57 VZ, revision 513

had to modify it (added one pixel...) to be able to commit: the file in the repository was indeed corrupted (as noticed by Robin a couple of days ago)

1998-08-12 20:30 VZ, revision 512

file d&d (re)enabled under Windows

1998-08-12 16:14 KB, revision 511

Looks like I've fixed the editing bugs. Delete/Insert/Home/End/Ctrl-Delete all work as expected. Cursor gets redrawn properly. Scroll-to-cursor still missing.

1998-08-12 11:44 RR, revision 510

Added wxFrame::OnCreateStatusBar and ToolBar Added wxWindow::Raise and Lower There isn't going to be wxFrame::SetToolBar.

1998-08-12 09:16 KB, revision 509

replaced by stubs files

1998-08-12 08:50 KB, revision 508

fixed mysterious mistakes

1998-08-12 08:33 KB, revision 507

Cursor and insert/delete work much better now, code streamlined, still a minor problem left.

1998-08-11 21:14 VZ, revision 506

more minor changes to wxLogWindow

1998-08-11 21:12 VZ, revision 505

'\\' can be used to suppress special meaning in '%' and '$' in wxExpandEnvVars

1998-08-11 21:04 VZ, revision 504

static wxFile::Access() added

1998-08-11 21:03 VZ, revision 503

static wxFile::Access() added (access() isn't ANSI neither...)

1998-08-11 12:44 VZ, revision 502

controls.cpp didn't compile - missing MyTextCtrl declaration added (and what OnRightButton is supposed to do?)

1998-08-11 11:53 KB, revision 501
  • D /wxWidgets/trunk/install/gtk

deleted

1998-08-11 09:51 KB, revision 500

Added empty Raise() and Lower() methods for compatibilty.

1998-08-10 23:23 RD, revision 499

Typo fixes

1998-08-10 22:22 RD, revision 498

Since wxREADONLY has disappeared, I had to change to wxTE_READONLY in order to compile.

1998-08-10 19:57 DP, revision 497

Small modifications

1998-08-10 18:09 DP, revision 496

DP: GetBitmap() added to wxImageList

1998-08-10 17:53 DP, revision 495

DP: native wxTreeCtrl for GTK. It *should* be buggy... Cause I do not know GTK... But it works... I do not know why... Robert, please look at it... I am not sure that it is ok...

1998-08-10 13:48 JS, revision 494

Various Dialog Editor-related mods; Dlg Ed. getting usable now under MSW.

1998-08-10 13:41 JS, revision 493

Mod to allow hit-test on static to succeed.

1998-08-10 09:21 KB, revision 492

added correct coordinate handling

1998-08-09 19:42 DP, revision 491

DP: Robert's mistake with incorrect var name corrected. It even does not compile.

1998-08-09 17:26 RD, revision 490
  • D /wxWidgets/trunk/utils/wxPython/tests/setup.bat

I didn't mean for this to be in the repository...

1998-08-09 16:46 JS, revision 489

Miscellaneous, mostly cosmetic changes. wxPen/wxFont/wxBrush altered so Set... functions don't change shared objects.

1998-08-09 16:31 JS, revision 488

Stub header changes.

1998-08-09 16:27 JS, revision 487

Added stubs .cpp files.

1998-08-09 13:06 RR, revision 486

Added Pop-up menus. Hunted down bug in dnd Changed widget, that wxWin connects to in certain case (in controls, where m_widget is not the connect widget, such as list control and text control) Compile fixes all over

1998-08-09 08:31 RD, revision 485

Initial version

1998-08-09 07:15 RD, revision 484

Made NOPCH overridable

1998-08-08 22:14 VZ, revision 483

wxWarning replaced with wxLogWarning (to solve the compilation problems due to wxWarning's const incorrectness)

1998-08-08 22:08 VZ, revision 482

WXFARPROC prototyped as `typedef int (__stdcall *WXFARPROC)()' (does Borland understand __stdcall?) to make the program compile with VC++

1998-08-08 21:42 VZ, revision 481

SetBackgroundColour() call is now done after the window is created, not before (in which case ListCtrl_SetBkColor fails because it's called with HWND = 0)

1998-08-08 21:40 VZ, revision 480

wxDeleteStockLists() used (instead of duplicating part of it's code)

1998-08-08 21:39 VZ, revision 479

extra memory amount allocated for string data reduced to the paragraph multiple: so, in principle, it shouldn't waste any memory at all now (unless someone finds a malloc implementation which is capable of allocation less than 16 bytes)

1998-08-08 21:38 VZ, revision 478

some minor changes in wxLogWindow

1998-08-08 13:44 RR, revision 477

Correct the wxButton::Setlabel nonsense Added wxFrame::SetClientSize

1998-08-08 13:11 RR, revision 476

Added wxDC:DrawPolygone Corrected wxBitmap::SetLabel Added wxASSERT here and there wxDropSource:DoDrop() now returns Cancel when supposed to

1998-08-08 09:19 JS, revision 475

Added stub include files; also a couple more Dialog Editor files.

1998-08-08 06:56 DP, revision 474

DP: framecmn.o & wincmn.o were duplicated...

1998-08-08 06:38 DP, revision 473

Another small modification... Sorry for CVS list overloading...

1998-08-08 06:36 DP, revision 472

Small modification

1998-08-08 06:30 DP, revision 471

Looks like I did that...

1998-08-08 06:27 DP, revision 470

Third try to commit....

1998-08-08 05:20 DP, revision 469

DP: 1. _() calls added where needed. 2. const added in params in postscrp.[h,cpp] in order to compile with _(). 3. Some .cvsignore added. (I did not found any .cvsignore in repository, it is rather hard to compile something without them...)

1998-08-07 23:52 JS, revision 468

Fixed various wxMSW compile problems that came down the telephone line... plus wxTreeCtrl::EditLabel/EndEditLabel, dialog editor stuff, wxMSW header changes, doc changes. Sorry about the quantity :-(

1998-08-07 22:38 VZ, revision 467

stray #include "wincmn.cpp" removed

1998-08-07 22:30 VZ, revision 466

wxTREE_INSERT_XXX constants were incorrectly defined (and so inserting the items at the end, for example, didn't work)

1998-08-07 22:27 VZ, revision 465

the modal dialogs restore the focus to the control which had it before the dialog was displayed (earlier, the focus was lost all the time)

1998-08-07 22:25 VZ, revision 464

ProcessEvent() now saves the m_lastXXX parameters in case the event handler will send any other events (without this it can easily lead to crash because DefWndProc is called with garbage instead of correct parameters)

1998-08-07 22:22 VZ, revision 463

code using ms_PaintDC changed a little (a couple of asserts added, the behaviour did not change)

1998-08-07 22:21 VZ, revision 462

improved handling of frames with parent: now they have a NULL parent HWND (to avoid Win32 bugs in handling this situation) but still are iconized/restored with their parent frame

1998-08-07 22:18 VZ, revision 461

VZ: I removed (CASTWNDPROC) from ::CallWndProc - it doesn't compile here with it

1998-08-07 22:15 VZ, revision 460

WM_GETDLGCODE handling correctly implemented

1998-08-07 22:10 VZ, revision 459

a couple of missing calls to UngetWriteBuf() added

1998-08-07 22:08 VZ, revision 458

now process UDN_DELTAPOS notification: up-down control (which appears if there is not enough space for the pages) works correctly now

1998-08-07 22:07 VZ, revision 457

added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF) for VC++: it gives at the end of the program report about memory leaks if any similar to the one produced by the wxwin memory diagnostic classes (but it works without problems with VC++ and costs nothing to add)

1998-08-07 22:03 VZ, revision 456

couple of minor bug fixes/enhancements (interface unchanged)

1998-08-07 21:32 RR, revision 455

More configure fixes /src/qt and /include/wx/qt now have stubs. Not everything compiles yet. But it's a start..

1998-08-07 20:23 RR, revision 454

More work on wxQt integration, configure I tried notr to break anything...

1998-08-07 18:28 RD, revision 453

Added missing call to wxInitializeStockLists() in CommonInit. Come on people! Before checking in changes that affect more than one platform, please test more than one platform!

1998-08-07 17:32 RD, revision 452

Removed a ">>>>>>> 1.5" (a CVS conflict indicator) that got left in the code.

1998-08-07 17:07 RD, revision 451

Removed duplicate definitions of GetMenuCount and GetMenu so I could compile.

1998-08-07 15:09 VZ, revision 450

(1) Denis Pershin's patch for wxGTK (memory leaks corrections) (2) DELETEP/DELETEA globally renamed to wxDELETE/wxDELETEA and now also NULL their argument

1998-08-06 20:12 GL, revision 449

* Typo fix.

1998-08-06 19:49 JS, revision 448

Fixed someone's compile error in regconf.cpp (needed a cast to non-const). Added nplugin sample HTML files, even if the samples have broken :-(

1998-08-06 19:42 JS, revision 447

OGL fixes; documentation fixes; dialog editor updates

1998-08-06 19:23 KB, revision 446

several fixes

1998-08-06 19:07 RR, revision 445

Fixed compilation (add serbase.cpp) Added ListBox::SetString Changed listbox message behaviour to match wxMSW (I hope)

1998-08-06 17:03 RR, revision 444

Now configure actually finds Lesstif and Qt

1998-08-06 16:18 RR, revision 443

New Unix configure system

1998-08-05 21:51 VZ, revision 442

compilation problem under Windows fixed (Karsten, you should use a cast when calling a const function from a non-const one - gcc compiles it it, but it's broken)

1998-08-05 17:12 GL, revision 441

* Added source file info in utils/serialize/* * Added Windows support in dynlib.cpp (not tested) * Added some operator in wxStream * Added a mutex in thread sample (more later)

1998-08-05 16:35 JS, revision 440

Fixed popup menu processing

1998-08-05 16:33 RR, revision 439

Removed /install/gtk/configure from cvs

1998-08-05 14:15 KB, revision 438

added SetRecordDefaults() and IsRecordingDefaults() methods

1998-08-05 07:13 JS, revision 437

Various bug fixes to OGL; wxStripExtension prototype added to filefn.h