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

1998-08-04 17:49 GL, revision 436

* Fixes and new features in wxObject*Stream * Fixes: wxChoice (GTK), wxCheckBox (GTK) * Fixes: wxStream * wxObject calls wx*Serialize::LoadObject/StoreObject in StoreObject/LoadObject * Added support for dynamic library (Linux only, Windows will follow) * Added serbase.h (Serialization base defines and base object)

1998-08-04 17:45 GL, revision 435

* Added serialization code to the repository

1998-08-04 16:42 VZ, revision 434

added wxLogWindow::GetFrame()

1998-08-04 16:05 VZ, revision 433

size_t -> int conversion and the warnings about it corrected

1998-08-04 10:26 KB, revision 432

re-fixed wxFileConfig(wxString, wxString) constructor

1998-08-04 07:24 JS, revision 431

Small fixes

1998-08-03 23:23 VZ, revision 430

1) wxFileConfig now longer tries to delete system-wide config file in DeleteAll (only the user's one) 2) wxLogStream "un#indef'ed" under wxGTK

1998-08-03 23:05 VZ, revision 429

check that wxTheApp != NULL in wxLog::GetActiveTarget

1998-08-03 23:03 VZ, revision 428

crash in wxLog::GetActiveTarget() fixed

1998-08-03 22:59 VZ, revision 427

added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?)

1998-08-03 22:57 VZ, revision 426

SelectItem() always sends the notification messages

1998-08-03 22:55 VZ, revision 425

wxApp::Get/SetVendorName functions added

1998-08-03 22:54 VZ, revision 424

added wxLocale::Init() and ctor without arguments for convenience

1998-08-03 22:49 VZ, revision 423

minor changes and bug corrections (interface unchanged)

1998-08-03 22:37 VZ, revision 422

wxConfig sample + wxGTK makefiles

1998-08-03 15:11 KB, revision 421

grmbl, typo

1998-08-03 13:59 KB, revision 420

fixed GetGlobalFilename()

1998-08-03 13:59 KB, revision 419

*** empty log message ***

1998-08-03 11:08 KB, revision 418

added another link

1998-08-03 10:10 KB, revision 417

fixed wxFileConfig constructor bug

1998-08-02 23:12 VZ, revision 416

wxIniConfig added (pre-alpha quality, many functions not implemented), some bug fixes in wxRegConfig/wxRegKey

1998-08-02 23:11 VZ, revision 415

wxConfig -> wxConfigBase renaming plus some minor changes

1998-08-02 23:09 VZ, revision 414

trace mask made static variable

1998-08-02 23:07 VZ, revision 413

trace mask made static variable (and corresponding accessors static functions)

1998-08-02 23:06 VZ, revision 412

the base class is now called wxConfigBase, wxConfig is #define'd as wx{Reg|Ini|File}Config depending on the platform

1998-08-02 23:04 VZ, revision 411

minor changes to registry classes and wxIniConfig added

1998-08-02 20:38 RR, revision 410

Fixed Fontdialog Fixed frame positions/centering Fixed inserting mdi windows Changed control callbacks

1998-08-02 16:59 KB, revision 409

added slash to path

1998-07-31 20:04 RR, revision 408

Added bitmaps and icons to samples Fixed event handling in all controls Add some missing functions to wxRadioBox Fixed clientData stuff to Choice (Combo?) No more gtk warning in Combo Fixed toolbar sample and mdi sample Fixed bug in AddChild resulting from mdi changes Fixed wxFrame::GetPosition() Changed order of notification calls in wxListCtrl to prevent what I think is a reentry bug The usual compile fixes here and there

1998-07-31 13:22 JS, revision 407

Added wxAccelerationTable class

1998-07-31 13:01 JS, revision 406

Added wxAcceleratorTable, wxFrame::SetAcceleratorTable and additions to process it under wxMSW.

1998-07-31 09:33 JS, revision 405

Some manual updates; in MDI sample, child frames now have default size/position (hope it's OK in wxGTK!)

1998-07-31 08:41 KB, revision 404

added a comment and hopefully improved extent detectionn

1998-07-31 08:38 KB, revision 403

fixed stupid typo

1998-07-30 09:37 JS, revision 402

MSWOnMouseMove arg bug in toolbar; compile bug in regconf; fixed warning in odbc.cpp

1998-07-30 09:16 RR, revision 401

Pretty redical change concerning the underlying X's windows' position. Even without having scrolled anywhere, the device origin of the top left corner is no longer certain to be zero,zero.

1998-07-29 13:57 KB, revision 400

Setting of background colours is now correct. Made virtual declarations depend on BROKEN_COMPILER define.

1998-07-29 13:21 RR, revision 399

wxMDIChildFrame inherits from wxFrame toolbar work mini menubar change compile fixes

1998-07-29 12:03 VZ, revision 398

1) APPCONF_ constants renamed to wxCONFIG_ 2) wxConfig::Create() now chooses the best (native) implemenntation of wxConfig instead of calling wxApp::CreateConfig which was suppressed 3) wxFileConfig(const char *appname) ctor added which looks for the config file(s) in standard location(s)

1998-07-29 12:00 VZ, revision 397

wxApp::(S|G)etVendorName added

1998-07-29 10:43 JS, revision 396

Added missing OGL files; added defaults to wxDocMDIParentFrame; corrected toolbar usage in Dialog Editor

1998-07-29 10:43 KB, revision 395

fixed compiler warning

1998-07-29 10:34 KB, revision 394

implemented correct setting of background colour for text

1998-07-29 08:07 RR, revision 393

wxListCtrl selection improved

1998-07-29 06:51 JS, revision 392

Update to docs incl. wxString first stab; added a couple of palette-related events (wxMSW) needed for wxGLCanvas

1998-07-28 22:08 RR, revision 391

Fixed bug in wxListCtrl Made wxMDIDocView work

1998-07-28 17:11 GL, revision 390

* Added Peek() to wxMemoryInputStream.

1998-07-28 15:15 JS, revision 389

Added ODBC classes manual (Word 97).

1998-07-28 15:01 MO, revision 388

Fixed wxOVERWRITE_PROMPT bug in gtk file selector

1998-07-28 13:33 JS, revision 387

Added MDI support for Document/view, plus an example.

1998-07-28 10:38 KB, revision 386

fixed compiler warning (newline at last line missing)

1998-07-28 09:43 JS, revision 385

Added ODBC database classes and sample from RemStar (sample needs work for wxWin 2)

1998-07-28 08:12 JS, revision 384

Changed files to work with wxDataFormat

1998-07-28 07:50 RR, revision 383

Fixed bug in MDI Changed FortyThieves to 2.0 dialog logic Did I modify dialog.cpp as well?

1998-07-27 23:01 RR, revision 382

wxFrame::SetIcon() it's possible now to call Close() after ShowModal() dialog sample works changed wxString::First() etc to return -1

1998-07-27 20:50 RR, revision 381

warning msgs toolbar updates mdi fixes dnd works now Forty Thieves drawing optimization wxDF_Text constants ListCtrl bugs fixed memory leak work imrc now refers to home dir dcclient/memory leak fixed

1998-07-27 20:39 KB, revision 380

more comments

1998-07-27 17:08 GL, revision 379

* Bug fixes * Changed wxObjectOutputStream::AddChildren() to AddChild()

1998-07-27 16:17 JS, revision 378

Changed event type ids to constants instead of enum, for extensibility.

1998-07-27 09:52 KB, revision 377

make wxS_DEFAULT consistend with standard Unix behaviour

1998-07-27 09:47 JS, revision 376

wxToolBar API changes; now frames manage their toolbar & statusbar properly; client area position is used in SetSize; changes for BC++ & VC++ 1.5; wxWindow::GetUpdateRegion added; removed wxUpdateIterator; some missing functions added to process.cpp; bad navigation key event cast fixed; MDI and toolbar samples updated; new wxMSW wxRegion constructor (WXHRGN)

1998-07-26 00:10 VZ, revision 375

double wxMenuItem definition problem fixed

1998-07-25 10:19 GL, revision 374

* Deleted #include "wx/bufstrm.h"

1998-07-25 08:31 RR, revision 373

Removed warnings mesgs Doesn't compile due to missing bufstream

1998-07-24 22:04 JS, revision 372

Corrected some problems

1998-07-24 20:48 JS, revision 371

Added missing accessors

1998-07-24 20:48 JS, revision 370

Added missing files

1998-07-24 20:47 JS, revision 369

Removed explicit #defines for wxToolBar

1998-07-24 20:46 JS, revision 368

Removed duplicate code

1998-07-24 20:45 JS, revision 367

Small change

1998-07-24 20:44 JS, revision 366

Dialog Editor edits

1998-07-24 19:43 JS, revision 365

Added Forty Thieves

1998-07-24 19:05 RR, revision 364

wxFrame::CreateToolBar() stuff wxDC::SetBackground from Chris Breeze zillions of compile fixes

1998-07-24 17:44 GL, revision 363

*** empty log message ***

1998-07-24 17:21 GL, revision 362

* Ooops, I didn't copy the files in the right directory of my repository.

1998-07-24 17:13 GL, revision 361

* New wxStream classes: wxStreamBuffer and wxObject*Stream. * Changes: ofsInvalid => wxInvalidOffset in filefn.h * Updates: all wxStream classes use wxStreamBuffer. wxObject basic declaration changes (added LoadObject, modified StoreObject) * Some base of the serialization. (I hope not to have forgotten any files)

1998-07-24 17:06 VZ, revision 360

some common code moved from wxWindow/wxFrame into files in common subdir

1998-07-24 17:04 VZ, revision 359

SelectItem() now sends a wxEVT_SELECTED notification.

1998-07-24 17:03 VZ, revision 358

added "access" parameter to wxFile::Create and Open. The default value is "rw-r--r--" mode.

1998-07-24 17:02 VZ, revision 357

scrollbar support added (experimental)

1998-07-24 15:47 JS, revision 356

New toolbar event processing

1998-07-24 15:46 JS, revision 355

Removed compile bugs in regconf.cpp, added new toolbar event processing

1998-07-24 15:44 JS, revision 354

Altered event.h to reflect new toolbar event handling; removed bugs in regconf.h

1998-07-24 15:43 JS, revision 353

Updated the toolbar sample to reflect updated event handling.

1998-07-24 14:35 VZ, revision 352

added default value for "int type" (wxBITMAP_TYPE_XPM) in wxBitmap ctor and Load() method

1998-07-24 13:17 VZ, revision 351

removed #define wxToolBarGTK

1998-07-24 12:18 KB, revision 350

fixed appending of '/' to empty string

1998-07-24 10:31 KB, revision 349

fixed private member access problem

1998-07-23 17:56 VZ, revision 348

oops... a typo in just checked in file corrected

1998-07-23 17:54 VZ, revision 347

call to SetLabel in Create() added to strip "&" characters from the label

1998-07-23 17:53 VZ, revision 346

wxTreeControl::Get/SetSelection implemented

1998-07-23 16:10 VZ, revision 345

now wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa

1998-07-23 16:09 VZ, revision 344

IsItemExpanded() function added

1998-07-23 16:08 VZ, revision 343

wxUpdateUI events generation added

1998-07-23 16:08 VZ, revision 342

IsModified() function now works correctly

1998-07-23 16:07 VZ, revision 341

SetModified() added

1998-07-23 16:07 VZ, revision 340

