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