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.