OnSize removed (not needed any more after Robert's fix)

1998-07-23 16:07 VZ, revision 339

more accessors added, member variablesmade private

1998-07-23 16:06 VZ, revision 338

DoMenuUpdates()

1998-07-23 16:05 VZ, revision 337

added flag wxFILE_MUST_EXIST

1998-07-23 16:05 VZ, revision 336

GetLabel() added

1998-07-23 16:03 VZ, revision 335

common functions moved into ../common/framecmn.cpp

1998-07-23 16:02 VZ, revision 334

made the code more wxMSW compatible

1998-07-23 16:02 VZ, revision 333

made the constraintsin notebook pages work (once again)

1998-07-23 16:01 VZ, revision 332

added wxUpdateUI generation

1998-07-23 16:01 VZ, revision 331

common part of wxWindow class

1998-07-23 15:59 VZ, revision 330

removes "&" from wxControl's label (also for buttons and stattext)

1998-07-23 15:57 VZ, revision 329

choosing "Cancel" in the message box which appears when an wxASSERT fails also suppresses wxLogDebug() messages

1998-07-23 15:56 VZ, revision 328

common code of wxFrame class

1998-07-23 15:56 VZ, revision 327

a warning in the release build suppressed

1998-07-23 14:39 JS, revision 326

Created new, simplified toolbar sample; removed other toolbar samples.

1998-07-23 14:25 JS, revision 325

Moved Get/SetToolBar down into frame.h/cpp

1998-07-23 12:33 VZ, revision 324

added #define wxToolBar wxToolBarGTK for wxGTK

1998-07-22 22:13 RR, revision 323

mdi private menus Chris's check menu additions frame fixes

1998-07-22 13:54 JS, revision 322

Added wxString version of wxStripExtension; changed OnClose to return TRUE; fixed some bad casts in resource.cpp

1998-07-22 13:53 JS, revision 321

Added wxString version of wxStripExtension; changed OnClose to return TRUE

1998-07-22 11:33 VZ, revision 320

warning under gcc removed

1998-07-21 13:41 KB, revision 319

fixed duplicate definition

1998-07-20 22:26 VZ, revision 318

bug in wxFileConfig::DeleteEntry/Group corrected

1998-07-20 22:23 VZ, revision 317

corrected bug in wxArrayString::operator= and it's copy ctor

1998-07-20 18:05 RR, revision 316

many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, wxDialog, wxFrame two more samples work now, docview and treectrl

1998-07-20 14:59 MO, revision 315

Added use of default file/dir and confirm on overwrite to file selection dialog

1998-07-20 12:20 KB, revision 314

fixed config incosistency

1998-07-20 11:25 KB, revision 313

added -O0 to debug flags to disable optimisation - might break things for non-gcc

1998-07-20 08:43 KB, revision 312

printing added

1998-07-19 20:46 , revision 311
  • A /wxWidgets/tags/LAST_GOOD
  • R /wxWidgets/tags/LAST_GOOD/docs/gtk
  • R /wxWidgets/tags/LAST_GOOD/docs/licence.txt
  • R /wxWidgets/tags/LAST_GOOD/docs/readme.txt
  • R /wxWidgets/tags/LAST_GOOD/include/wx/choicdlg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/generic/fontdlgg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/generic/printps.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/generic/prntdlgg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/generic/textdlgg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/grid.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/dc.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/dcscreen.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/dirdlg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/filedlg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/font.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/gdiobj.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/radiobut.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/region.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/settings.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/timer.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk/win_gtk.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/dcscreen.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/dirdlg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/filedlg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/font.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/gdiobj.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/radiobut.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/region.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/settings.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/timer.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/gtk1/win_gtk.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/helphtml.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/helpwin.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/helpxlp.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/matrix.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/module.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/panel.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/scrolwin.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/splitter.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/statusbr.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/tab.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/textdlg.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/textfile.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/time.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/types.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/validate.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/version.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/wx.h
  • R /wxWidgets/tags/LAST_GOOD/include/wx/wxprec.h
  • R /wxWidgets/tags/LAST_GOOD/install-sh
  • R /wxWidgets/tags/LAST_GOOD/lib
  • R /wxWidgets/tags/LAST_GOOD/Makefile
  • R /wxWidgets/tags/LAST_GOOD/misc
  • A /wxWidgets/tags/LAST_GOOD/misc/imlib
  • R /wxWidgets/tags/LAST_GOOD/samples/grid
  • A /wxWidgets/tags/LAST_GOOD/samples/grid/makefile.b32
  • A /wxWidgets/tags/LAST_GOOD/samples/grid/makefile.dos
  • A /wxWidgets/tags/LAST_GOOD/samples/grid/makefile.g95
  • A /wxWidgets/tags/LAST_GOOD/samples/grid/makefile.nt
  • R /wxWidgets/tags/LAST_GOOD/samples/grid/test.cpp
  • R /wxWidgets/tags/LAST_GOOD/samples/internat
  • R /wxWidgets/tags/LAST_GOOD/samples/internat/internat.cpp
  • R /wxWidgets/tags/LAST_GOOD/samples/layout
  • R /wxWidgets/tags/LAST_GOOD/samples/layout/layout.cpp
  • R /wxWidgets/tags/LAST_GOOD/samples/Makefile
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/aiai.ico
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/aiai.xbm
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/chart.ico
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/Makefile
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/Makefile.in
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.b32
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.bcc
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.g95
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.nt
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.sc
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.unx
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.vms
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/makefile.wat
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/mdi.def
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/mdi.ico
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/mdi.rc
  • R /wxWidgets/tags/LAST_GOOD/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/LAST_GOOD/samples/minimal
  • R /wxWidgets/tags/LAST_GOOD/samples/minimal/minimal.cpp
  • R /wxWidgets/tags/LAST_GOOD/samples/png
  • R /wxWidgets/tags/LAST_GOOD/samples/png/pngdemo.cpp
  • R /wxWidgets/tags/LAST_GOOD/samples/printing
  • A /wxWidgets/tags/LAST_GOOD/samples/printing/makefile.b32
  • A /wxWidgets/tags/LAST_GOOD/samples/printing/makefile.dos
  • A /wxWidgets/tags/LAST_GOOD/samples/printing/makefile.g95
  • A /wxWidgets/tags/LAST_GOOD/samples/printing/makefile.nt
  • R /wxWidgets/tags/LAST_GOOD/samples/printing/printing.cpp
  • R /wxWidgets/tags/LAST_GOOD/samples/splitter
  • R /wxWidgets/tags/LAST_GOOD/samples/splitter/test.cpp
  • R /wxWidgets/tags/LAST_GOOD/samples/tab
  • R /wxWidgets/tags/LAST_GOOD/src/common/glob.inc
  • R /wxWidgets/tags/LAST_GOOD/src/common/helpbase.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/common/ipcbase.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/common/matrix.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/common/module.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/common/validate.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gdk_imlib/AUDIT
  • R /wxWidgets/tags/LAST_GOOD/src/gdk_imlib/AUTHORS
  • R /wxWidgets/tags/LAST_GOOD/src/gdk_imlib/ChangeLog
  • R /wxWidgets/tags/LAST_GOOD/src/gdk_imlib/COPYING.LIB
  • R /wxWidgets/tags/LAST_GOOD/src/gdk_imlib/config.h
  • R /wxWidgets/tags/LAST_GOOD/src/gdk_imlib/gdk_imlib_types.h
  • R /wxWidgets/tags/LAST_GOOD/src/gdk_imlib/README
  • R /wxWidgets/tags/LAST_GOOD/src/generic/colrdlgg.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/app.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/bitmap.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/brush.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/button.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/checkbox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/choice.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/colour.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/combobox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/control.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/cursor.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/data.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/dc.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/dcmemory.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/dialog.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/dnd.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/filedlg.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/frame.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/gauge.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/icon.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/joystick.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/listbox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/mdi.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/menu.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/notebook.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/palette.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/pen.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/LAST_GOOD/src/gtk/setup/linux
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/setup/maketmpl.in
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/setup/setup.hin
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/setup/substit.in
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/slider.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/statbmp.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/statbox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/stattext.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/textctrl.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/threadgui.inc
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/threadno.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/threadpsx.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk/threadsgi.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk/window.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/app.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/bitmap.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/brush.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/button.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/checkbox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/choice.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/colour.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/control.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/data.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/dc.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/dcmemory.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/filedlg.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/frame.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/gauge.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/icon.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/listbox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/menu.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/palette.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/pen.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/LAST_GOOD/src/gtk1/setup/linux
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/setup/maketmpl.in
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/setup/setup.hin
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/setup/substit.in
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/slider.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/statbmp.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/statbox.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/stattext.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/textctrl.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/threadgui.inc
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/threadno.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/threadpsx.cpp
  • A /wxWidgets/tags/LAST_GOOD/src/gtk1/threadsgi.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/utilsgtk.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/gtk1/window.cpp
  • R /wxWidgets/tags/LAST_GOOD/src/Makefile
  • R /wxWidgets/tags/LAST_GOOD/src/png
  • A /wxWidgets/tags/LAST_GOOD/src/png/ansi2knr.1
  • A /wxWidgets/tags/LAST_GOOD/src/png/ansi2knr.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/example.c
  • A /wxWidgets/tags/LAST_GOOD/src/png/makefile.bcc
  • A /wxWidgets/tags/LAST_GOOD/src/png/makefile.dos
  • A /wxWidgets/tags/LAST_GOOD/src/png/makefile.nt
  • R /wxWidgets/tags/LAST_GOOD/src/png/png.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/png.h
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngerror.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngget.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngmem.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngpread.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngread.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngrio.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngrtran.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngrutil.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngset.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngtest.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngtrans.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngwio.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngwrite.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngwtran.c
  • R /wxWidgets/tags/LAST_GOOD/src/png/pngwutil.c
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/build.bat
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/LAST_GOOD/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/LAST_GOOD/src/zlib
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/adler32.c
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/compress.c
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/crc32.c
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/deflate.h
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/example.c
  • A /wxWidgets/tags/LAST_GOOD/src/zlib/Makefile.in2
  • A /wxWidgets/tags/LAST_GOOD/src/zlib/makefile.b32
  • A /wxWidgets/tags/LAST_GOOD/src/zlib/makefile.bcc
  • A /wxWidgets/tags/LAST_GOOD/src/zlib/makefile.nt
  • A /wxWidgets/tags/LAST_GOOD/src/zlib/makefile.unx
  • A /wxWidgets/tags/LAST_GOOD/src/zlib/makefile.wat
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/minigzip.c
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/trees.c
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/uncompr.c
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/zlib.h
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/zutil.c
  • R /wxWidgets/tags/LAST_GOOD/src/zlib/zutil.h
  • R /wxWidgets/tags/LAST_GOOD/template.mak
  • R /wxWidgets/tags/LAST_GOOD/user
  • R /wxWidgets/tags/LAST_GOOD/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/LAST_GOOD/user/wxFile/dirctrl.h
  • R /wxWidgets/tags/LAST_GOOD/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/LAST_GOOD/user/wxFile/wxFile.cpp
  • A /wxWidgets/tags/LAST_GOOD/user/wxLayout
  • R /wxWidgets/tags/LAST_GOOD/user/wxTest/Makefile.in
  • R /wxWidgets/tags/LAST_GOOD/user/wxTest/wxTest.cpp
  • R /wxWidgets/tags/LAST_GOOD/utils/Makefile
  • D /wxWidgets/tags/LAST_GOOD/utils/nplugin
  • D /wxWidgets/tags/LAST_GOOD/utils/ogl
  • D /wxWidgets/tags/LAST_GOOD/utils/wxprop
  • D /wxWidgets/tags/LAST_GOOD/utils/wxtree

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

1998-07-19 20:46 VZ, revision 310

infinite loop in wxNavigationKeyEvent processing fixed

1998-07-19 20:45 VZ, revision 309

MSWGetDlgCode() behaviour changed to allow both TAB navigation in the dialogs, pressing Enter to activate default button and processing Enter by the text control itself.

1998-07-19 20:09 JS, revision 308

Renamed a couple more samples/controls files; fixed wxSplitterWindow cursors

1998-07-19 17:39 KB, revision 307

fixed the ps dialog but doesn't all work yet

1998-07-18 22:04 JS, revision 306

wxDocManager gets the only view if none other specified as the current view; added ProcessEvent so views get their events processed properly.

1998-07-18 21:57 JS, revision 305

Added revamped Object Graphics Library (for node/arc diagrams).

1998-07-18 21:47 VZ, revision 304

a couple of functions added (GetNumberOfGroups/Entries, ExpandEnvStrings), some global functions renamed to start with "wx"

1998-07-18 21:44 VZ, revision 303

small bug fixes + a couple of new functions added

1998-07-18 21:15 VZ, revision 302

several bugs fixes

1998-07-18 10:44 GL, revision 301

wxFrame: OnSize() has a SEGV if wxFrame has no child. Fixed.

1998-07-18 10:15 RR, revision 300

ODBC compile (and link) fixes

1998-07-18 00:57 RR, revision 299

added ODBC support

1998-07-17 22:34 VZ, revision 298

compile without STRICT fixed

1998-07-17 21:21 VZ, revision 297

corrected (after wxTString untimely death) and expanded

1998-07-17 21:13 VZ, revision 296

the very last traces of wxTString removed

1998-07-17 21:03 JS, revision 295

Bug fix to scrolwin.cpp (position not set in SetScrollbars); redundant variable in wxGrid removed

1998-07-17 21:01 VZ, revision 294

don't set focus to [ok] in text entry dialog (leave the text zone have it)

1998-07-17 21:00 VZ, revision 293

last traces of wxTString removed

1998-07-17 20:58 VZ, revision 292

correct (working) version of wxString

1998-07-17 20:52 VZ, revision 291

wxTString removed

1998-07-17 20:51 VZ, revision 290

correct (working) version of wxString

1998-07-17 13:07 VZ, revision 289

another "const" added

1998-07-17 12:44 VZ, revision 288

some "const"s added

1998-07-17 12:34 KB, revision 287

fixed, latex now works for manual.tex and referenc.tex, but referenc.tex fails with index

1998-07-17 11:10 JS, revision 286

Some Borland/GnuWin32 fixes

1998-07-17 10:06 KB, revision 285

fixed underline for drawing text, as suggested by Chris Breeze

1998-07-17 09:32 JS, revision 284

Added STRICT corrections.

1998-07-17 08:18 VZ, revision 283

fixed compilation problems under Windows

1998-07-17 03:35 RD, revision 282

fixed a missing backslash

1998-07-16 17:30 VZ, revision 281

wxFileConfig uses sorted arrays (big performance improvement)

1998-07-16 17:29 VZ, revision 280

added sorted arrays: they automatically sort items on insertion (using user provided compare function) and binary search in Index(). Using them in situations where Index() performance is important brings 30%-40% performance boost.

1998-07-16 08:34 JS, revision 279

Cured SetString/GetSelection interaction; incorporated Chris's changes to wxDC:Blit for printer DCs.

1998-07-16 06:47 RD, revision 278

Inserted an else that seemed to be missing. (My RadioBox crashed without it...)

1998-07-15 18:40 GL, revision 277

wxStream: wxInputStream and wxOutputStream don't inherit from wxObject anymore. Removed DECLARE* and IMPLEMENT* filefn.h: added #include "wx/list.h" to define wxStringList

1998-07-15 17:14 VZ, revision 276

speed optimizations: some functions now use wxString::Alloc, wxTextFile::Read uses a buffer to read data (instead of reading it one char at a time)

1998-07-15 17:10 VZ, revision 275

optimizations: more functions made inline, added Alloc()/Shrink() function for more precise control over string's memory

1998-07-15 14:38 KB, revision 274

added gauge.cpp

1998-07-15 14:37 KB, revision 273

fixed SetRange/GetValue

1998-07-15 12:02 KB, revision 272

fixed wxGTK copyright

1998-07-15 12:00 KB, revision 271

On Robert's request I have added the html-version of my wxQt proposal.

1998-07-14 22:15 VZ, revision 270

common constants (wxSeekMode) and types (off_t) to wxFile and wxStream are now defined in filefn.h included by both file.h and stream.h

1998-07-14 22:08 VZ, revision 269

off_t #define'd as _off_t for VC++ (it's not a standard type)

1998-07-14 21:59 VZ, revision 268

GetTempFileName used in wxTempFile now instead of tmpnam

1998-07-14 21:57 VZ, revision 267

ExpandEnvVars was eating backslashes - no more.

1998-07-14 21:55 VZ, revision 266

added wxSplitFile() to decompose a file name into path + name + ext

1998-07-14 21:55 VZ, revision 265

1) added wxSplitFile() to decompose a file name into path + name + ext 2) added a macro wxARE_FILENAMES_CASE_SENSITIVE which is either 1 or 0 (for usage with wxString::IsSameAs)

1998-07-14 16:35 GL, revision 264

* wxMemory*Stream link problem fix. * wxData*Stream update.

1998-07-14 12:06 GL, revision 263

* wxStream: I've rewritten the inheritance * added wxZlib*Stream * updated makefiles and data.cpp * modified a bit wxFile so I can use it in wxFile*Stream

1998-07-13 23:30 RR, revision 262

resize mdi and notebook client bitmap resizing (used in imagelist) draw spline bug

1998-07-13 20:11 JS, revision 261

In splitter sample, forwarded OnIdle events to wxFrame, else UI updates don't work. Removed compatibility function from docview.h.

1998-07-13 17:00 RR, revision 260

memdc and bitmap fixes

1998-07-13 16:57 VZ, revision 259

constraints for notebook pages work (again)

1998-07-13 15:46 KB, revision 258

fixed DEBUG

1998-07-13 14:11 KB, revision 257

Changed #ifdef DEBUG to #ifdef __WXDEBUG__

1998-07-13 12:47 KB, revision 256

Quick fix to avoid unnecessary compiler warnings from duplicate __WXDEBUG__ defines.

1998-07-13 12:45 KB, revision 255

Configure now adds -D__WXDEBUG__ to the compiler switches if run with --with-debug_flag.

1998-07-13 10:01 KB, revision 254

Fixed that stupid stream problem.

1998-07-13 09:15 JS, revision 253

Removed streams from VC++ makefile for now; corrected typo in log.h

1998-07-13 08:48 KB, revision 252

uses wxString again (std::string optional)

1998-07-12 23:23 VZ, revision 251

GetTextExtent checks that passed pointers are not NULL

1998-07-12 23:07 VZ, revision 250

wxLogDebug/Trace in release mode now don't give compiler warnings

1998-07-12 22:59 VZ, revision 249

constraints handling for notebook pages improved

1998-07-12 22:57 VZ, revision 248

wxFILE_MUST_EXIST added

1998-07-12 22:52 VZ, revision 247

wxWindow::OnSize() removed

1998-07-12 22:50 VZ, revision 246

1) separate expand/collapse event 2) separate Expand/Collapse/ToggleItem() functions 3) IsItemExpanded() added

1998-07-12 22:47 VZ, revision 245

constraints handling for the notebook pages fixed

1998-07-12 22:46 VZ, revision 244

defined wxFILE_MUST_EXIST flag

1998-07-12 22:40 VZ, revision 243

wxGetEmptyString() function added

1998-07-12 22:25 VZ, revision 242

1. expand/collapse (and -ing variants) events are now separated 2. ExpandItem(action) can now be also called as ExpandItem(), CollapseItem() and ToggleItem() 3. several other minor changes (IsExpanded function added)

1998-07-12 22:06 VZ, revision 241

added missing UngetWriteBuf() in wxString::insert

1998-07-12 22:05 VZ, revision 240

memory leak plugged

1998-07-12 21:55 VZ, revision 239

wxFrame::OnSize() slightly optimized (the behaviour is the same as before)

1998-07-12 21:49 VZ, revision 238

wxWindow::OnSize() removed

1998-07-12 20:06 RR, revision 237

stream compile fixes bitmap, icon, imaglist work (broken) notebook client resize fixed (ugly)

1998-07-12 15:36 GL, revision 236

Added IMPLEMENT_CLASS, ... about wxStream classes (I hope I didn't make mistakes).

1998-07-12 15:24 GL, revision 235

Ooops ! I've forgotten the include files. mmstream.cpp => mstream.cpp

1998-07-12 15:16 GL, revision 234

Added wxStream but I haven't tested them. Modified wxDataStream.

1998-07-12 15:02 KB, revision 233

latest sources from M

1998-07-12 09:21 JS, revision 232

Added wxTreeLayout for wxWindows 2.0

1998-07-12 09:17 JS, revision 231

Added gtk.rsp, a 'response' file (listing of all wxGTK-specific files)

1998-07-12 09:16 JS, revision 230

Removed #pragmas in utils.cpp, corrected USE_(WX)DEBUG_CONTEXT, added wx200gtk.zip creation in zipdist.bat.

1998-07-11 14:51 GL, revision 229

Deleted "#include <sched.h>".

1998-07-11 09:53 RR, revision 228

event/leave events scrollbar fix listctrl fix

1998-07-10 23:08 RR, revision 227

tree control and dc::drawlines bug

1998-07-10 17:46 VZ, revision 226

wxWindow::OnSize() does _not_ call Layout() (it should only be done for top-level windows)

1998-07-10 17:45 VZ, revision 225

wxFrame::OnSize() calls Layout() if GetAutoLayout()

1998-07-10 14:15 KB, revision 224

Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__

1998-07-10 13:34 , revision 223
  • A /wxWidgets/tags/old_gui_defines
  • R /wxWidgets/tags/old_gui_defines/docs/gtk
  • R /wxWidgets/tags/old_gui_defines/docs/licence.txt
  • R /wxWidgets/tags/old_gui_defines/docs/readme.txt
  • R /wxWidgets/tags/old_gui_defines/include/wx/bitmap.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/bmpbuttn.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/brush.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/button.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/checkbox.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/choicdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/choice.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/clipbrd.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/cmndata.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/colordlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/combobox.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/control.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/cursor.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dc.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dcclient.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dcmemory.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dcprint.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dcscreen.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dde.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dialog.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/dirdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/filedlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/filefn.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/font.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/fontdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/frame.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gauge.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gdiobj.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/generic/fontdlgg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/generic/printps.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/generic/prntdlgg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/generic/textdlgg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/grid.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/colour.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/dc.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/dcclient.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/dcscreen.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/dirdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/filedlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/font.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/gdiobj.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/radiobut.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/region.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/settings.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/timer.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk/win_gtk.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/colour.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/dcclient.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/dcscreen.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/dirdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/filedlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/font.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/gdiobj.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/radiobut.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/region.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/settings.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/timer.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/gtk1/win_gtk.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/helphtml.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/helpwin.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/helpxlp.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/icon.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/imaglist.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/listbox.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/listctrl.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/matrix.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/mdi.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/menu.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/metafile.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/minifram.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/module.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/msgdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/palette.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/panel.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/pen.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/pnghand.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/print.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/printdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/radiobox.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/radiobut.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/region.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/scrolbar.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/scrolwin.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/settings.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/setup.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/slider.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/spinbutt.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/splitter.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/statbmp.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/statbox.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/stattext.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/statusbr.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/tab.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/textctrl.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/textdlg.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/textfile.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/time.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/timer.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/treectrl.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/types.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/validate.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/version.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/window.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/wx.h
  • R /wxWidgets/tags/old_gui_defines/include/wx/wxprec.h
  • R /wxWidgets/tags/old_gui_defines/install-sh
  • R /wxWidgets/tags/old_gui_defines/lib
  • R /wxWidgets/tags/old_gui_defines/Makefile
  • R /wxWidgets/tags/old_gui_defines/misc
  • A /wxWidgets/tags/old_gui_defines/misc/imlib
  • R /wxWidgets/tags/old_gui_defines/samples/grid
  • A /wxWidgets/tags/old_gui_defines/samples/grid/makefile.b32
  • A /wxWidgets/tags/old_gui_defines/samples/grid/makefile.dos
  • A /wxWidgets/tags/old_gui_defines/samples/grid/makefile.g95
  • A /wxWidgets/tags/old_gui_defines/samples/grid/makefile.nt
  • R /wxWidgets/tags/old_gui_defines/samples/internat
  • R /wxWidgets/tags/old_gui_defines/samples/layout
  • R /wxWidgets/tags/old_gui_defines/samples/Makefile
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/aiai.ico
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/aiai.xbm
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/chart.ico
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/Makefile
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/Makefile.in
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.b32
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.bcc
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.g95
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.nt
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.sc
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.unx
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.vms
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/makefile.wat
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/mdi.def
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/mdi.ico
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/mdi.rc
  • R /wxWidgets/tags/old_gui_defines/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/old_gui_defines/samples/minimal
  • R /wxWidgets/tags/old_gui_defines/samples/png
  • R /wxWidgets/tags/old_gui_defines/samples/png/pngdemo.cpp
  • R /wxWidgets/tags/old_gui_defines/samples/printing
  • A /wxWidgets/tags/old_gui_defines/samples/printing/makefile.b32
  • A /wxWidgets/tags/old_gui_defines/samples/printing/makefile.dos
  • A /wxWidgets/tags/old_gui_defines/samples/printing/makefile.g95
  • A /wxWidgets/tags/old_gui_defines/samples/printing/makefile.nt
  • R /wxWidgets/tags/old_gui_defines/samples/splitter
  • R /wxWidgets/tags/old_gui_defines/samples/splitter/test.cpp
  • R /wxWidgets/tags/old_gui_defines/samples/tab
  • R /wxWidgets/tags/old_gui_defines/src/common/glob.inc
  • R /wxWidgets/tags/old_gui_defines/src/common/helpbase.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/intl.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/ipcbase.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/matrix.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/module.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/odbc.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/textfile.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/timercmn.cpp
  • R /wxWidgets/tags/old_gui_defines/src/common/validate.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gdk_imlib/AUDIT
  • R /wxWidgets/tags/old_gui_defines/src/gdk_imlib/AUTHORS
  • R /wxWidgets/tags/old_gui_defines/src/gdk_imlib/ChangeLog
  • R /wxWidgets/tags/old_gui_defines/src/gdk_imlib/COPYING.LIB
  • R /wxWidgets/tags/old_gui_defines/src/gdk_imlib/config.h
  • R /wxWidgets/tags/old_gui_defines/src/gdk_imlib/gdk_imlib_types.h
  • R /wxWidgets/tags/old_gui_defines/src/gdk_imlib/README
  • R /wxWidgets/tags/old_gui_defines/src/generic/colrdlgg.cpp
  • R /wxWidgets/tags/old_gui_defines/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/old_gui_defines/src/generic/printps.cpp
  • R /wxWidgets/tags/old_gui_defines/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk
  • R /wxWidgets/tags/old_gui_defines/src/gtk/app.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/bitmap.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/brush.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/button.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/checkbox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/choice.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/colour.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/combobox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/control.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/cursor.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/data.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/dc.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/dcmemory.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/dialog.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/dnd.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/filedlg.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/frame.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/gauge.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/joystick.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/listbox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/mdi.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/menu.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/notebook.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/palette.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/pen.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/old_gui_defines/src/gtk/setup/linux
  • R /wxWidgets/tags/old_gui_defines/src/gtk/setup/maketmpl.in
  • R /wxWidgets/tags/old_gui_defines/src/gtk/setup/setup.hin
  • R /wxWidgets/tags/old_gui_defines/src/gtk/setup/substit.in
  • R /wxWidgets/tags/old_gui_defines/src/gtk/slider.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/statbmp.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/statbox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/stattext.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/textctrl.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/threadgui.inc
  • A /wxWidgets/tags/old_gui_defines/src/gtk/threadno.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/threadpsx.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk/threadsgi.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk/window.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/app.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/bitmap.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/brush.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/button.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/checkbox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/choice.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/colour.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/control.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/data.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/dc.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/dcmemory.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/filedlg.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/frame.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/gauge.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/listbox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/menu.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/palette.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/pen.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/old_gui_defines/src/gtk1/setup/linux
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/setup/maketmpl.in
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/setup/setup.hin
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/setup/substit.in
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/slider.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/statbmp.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/statbox.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/stattext.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/textctrl.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/threadgui.inc
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/threadno.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/threadpsx.cpp
  • A /wxWidgets/tags/old_gui_defines/src/gtk1/threadsgi.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/utilsgtk.cpp
  • R /wxWidgets/tags/old_gui_defines/src/gtk1/window.cpp
  • R /wxWidgets/tags/old_gui_defines/src/Makefile
  • R /wxWidgets/tags/old_gui_defines/src/mkdirs
  • R /wxWidgets/tags/old_gui_defines/src/png
  • A /wxWidgets/tags/old_gui_defines/src/png/ansi2knr.1
  • A /wxWidgets/tags/old_gui_defines/src/png/ansi2knr.c
  • R /wxWidgets/tags/old_gui_defines/src/png/example.c
  • A /wxWidgets/tags/old_gui_defines/src/png/makefile.bcc
  • A /wxWidgets/tags/old_gui_defines/src/png/makefile.dos
  • A /wxWidgets/tags/old_gui_defines/src/png/makefile.nt
  • R /wxWidgets/tags/old_gui_defines/src/png/png.c
  • R /wxWidgets/tags/old_gui_defines/src/png/png.h
  • R /wxWidgets/tags/old_gui_defines/src/png/pngerror.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngget.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngmem.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngpread.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngread.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngrio.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngrtran.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngrutil.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngset.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngtest.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngtrans.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngwio.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngwrite.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngwtran.c
  • R /wxWidgets/tags/old_gui_defines/src/png/pngwutil.c
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/build.bat
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/old_gui_defines/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/old_gui_defines/src/zlib
  • R /wxWidgets/tags/old_gui_defines/src/zlib/adler32.c
  • R /wxWidgets/tags/old_gui_defines/src/zlib/compress.c
  • R /wxWidgets/tags/old_gui_defines/src/zlib/crc32.c
  • R /wxWidgets/tags/old_gui_defines/src/zlib/deflate.h
  • R /wxWidgets/tags/old_gui_defines/src/zlib/example.c
  • A /wxWidgets/tags/old_gui_defines/src/zlib/Makefile.in2
  • A /wxWidgets/tags/old_gui_defines/src/zlib/makefile.b32
  • A /wxWidgets/tags/old_gui_defines/src/zlib/makefile.bcc
  • A /wxWidgets/tags/old_gui_defines/src/zlib/makefile.nt
  • A /wxWidgets/tags/old_gui_defines/src/zlib/makefile.unx
  • A /wxWidgets/tags/old_gui_defines/src/zlib/makefile.wat
  • R /wxWidgets/tags/old_gui_defines/src/zlib/minigzip.c
  • R /wxWidgets/tags/old_gui_defines/src/zlib/uncompr.c
  • R /wxWidgets/tags/old_gui_defines/src/zlib/zlib.h
  • R /wxWidgets/tags/old_gui_defines/src/zlib/zutil.h
  • R /wxWidgets/tags/old_gui_defines/template.mak
  • R /wxWidgets/tags/old_gui_defines/user
  • R /wxWidgets/tags/old_gui_defines/user/wxFile/filectrl.cpp
  • A /wxWidgets/tags/old_gui_defines/user/wxLayout
  • R /wxWidgets/tags/old_gui_defines/user/wxTest/Makefile.in
  • R /wxWidgets/tags/old_gui_defines/utils/Makefile

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

1998-07-10 13:34 KB, revision 222

Fixed implementation pragma to "utils.h"

1998-07-10 12:06 KB, revision 221

DEBUG -> WXDEBUG

1998-07-10 12:01 KB, revision 220

still fixing DEBUG macros

1998-07-10 11:55 KB, revision 219

fixed another @DEBUG@

1998-07-10 11:14 KB, revision 218

Cleared up DEBUG define mess, defines are now called __WXDEBUG__ and WXDEBUG.

1998-07-10 10:39 , revision 217
  • A /wxWidgets/tags/old_debug
  • R /wxWidgets/tags/old_debug/docs/gtk
  • R /wxWidgets/tags/old_debug/docs/licence.txt
  • R /wxWidgets/tags/old_debug/docs/readme.txt
  • R /wxWidgets/tags/old_debug/docs/symbols.txt
  • R /wxWidgets/tags/old_debug/include/wx/bitmap.h
  • R /wxWidgets/tags/old_debug/include/wx/bmpbuttn.h
  • R /wxWidgets/tags/old_debug/include/wx/brush.h
  • R /wxWidgets/tags/old_debug/include/wx/button.h
  • R /wxWidgets/tags/old_debug/include/wx/checkbox.h
  • R /wxWidgets/tags/old_debug/include/wx/choicdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/choice.h
  • R /wxWidgets/tags/old_debug/include/wx/clipbrd.h
  • R /wxWidgets/tags/old_debug/include/wx/cmndata.h
  • R /wxWidgets/tags/old_debug/include/wx/colordlg.h
  • R /wxWidgets/tags/old_debug/include/wx/combobox.h
  • R /wxWidgets/tags/old_debug/include/wx/control.h
  • R /wxWidgets/tags/old_debug/include/wx/cursor.h
  • R /wxWidgets/tags/old_debug/include/wx/dc.h
  • R /wxWidgets/tags/old_debug/include/wx/dcclient.h
  • R /wxWidgets/tags/old_debug/include/wx/dcmemory.h
  • R /wxWidgets/tags/old_debug/include/wx/dcprint.h
  • R /wxWidgets/tags/old_debug/include/wx/dcscreen.h
  • R /wxWidgets/tags/old_debug/include/wx/dde.h
  • R /wxWidgets/tags/old_debug/include/wx/dialog.h
  • R /wxWidgets/tags/old_debug/include/wx/dirdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/filedlg.h
  • R /wxWidgets/tags/old_debug/include/wx/filefn.h
  • R /wxWidgets/tags/old_debug/include/wx/font.h
  • R /wxWidgets/tags/old_debug/include/wx/fontdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/frame.h
  • R /wxWidgets/tags/old_debug/include/wx/gauge.h
  • R /wxWidgets/tags/old_debug/include/wx/gdiobj.h
  • R /wxWidgets/tags/old_debug/include/wx/generic/fontdlgg.h
  • R /wxWidgets/tags/old_debug/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/old_debug/include/wx/generic/printps.h
  • R /wxWidgets/tags/old_debug/include/wx/generic/prntdlgg.h
  • R /wxWidgets/tags/old_debug/include/wx/generic/textdlgg.h
  • R /wxWidgets/tags/old_debug/include/wx/grid.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/colour.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/dc.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/dcclient.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/dcscreen.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/dirdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/filedlg.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/font.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/gdiobj.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/radiobut.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/region.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/settings.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/timer.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk/win_gtk.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/colour.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/dcclient.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/dcscreen.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/dirdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/filedlg.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/font.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/gdiobj.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/radiobut.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/region.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/settings.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/timer.h
  • R /wxWidgets/tags/old_debug/include/wx/gtk1/win_gtk.h
  • R /wxWidgets/tags/old_debug/include/wx/helphtml.h
  • R /wxWidgets/tags/old_debug/include/wx/helpwin.h
  • R /wxWidgets/tags/old_debug/include/wx/helpxlp.h
  • R /wxWidgets/tags/old_debug/include/wx/icon.h
  • R /wxWidgets/tags/old_debug/include/wx/imaglist.h
  • R /wxWidgets/tags/old_debug/include/wx/listbox.h
  • R /wxWidgets/tags/old_debug/include/wx/listctrl.h
  • R /wxWidgets/tags/old_debug/include/wx/matrix.h
  • R /wxWidgets/tags/old_debug/include/wx/mdi.h
  • R /wxWidgets/tags/old_debug/include/wx/menu.h
  • R /wxWidgets/tags/old_debug/include/wx/metafile.h
  • R /wxWidgets/tags/old_debug/include/wx/minifram.h
  • R /wxWidgets/tags/old_debug/include/wx/module.h
  • R /wxWidgets/tags/old_debug/include/wx/msgdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/palette.h
  • R /wxWidgets/tags/old_debug/include/wx/panel.h
  • R /wxWidgets/tags/old_debug/include/wx/pen.h
  • R /wxWidgets/tags/old_debug/include/wx/pnghand.h
  • R /wxWidgets/tags/old_debug/include/wx/print.h
  • R /wxWidgets/tags/old_debug/include/wx/printdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/radiobox.h
  • R /wxWidgets/tags/old_debug/include/wx/radiobut.h
  • R /wxWidgets/tags/old_debug/include/wx/region.h
  • R /wxWidgets/tags/old_debug/include/wx/scrolbar.h
  • R /wxWidgets/tags/old_debug/include/wx/scrolwin.h
  • R /wxWidgets/tags/old_debug/include/wx/settings.h
  • R /wxWidgets/tags/old_debug/include/wx/setup.h
  • R /wxWidgets/tags/old_debug/include/wx/slider.h
  • R /wxWidgets/tags/old_debug/include/wx/spinbutt.h
  • R /wxWidgets/tags/old_debug/include/wx/splitter.h
  • R /wxWidgets/tags/old_debug/include/wx/statbmp.h
  • R /wxWidgets/tags/old_debug/include/wx/statbox.h
  • R /wxWidgets/tags/old_debug/include/wx/stattext.h
  • R /wxWidgets/tags/old_debug/include/wx/statusbr.h
  • R /wxWidgets/tags/old_debug/include/wx/tab.h
  • R /wxWidgets/tags/old_debug/include/wx/textctrl.h
  • R /wxWidgets/tags/old_debug/include/wx/textdlg.h
  • R /wxWidgets/tags/old_debug/include/wx/textfile.h
  • R /wxWidgets/tags/old_debug/include/wx/time.h
  • R /wxWidgets/tags/old_debug/include/wx/timer.h
  • R /wxWidgets/tags/old_debug/include/wx/treectrl.h
  • R /wxWidgets/tags/old_debug/include/wx/types.h
  • R /wxWidgets/tags/old_debug/include/wx/validate.h
  • R /wxWidgets/tags/old_debug/include/wx/version.h
  • R /wxWidgets/tags/old_debug/include/wx/window.h
  • R /wxWidgets/tags/old_debug/include/wx/wx.h
  • R /wxWidgets/tags/old_debug/include/wx/wxprec.h
  • R /wxWidgets/tags/old_debug/install-sh
  • R /wxWidgets/tags/old_debug/lib
  • R /wxWidgets/tags/old_debug/Makefile
  • R /wxWidgets/tags/old_debug/misc
  • A /wxWidgets/tags/old_debug/misc/imlib
  • R /wxWidgets/tags/old_debug/samples/grid
  • A /wxWidgets/tags/old_debug/samples/grid/makefile.b32
  • A /wxWidgets/tags/old_debug/samples/grid/makefile.dos
  • A /wxWidgets/tags/old_debug/samples/grid/makefile.g95
  • A /wxWidgets/tags/old_debug/samples/grid/makefile.nt
  • R /wxWidgets/tags/old_debug/samples/internat
  • R /wxWidgets/tags/old_debug/samples/layout
  • R /wxWidgets/tags/old_debug/samples/Makefile
  • R /wxWidgets/tags/old_debug/samples/mdi/aiai.ico
  • R /wxWidgets/tags/old_debug/samples/mdi/aiai.xbm
  • R /wxWidgets/tags/old_debug/samples/mdi/chart.ico
  • R /wxWidgets/tags/old_debug/samples/mdi/Makefile
  • R /wxWidgets/tags/old_debug/samples/mdi/Makefile.in
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.b32
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.bcc
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.g95
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.nt
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.sc
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.unx
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.vms
  • R /wxWidgets/tags/old_debug/samples/mdi/makefile.wat
  • R /wxWidgets/tags/old_debug/samples/mdi/mdi.def
  • R /wxWidgets/tags/old_debug/samples/mdi/mdi.ico
  • R /wxWidgets/tags/old_debug/samples/mdi/mdi.rc
  • R /wxWidgets/tags/old_debug/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/old_debug/samples/minimal
  • R /wxWidgets/tags/old_debug/samples/png
  • R /wxWidgets/tags/old_debug/samples/png/pngdemo.cpp
  • R /wxWidgets/tags/old_debug/samples/printing
  • A /wxWidgets/tags/old_debug/samples/printing/makefile.b32
  • A /wxWidgets/tags/old_debug/samples/printing/makefile.dos
  • A /wxWidgets/tags/old_debug/samples/printing/makefile.g95
  • A /wxWidgets/tags/old_debug/samples/printing/makefile.nt
  • R /wxWidgets/tags/old_debug/samples/splitter
  • R /wxWidgets/tags/old_debug/samples/splitter/test.cpp
  • R /wxWidgets/tags/old_debug/samples/tab
  • R /wxWidgets/tags/old_debug/src/common/glob.inc
  • R /wxWidgets/tags/old_debug/src/common/helpbase.cpp
  • R /wxWidgets/tags/old_debug/src/common/intl.cpp
  • R /wxWidgets/tags/old_debug/src/common/ipcbase.cpp
  • R /wxWidgets/tags/old_debug/src/common/matrix.cpp
  • R /wxWidgets/tags/old_debug/src/common/module.cpp
  • R /wxWidgets/tags/old_debug/src/common/odbc.cpp
  • R /wxWidgets/tags/old_debug/src/common/textfile.cpp
  • R /wxWidgets/tags/old_debug/src/common/timercmn.cpp
  • R /wxWidgets/tags/old_debug/src/common/validate.cpp
  • R /wxWidgets/tags/old_debug/src/gdk_imlib/AUDIT
  • R /wxWidgets/tags/old_debug/src/gdk_imlib/AUTHORS
  • R /wxWidgets/tags/old_debug/src/gdk_imlib/ChangeLog
  • R /wxWidgets/tags/old_debug/src/gdk_imlib/COPYING.LIB
  • R /wxWidgets/tags/old_debug/src/gdk_imlib/config.h
  • R /wxWidgets/tags/old_debug/src/gdk_imlib/gdk_imlib_types.h
  • R /wxWidgets/tags/old_debug/src/gdk_imlib/README
  • R /wxWidgets/tags/old_debug/src/generic/colrdlgg.cpp
  • R /wxWidgets/tags/old_debug/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/old_debug/src/generic/printps.cpp
  • R /wxWidgets/tags/old_debug/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/old_debug/src/gtk
  • R /wxWidgets/tags/old_debug/src/gtk/app.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/bitmap.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/brush.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/button.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/checkbox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/choice.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/colour.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/combobox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/control.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/cursor.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/data.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/dc.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/dcmemory.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/dialog.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/dnd.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/filedlg.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/frame.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/gauge.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/joystick.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/listbox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/mdi.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/menu.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/notebook.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/palette.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/pen.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/old_debug/src/gtk/setup/linux
  • R /wxWidgets/tags/old_debug/src/gtk/setup/maketmpl.in
  • R /wxWidgets/tags/old_debug/src/gtk/setup/setup.hin
  • R /wxWidgets/tags/old_debug/src/gtk/setup/substit.in
  • R /wxWidgets/tags/old_debug/src/gtk/slider.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/statbmp.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/statbox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/stattext.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/textctrl.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/threadgui.inc
  • A /wxWidgets/tags/old_debug/src/gtk/threadno.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/threadpsx.cpp
  • A /wxWidgets/tags/old_debug/src/gtk/threadsgi.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/utilsgtk.cpp
  • R /wxWidgets/tags/old_debug/src/gtk/window.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1
  • R /wxWidgets/tags/old_debug/src/gtk1/app.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/bitmap.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/brush.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/button.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/checkbox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/choice.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/colour.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/control.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/data.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/dc.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/dcmemory.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/filedlg.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/frame.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/gauge.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/listbox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/menu.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/palette.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/pen.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/old_debug/src/gtk1/setup/linux
  • R /wxWidgets/tags/old_debug/src/gtk1/setup/maketmpl.in
  • R /wxWidgets/tags/old_debug/src/gtk1/setup/setup.hin
  • R /wxWidgets/tags/old_debug/src/gtk1/setup/substit.in
  • R /wxWidgets/tags/old_debug/src/gtk1/slider.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/statbmp.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/statbox.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/stattext.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/textctrl.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/threadgui.inc
  • A /wxWidgets/tags/old_debug/src/gtk1/threadno.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/threadpsx.cpp
  • A /wxWidgets/tags/old_debug/src/gtk1/threadsgi.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/utilsgtk.cpp
  • R /wxWidgets/tags/old_debug/src/gtk1/window.cpp
  • R /wxWidgets/tags/old_debug/src/Makefile
  • R /wxWidgets/tags/old_debug/src/mkdirs
  • R /wxWidgets/tags/old_debug/src/png
  • A /wxWidgets/tags/old_debug/src/png/ansi2knr.1
  • A /wxWidgets/tags/old_debug/src/png/ansi2knr.c
  • R /wxWidgets/tags/old_debug/src/png/example.c
  • A /wxWidgets/tags/old_debug/src/png/makefile.bcc
  • A /wxWidgets/tags/old_debug/src/png/makefile.dos
  • A /wxWidgets/tags/old_debug/src/png/makefile.nt
  • R /wxWidgets/tags/old_debug/src/png/png.c
  • R /wxWidgets/tags/old_debug/src/png/png.h
  • R /wxWidgets/tags/old_debug/src/png/pngerror.c
  • R /wxWidgets/tags/old_debug/src/png/pngget.c
  • R /wxWidgets/tags/old_debug/src/png/pngmem.c
  • R /wxWidgets/tags/old_debug/src/png/pngpread.c
  • R /wxWidgets/tags/old_debug/src/png/pngread.c
  • R /wxWidgets/tags/old_debug/src/png/pngrio.c
  • R /wxWidgets/tags/old_debug/src/png/pngrtran.c
  • R /wxWidgets/tags/old_debug/src/png/pngrutil.c
  • R /wxWidgets/tags/old_debug/src/png/pngset.c
  • R /wxWidgets/tags/old_debug/src/png/pngtest.c
  • R /wxWidgets/tags/old_debug/src/png/pngtrans.c
  • R /wxWidgets/tags/old_debug/src/png/pngwio.c
  • R /wxWidgets/tags/old_debug/src/png/pngwrite.c
  • R /wxWidgets/tags/old_debug/src/png/pngwtran.c
  • R /wxWidgets/tags/old_debug/src/png/pngwutil.c
  • A /wxWidgets/tags/old_debug/src/png/scripts/build.bat
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/old_debug/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/old_debug/src/zlib
  • R /wxWidgets/tags/old_debug/src/zlib/adler32.c
  • R /wxWidgets/tags/old_debug/src/zlib/compress.c
  • R /wxWidgets/tags/old_debug/src/zlib/crc32.c
  • R /wxWidgets/tags/old_debug/src/zlib/example.c
  • A /wxWidgets/tags/old_debug/src/zlib/Makefile.in2
  • A /wxWidgets/tags/old_debug/src/zlib/makefile.b32
  • A /wxWidgets/tags/old_debug/src/zlib/makefile.bcc
  • A /wxWidgets/tags/old_debug/src/zlib/makefile.nt
  • A /wxWidgets/tags/old_debug/src/zlib/makefile.unx
  • A /wxWidgets/tags/old_debug/src/zlib/makefile.wat
  • R /wxWidgets/tags/old_debug/src/zlib/minigzip.c
  • R /wxWidgets/tags/old_debug/src/zlib/uncompr.c
  • R /wxWidgets/tags/old_debug/src/zlib/zlib.h
  • R /wxWidgets/tags/old_debug/src/zlib/zutil.h
  • R /wxWidgets/tags/old_debug/template.mak
  • R /wxWidgets/tags/old_debug/user
  • R /wxWidgets/tags/old_debug/user/wxFile/filectrl.cpp
  • A /wxWidgets/tags/old_debug/user/wxLayout
  • D /wxWidgets/tags/old_debug/user/wxLayout/Makefile
  • R /wxWidgets/tags/old_debug/user/wxTest/Makefile.in
  • R /wxWidgets/tags/old_debug/utils/Makefile

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

1998-07-10 10:39 JS, revision 216

Fixed const problems in status bar code, changed panelg.cpp temporarily to stop infinite loop, added notebook.cpp in wxMSW makefiles. Fixed #pragma in utilscmn.cpp YET again.

1998-07-10 10:36 JS, revision 215

Changed name of controls sample.

1998-07-10 08:26 KB, revision 214

fixed arguments to make it wxMSW compatible

1998-07-09 20:19 VZ, revision 213

MSW wxNotebook implementation

1998-07-09 15:59 VZ, revision 212

wxWindow::IsShown() made 'const'

1998-07-09 12:26 VZ, revision 211

wxWindow::FindFocus() doesn't exist in wxGTK - #ifdef'd out

1998-07-09 12:24 VZ, revision 210

added virtual bool wxWindow::AcceptsFocus()

1998-07-09 06:25 RR, revision 209

ThreadnoGui compiles now. A few more compilefixes.

1998-07-08 23:13 VZ, revision 208

wxCHECK/CHECK_RET adjustments

1998-07-08 22:44 VZ, revision 207

added virtual functions AcceptsFocus() and MSWGetDlgCode()

1998-07-08 22:41 VZ, revision 206

added Acceptsfocus() { return FALSE; }

1998-07-08 22:41 VZ, revision 205

added AcceptsFocus() { return FALSE; }

1998-07-08 22:39 VZ, revision 204

improved keyboard handling, bug fixes

1998-07-08 22:37 VZ, revision 203

Last() function added (the same as Item(Count() - 1))

1998-07-08 22:33 VZ, revision 202

1) keyboard handling: now generates NavigationKey events instead of using IsDialogMessage (which is still called if the event is not processed) which gets very confused in complex dialogs 2) added tracing of Windows messages

1998-07-08 22:29 VZ, revision 201

bug with multi-part status bars with default widths corrected

1998-07-08 22:27 VZ, revision 200

wxDC::GetTextExtent() checks that passed in x and y pointers are !NULL

1998-07-08 22:21 VZ, revision 199

Matches() and UngetWriteBuf() added, several asserts added

1998-07-08 22:21 VZ, revision 198

1) some size_t replaced with uint - does it now compile under Alpha?? 2) added Matches(const char *mask) function which checks if the string matches the mask possibly containing '?' and '*' wildchars 3) GetWriteBuf complemented with UngetWriteBuf

1998-07-08 22:17 VZ, revision 197

trace messages are now turned off by default

1998-07-08 22:16 VZ, revision 196

wxNavigationKeyEvent class and corresponding macro added

1998-07-08 22:15 VZ, revision 195

IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommandEvent) added

1998-07-08 22:12 VZ, revision 194

1) keyboard handling added (OnNavigationKey) 2) removed default values from the old-style ctor to make it possible to use the new one with default args

1998-07-08 22:12 VZ, revision 193

keyboard handling added (OnNavigationKey)

1998-07-08 22:09 VZ, revision 192

a couple of "const" mistakenly removed restored

1998-07-08 19:06 GL, revision 191

Small updates in the documentation about threads. Documentation about wxDataStream added.

1998-07-08 17:56 VZ, revision 190

HasGroup/Entry added

1998-07-08 15:52 JS, revision 189

Removed redundant auto-setting code in wxDC; corrected utilscmn.cpp pragma; added inlines using wxPoint/wxSize/wxRect in dc.h.

1998-07-08 13:21 JS, revision 188

Cured a bad assert in wxStatusBar; #ifdefed oleutils.cpp for VC++ 5.

1998-07-08 10:40 KB, revision 187

Corrected convert path to /usr/X11/bin, the default installation path.

1998-07-08 10:05 JS, revision 186

Fixed event arg in notebook.h, #ifdefed out some functions in oleutils that don't compile in VC++ 4.

1998-07-07 15:59 KB, revision 185

Some fixes for Solaris (2.5). Fixed path to png.h in gdk_imlib_private.h.

1998-07-07 14:57 JS, revision 184

Various bug fixes, cosmetic changes

1998-07-07 13:53 VZ, revision 183

added HasEntry/Group function to wxConfig, corrected entry/group deletion bug (were not deleted from file) in wxFileConfig

1998-07-07 13:16 VZ, revision 182

added missing DeleteItem(long itemId) function

1998-07-07 10:43 KB, revision 181

Fixed broken Ieee extension for configure --without-apple_ieee

1998-07-05 14:39 GL, revision 180

* Fixed configuration problem (#if USE_APPLE_IEEE)

1998-07-04 15:17 JS, revision 179

Sorry, I went and removed consts as per the style guide :-)

1998-07-03 17:44 GL, revision 178

* Fixed Async -> sync in wxExecute * Added documentation about wxProcess, ... * Added wxDataStream::WriteString and wxDataStream::ReadString

1998-07-03 16:39 JS, revision 177

Various documentation changes, makefile fixes

1998-07-03 16:36 JS, revision 176

Added #pragmas for gcc.

1998-07-03 16:34 JS, revision 175

Added wxExpr parser/lexer files which had somehow got lost; added some pragmas.

1998-07-02 17:43 GL, revision 174

* Deleted all ^M * Added common/process.cpp

1998-07-02 16:40 JS, revision 173

Added dummy constructors etc. for wxProcess(Event) until Guilhem does it for real.

1998-07-02 15:43 JS, revision 172

Added extra Dialog Editor icons

1998-07-02 15:38 KB, revision 171

Fixed the configure apple-ieee to apple_ieee.

1998-07-02 15:19 JS, revision 170

Major changes to Dialog Editor (still at alpha level)

1998-07-02 15:17 JS, revision 169

Removed some consts from tabctrl.h; fixed some other errors

1998-07-02 15:16 JS, revision 168

Various changes for 16-bit compilation

1998-07-02 14:01 VZ, revision 167

old TODO renamed

1998-07-02 14:00 VZ, revision 166
  • D /wxWidgets/trunk/TODO

renamed to TODO.txt (you really shouldn't use Explorer, Julian! :-)

1998-07-02 11:40 VZ, revision 165

the file which contains TODO issues (with their priorities) for all platforms

1998-07-01 18:58 VZ, revision 164

* added gtk_text_changed callback and implemented DiscardEdits(), so that now IsModified() works correctly * corrected several "off by 1" errors for wxTE_MULTILINE controls (apparently it was a GTK bug so perhaps it doesn't work correctly with previous GTK versions, but it works correctly with the latest, GTK 1.0.4)

1998-07-01 17:28 GL, revision 163

* Well, I've forgotten this file :-(

1998-07-01 17:26 GL, revision 162

* Changed "true" to "TRUE" in some file: "true" doesn't exist in BC++ 5 * Added wxDataStream and wxProcess * Added the asynchronous end process notification on GTK and MSW * Updated configure* and setup.h * Added extended.c: Apple code to encode/decode float in IEEE format this code is removable by disabling USE_APPLE_CODEC

1998-07-01 15:43 VZ, revision 161

wxImageList ctor now takes the same arguments as the MSW version (but it's still not implemented)

1998-07-01 15:42 VZ, revision 160

many changes to make generic tree control (more) MSW compatible: 1) wxEVT_COMMAND_TREE_EXPANDING event now generated 2) tree control doesn't not delete children on branch collapse any more 3) migging image list and image-related functions added (but not yet implemented)

1998-06-30 12:42 KB, revision 159

Removed the WXUNUSED() from size parameters in wxIcon(filename,width,height) and added default values of -1,-1 to make it compatible with MSW behaviour.

1998-06-29 16:23 VZ, revision 158

fixes redraw bug which was leaving a horizontal strip under the tree item after it was unselected (in wxGTK)

1998-06-29 12:44 KB, revision 157

Added my wxWindows based layout engine to the repository. It arranges text and graphics for display on a wxDC. This code is licensed under the LGPL.

1998-06-29 12:18 KB, revision 156

fixed event type parameter

1998-06-28 11:34 JS, revision 155

Separated out Win95 versions of gauge, slider

1998-06-28 11:33 JS, revision 154

*** empty log message ***

1998-06-28 11:32 JS, revision 153

Separated out Win95 versions of gauge, slider; added wxTabCtrl::GetCurFocus

1998-06-26 22:00 JS, revision 152

Changes for wxEventType

1998-06-26 21:59 JS, revision 151

Changes to aid debugging.

1998-06-26 20:19 JS, revision 150

wxEventType alterations.

1998-06-26 20:18 JS, revision 149

New wxEventType for event type enum, and corresponding alterations.

1998-06-26 15:39 VZ, revision 148

corrected "of by 1" error in wxString::insert()

1998-06-26 14:29 VZ, revision 147

added support for label alignments in wxStaticText::Create()

1998-06-26 14:29 VZ, revision 146

made the interface more compatible with the MSW version (although InsertPage and wxEVT_PAGE_CHANGING are still not implemented) and implemented the wxEVT_PAGE_CHANGED callback.

1998-06-25 21:30 JS, revision 145

Cured DC/GDI object leak; listbox window proc restored from debugging

1998-06-25 09:45 JS, revision 144

Various measures to reduce flicker.

1998-06-25 09:43 JS, revision 143

Reduced flicker by a combination of less background erasing, and double-buffering.

1998-06-24 14:37 VZ, revision 142

misleading wxASSERT() corrected

1998-06-23 17:47 VZ, revision 141

bug in wxNotebook::OnSize() corrected

1998-06-23 16:28 VZ, revision 140

added OnSize() to wxNotebook which forwards size events to the pages: fixes the layout problem

1998-06-23 10:29 JS, revision 139

Corrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN). Double-fixed the LEAVE/ENTER bug...

1998-06-22 22:53 JS, revision 138

Removed deletion of m_selections

1998-06-22 22:52 JS, revision 137

Removed Scanf, Scanfv

1998-06-22 22:48 JS, revision 136

Added more flags to resource.cpp, #ifdefed out ScanfV for Windows, some grid typo fixes

1998-06-22 22:43 JS, revision 135

Cured problem introduced by LEAVE/ENTER OnIdle code; bugs in gauge sizing

1998-06-22 22:27 JS, revision 134

Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods

1998-06-22 22:25 VZ, revision 133

attempt to clean up a little keyboard handling code

1998-06-22 22:17 VZ, revision 132

wxCHECK/wxCHECK_RET changes

1998-06-22 22:17 VZ, revision 131

wxCHECK change

1998-06-22 22:09 VZ, revision 130

GetSelections() changed to work with wxArrayInt

1998-06-22 22:07 VZ, revision 129

now compiles with USE_XPM_IN_MSW on, added error messages if bitmap can't be loaded/saved

1998-06-22 22:06 VZ, revision 128

VC++ warning suppressed

1998-06-22 22:04 VZ, revision 127

wxString::Scanf() removed because can't be implemented portably

1998-06-22 22:03 VZ, revision 126

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:58 VZ, revision 125

bug in SplitPath() corrected - now ".." handled correctly

1998-06-22 21:54 VZ, revision 124

wxListbox::GetSelections() now takes a wxArrayInt instead of "int **" (as under wxGTK)

1998-06-22 21:53 VZ, revision 123

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:51 VZ, revision 122

Oops... just added wxString::Scanf() functions can't be implemented under Windows. Removed.

1998-06-22 21:50 VZ, revision 121

#include "wx/msw/notebook" added

1998-06-22 21:48 VZ, revision 120

wxLogWindow::GetOldLog() added

1998-06-22 21:47 VZ, revision 119

wxCHECK macros slightly changed: wxCHECK( expr, rc ) now returns rc if expr is FALSE and wxCHECK_RET( expr ) must be used in void functions.

1998-06-22 14:40 KB, revision 118

fixed #pragma

1998-06-22 12:47 KB, revision 117

fixed #include paths to use local copies of png/gdk_imlib/zlib headers fixed compiler warning in time.cpp

1998-06-20 10:25 GL, revision 116

* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs can be linked. * Updated the thread detected (pthread-0.7, pthread, pthreads) * Added --without-threads to disable threads

1998-06-19 15:55 VZ, revision 115

put wxMessageBox() arguments in OnAssert() in the right order

1998-06-19 12:35 KB, revision 114

fixed stupid compiler warning

1998-06-18 16:59 VZ, revision 113

changed the notebook control to use AddPage() interface (Julian's version didn't work at all) andupdated the sample to work with it

1998-06-18 14:01 JS, revision 112

Fixed SetSelection, GetSelection for Portrait/Landscape selection

1998-06-18 13:40 KB, revision 111

another typo fixed

1998-06-18 13:26 KB, revision 110

added notebook.cpp

1998-06-18 13:26 KB, revision 109

fixed wrong scanf() arguments

1998-06-18 13:20 VZ, revision 108

1) Right(char ch) now returns the part of the string after the last occurence of ch _without_ ch itself (like Left(char ch)) 2) Added wxString::Scanf() and wxString::ScanfV()

1998-06-18 13:07 VZ, revision 107

wxFileConfig bugs corrected (now the new entries belong to the right groups)

1998-06-16 17:17 GL, revision 106

* Hope this is the last bug fix in the wxThread merge ... * configure updated * some function added in utilsgtk.cpp (wxSleep, wxKill) * wxThread sample v0.1

1998-06-16 12:41 VZ, revision 105

"-1" index error in wxString::Before fixed

1998-06-15 17:21 GL, revision 104

* Corrected #include "thread.h" => #include "wx/thread.h" * Corrected the joystick.h detection stuff in configure.in

1998-06-15 12:06 KB, revision 103

changed GetSelections() argument

1998-06-15 09:21 JS, revision 102

Experimental notebook API

1998-06-15 07:57 JS, revision 101

Corrected some problems I introduced, added tabevent.tex.

1998-06-14 23:16 VZ, revision 100

wxNotebook interface (it may change!), implementation file is not yet commited - I will do as soon as the interface is fixed

1998-06-14 23:13 VZ, revision 99

added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING)

1998-06-14 23:08 VZ, revision 98

added ctor wxColour(unsigned long colRGB) and the corresponding Set()

1998-06-14 20:53 JS, revision 97

Added #define wxHelpController to help.h; added wxWinHelpController::Quit code

1998-06-14 20:52 JS, revision 96
  • D /wxWidgets/trunk/docs/latex/wx/wx.cnt

*** empty log message ***

1998-06-14 20:48 JS, revision 95

Various documentation additions and changes.

1998-06-14 15:28 GL, revision 94

* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added) * Updated the documentation

1998-06-14 12:15 JS, revision 93

const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem now returns bool not int.

1998-06-14 12:11 JS, revision 92

Changed documentation const convention for non-objects; added some manual files

1998-06-14 08:53 JS, revision 91

Corrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser, no offsets in 2 functions in wxDC

1998-06-13 17:09 JS, revision 90

Corrected dataobj.h/.cpp, corrected listbox to use non-integral height

1998-06-13 17:02 GL, revision 89

* Posix/SGI/No threads added * Updated configure.in file (Threads and Joystick detection)

1998-06-13 10:12 JS, revision 88

Added include/wx/joystick.h

1998-06-13 10:11 JS, revision 87

Added GTK/Linux joystick class (Guilhem Lavaux)

1998-06-13 10:09 JS, revision 86

Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events; Windows LEAVE/ENTER events now work

1998-06-12 15:41 VZ, revision 85

in wxOnAssert() abort() replaced with raise(SIGTRAP) (Unix only)

1998-06-12 14:56 VZ, revision 84

added support of multiple-selection listboxes, GetSelections() now works.

1998-06-10 17:04 VZ, revision 83

wxTextCtrl::WriteText() now adds it at the end and not 1 position before

1998-06-10 11:11 VZ, revision 82

testing CVS notifications

1998-06-10 10:18 VZ, revision 81

wxLogWindow ctor changed

1998-06-09 17:35 VZ, revision 80

wxLogWindow is now not a top-level frame, so it doesn't prevent the app from being closed

1998-06-09 13:14 VZ, revision 79

wxTempFile bug corrected: the temp file is now created in the same dir as the original one, so that rename() always succeeds

1998-06-08 12:41 VZ, revision 78

Bool changed to bool

1998-06-08 11:48 JS, revision 77

Notes about implementing EVT_LEAVE_WINDOW

1998-06-08 11:37 KB, revision 76

fixed NULL problem

1998-06-05 14:46 VZ, revision 75

Bool replaced by bool

1998-06-05 14:46 VZ, revision 74

Bool replaced by bool (I hope I got it right this time!)

1998-06-05 07:45 JS, revision 73

Small mods to manual

1998-06-04 16:08 RR, revision 72

GTK - added docview sample, doesn't work :-( - changed wxBmpButton callback name

1998-06-03 19:40 JS, revision 71

Modified wx.hpj for new directory structure; books.gif is now transparent

1998-06-03 19:06 RR, revision 70

GTK combobox idle handling makefile fixes

1998-06-03 16:34 VZ, revision 69

bug preventing compilation of wxLogGui under !Windows corrected

1998-06-02 20:25 JS, revision 68

Resubmitted binary files that may been corrupted

1998-06-02 19:04 RR, revision 67

GTK - wxNotebook added - wxTabCtrl removed - added USE_WXCONFIG option - minor compile fixes

1998-06-02 13:23 VZ, revision 66

added #if USE_WXCONFIG check (TODO: add configure switch for it)

1998-05-31 00:09 VZ, revision 65

wxDataObject now defined in defs.h and not here

1998-05-31 00:08 VZ, revision 64

missing #endif

1998-05-31 00:00 VZ, revision 63

wxDataFormat typedef added

1998-05-30 23:42 VZ, revision 62

helper file for WX_DEFINE_LIST: dynamic list implementation

1998-05-30 17:21 JS, revision 61

Removed Deselect function.

1998-05-30 17:11 RR, revision 60

Same as last one..

1998-05-30 17:10 RR, revision 59

GTK: Added wxTabCtrl Work on wxEventhandler (delete clientdata) wxChoice (derive from wxControl) wxTextCtrl (init with text) Added sample for tabctrl (and more)

1998-05-28 22:05 RR, revision 58

GTK moved main() to app.cpp added wxGauge added wxStaticBitmap

1998-05-28 19:54 JS, revision 57

Updates from Chris Breeze

1998-05-28 17:44 RR, revision 56

GTK wxBitmapButton added

1998-05-28 11:13 JS, revision 55

#ifdefed out a typedef not appropriate to MSW; added SetSelection to choice dialog

1998-05-27 23:41 VZ, revision 54

cleaned code a bit

1998-05-27 23:38 VZ, revision 53

wxDataObject and wxDropSource implementations

1998-05-27 23:37 VZ, revision 52

registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:36 VZ, revision 51

1) now associated drop target is deleted (memory/resource leak corrected) 2) added wxCHECK( hWnd != NULL ) to wxAssociateWinWithHandle

1998-05-27 23:34 VZ, revision 50

removed compilation warning about "switch with default but no case" (no real changes)

1998-05-27 23:32 VZ, revision 49

many bugs (including major one in DeleteSelf) corrected

1998-05-27 23:30 VZ, revision 48

spurious "(uint)" cast which was causing compilation warnings removed

1998-05-27 23:29 VZ, revision 47

1) Added call to wxLog::Flush() to wxApp::OnIdle() 2) Last active log target is now deleted in wxApp::CleanUp()

1998-05-27 23:24 VZ, revision 46

wxDataObject and wxDropSource classes for (more) d&d support

1998-05-27 23:20 VZ, revision 45

option USE_WXCONFIG (default value: 1) added which enables compilation of wxConfig

1998-05-27 23:18 VZ, revision 44

function HasValue() added

1998-05-27 23:07 VZ, revision 43

declaration of registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:05 VZ, revision 42

wxApp::CreateConfig() only defined #if USE_WXCONFIG

1998-05-27 22:52 VZ, revision 41

no changes (cvs wierdness...)

1998-05-27 22:50 VZ, revision 40

no changes

1998-05-27 13:56 JS, revision 39

Misc changes for DOS compatibility, plus added wxApp::CreateConfig

1998-05-27 09:37 JS, revision 38

Changes to help with Win16 compilation.

1998-05-26 16:36 KB, revision 37

bug hunting in the repository

1998-05-26 15:15 VZ, revision 36

new compile option added: USE_WXCONFIG. If it's 1, wxApp has a virtual wxConfig *CreateConfig() function which can be overloaded to create a global config object (current implementation simply returns NULL for now).

1998-05-26 15:13 VZ, revision 35

stray '^M' removed (egcs doesn't like them)

1998-05-26 15:11 VZ, revision 34

1) log leves are now global wxLOG_ prefixed constants and not wxConfig::enum members 2) another variant of wxLogTrace() takes the trace level as argument: this allows to filter trace messages from different sources (see wxTraceXXX constants) 3) wxLogWindow class added: opens a debug frame which collects all log messages

1998-05-26 15:08 VZ, revision 33

inline wxGetTranslation() moved so it's not called before being defined (thanks to egcs for the warning)

1998-05-26 15:07 VZ, revision 32

wxFileConfig now has it's own header, the config file name may be given to it's ctor (and not hard coded). Static wxFileConfig methods Get{Global|Local}FileName can be used to retrieve the standard config file path.

1998-05-26 15:05 VZ, revision 31

added write_append mode to wxFile, implemented eof() for Unix

1998-05-26 15:04 VZ, revision 30

added "\n" at the end of file to silent egcs warnings

1998-05-26 15:02 VZ, revision 29

added "const char *Read()" returning pointer to statis buffer (in wxConfig implementation at least), code common to wxRegConfig and wxFileConfig moved to config.cpp

1998-05-26 14:58 VZ, revision 28

mistype: #ifdef __GTK corrected (#ifdef __GTK__ now)

1998-05-22 20:03 JS, revision 27

Added some more missing files.

1998-05-22 19:57 JS, revision 26

*** empty log message ***

1998-05-22 19:08 RR, revision 25

Added dynamic events sample.

1998-05-22 17:09 JS, revision 24

*** empty log message ***

1998-05-22 11:48 JS, revision 23

*** empty log message ***

1998-05-22 10:31 JS, revision 22

In SetString, added test for owner draw style to cure crash.

1998-05-22 08:08 JS, revision 21

Changed library paths for new structure

1998-05-21 20:42 JS, revision 20

*** empty log message ***

1998-05-21 19:39 JS, revision 19

App declarations modified; cursor was corrupt; needed to add PostScript-related variable.

1998-05-21 15:02 JS, revision 18

*** empty log message ***

1998-05-21 14:34 JS, revision 17

Minor changes to make files compile (return values); added resource.cpp.

1998-05-21 14:33 JS, revision 16

Added resource.h, missing from archive.

1998-05-21 14:22 JS, revision 15

Added sample makefile.nt, makefile.g95.

1998-05-21 14:19 JS, revision 14

*** empty log message ***

1998-05-21 12:31 RR, revision 13

Add support for dynamic event tables

1998-05-21 10:46 RR, revision 12

*** empty log message ***

1998-05-20 14:25 KB, revision 11

I've now added the documentation files.

1998-05-20 14:21 KB, revision 10

now MSW stuff is complete

1998-05-20 14:12 KB, revision 9

added some wxMSW stuff

1998-05-20 14:02 , revision 8

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

1998-05-20 14:02 , revision 7

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

1998-05-20 14:02 , revision 5
  • A /wxWidgets/branches/ZLIB
  • D /wxWidgets/branches/ZLIB/config.guess
  • D /wxWidgets/branches/ZLIB/config.sub
  • D /wxWidgets/branches/ZLIB/configure
  • D /wxWidgets/branches/ZLIB/configure.in
  • D /wxWidgets/branches/ZLIB/docs
  • D /wxWidgets/branches/ZLIB/INSTALL
  • D /wxWidgets/branches/ZLIB/imrc
  • D /wxWidgets/branches/ZLIB/im_palette.pal
  • D /wxWidgets/branches/ZLIB/include
  • D /wxWidgets/branches/ZLIB/install-sh
  • D /wxWidgets/branches/ZLIB/lib
  • D /wxWidgets/branches/ZLIB/Makefile
  • D /wxWidgets/branches/ZLIB/misc
  • D /wxWidgets/branches/ZLIB/samples
  • D /wxWidgets/branches/ZLIB/src/common
  • D /wxWidgets/branches/ZLIB/src/gdk_imlib
  • D /wxWidgets/branches/ZLIB/src/generic
  • D /wxWidgets/branches/ZLIB/src/gtk
  • D /wxWidgets/branches/ZLIB/src/gtk1
  • D /wxWidgets/branches/ZLIB/src/Makefile
  • D /wxWidgets/branches/ZLIB/src/Makefile.in
  • D /wxWidgets/branches/ZLIB/src/mkdirs
  • D /wxWidgets/branches/ZLIB/src/png
  • D /wxWidgets/branches/ZLIB/src/zlib/Makefile.in2
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.b32
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.bcc
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.nt
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.unx
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.wat
  • D /wxWidgets/branches/ZLIB/template.mak
  • D /wxWidgets/branches/ZLIB/user
  • D /wxWidgets/branches/ZLIB/utils

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

1998-05-20 14:02 , revision 4
  • A /wxWidgets/branches/LIBPNG
  • D /wxWidgets/branches/LIBPNG/config.guess
  • D /wxWidgets/branches/LIBPNG/config.sub
  • D /wxWidgets/branches/LIBPNG/configure
  • D /wxWidgets/branches/LIBPNG/configure.in
  • D /wxWidgets/branches/LIBPNG/docs
  • D /wxWidgets/branches/LIBPNG/INSTALL
  • D /wxWidgets/branches/LIBPNG/imrc
  • D /wxWidgets/branches/LIBPNG/im_palette.pal
  • D /wxWidgets/branches/LIBPNG/include
  • D /wxWidgets/branches/LIBPNG/install-sh
  • D /wxWidgets/branches/LIBPNG/lib
  • D /wxWidgets/branches/LIBPNG/Makefile
  • D /wxWidgets/branches/LIBPNG/misc
  • D /wxWidgets/branches/LIBPNG/samples
  • D /wxWidgets/branches/LIBPNG/src/common
  • D /wxWidgets/branches/LIBPNG/src/gdk_imlib
  • D /wxWidgets/branches/LIBPNG/src/generic
  • D /wxWidgets/branches/LIBPNG/src/gtk
  • D /wxWidgets/branches/LIBPNG/src/gtk1
  • D /wxWidgets/branches/LIBPNG/src/Makefile
  • D /wxWidgets/branches/LIBPNG/src/Makefile.in
  • D /wxWidgets/branches/LIBPNG/src/mkdirs
  • D /wxWidgets/branches/LIBPNG/src/png/ansi2knr.1
  • D /wxWidgets/branches/LIBPNG/src/png/ansi2knr.c
  • D /wxWidgets/branches/LIBPNG/src/png/makefile.bcc
  • D /wxWidgets/branches/LIBPNG/src/png/makefile.dos
  • D /wxWidgets/branches/LIBPNG/src/png/makefile.nt
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/build.bat
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.aco
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.ama
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.atr
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.lnx
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.mip
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.s2x
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.sun
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.wat
  • D /wxWidgets/branches/LIBPNG/src/zlib
  • D /wxWidgets/branches/LIBPNG/template.mak
  • D /wxWidgets/branches/LIBPNG/user
  • D /wxWidgets/branches/LIBPNG/utils

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

1998-05-20 14:01 , revision 3
  • A /wxWidgets/branches/karsten
  • D /wxWidgets/branches/karsten/src/png/CHANGES
  • D /wxWidgets/branches/karsten/src/png/example.c
  • D /wxWidgets/branches/karsten/src/png/INSTALL
  • D /wxWidgets/branches/karsten/src/png/libpng.3
  • D /wxWidgets/branches/karsten/src/png/libpngpf.3
  • D /wxWidgets/branches/karsten/src/png/png.5
  • D /wxWidgets/branches/karsten/src/png/png.c
  • D /wxWidgets/branches/karsten/src/png/png.h
  • D /wxWidgets/branches/karsten/src/png/pngconf.h
  • D /wxWidgets/branches/karsten/src/png/pngerror.c
  • D /wxWidgets/branches/karsten/src/png/pngget.c
  • D /wxWidgets/branches/karsten/src/png/pngmem.c
  • D /wxWidgets/branches/karsten/src/png/pngpread.c
  • D /wxWidgets/branches/karsten/src/png/pngread.c
  • D /wxWidgets/branches/karsten/src/png/pngrio.c
  • D /wxWidgets/branches/karsten/src/png/pngrtran.c
  • D /wxWidgets/branches/karsten/src/png/pngrutil.c
  • D /wxWidgets/branches/karsten/src/png/pngset.c
  • D /wxWidgets/branches/karsten/src/png/pngtest.c
  • D /wxWidgets/branches/karsten/src/png/pngtrans.c
  • D /wxWidgets/branches/karsten/src/png/pngwio.c
  • D /wxWidgets/branches/karsten/src/png/pngwrite.c
  • D /wxWidgets/branches/karsten/src/png/pngwtran.c
  • D /wxWidgets/branches/karsten/src/png/pngwutil.c
  • D /wxWidgets/branches/karsten/src/png/README
  • D /wxWidgets/branches/karsten/src/png/scripts/descrip.mms
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.bor
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.dec
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.dj2
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.knr
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.msc
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.os2
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.std
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.tc3
  • D /wxWidgets/branches/karsten/src/png/scripts/makevms.com
  • D /wxWidgets/branches/karsten/src/png/scripts/pngos2.def
  • D /wxWidgets/branches/karsten/src/png/scripts/SCOPTIONS.ppc
  • D /wxWidgets/branches/karsten/src/png/scripts/smakefile.ppc
  • D /wxWidgets/branches/karsten/src/png/TODO
  • D /wxWidgets/branches/karsten/src/zlib/adler32.c
  • D /wxWidgets/branches/karsten/src/zlib/algorithm.txt
  • D /wxWidgets/branches/karsten/src/zlib/ChangeLog
  • D /wxWidgets/branches/karsten/src/zlib/compress.c
  • D /wxWidgets/branches/karsten/src/zlib/configure
  • D /wxWidgets/branches/karsten/src/zlib/crc32.c
  • D /wxWidgets/branches/karsten/src/zlib/deflate.c
  • D /wxWidgets/branches/karsten/src/zlib/deflate.h
  • D /wxWidgets/branches/karsten/src/zlib/descrip.mms
  • D /wxWidgets/branches/karsten/src/zlib/example.c
  • D /wxWidgets/branches/karsten/src/zlib/gzio.c
  • D /wxWidgets/branches/karsten/src/zlib/INDEX
  • D /wxWidgets/branches/karsten/src/zlib/infblock.c
  • D /wxWidgets/branches/karsten/src/zlib/infblock.h
  • D /wxWidgets/branches/karsten/src/zlib/infcodes.c
  • D /wxWidgets/branches/karsten/src/zlib/infcodes.h
  • D /wxWidgets/branches/karsten/src/zlib/inffast.c
  • D /wxWidgets/branches/karsten/src/zlib/inffast.h
  • D /wxWidgets/branches/karsten/src/zlib/inffixed.h
  • D /wxWidgets/branches/karsten/src/zlib/inflate.c
  • D /wxWidgets/branches/karsten/src/zlib/inftrees.c
  • D /wxWidgets/branches/karsten/src/zlib/inftrees.h
  • D /wxWidgets/branches/karsten/src/zlib/infutil.c
  • D /wxWidgets/branches/karsten/src/zlib/infutil.h
  • D /wxWidgets/branches/karsten/src/zlib/Makefile.riscos
  • D /wxWidgets/branches/karsten/src/zlib/Make_vms.com
  • D /wxWidgets/branches/karsten/src/zlib/maketree.c
  • D /wxWidgets/branches/karsten/src/zlib/minigzip.c
  • D /wxWidgets/branches/karsten/src/zlib/README
  • D /wxWidgets/branches/karsten/src/zlib/trees.c
  • D /wxWidgets/branches/karsten/src/zlib/trees.h
  • D /wxWidgets/branches/karsten/src/zlib/uncompr.c
  • D /wxWidgets/branches/karsten/src/zlib/zconf.h
  • D /wxWidgets/branches/karsten/src/zlib/zlib.3
  • D /wxWidgets/branches/karsten/src/zlib/zlib.h
  • D /wxWidgets/branches/karsten/src/zlib/zutil.c
  • D /wxWidgets/branches/karsten/src/zlib/zutil.h

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

1998-05-20 14:01 KB, revision 2

Initial revision

1998-05-20 14:01 , revision 1

New repository initialized by cvs2svn.