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

2000-09-28 22:19 vaclavslavik, revision 8438

added wxTreeCtrl::AssignImageList

2000-09-28 22:18 vaclavslavik, revision 8437

modified wxHtmlHelpFrame to use AssignImageList

2000-09-28 16:25 vadz, revision 8436

more fixes for horz scrolling, still unsuccessfully

2000-09-28 15:45 vadz, revision 8435

fix for wxRegion::Intersect

2000-09-28 14:23 vadz, revision 8434

added event.Skip() to OnIdle() handler

2000-09-28 09:30 ronl, revision 8433

remove deb-wide config.cache in clean target

2000-09-28 00:19 vadz, revision 8432

1. iterate over update region in wxTextCtrl 2. fixed DC clipping under wxMSW 3. fixes to enable clipboard under wxMSW

2000-09-27 23:13 vaclavslavik, revision 8431

added bitmaps to menu items

2000-09-27 23:10 vaclavslavik, revision 8430

documented wxMenuItem::SetBitmap

2000-09-27 11:32 joukj, revision 8429

Committing in . Modified Files: wxWindows/include/wx/motif/menuitem.h ----------------------------------------------------------------------

2000-09-26 23:53 robind, revision 8428

fixed indentation error

2000-09-26 21:59 vaclavslavik, revision 8427

updated resources convertor

2000-09-26 21:54 vaclavslavik, revision 8426

fixed bug in wxHtmlWindow: HistoryBack/Forward now correctly preserves last entry's scrolled position

2000-09-26 21:52 vaclavslavik, revision 8425

added ability to read resources directly from wxXmlDocument to wxXmlResource

2000-09-26 18:09 vadz, revision 8424

no changes

2000-09-26 16:47 vadz, revision 8423

fixed bug in ScrollWindow refresh logic

2000-09-26 15:36 juliansmart, revision 8422

Fiddled with wxFindWindowAtPoint to make it work with notebooks and static boxes

2000-09-26 14:46 juliansmart, revision 8421

Removed assert complaining about out-focus without in-focus, because it happens a lot

2000-09-26 13:54 vadz, revision 8420

fix from Robert

2000-09-26 10:49 joukj, revision 8419

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/src/common/filefn.cpp Filename problem on VMS fixed. ----------------------------------------------------------------------

2000-09-26 05:32 robind, revision 8418

wxPython changes for new and improved wxSTC

2000-09-26 05:15 robind, revision 8417

new and improved wxSTC

2000-09-25 16:01 juliansmart, revision 8416

Enabled context-sensitive help for wxRadioBox

2000-09-25 14:26 juliansmart, revision 8415

Added wxID_IGNORE

2000-09-25 08:51 ronl, revision 8414

implemented wxDisplaySizeMM for gtk, msw & motif. used wxDisplaySize and wxDisplaySizeMM to calculate real screen PPI in wxPostScriptPrinter. documented wxDisplaySize and wxDisplaySizeMM.

2000-09-25 08:34 ronl, revision 8413

binary compatible fix for screen PPI (hardcoded 75 instead of 100)

2000-09-25 00:20 vadz, revision 8412

more work on horz textctrl scrolling

2000-09-24 15:25 ronl, revision 8411

removed unneccesary (and unwanted) asserts

2000-09-24 15:24 ronl, revision 8410

make contrib symlink relative to WXDIR

2000-09-24 15:14 ronl, revision 8409

removed unneccesary (and unwanted) asserts

2000-09-24 14:58 ronl, revision 8408

create 'contrib' symlink relative to $WXDIR instead of $WXWIN. (it's still broken, but slightly less so this way :)

2000-09-24 14:52 ronl, revision 8407

added python-contrib package. optimised use of configure cache. determine python install dir automatically.

2000-09-23 23:28 vadz, revision 8406

1. modified wxMSW::wxCaret to use client coords 2. fixed uninit m_curXXX vars leading to a crash in wxMSW 3. fixed wxWindow::DoDrawBackground() for empty update region

2000-09-23 22:30 robind, revision 8405

Fixed the python version of wxListEvent to derive from wxNotifyEvent

2000-09-22 22:49 vadz, revision 8404

wxTextCtrl work: 1. horz scrolling (not perfect yet) 2. more actions (clipboard, double click) 3. wxCaret fixes 4. clipboard support 5. wxTE_PASSWORD support wxScrolledWindow/wxlistBox: better hit test calculation: take into account GetClientAreaOrigin() fix for wxGTK bug in wxDC::Blit() in wxWindow::ScrollWindow draw transparent radio bitmaps under GTK wxWindow::ScrollWindow() can now scroll a part of window only

2000-09-22 22:44 vadz, revision 8403

wxCaret now uses backing store instead of forcing window refresh each time the caret is hidden; the non blinking carets work too

2000-09-19 01:37 RD, revision 8402

A bunch of little tweaks

2000-09-19 00:21 RD, revision 8401

A bunch of little tweaks

2000-09-18 20:10 VS, revision 8400

backmerged fix in wxListCtrl::SetItem and InsertItem -- changing attributes more than once had no effect

2000-09-18 20:01 VS, revision 8399

added XML resources sample

2000-09-18 20:00 VS, revision 8398

backmerged bugfix in wxHtmlParser::DoParsing (text between two tags longer than 1024 characters was not parsed correctyl)

2000-09-18 19:07 VZ, revision 8397

1. better kbd interface to wxTextCtrl (selection...) 2. mouse input handling

2000-09-18 19:06 VZ, revision 8396

attempts to implement non blinking caret - failed so far

2000-09-18 15:45 VZ, revision 8395

some minor changes mentioned

2000-09-18 15:40 VZ, revision 8394

give frame a reasonable default size if none specified

2000-09-18 15:16 VZ, revision 8393

mention wxTreeItemId::IsOk

2000-09-17 19:20 VS, revision 8392

added XML resources sample

2000-09-17 19:19 VS, revision 8391

added unknown widget support

2000-09-17 19:18 VS, revision 8390

added <bitmap> and <icon> resources

2000-09-17 19:18 VS, revision 8389

added wxStaticLine handler

2000-09-17 19:17 VS, revision 8388

documented EVT_LIST_ITEM_RIGHT_CLICK

2000-09-17 19:17 VS, revision 8387

added rc2xml and wxr2xml convertor (no makefiles yet)

2000-09-17 19:16 VS, revision 8386

added disabled, focus and selected to wxBitmapButton handler

2000-09-17 19:16 VS, revision 8385

removed bitmap scaling in bitmap button handler

2000-09-17 09:42 RR, revision 8384

Updated doc date.

2000-09-17 09:41 RR, revision 8383

Replaced old with new ODBC classes in "Classes by Category"

2000-09-17 04:03 VZ, revision 8382

1. wxNcPaintEvent for wxMSW 2. wxTextCtrl (single line) cursor movement/basic editing

2000-09-16 18:51 VZ, revision 8381

added lbox test

2000-09-16 17:34 VZ, revision 8380

wxTreeCtrl docs additions/corrections, wxNotifyEvent::Allow() adocumented

2000-09-16 17:19 VZ, revision 8379

mention (incompatible) wxListCtrl::Find change

2000-09-16 17:15 VZ, revision 8378

updated Find() docs

2000-09-16 11:30 RR, revision 8377

wxBase RPM version 2.2.2

2000-09-16 11:26 RR, revision 8376

Set the m_isFrame flag corrcetly. Typo.

2000-09-16 11:25 RR, revision 8375

RPM version 2.2.2

2000-09-16 11:08 RR, revision 8374

Updated changes.txt

2000-09-16 11:07 RR, revision 8373

Bumped version to 2.2.2.

2000-09-16 11:05 RR, revision 8372

Backported theme code to 2.2 branch.

2000-09-16 11:02 RR, revision 8371

Bumped version to 2.2.2

2000-09-15 18:22 VZ, revision 8370

1. OnNcPaint() fixed, seems to work 2. start of wxTextCtrl

2000-09-15 16:51 RR, revision 8369

Minor corrections to new theme code.

2000-09-15 14:35 VZ, revision 8368

1. added wxNcPaintEvent and generate it under GTK/use under wxUniv 2. minor fixes to wxCheck/Radio/wxCheckList/Box appearance - now seems fine

2000-09-15 13:15 JS, revision 8367

Added Set/GetThemeEnabled and used this for determining whether to paint a theme background.

2000-09-15 11:49 RR, revision 8366

wxFrame's m_mainWidget didn't have themes.

2000-09-15 11:13 RR, revision 8365

Notebook theme attampt.

2000-09-14 21:32 VS, revision 8364

added new controls

2000-09-14 21:32 VS, revision 8363

added new controls: wxBitmapButton, wxCalendarCtrl, wxListCtrl, wxScrollBar, wxStaticBox, wxTreeCtrl

2000-09-14 20:10 , revision 8362
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/.cvsignore
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/configure
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/configure.in
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/distrib/msw/tmake/gtk.t
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/distrib/msw/tmake/Makefile
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/docs/latex
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/docs/motif
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/docs/msw
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/app.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/bmpbuttn.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/button.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/checkbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/checklst.h
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/chkconf.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/choice.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/control.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/ctrlsub.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/dc.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/defs.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/dialog.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/dirdlg.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/dragimag.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/encconv.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/filedlg.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/fontdlg.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/fontmap.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/frame.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gdicmn.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/generic/dirctrlg.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/generic/gridg.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/generic/laywin.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/generic/panelg.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/generic/scrolwin.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/generic/treectlg.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/app.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/checkbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/checklst.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/control.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/dcclient.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/frame.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/radiobut.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/scrolbar.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/statbmp.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/statbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/stattext.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk/window.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/app.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/checkbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/checklst.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/control.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/dcclient.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/frame.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/radiobut.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/scrolbar.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/statbmp.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/statbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/stattext.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/gtk1/window.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/listbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/listctrl.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/log.h
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/mac
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/menu.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/menuitem.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/mimetype.h
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/motif
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/app.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/bmpbuttn.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/button.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/checkbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/frame.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/gauge95.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/listbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/listctrl.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/mimetype.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/notebook.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/scrolbar.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/setup0.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/slider95.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/statbmp.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/statbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/stattext.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/treectrl.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/msw/window.h
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/os2
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/qt
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/radiobox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/radiobut.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/scrolbar.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/scrolwin.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/setup.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/sizer.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/statbmp.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/statbox.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/statline.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/stattext.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/string.h
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/stubs
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/tbarbase.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/textctrl.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/textfile.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/timer.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/treebase.h
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/univ
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/window.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/wizard.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/wx.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/include/wx/wxchar.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/lib/dummy
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/Makefile.in
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/misc/afm
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/misc/gs_afm
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/misc/gs_afm/.cvsignore
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/calendar
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/caret
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/checklst
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/config
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/configure
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/configure.in
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/console
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/controls
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/db
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/dialogs
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/dialup
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/dnd
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/docview
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/docvwmdi
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/dragimag
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/drawing
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/dynamic
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/exec
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/font
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/grid
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/help
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/html
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/image
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/internat
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/ipc
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/joytest
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/layout
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/listctrl
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/mdi
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/memcheck
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/menu
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/mfc
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/minifram
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/minimal
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/nativdlg
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/newgrid
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/notebook
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/oleauto
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/opengl
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/ownerdrw
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/plot
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/png
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/printing
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/proplist
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/propsize
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/regtest
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/resource
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/richedit
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/rotate
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/sashtest
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/scroll
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/scrollsub
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/sockets
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/splitter
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/statbar
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/tab
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/taskbar
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/text
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/thread
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/toolbar
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/treectrl
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/treelay
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/typetest
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/univ
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/validate
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/samples/wizard
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/setup.h.in
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/appcmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/choiccmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/cmdline.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/datetime.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/dcbase.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/dlgcmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/encconv.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/event.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/fontmap.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/framecmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/glob.inc
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/log.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/matrix.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/menucmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/mimecmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/sizer.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/tbarbase.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/textcmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/timercmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/treebase.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/utilscmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/common/wincmn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/caret.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/colrdlgg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/dirctrlg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/dragimgg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/filedlgg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/gridg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/laywin.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/listctrl.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/logg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/msgdlgg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/numdlgg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/panelg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/prop.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/propform.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/proplist.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/scrolwin.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/splash.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/statusbr.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/treectlg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/generic/wizard.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/app.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/files.lst
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/frame.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/statbox.cpp
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/timer.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/window.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk/win_gtk.c
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/app.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/files.lst
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/frame.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/statbox.cpp
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/timer.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/verti.xbm
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/window.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/gtk1/win_gtk.c
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/html/search.cpp
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/mac
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/motif
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/app.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/bmpbuttn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/button.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/checkbox.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/choice.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/control.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/data.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/dc.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/dirdlg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/dragimag.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/filedlg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/fontenum.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/fontutil.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/frame.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/listbox.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/listctrl.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/menu.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/menuitem.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/mimetype.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/notebook.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/ole/automtn.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/radiobox.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/radiobut.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/slider95.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/statbmp.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/statbox.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/stattext.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/textctrl.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/timer.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/treectrl.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/utils.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/wave.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/msw/window.cpp
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/os2
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/makefile.nt
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/qt
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/regex
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/stubs
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/univ
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/unix/fontenum.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/unix/fontutil.cpp
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/unix/net.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/unix/threadpsx.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/configure
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/INDEX
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/infblock.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/inffast.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/infutil.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/maketree.c
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/README
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/trees.h
  • R /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/src/zlib/zlib.3
  • A /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/TODO
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/user
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/configure
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/configure.in
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/dialoged
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/framelayout
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/HelpGen
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/HelpHTML
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/hhp2cached
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/Install
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/Makefile.in
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/makefile.vc
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/makegen
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/nplugin
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/projgen
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/serialize
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/tex2rtf
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/wxOLE
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/wxPython
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/utils/wxprop
  • D /wxWidgets/tags/BEFORE_ON_PAINT_CHANGE/wxPython

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

2000-09-14 20:10 VZ, revision 8361

wxCheckListBox works

2000-09-14 13:02 RR, revision 8360

Readded TrueType text.

2000-09-14 09:23 RR, revision 8359

Another theme fix.

2000-09-14 09:08 RR, revision 8358

More theme goodies.

2000-09-14 06:42 RR, revision 8357

Compilation fixes, bug fixes and streamlining in wxCanvas.

2000-09-13 20:03 RR, revision 8356

wxListCtrl::InsertItem() returned wrong index.

2000-09-13 20:02 RR, revision 8355

wxListCtrl::InsertItem() returned number of items, not the new index.

2000-09-13 19:58 KH, revision 8354

added polygon and polyline

2000-09-13 15:35 RR, revision 8353

Themed headers for wxListCtrl.

2000-09-13 15:09 VZ, revision 8352

restored DC clipping in wxScrolledWindow

2000-09-13 12:25 VZ, revision 8351

1. wxFrame::IsIconized() fixed - seems to work 2. a couple of unused vars removed

2000-09-13 11:45 RR, revision 8350

Did the unmap/map trick for wxFrame::IsIconized().

2000-09-13 11:34 JS, revision 8349

Added accelerator to bitmap menu item

2000-09-13 09:35 JS, revision 8348

wxListMainWindow::HitTest no longer tests 'flags' which is garbage at this point. HitTesting now working, hurrah!

2000-09-13 09:04 VZ, revision 8347

wxTimer::Start() now calls Stop()

2000-09-13 08:04 RR, revision 8346

First shot at wxBitmap based wxCanvas.

2000-09-12 17:30 VZ, revision 8345

1. now clip wxPaintDC in its ctor 2. added wxCheckListBox

2000-09-12 16:27 VZ, revision 8344

attempt to fix crash in tree ctrl

2000-09-12 16:20 VZ, revision 8343

1. undid wxGTK timer hack, corrected bug in my code 2. clip wxPaintDC to the client area

2000-09-12 15:48 JS, revision 8342

Added cshelp.txt

2000-09-12 15:47 JS, revision 8341

Minor mods

2000-09-12 15:15 VZ, revision 8340

1. removed 'B' flag from treebase.cpp and regenerated the makefiles 2. fixed wxMemoryInputStream::Eof()

2000-09-12 14:53 JS, revision 8339

Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup to wxHelpControllerBase and wxCHMHelpController; updated sample

2000-09-12 13:18 VZ, revision 8338

hack to fix wxTimer problem

2000-09-12 11:28 JJ, revision 8337

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms VMS compile update for new files and some new wxGTK samples ----------------------------------------------------------------------

2000-09-12 08:29 VZ, revision 8336

fixed bug in mouse handling

2000-09-12 08:18 RR, revision 8335

Corrcted accel keys for bitmap menus.

2000-09-12 08:17 RR, revision 8334

Added test for bitmap menu.

2000-09-12 04:01 RD, revision 8333

Enabled wxWindow_FindFocus for wxGTK

2000-09-11 20:21 VZ, revision 8332

wxRadioBox starts to work

2000-09-11 19:24 RD, revision 8331

Added explicit wrappers for wxSpinCtrl methods instead of relying on inherited methods.

2000-09-11 17:12 RR, revision 8330

Added experim. support for wxFRAME_TOOL_WIN

2000-09-11 16:28 RR, revision 8329

Tiny patch for wxListCtrl::HitTest(). I didn't even test if it compiles, oh dear.

2000-09-11 13:02 JS, revision 8328

Corrected frame.cpp to recognise wxNO_BORDER properly

2000-09-11 12:52 RR, revision 8327

Some more tests and mouse events for wxCanvas.

2000-09-11 12:45 JS, revision 8326

Corrected typo

2000-09-11 12:37 JS, revision 8325

wxHelpProvider now cleans itself up. wxTipWindow doesn't grab the mouse, but instead deletes itself when it's deactivated or loses the focus.

2000-09-11 12:03 JS, revision 8324

Included tipwindow.h unconditionally

2000-09-11 08:13 RR, revision 8323

Compile fixes for wxCanvas.

2000-09-10 22:25 VZ, revision 8322
  • D /wxWidgets/branches/wxUNIVERSAL/samples/univ/bricks.bmp
  • D /wxWidgets/branches/wxUNIVERSAL/samples/univ/open.bmp
  • D /wxWidgets/branches/wxUNIVERSAL/samples/univ/tip.bmp

now using xpm

2000-09-10 22:23 VZ, revision 8321

wxRadioButton works under MSW

2000-09-10 19:01 JS, revision 8320

Made the docs compile again.

2000-09-10 16:39 VZ, revision 8319

wxRadioButton more or less works under GTK

2000-09-10 16:30 VZ, revision 8318

wxTipWindow added and is now used by wxSimpleHelpProvider

2000-09-10 15:16 JS, revision 8317

#ifdefs for WIN16

2000-09-10 12:43 VZ, revision 8316

1. added wxHelpProvider and (unfinished) wxSimpleHelpProvider 2. added wxStringHashTable which wxStringHashTable uses

2000-09-10 11:27 VZ, revision 8315

use the native msg box if available, fall back to wxWin one instead of doing the opposite

2000-09-09 22:39 VZ, revision 8314

added radio button (which doesn't work yet)

2000-09-09 19:41 VZ, revision 8313

1. wxRenderer now has DrawCheckButton 2. wxCheckBox seems to work under MSW

2000-09-09 19:40 VZ, revision 8312

wxComboBox sends TEXT_UPDATED event under MSW when selection changes now too (no changes in other files)

2000-09-09 19:37 VZ, revision 8311

german translations marked as done

2000-09-08 22:02 VS, revision 8310

yet another fix in wxHtmlParser::DoParsing

2000-09-08 19:03 VZ, revision 8309

1. fixed (yet again) highlighting of buttons and checkboxes 2. wrote input handlers for the checkbox 3. fixed bug in wXMouseEvent generation in gtk/window.cpp 4. added focus rect drawing and check/radio geometry queries to wxRenderer

2000-09-08 18:42 KH, revision 8308

oops winnt path to fonts wrong

2000-09-08 18:42 KH, revision 8307

added groups of canvasobject and references to groups

2000-09-08 18:09 VZ, revision 8306

GetSelection() replaced with GetId() in OnMRUFile

2000-09-08 15:56 JS, revision 8305

Removed spurious _

2000-09-08 15:49 JS, revision 8304

Fixed non-recognition of wxLIST_MASK_IMAGE flags.

2000-09-08 15:48 VZ, revision 8303

fixed wxContextHelpButton bitmap (dis)appearance

2000-09-08 15:12 VZ, revision 8302

fixed internal border drawing for listbox in GTK theme

2000-09-08 14:51 JS, revision 8301

Added manual files

2000-09-08 14:48 JS, revision 8300

Tried to fix problem with 'clean' target

2000-09-08 14:45 JS, revision 8299

Added dcclient.h

2000-09-08 14:36 JS, revision 8298

Fixed memory leak in listbox, fixed memory leak reporting in app.cpp

2000-09-08 14:34 VZ, revision 8297

1. replaced wxRenderer::AdjustScrollbar with AreScrollbarsInsideBorder(), it now seems to work with GTK theme too 2. added checkbox bitmaps drawing under GTK

2000-09-08 14:26 JS, revision 8296

Added context-sensitive help dialog demo.

2000-09-08 13:52 JS, revision 8295

Fixed some broken things related to context help, fixed memory leak in wxGenericTreeCtrl (Init should be called before Create, not _in_ Create)

2000-09-08 10:49 JS, revision 8294

Put wxContextHelp into cshelp.h/cpp, added wxContextHelpButton

2000-09-08 04:06 RD, revision 8293

Moved from Scintilla version 1.25 to 1.32 Still more changes to be made in the wxSTC wrappers for new functionality...

2000-09-07 23:17 VZ, revision 8292

1. kbd handling in wxListBox seems to work 2. added beginning of wxCheckBox

2000-09-07 22:57 BS, revision 8291

Reformatting.

2000-09-07 22:53 BS, revision 8290

OS/2 version was using ~ instead of * for a termination character so executables created with this packinst would not function.

2000-09-07 22:00 BS, revision 8289

Somehow the packinst.c and directory got removed from the archive, so I included the version from the OS/2 installer which probably has some fixes.

2000-09-07 20:55 VS, revision 8288

fixed bug in parsing html strings longer than 1024 chars than does not contain tags

2000-09-07 15:21 JS, revision 8287

Added memcheck to configure

2000-09-07 15:02 JS, revision 8286

Applied memory allocation patch, and worked around bug that crashes memcheck.cpp by using wxLogStderr.

2000-09-07 13:33 JS, revision 8285

Added some docs

2000-09-07 13:32 JS, revision 8284

Added comment to old wxGetMousePosition

2000-09-07 13:32 JS, revision 8283

Used GetCursorPos for new wxGetMousePosition implementation

2000-09-07 13:22 JS, revision 8282

Got wxHelpContext working, plus wxFindWindowAtPointer, wxGetMousePosition, wxFindWindowAtPoint.

2000-09-07 11:17 RR, revision 8281

There was no need to create the buffer in OnIdle().

2000-09-07 09:43 JS, revision 8280

Made wxContextHelp implementation generic and added wxFindWindowAtPointer, wxGetMousePosition functions

2000-09-07 01:34 RD, revision 8279

Interface file defining functionality available in Scintilla. Will possibly be used to automatically generate some of the wxWindows code that wraps Scintilla.

2000-09-06 22:12 VZ, revision 8278

1. clip the DC from wxEraseEvent under GTK - now redrawing works there too 2. added wxColourScheme::GetBackground() - still testing 3. implemented (but it is slightly broken) extended listbox interface

2000-09-06 19:18 DW, revision 8277

fix to OWNER_DRAWN assert in listbox

2000-09-06 16:44 JS, revision 8276

Implemented wxHelpContext for wxGTK.

2000-09-06 15:09 RR, revision 8275

Added various missing bits to scrolling wxCanvas.

2000-09-06 13:23 JS, revision 8274

Dialogs can now show a question mark for context-sensitive help.

2000-09-06 13:08 RR, revision 8273

Trying to make wxCanvas less simple.

2000-09-06 09:52 JS, revision 8272

Added #include in helpbase.cpp

2000-09-06 09:45 JS, revision 8271

Added wxHelpEvent, wxContextHelp (MSW only so far), modified help sample

2000-09-06 09:18 RR, revision 8270

Applied PS patch.

2000-09-06 09:18 RR, revision 8269

Removed wxClientDC from wxEraseEvent.

2000-09-06 06:20 RL, revision 8268

package dependancy bugfix

2000-09-06 03:39 RD, revision 8267

Interface file defining functionality available in Scintilla. Will possibly be used to automatically generate some of the wxWindows code that wraps Scintilla.

2000-09-05 20:08 KH, revision 8266

added moving an object with the mouse

2000-09-05 20:07 KH, revision 8265

capturing the mouse in wxCanvasObject

2000-09-05 19:21 VZ, revision 8264

attempts to fix GTK refresh - completely fruitless so far

2000-09-05 19:17 VZ, revision 8263

renamed m_clientData to fix compilation problems

2000-09-05 18:27 VZ, revision 8262

oops, some of my testing code crept in

2000-09-05 18:26 VZ, revision 8261

toggle doesn't mean set

2000-09-05 18:19 RD, revision 8260

Fixed some off-by-one errors that were visible on wxGTK but actually affected wxMSW too.

2000-09-05 18:10 RD, revision 8259

Fixed some off-by-one errors that were visible on wxGTK but actually affected wxMSW too.

2000-09-05 18:04 VZ, revision 8258

added Dutch translation

2000-09-05 14:46 DW, revision 8257

Updates to keep OS/2 Frame apps from crashing on exit. Fixes WM_QUIT processing

2000-09-05 13:59 DW, revision 8256

Updates to keep OS/2 Frame apps from crashing on exit. Fixes WM_QUIT processing

2000-09-05 12:20 JS, revision 8255

Generic wxListCtrl now supports wxLC_HRULES, wxLC_VRULES

2000-09-05 11:39 JS, revision 8254

Added rules to wxListCtrl (MSW now, GTK+ soon)

2000-09-05 10:51 RR, revision 8253

Applied DrawArc patch. Applied break-up-region patch. Implemented sort of ShowFullScreen() - test in scrollsub.

2000-09-05 09:12 RR, revision 8252

Applied DrawArc patch. Some tests for ShowFullScreen() (doesn't work under GTK).

2000-09-04 15:39 RR, revision 8251

Virtualized coordinate system for wxCanvas.

2000-09-04 14:07 JS, revision 8250

Commented out palette code for wxGTK

2000-09-04 06:58 JS, revision 8249

Corrected off-by-one bug in wxRect(const wxPoint&, const wxPoint&) ctor

2000-09-03 23:55 VZ, revision 8248

1. added GetClientAreaOrigin to wxWindow, calculations everywhere use it 2. added horz scrolling to the listbox and fixed thevertical one 3. added wxALWAYS_SHOW_SB (a.k.a. wxLB_ALWAYS_SB) style 4. corrected thumb size calculations

2000-09-03 16:51 RR, revision 8247

Added FreeType II beta 8.

2000-09-03 16:38 RR, revision 8246

Minor update to wxCanvas.

2000-09-03 13:41 RR, revision 8245

Makefile adaption for freetype.

2000-09-03 13:40 RR, revision 8244

Makefile correction

2000-09-03 11:51 RR, revision 8243

Preparing makefiles for freetype

2000-09-02 20:16 VZ, revision 8242

wxListBox input handling works for single and multi selection ones (not extended yet)

2000-09-02 18:01 RR, revision 8241

Added wxCanvasLine, Freeze() and Thaw() and mouse events (untested)

2000-09-01 21:30 RD, revision 8240

1. Setting the listctrl as the event object before sending the event to any user event handlers. 2. InsertItem returns the actual index used when given one beyond the end of the list.

2000-09-01 20:17 VZ, revision 8239

attemps to make listbox refreshing to work - failed

2000-09-01 19:27 VZ, revision 8238

wxScrollBar drawing seems to work for wxGTK too

2000-09-01 17:43 VZ, revision 8237

use TRUETYPE env var for the font location

2000-09-01 16:49 JS, revision 8236

Fixed ALT processing, fixed doc bug

2000-09-01 16:48 JS, revision 8235

Small mods

2000-09-01 16:47 JS, revision 8234

Ignored palettes for wxGTK

2000-09-01 13:52 DW, revision 8233

Several updates for fixing the subclassing problems and accelerator processing

2000-09-01 13:51 DW, revision 8232

Fix to properly define WXFARPROC for OS/2

2000-09-01 13:45 DW, revision 8231

Several updates for fixing the subclassing problems and accelerator processing

2000-09-01 13:45 DW, revision 8230

Fix for allowing proper sublassing of Frames

2000-09-01 13:44 DW, revision 8229

WXFARPROC properly defined for OS/2

2000-09-01 12:58 VZ, revision 8228

tons of changes: 1. wxListBox class added 2. wxInputHandler rewritten (Map() -> Handle()) 3. wxScrollBar redrawing completely changed

2000-09-01 12:47 RR, revision 8227

Added check for <fnctl.h> which FreeType seems to need.

2000-09-01 10:25 RR, revision 8226

Various improvements and addition to wxCanvas

2000-09-01 09:13 JS, revision 8225

Corrected typo

2000-09-01 08:35 JS, revision 8224

Added to wxSystemSettings for better GTK+ themes compatibility

2000-08-30 16:20 RR, revision 8223

TrueType support for Canvas.

2000-08-30 15:08 , revision 8222
  • A /wxWidgets/tags/WX_2_2_1
  • R /wxWidgets/tags/WX_2_2_1/.cvsignore
  • R /wxWidgets/tags/WX_2_2_1/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_2_1/config.guess
  • R /wxWidgets/tags/WX_2_2_1/config.sub
  • R /wxWidgets/tags/WX_2_2_1/configure
  • R /wxWidgets/tags/WX_2_2_1/configure.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/configure
  • R /wxWidgets/tags/WX_2_2_1/contrib/configure.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/WX_2_2_1/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_2_1/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/WX_2_2_1/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/WX_2_2_1/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/WX_2_2_1/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_1/contrib/samples/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/WX_2_2_1/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/WX_2_2_1/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/WX_2_2_1/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/WX_2_2_1/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/WX_2_2_1/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/WX_2_2_1/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/src
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/mmedia
  • A /wxWidgets/tags/WX_2_2_1/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/ogl
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_1/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_1/debian
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxbase-dbg.docs
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxbase-dev.dirs
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxbase-dev.docs
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxbase-dev.links
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxbase-dev.prerm
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxbase.docs
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxbase.postinst
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-contrib-dev.docs
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-contrib.docs
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-dbg.docs
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-dev.docs
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-python.dirs
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-python.postinst
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk-python.prerm
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk.dirs
  • A /wxWidgets/tags/WX_2_2_1/debian/libwxgtk.docs
  • R /wxWidgets/tags/WX_2_2_1/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_2_1/debian/wx-config.1
  • R /wxWidgets/tags/WX_2_2_1/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_2_1/debian/wxwin-doc.doc-base.in
  • A /wxWidgets/tags/WX_2_2_1/debian/wxwin-examples.docs
  • R /wxWidgets/tags/WX_2_2_1/debian/wxwin-examples.examples
  • A /wxWidgets/tags/WX_2_2_1/debian/wxwin-headers.docs
  • A /wxWidgets/tags/WX_2_2_1/debian/wxwin-i18n.docs
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/dbbrowse.cpp
  • A /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/dbbrowse.dsp
  • A /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/dbbrowse.dsw
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/dbgrid.cpp
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/doc.cpp
  • A /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_2_1/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/WX_2_2_1/demos/forty/make_cw.mcp
  • R /wxWidgets/tags/WX_2_2_1/demos/life
  • R /wxWidgets/tags/WX_2_2_1/demos/life/bitmaps
  • A /wxWidgets/tags/WX_2_2_1/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/WX_2_2_1/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/WX_2_2_1/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/WX_2_2_1/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_2_1/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_2_1/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_2_1/demos/life/life.def
  • R /wxWidgets/tags/WX_2_2_1/demos/life/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_1/demos/life/mondrian.xpm
  • R /wxWidgets/tags/WX_2_2_1/difflast.pl
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/expdwild.bat
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/extradoc.rsp
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/filerepl.bat
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/jpeg.rsp
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/makeall.bat
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/patch.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tardist
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tiff.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/vc6.t
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/tmake/wat.t
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/vc.rsp
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/vcupdate.bat
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/WX_2_2_1/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/wx_html.rsp
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/WX_2_2_1/distrib/msw/zippatch.bat
  • A /wxWidgets/tags/WX_2_2_1/docs/base
  • R /wxWidgets/tags/WX_2_2_1/docs/changes.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/gtk
  • R /wxWidgets/tags/WX_2_2_1/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/WX_2_2_1/docs/gtk/licence.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/html
  • R /wxWidgets/tags/WX_2_2_1/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_2_1/docs/html/icons
  • D /wxWidgets/tags/WX_2_2_1/docs/install.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/back.gif
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/body.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/classes.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/cmdevent.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/database.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/function.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/gridattr.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/gridedit.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/gridrend.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/gridsizr.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/gridtbl.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/gridwork.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/manual.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/postscpt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/table.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tnoneng.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/toolbar.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/up.gif
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/upduievt.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/window.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wxhtml.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/WX_2_2_1/docs/motif
  • R /wxWidgets/tags/WX_2_2_1/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/motif/todo.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/msw
  • R /wxWidgets/tags/WX_2_2_1/docs/msw/issues.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/readme.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/tech
  • R /wxWidgets/tags/WX_2_2_1/docs/tech/tn0001.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/tech/tn0002.txt
  • R /wxWidgets/tags/WX_2_2_1/docs/todo.txt
  • R /wxWidgets/tags/WX_2_2_1/include/wx/app.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_2_1/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/calctrl.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/cmdline.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/dataobj.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/date.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_2_1/include/wx/db.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/dialog.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/dialup.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/dynlib.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/event.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/ffile.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/file.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/font.h
  • A /wxWidgets/tags/WX_2_2_1/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/fontmap.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/dcpsg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/grid.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/helpext.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/panelg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/plot.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/treelay.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/brush.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/pen.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/html/htmprint.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/WX_2_2_1/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/image.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/intl.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/list.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/listimpl.cpp
  • R /wxWidgets/tags/WX_2_2_1/include/wx/log.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/mac/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/mac/setup.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/module.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/brush.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/choice.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/icon.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/palette.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/motif/pen.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/choice.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/colordlg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/frame.h
  • A /wxWidgets/tags/WX_2_2_1/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/minifram.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/palette.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/private.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/setup0.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/object.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/accel.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/frame.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/menu.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/setup.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/paper.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/process.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/propform.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/qt/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/resource.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/sckipc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/setup.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/statusbr.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_1/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/string.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/stubs/dc.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/stubs/setup.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/timer.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/url.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/version.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/window.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_2_1/include/wx/zipstrm.h
  • R /wxWidgets/tags/WX_2_2_1/lib/dummy
  • D /wxWidgets/tags/WX_2_2_1/lib/wx214.def
  • A /wxWidgets/tags/WX_2_2_1/lib/wx22.def
  • R /wxWidgets/tags/WX_2_2_1/locale
  • R /wxWidgets/tags/WX_2_2_1/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/misc/afm
  • A /wxWidgets/tags/WX_2_2_1/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_1/misc/gs_afm
  • A /wxWidgets/tags/WX_2_2_1/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_1/modules
  • R /wxWidgets/tags/WX_2_2_1/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/configure
  • R /wxWidgets/tags/WX_2_2_1/samples/configure.in
  • R /wxWidgets/tags/WX_2_2_1/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/db/dbtest.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/db/dbtest.h
  • R /wxWidgets/tags/WX_2_2_1/samples/db/listdb.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/db/listdb.h
  • R /wxWidgets/tags/WX_2_2_1/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd.rc
  • A /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_2_1/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/WX_2_2_1/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/docview/doc.h
  • R /wxWidgets/tags/WX_2_2_1/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/docview/docview.h
  • R /wxWidgets/tags/WX_2_2_1/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/docview/view.h
  • R /wxWidgets/tags/WX_2_2_1/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/exec/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_2_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_2_1/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/grid/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/help/back.gif
  • R /wxWidgets/tags/WX_2_2_1/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_2_1/samples/help/demo.cpp
  • A /wxWidgets/tags/WX_2_2_1/samples/help/doc.chm
  • A /wxWidgets/tags/WX_2_2_1/samples/help/doc.hhc
  • A /wxWidgets/tags/WX_2_2_1/samples/help/doc.hhk
  • A /wxWidgets/tags/WX_2_2_1/samples/help/doc.hhp
  • R /wxWidgets/tags/WX_2_2_1/samples/help/doc.zip
  • R /wxWidgets/tags/WX_2_2_1/samples/help/forward.gif
  • R /wxWidgets/tags/WX_2_2_1/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/help/makefile.b32
  • R /wxWidgets/tags/WX_2_2_1/samples/help/makefile.vc
  • R /wxWidgets/tags/WX_2_2_1/samples/help/up.gif
  • R /wxWidgets/tags/WX_2_2_1/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_2_1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_2_1/samples/internat/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_2_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_2_1/samples/internat/mondrian.ico
  • A /wxWidgets/tags/WX_2_2_1/samples/internat/ru
  • R /wxWidgets/tags/WX_2_2_1/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/ipc/server.h
  • R /wxWidgets/tags/WX_2_2_1/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/joytest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_2_1/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_2_1/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_2_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_2_1/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/listctrl/listtest.h
  • R /wxWidgets/tags/WX_2_2_1/samples/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/makefile.vc
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/mdi.h
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_2_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_1/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/minifram/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/WX_2_2_1/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/WX_2_2_1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_1/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/WX_2_2_1/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/WX_2_2_1/samples/notebook/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_2_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_2_1/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_2_1/samples/proplist/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/propsize/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/WX_2_2_1/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/richedit/README
  • R /wxWidgets/tags/WX_2_2_1/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/richedit/wxllist.h
  • R /wxWidgets/tags/WX_2_2_1/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/WX_2_2_1/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/WX_2_2_1/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/splitter/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_1/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/statbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/samples/tab/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_1/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/text/makefile.b32
  • R /wxWidgets/tags/WX_2_2_1/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_2_1/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_2_1/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/thread/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/treelay/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/typetest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_2_1/samples/typetest/typetest.h
  • R /wxWidgets/tags/WX_2_2_1/samples/validate/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/wizard/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_2_1/setup.h.in
  • R /wxWidgets/tags/WX_2_2_1/setup.h_vms
  • R /wxWidgets/tags/WX_2_2_1/src/common
  • R /wxWidgets/tags/WX_2_2_1/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_2_1/src/common/appcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/cwlex_yy.c
  • R /wxWidgets/tags/WX_2_2_1/src/common/cwy_tab.c
  • R /wxWidgets/tags/WX_2_2_1/src/common/datstrm.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_2_1/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/docmdi.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/doslex.c
  • R /wxWidgets/tags/WX_2_2_1/src/common/dosyacc.c
  • R /wxWidgets/tags/WX_2_2_1/src/common/dynarray.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/extended.c
  • R /wxWidgets/tags/WX_2_2_1/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/fontcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/geometry.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_2_1/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/imagall.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/imagpnm.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/layout.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_2_1/src/common/longlong.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/mstream.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/objstrm.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/protocol.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/sckstrm.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/serbase.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/tbarbase.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_2_1/src/common/unzip.h
  • R /wxWidgets/tags/WX_2_2_1/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/files.lst
  • R /wxWidgets/tags/WX_2_2_1/src/generic
  • R /wxWidgets/tags/WX_2_2_1/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_2_1/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/msgdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/plot.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/statusbr.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/brush.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/colour.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/data.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/files.lst
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/font.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/frame.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/menu.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/pen.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/settings.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/statline.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_1/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/app.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/brush.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/colour.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/data.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/files.lst
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/font.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/frame.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/menu.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/pen.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/settings.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/slider.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/statline.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_1/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/window.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/gtk1/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_1/src/html
  • R /wxWidgets/tags/WX_2_2_1/src/html/bitmaps
  • A /wxWidgets/tags/WX_2_2_1/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/WX_2_2_1/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/jpeg/jconfig.h
  • D /wxWidgets/tags/WX_2_2_1/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/WX_2_2_1/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_2_1/src/make.env.in
  • R /wxWidgets/tags/WX_2_2_1/src/makeb32.env
  • R /wxWidgets/tags/WX_2_2_1/src/makeg95.env
  • R /wxWidgets/tags/WX_2_2_1/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_2_1/src/makelib.g95
  • R /wxWidgets/tags/WX_2_2_1/src/makelib.vc
  • R /wxWidgets/tags/WX_2_2_1/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_2_1/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_2_1/src/makeva.env
  • R /wxWidgets/tags/WX_2_2_1/src/makevc.env
  • R /wxWidgets/tags/WX_2_2_1/src/makewat.env
  • R /wxWidgets/tags/WX_2_2_1/src/motif/choice.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/control.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_2_1/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/slider.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_2_1/src/msw
  • R /wxWidgets/tags/WX_2_2_1/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_2_1/src/msw/brush.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/dir.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_2_1/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_2_1/src/msw/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/region.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_2_1/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/wave.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_2_1/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_2_1/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_2_1/src/os2/accel.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/data.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/dc.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/font.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/gsocket.c
  • R /wxWidgets/tags/WX_2_2_1/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_2_1/src/os2/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/metafile.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/os2/window.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_2_1/src/png/makefile.nt
  • A /wxWidgets/tags/WX_2_2_1/src/png/PngVC.dsp
  • A /wxWidgets/tags/WX_2_2_1/src/png/PngVC.dsw
  • D /wxWidgets/tags/WX_2_2_1/src/png/png.dsp
  • D /wxWidgets/tags/WX_2_2_1/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/png/scripts
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_2_1/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_2_1/src/regex
  • R /wxWidgets/tags/WX_2_2_1/src/stc
  • R /wxWidgets/tags/WX_2_2_1/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_1/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_1/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_1/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_1/src/tiff/makefile.vc
  • A /wxWidgets/tags/WX_2_2_1/src/tiff/makefile.wat
  • A /wxWidgets/tags/WX_2_2_1/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/WX_2_2_1/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/WX_2_2_1/src/tiff/tiff.dsp
  • D /wxWidgets/tags/WX_2_2_1/src/tiff/tiff.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/WX_2_2_1/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_2_1/src/tiff/tif_predict.c
  • R /wxWidgets/tags/WX_2_2_1/src/tiff/tif_zip.c
  • R /wxWidgets/tags/WX_2_2_1/src/unix/dialup.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/unix/gsocket.c
  • R /wxWidgets/tags/WX_2_2_1/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_2_1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_2_1/src/Wxwindll.icc
  • R /wxWidgets/tags/WX_2_2_1/src/wxvc.dsp
  • R /wxWidgets/tags/WX_2_2_1/src/wxvc.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/wxvc_dll.dsp
  • R /wxWidgets/tags/WX_2_2_1/src/wxWin.icc
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/Attrib.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/attrib.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/crbuffri.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/crdatfri.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/crifrdat.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/Image.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/Info.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/image.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/info.c
  • R /wxWidgets/tags/WX_2_2_1/src/xpm/makefile.b32
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/RdFToI.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/rdftodat.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/rdftoi.c
  • R /wxWidgets/tags/WX_2_2_1/src/xpm/scan.c
  • R /wxWidgets/tags/WX_2_2_1/src/xpm/simx.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/wrffri.c
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/XpmI.h
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/WX_2_2_1/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/xpm/xpm.dsp
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/xpm.dsw
  • D /wxWidgets/tags/WX_2_2_1/src/xpm/xpmi.h
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/configure
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/makefile.wat
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/README
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/trees.h
  • A /wxWidgets/tags/WX_2_2_1/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/WX_2_2_1/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_2_1/src/zlib/zlib.dsp
  • D /wxWidgets/tags/WX_2_2_1/src/zlib/zlib.dsw
  • R /wxWidgets/tags/WX_2_2_1/src/zlib/zutil.h
  • R /wxWidgets/tags/WX_2_2_1/user
  • D /wxWidgets/tags/WX_2_2_1/user/Makefile
  • R /wxWidgets/tags/WX_2_2_1/user/wxConvert
  • R /wxWidgets/tags/WX_2_2_1/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_2_1/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_2_1/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_2_1/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_2_1/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_2_1/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_2_1/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_2_1/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_2_1/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_2_1/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_2_1/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_2_1/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_2_1/user/wxTest
  • R /wxWidgets/tags/WX_2_2_1/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_2_1/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/WX_2_2_1/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/WX_2_2_1/utils/Install
  • R /wxWidgets/tags/WX_2_2_1/utils/makegen/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/WX_2_2_1/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_2_1/utils/tex2rtf/src/tex2rtf.cpp
  • D /wxWidgets/tags/WX_2_2_1/utils/wxPython
  • D /wxWidgets/tags/WX_2_2_1/utils/wxprop
  • R /wxWidgets/tags/WX_2_2_1/wx-config.in
  • R /wxWidgets/tags/WX_2_2_1/wxBase.dsp
  • A /wxWidgets/tags/WX_2_2_1/wxBase.dsw
  • R /wxWidgets/tags/WX_2_2_1/wxBase.spec
  • A /wxWidgets/tags/WX_2_2_1/wxBaseDll.dsp
  • R /wxWidgets/tags/WX_2_2_1/wxGTK.spec
  • R /wxWidgets/tags/WX_2_2_1/wxMotif.spec
  • A /wxWidgets/tags/WX_2_2_1/wxPython

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

2000-08-30 15:08 RL, revision 8221

minor packaging tweaks

2000-08-30 13:05 RR, revision 8220

Added alpha blending in prep for FreeType text to canvas.

2000-08-30 09:58 JS, revision 8219

Fixed jumping problem with remotely scrolled tree

2000-08-30 09:38 JS, revision 8218

Added wxSYS_COLOUR_3DLIGHT

2000-08-30 07:53 RR, revision 8217

Added check for wxCheckBox::SetValue()

2000-08-29 21:13 VZ, revision 8216

more attempts to make wxScrolledWindow to work

2000-08-29 20:06 RR, revision 8215

Added wxCanvasControl before anyone else would do any harm.

2000-08-29 18:55 VZ, revision 8214

compilation fix (ooooops)

2000-08-29 18:18 RR, revision 8213

Implemted wxImage::Paste() for transparent images.

2000-08-29 17:56 JS, revision 8212

Small mods

2000-08-29 17:33 VZ, revision 8211

added missing .c_str() here and there

2000-08-29 16:18 JS, revision 8210

Fixed CanCut

2000-08-29 16:09 JS, revision 8209

Sash window layout algorithm now fails if not enough space to complete.

2000-08-29 13:21 JS, revision 8208

Don't allow for status or toolbar size if they are not currently shown

2000-08-29 12:46 JS, revision 8207

Added wxCLIP_SIBLINGS. CVS also seems to think lots of other files need updating.

2000-08-29 08:55 RR, revision 8206

Merged sizer fix from stable branch Added support for transparent wxImage::Paste()

2000-08-29 08:54 RR, revision 8205

Added wxCanvas prototype and sample

2000-08-28 20:58 VZ, revision 8204

(completely failed so far) attempt to make wxScrolledWindow work

2000-08-28 20:20 VZ, revision 8203

create a DC for wxEraseEvent

2000-08-28 18:34 VZ, revision 8202

make clean shouldn't delete lib/CVS

2000-08-28 18:29 VZ, revision 8201

added Dutch translator

2000-08-27 20:52 VS, revision 8200

added AddWindowStyles

2000-08-27 17:09 VZ, revision 8199

crash when trying to scroll the thumb which can't be scrolled fixed

2000-08-27 17:00 VZ, revision 8198

added scrolling support to wxWindow

2000-08-27 15:42 VZ, revision 8197

1. introduced wxUniversal::wxWindow and moved wxControl drawing to it 2. wxStaticBox is more GTK-ish

2000-08-27 12:18 VZ, revision 8196

1. fixed wxEraseEvent in wxGTK 2. compilation fixes for Unix

2000-08-27 12:16 VZ, revision 8195

compilation fixes for mingw32 (still leaving disabled for now)

2000-08-26 21:35 VZ, revision 8194

forgotten files

2000-08-26 21:34 VZ, revision 8193

1. all recently added classes work under Windows 2. scrollbar input handling improved, should be fine now 3. sample gets the theme name from the cmd line

2000-08-26 21:02 VS, revision 8192

fixed clearly wrong use of APPEXTRALIBS in gizmos samples' Makefile.in

2000-08-26 21:01 VS, revision 8191

gizmos compilation fixes (gcc)

2000-08-25 21:45 VZ, revision 8190

wxBitmapButton added (doesn't work yet)

2000-08-25 17:46 VZ, revision 8189

added wxStaticLine and wxStaticBitmap

2000-08-25 16:52 JS, revision 8188

Added some casts in hopes of fixing HP compilation problem

2000-08-25 16:51 JS, revision 8187

Added a flag to avoid Capture/Release asserts

2000-08-25 15:51 JS, revision 8186

Fixed dialogs sample

2000-08-25 15:51 JS, revision 8185

Fixed sample; enhanced wxLayoutAlgorithm to give remaining space to last window

2000-08-25 15:00 RR, revision 8184

Let's see where this commit will end up :-) Corrected reported wxSizer bug (wrong minimal size when option flag > 1) Updated changes.txt and wxGTK spec.

2000-08-25 10:39 JJ, revision 8183

Committing in . Modified Files: wxWindows/lib/vms_gtk.opt wxWindows/src/motif/mdi.cpp For VMS only ----------------------------------------------------------------------

2000-08-25 09:37 JS, revision 8182

Typo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG

2000-08-25 09:22 JJ, revision 8181

Committing in . Modified Files: wxWindows/samples/mdi/mdi.cpp VMS patch ----------------------------------------------------------------------

2000-08-25 08:00 JJ, revision 8180

Committing in . Modified Files: wxWindows/src/generic/scrolwin.cpp wxWindows/src/motif/app.cpp wxWindows/src/motif/bitmap.cpp wxWindows/src/motif/bmpbuttn.cpp wxWindows/src/motif/button.cpp wxWindows/src/motif/checkbox.cpp wxWindows/src/motif/choice.cpp wxWindows/src/motif/dialog.cpp wxWindows/src/motif/filedlg.cpp wxWindows/src/motif/msgdlg.cpp wxWindows/src/motif/radiobox.cpp wxWindows/src/motif/radiobut.cpp wxWindows/src/motif/statbox.cpp wxWindows/src/motif/stattext.cpp wxWindows/src/motif/textctrl.cpp wxWindows/src/motif/utils.cpp wxWindows/src/motif/window.cpp More patches for VMS only ----------------------------------------------------------------------

2000-08-25 01:35 RD, revision 8179

new SWIG generated sources for compiling with Python 1.6

2000-08-25 01:34 RD, revision 8178

new SWIG generated sources for compiling with Python 1.6

2000-08-25 01:21 RD, revision 8177

Some minor tweaks to SWIG templates to enable compiling with Python 1.6 headers.

2000-08-24 20:56 VS, revision 8176

fixed typo

2000-08-24 20:28 VZ, revision 8175

wxScrollBar for wxGTK done

2000-08-24 12:12 VZ, revision 8174

more scrollbar input handling: extracted common bits to wxStdScrollBarHandler

2000-08-24 11:32 JS, revision 8173

Added gizmos

2000-08-24 11:31 JS, revision 8172

Fixed for wxGTK compilation

2000-08-24 11:31 JS, revision 8171

Fixed #pragma

2000-08-24 10:58 JJ, revision 8170

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/demos/bombs/descrip.mms wxWindows/lib/vms.opt wxWindows/samples/caret/descrip.mms wxWindows/samples/checklst/descrip.mms wxWindows/samples/config/descrip.mms wxWindows/samples/controls/descrip.mms wxWindows/samples/dialogs/descrip.mms wxWindows/samples/drawing/descrip.mms wxWindows/samples/image/descrip.mms wxWindows/samples/mdi/descrip.mms wxWindows/samples/menu/descrip.mms wxWindows/samples/minimal/descrip.mms wxWindows/samples/resource/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/common/gdicmn.cpp wxWindows/src/generic/descrip.mms wxWindows/src/motif/choice.cpp wxWindows/src/motif/descrip.mms wxWindows/src/motif/font.cpp wxWindows/src/motif/frame.cpp wxWindows/src/motif/gauge.cpp wxWindows/src/motif/listbox.cpp wxWindows/src/motif/menu.cpp wxWindows/src/motif/msgdlg.cpp wxWindows/src/motif/toolbar.cpp wxWindows/src/motif/window.cpp wxWindows/src/motif/xmcombo/xmcombo.c wxWindows/src/unix/descrip.mms wxWindows/utils/dialoged/src/descrip.mms Added Files: wxWindows/include/wx/vms_x_fix.h VMS patches ----------------------------------------------------------------------

2000-08-24 08:55 JS, revision 8169

Replaced true/false with TRUE/FALSE

2000-08-24 05:50 JJ, revision 8168

Committing in . Modified Files: wxWindows/include/wx/gtk/app.h Added wxEntry like in other ports (i.e. Motif) ----------------------------------------------------------------------

2000-08-23 22:47 VZ, revision 8167

added test of wxFileSelector() def ext handling

2000-08-23 22:45 VZ, revision 8166

bug #105 (wxFileSelector misinterprets the def extension) fixed

2000-08-23 22:41 VZ, revision 8165

1. added wxRenderer::StandardHitTestScrollbar 2. started implementing wxMSW scrollbar input handling

2000-08-23 10:39 VS, revision 8164

fixed my previous fix in wxListCtrl::SetItem

2000-08-23 10:39 VS, revision 8163

reverted my 2 previous checkins -- will merge back from 2.3 as soon as it proves stable

2000-08-22 23:03 RD, revision 8162

small bug fix in the wxSizer.Insert wrapper

2000-08-22 21:56 VS, revision 8161

fixed bug in wxListCtrl::SetItem (forgot to delete previous attribute from m_attrs)

2000-08-22 17:02 VZ, revision 8160

1. wxInputHandler now knows about wxRenderer and uses it 2. wxInputHandler::OnMouseMove() added 3. wxGTKRenderer (almost) draws scrollbars 4. scrollbar mouse handling starts to work

2000-08-22 15:28 VZ, revision 8159

typo fixed

2000-08-22 14:00 JS, revision 8158

Added Reset() to command line parser and called it from Parse(), so that you can call Parse() multiple times and get the desired result.

2000-08-22 10:12 VZ, revision 8157

bug #101 (wxListCtrl::GetItemRect() returns rectangle with incorrect height) fixed

2000-08-22 10:06 VZ, revision 8156

bug #103 (encodings not enumerated correctly) fixed

2000-08-21 19:14 VZ, revision 8155

1. (trivial) wxGTKColourScheme added 2. wxScrollBar draws almost fine under GTK

2000-08-21 17:08 JS, revision 8154

Double oops, removed include file

2000-08-21 17:07 JS, revision 8153

Oops, missed out include file

2000-08-21 17:06 JS, revision 8152

Doc fix and SetArguments implementation

2000-08-21 11:08 DW, revision 8151

no message

2000-08-21 10:31 JJ, revision 8150

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/samples/caret/descrip.mms Compile support for caret sample on wxGTK/VMS ----------------------------------------------------------------------

2000-08-20 22:21 VZ, revision 8149

forgotten files

2000-08-20 22:19 VZ, revision 8148

1. wxColourScheme used by Win32 renderer 2. wxScrollBar half implemented (drawing only)

2000-08-20 21:53 VS, revision 8147

fixed bug in gizmos Makefile.in

2000-08-20 21:53 VS, revision 8146

added contrib/gizmos to configure

2000-08-20 21:52 VS, revision 8145

added contrib/gizmos to configure.in

2000-08-20 21:52 VS, revision 8144

fixed stupid loop in wxFileSystem::OpenFile

2000-08-20 19:56 JS, revision 8143

Doc mods

2000-08-20 19:55 JS, revision 8142

Small mods

2000-08-19 20:26 VZ, revision 8141

added wxColourScheme

2000-08-19 19:26 VZ, revision 8140

1. wxInputHandler::Map() can return a sequence of actions, not only one 2. wxControl::PerformAction() takes a wxEvent parameter 3. wxGTK fix: send enter/leave events even when the mouse is captured 4. renamed "highlighted" state to "current"

2000-08-19 08:59 RR, revision 8139

The mac text ctrl wants '/r' from the log system for line breaks.

2000-08-19 08:58 RR, revision 8138

Added child window scrolling

2000-08-19 08:56 RR, revision 8137

Added wxChoice::GetCount() and Select()

2000-08-19 06:32 KH, revision 8136

wxDrawObject::Draw vritual and non const wxDCBase

2000-08-19 04:56 RD, revision 8135

a few bug fixes

2000-08-19 01:50 RD, revision 8134

a few bug fixes

2000-08-18 19:05 VZ, revision 8133

added (half working) wxGTKRenderer

2000-08-18 17:33 VZ, revision 8132

added wxInputHandler and initial support for it in wxControl

2000-08-18 16:45 DW, revision 8131

Minor fix to app

2000-08-18 16:28 JS, revision 8130

Added companion window. Now it's working pretty much as expected except for the usual flickering...

2000-08-18 16:27 SN, revision 8129

Fixed typo.

2000-08-18 13:54 JJ, revision 8128

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/demos/bombs/descrip.mms wxGTK compile support for VMS extended ----------------------------------------------------------------------

2000-08-18 13:51 VZ, revision 8127

removed obsolete parts of SetIcon docs

2000-08-18 12:45 JS, revision 8126

Implemented IsVisible and GetFirst/NextVisibleItem for generic tree control

2000-08-18 12:03 DW, revision 8125

Updates to wxFrame to include SHowFullScreen method

2000-08-18 12:00 DW, revision 8124

Reparied accel processing

2000-08-18 09:43 JS, revision 8123

Added tree.rc

2000-08-18 09:42 JS, revision 8122

Bug fix

2000-08-18 01:52 DW, revision 8121

Add quantize and treebase

2000-08-18 00:02 DW, revision 8120

Fixes for accelerators

2000-08-17 20:49 DW, revision 8119

New frame class

2000-08-17 15:39 JS, revision 8118

Added psbox.tex

2000-08-17 15:38 JS, revision 8117

Small fixes

2000-08-17 11:53 JS, revision 8116

Added gizmos hierarchy

2000-08-17 07:17 JS, revision 8115

Increased bib buffer size

2000-08-16 18:38 VZ, revision 8114

Unix compilation fixes

2000-08-16 17:05 RL, revision 8113

fixed xlation which broke accels

2000-08-16 15:24 VZ, revision 8112

added wxUsE_XPM_H_IN_PATH

2000-08-15 21:46 VS, revision 8111

added wxXmlResourceHandler::GetDimension for 1D values that may be in dialog units

2000-08-15 21:44 VS, revision 8110

added 'centered' property to wxDialog handler

2000-08-15 21:44 VS, revision 8109

added wxIcon::CopyFromBitmap to wxGTK

2000-08-15 21:44 VS, revision 8108

fixed wxListCtrl::SetItem -- changing attributes of item with attributes already set had no effect

2000-08-15 20:42 VZ, revision 8107

1. wxStaticText, wxStaticBox, wxButton drawing implemented 2. "pseudo dynamic" wxTheme creation 3. hack to solve GetBestSize() problem 4. more methods in wxDC:: GetMultiLineTextExtent(), DrawLabel()

2000-08-15 10:19 JS, revision 8106

Mods to the intro.

2000-08-15 08:54 JJ, revision 8105

Committing in . Modified Files: wxWindows/samples/minimal/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/gtk/descrip.mms wxWindows/src/unix/descrip.mms Compilation wxGTK for VMS updated. Now the minimal sample works OK. ----------------------------------------------------------------------

2000-08-14 19:09 VZ, revision 8104

added univ dir

2000-08-14 19:08 VZ, revision 8103

more files added

2000-08-14 19:08 VZ, revision 8102

removed wxUniversalWindow class and merged its methods into wxWindow itself, wxGTK builds with the generic wxStaticText enabled (but doesn't work...)

2000-08-14 16:19 JS, revision 8101

wxBook mods.

2000-08-14 13:16 JS, revision 8100

Backslashes now allowed in \input filenames

2000-08-14 12:05 GT, revision 8099

Typecasting added to prevent warnings. Instead of copying the temp file, if the temp file directory and output file directory for RTF are the same, program does a rename instead of a copy.

2000-08-14 12:03 JS, revision 8098

Fixes to allow filenames to have backslashes

2000-08-14 12:02 JS, revision 8097

Fixes

2000-08-14 12:02 GT, revision 8096

Code added to cleanup memory/resource leaks on exit

2000-08-14 12:01 JS, revision 8095

Fixing broken file.

2000-08-14 12:00 GT, revision 8094

Typecasts added to prevent compiler warnings

2000-08-14 11:51 MJ, revision 8093

De.po with 649 Messages

2000-08-14 11:48 VZ, revision 8092

wxMSW builds in minimal configuration (i.e. without anything)

2000-08-14 11:44 GT, revision 8091

v2.2.1 TAGGED copy ported over to main trunk of CVS

2000-08-14 11:43 GT, revision 8090

Removed the reference to table.tex, as it is no longer needed

2000-08-14 11:42 GT, revision 8089

wxTable renamed to wxDbTable This file is no longer needed though, as the relevent text is now included in db.tex

2000-08-14 11:03 JS, revision 8088

Added VC++ makefile

2000-08-14 10:18 JS, revision 8087

wxBook updates

2000-08-14 09:44 JS, revision 8086

Added chapter stubs.

2000-08-14 08:16 SC, revision 8085

transparent xpm bitmaps added, thread support finished

2000-08-14 08:15 SC, revision 8084

thread support for mac finished

2000-08-14 07:05 JS, revision 8083

Started to add wxBook files

2000-08-13 20:20 JS, revision 8082

Small doc mods

2000-08-13 19:25 JS, revision 8081

Small doc mods

2000-08-13 19:24 JS, revision 8080

Some wxDb fixes

2000-08-13 15:13 VZ, revision 8079

fix for wxBase dist

2000-08-13 15:08 VZ, revision 8078

mention the wx-translators list

2000-08-13 15:00 VZ, revision 8077

keep languages in the alphabetic order

2000-08-13 14:57 VZ, revision 8076

updated

2000-08-13 14:00 GT, revision 8075

Removed the table.tex reference, as the wxTable class was renamed to wxDbTable in v2.2

2000-08-13 13:58 GT, revision 8074

Lots more added for the wxDbTable class. All missing tags and unresolved references have been cleaned up Quick fix of spelling typos performed. Still need to add all the memeber function Remarks/descriptions, but the member functions are at least all stubbed now.

2000-08-13 13:31 VZ, revision 8073

updated the PO files once again

2000-08-13 13:28 VZ, revision 8072

accept windowsXXXX as well as windowsXXX in CharsetToEncoding

2000-08-13 11:07 VZ, revision 8071

1. Unicode fix for wxCmdLineParser 2. fixed toolbar buttons problem for W2K

2000-08-13 09:58 JS, revision 8070

Doc fixes, distribution list additions, makelib.g95 fixed so WXDIR can be passed

2000-08-13 08:29 JS, revision 8069

Some corrections and stubs for missing links in db.tex; added back table.tex to classes.tex since it was erroneously removed

2000-08-13 00:27 VZ, revision 8068

no wxMapBitmap() any more

2000-08-13 00:16 VZ, revision 8067

unicode compilation fix

2000-08-12 22:38 RL, revision 8066

exclude the debug versions from being stripped.. duh

2000-08-12 21:06 VZ, revision 8065

and even more "final" corrections...

2000-08-12 21:02 VZ, revision 8064

final correctiosn to wxBase project generation

2000-08-12 20:49 VZ, revision 8063

don't generate browse info

2000-08-12 20:47 VZ, revision 8062

removed y.tab.c from wxBase projects, added the project files to wxBase dist

2000-08-12 20:45 VZ, revision 8061

added more project build dirs

2000-08-12 20:37 VZ, revision 8060

1. gsockmsw.c compiles in Unicode mode 2. wxBase project files updated/added 3. more fixes to tmake scripts: now work for any combination of lib/dll unicode/ansi settings

2000-08-12 20:25 VZ, revision 8059

optimize for size, not for speed

2000-08-12 20:12 JS, revision 8058

TIFF makefile corrections

2000-08-12 20:06 VS, revision 8057

fixed creation of toolbars under MSW

2000-08-12 20:06 VS, revision 8056

fixed bug in zlib compressed binary xml resources saving (crashed due to a typo)

2000-08-12 17:22 JS, revision 8055

Updated some version numbers; added script to automate builds with difference compilers

2000-08-12 16:49 RR, revision 8054

Add wxBase.spec to distribution.

2000-08-12 16:19 RR, revision 8053

I hope dnd won't crash anymore and I didn't break too much else.

2000-08-12 15:06 GT, revision 8052

table.tex removed from class list, as wxDbTable docs are now in db.tex

2000-08-12 14:32 VZ, revision 8051

some compilation fixes

2000-08-12 14:10 VZ, revision 8050

wxBase dist fix

2000-08-12 14:06 VZ, revision 8049
  • D /wxWidgets/branches/WX_2_2_BRANCH/docs/install.txt

removed obsolete file

2000-08-12 13:42 VZ, revision 8048

mention that wxBase can be built from wxMSW/GTK sources as well

2000-08-12 13:32 VZ, revision 8047

wxBase installation/comoilation docs

2000-08-12 13:30 VZ, revision 8046

fix (with a test) for wxMenu::UpdateUI bug (the handler defined in the menu class was never used)

2000-08-12 12:55 MJ, revision 8045

German Translations done

2000-08-12 11:59 MJ, revision 8044

de.po

2000-08-12 11:24 VZ, revision 8043

fixed crash in wxStrtok

2000-08-12 11:22 VZ, revision 8042

backported changes form the main branch

2000-08-12 11:15 MJ, revision 8041

db.h

2000-08-12 11:14 MJ, revision 8040

db.cpp

2000-08-12 11:14 MJ, revision 8039

de.po

2000-08-11 19:45 VZ, revision 8038

added another test radiobox to the controls sample

2000-08-11 19:39 VZ, revision 8037

compilation fixes for Unicode build

2000-08-11 19:38 VZ, revision 8036

fixes for the project file generation for the DLL and Unicode builds

2000-08-11 19:11 VS, revision 8035

added toolbars

2000-08-11 19:10 VS, revision 8034

added toolbar handling

2000-08-11 19:08 VS, revision 8033

fixed loading of bitmaps from mem_fs

2000-08-11 19:07 VS, revision 8032

added binz handler to standard handlers initialized always

2000-08-11 19:07 VS, revision 8031

stored bitmaps in generated resources

2000-08-11 19:07 VS, revision 8030

fixed bug: wxButton hasn't name set correctly

2000-08-11 14:47 MJ, revision 8029

de.po

2000-08-11 13:18 VZ, revision 8028

wxUniv demo created

2000-08-11 13:16 VZ, revision 8027

the library and the sample build with everything off, various wxUSE_XXX options now really take effect (i.e. can be disabled without breaking compilation)

2000-08-11 13:14 VZ, revision 8026

ci test 2

2000-08-11 13:01 VZ, revision 8025

ci test 1

2000-08-11 12:58 VZ, revision 8024

testing logging (2)

2000-08-11 12:58 , revision 8023
  • A /wxWidgets/branches/wxUNIVERSAL
  • D /wxWidgets/branches/wxUNIVERSAL/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/wxUNIVERSAL/lib/dummy
  • R /wxWidgets/branches/wxUNIVERSAL/misc/afm
  • A /wxWidgets/branches/wxUNIVERSAL/misc/afm/.cvsignore
  • R /wxWidgets/branches/wxUNIVERSAL/misc/gs_afm
  • A /wxWidgets/branches/wxUNIVERSAL/misc/gs_afm/.cvsignore
  • R /wxWidgets/branches/wxUNIVERSAL/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/wxUNIVERSAL/samples/grid/bitmap2.bmp
  • R /wxWidgets/branches/wxUNIVERSAL/samples/internat/internat.def
  • R /wxWidgets/branches/wxUNIVERSAL/samples/internat/internat.rc
  • R /wxWidgets/branches/wxUNIVERSAL/samples/internat/makefile.sc
  • R /wxWidgets/branches/wxUNIVERSAL/samples/internat/makefile.vms
  • R /wxWidgets/branches/wxUNIVERSAL/samples/internat/mondrian.ico
  • R /wxWidgets/branches/wxUNIVERSAL/samples/layout/expt.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/samples/layout/fload.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/samples/layout/layout.def
  • R /wxWidgets/branches/wxUNIVERSAL/samples/layout/makefile.sc
  • R /wxWidgets/branches/wxUNIVERSAL/samples/layout/makefile.vms
  • R /wxWidgets/branches/wxUNIVERSAL/samples/mdi/chart.ico
  • R /wxWidgets/branches/wxUNIVERSAL/samples/mdi/makefile.sc
  • R /wxWidgets/branches/wxUNIVERSAL/samples/mdi/makefile.vms
  • R /wxWidgets/branches/wxUNIVERSAL/samples/mdi/mdi.def
  • R /wxWidgets/branches/wxUNIVERSAL/samples/mdi/mdi.ico
  • R /wxWidgets/branches/wxUNIVERSAL/samples/mdi/mdi.rc
  • R /wxWidgets/branches/wxUNIVERSAL/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/wxUNIVERSAL/samples/minimal/mondrian.ico
  • R /wxWidgets/branches/wxUNIVERSAL/samples/png/pngdemo.rc
  • R /wxWidgets/branches/wxUNIVERSAL/samples/printing/fload.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/samples/printing/printing.def
  • R /wxWidgets/branches/wxUNIVERSAL/samples/splitter/mondrian.ico
  • R /wxWidgets/branches/wxUNIVERSAL/samples/tab/mondrian.ico
  • R /wxWidgets/branches/wxUNIVERSAL/src/common/glob.inc
  • R /wxWidgets/branches/wxUNIVERSAL/src/common/matrix.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk/cross.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk/horiz.xbm
  • D /wxWidgets/branches/wxUNIVERSAL/src/gtk/threadpsx.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk/verti.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk1/cross.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk1/horiz.xbm
  • D /wxWidgets/branches/wxUNIVERSAL/src/gtk1/threadpsx.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/src/gtk1/verti.xbm
  • D /wxWidgets/branches/wxUNIVERSAL/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/wxUNIVERSAL/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/wxUNIVERSAL/src/html/search.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/src/png/ansi2knr.1
  • D /wxWidgets/branches/wxUNIVERSAL/src/png/makefile.nt
  • R /wxWidgets/branches/wxUNIVERSAL/src/png/scripts
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/build.bat
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.aco
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.ama
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.atr
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.lnx
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.mip
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.s2x
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.sun
  • A /wxWidgets/branches/wxUNIVERSAL/src/png/scripts/makefile.wat
  • D /wxWidgets/branches/wxUNIVERSAL/src/regex
  • D /wxWidgets/branches/wxUNIVERSAL/src/unix/net.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/algorithm.txt
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/ChangeLog
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/configure
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/descrip.mms
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/INDEX
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/infblock.h
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/infcodes.h
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/inffast.h
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/inftrees.h
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/infutil.h
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/Makefile.in2
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/Makefile.riscos
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/Make_vms.com
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/maketree.c
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/README
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/trees.h
  • R /wxWidgets/branches/wxUNIVERSAL/src/zlib/zlib.3
  • R /wxWidgets/branches/wxUNIVERSAL/user
  • D /wxWidgets/branches/wxUNIVERSAL/user/Makefile
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxConvert
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxConvert/wxConvert.h
  • A /wxWidgets/branches/wxUNIVERSAL/user/wxFile/.cvsignore
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxFile/dirctrl.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxFile/dirctrl.h
  • A /wxWidgets/branches/wxUNIVERSAL/user/wxFile/FMJobs.cpp
  • A /wxWidgets/branches/wxUNIVERSAL/user/wxFile/FMJobs.h
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxFile/filectrl.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxFile/filectrl.h
  • D /wxWidgets/branches/wxUNIVERSAL/user/wxFile/Makefile
  • D /wxWidgets/branches/wxUNIVERSAL/user/wxFile/Makefile.in
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxFile/wxFile.cpp
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxFile/wxFile.h
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxTest
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxTest/folder.xpm
  • R /wxWidgets/branches/wxUNIVERSAL/user/wxTest/list.xpm
  • D /wxWidgets/branches/wxUNIVERSAL/utils/wxPython
  • D /wxWidgets/branches/wxUNIVERSAL/utils/wxprop

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

2000-08-11 12:27 JS, revision 8022

Now show/hide status bar in ShowFullScreen, instead of deleting it

2000-08-11 03:30 SC, revision 8021

changed license type

2000-08-11 03:29 SC, revision 8020

added plstringfuncs comment

2000-08-10 16:00 VZ, revision 8019

increased version number to 2.2.1

2000-08-10 15:27 SC, revision 8018

wxMac merge

2000-08-10 15:06 VZ, revision 8017

russian translations

2000-08-10 15:05 VZ, revision 8016

added russian translations and an additional cmd line parameter to set the encoding to use

2000-08-10 14:58 VZ, revision 8015

typo fixed

2000-08-10 14:41 VZ, revision 8014

fixed logging in Usage()

2000-08-10 14:40 VZ, revision 8013

made error "locale couldn't be set" a verbose message instead, use WXDIR to find wxstd.mo

2000-08-10 13:26 JJ, revision 8012

Committing in . Modified Files: wxWindows/src/gtk/app.cpp Patch for wxGTK on VMS ----------------------------------------------------------------------

2000-08-10 13:24 JJ, revision 8011

Committing in . Modified Files: wxWindows/include/wx/gtk/app.h wxWindows/lib/vms_gtk.opt wxWindows/samples/minimal/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/generic/colrdlgg.cpp wxWindows/src/generic/descrip.mms wxWindows/src/gtk/dcclient.cpp wxWindows/src/gtk/descrip.mms wxWindows/src/gtk/filedlg.cpp wxWindows/src/gtk/fontdlg.cpp wxWindows/src/gtk/frame.cpp wxWindows/src/gtk/listbox.cpp wxWindows/src/gtk/tbargtk.cpp wxWindows/src/gtk/win_gtk.c wxWindows/src/gtk/window.cpp wxWindows/src/unix/descrip.mms Patches for wxGTK for VMS ----------------------------------------------------------------------

2000-08-10 13:19 VZ, revision 8010

2 minor fixes to wxDB docs

2000-08-10 11:18 VZ, revision 8009

translations mostly updated

2000-08-10 11:00 VZ, revision 8008

wxMDIFrames define DoGetClientSize() and not GetClientSize() to avoid hiding the base class methods

2000-08-10 10:59 VZ, revision 8007

src/gtk/mdi.cpp

2000-08-10 10:55 VZ, revision 8006

added a missing method for compatibility with MSW (preserving binary compatibility)

2000-08-10 10:26 VZ, revision 8005

updated Makefile to run msgfmt with --verbose option (finds more errors like this), fixed the headers and added the Italian translation

2000-08-10 08:46 SC, revision 8004

header files for carbon targets

2000-08-10 08:42 VZ, revision 8003

added more tests for MDI frame size/position

2000-08-10 07:56 SC, revision 8002

helper for changing types of files to TEXT

2000-08-10 07:21 SC, revision 8001

wxMac merge

2000-08-10 07:15 JS, revision 8000

Changes for Watcom; updates to readme.txt and changes.txt

2000-08-10 04:43 SC, revision 7999

wxMac merge

2000-08-09 16:51 JS, revision 7998

Added chapter on collection and container classes to contents

2000-08-09 15:36 VZ, revision 7997

testing cvs access

2000-08-09 15:28 VZ, revision 7996

testing cvs access

2000-08-09 11:14 SC, revision 7995

merge of wxMac into main repository

2000-08-09 11:02 SC, revision 7994

merge of wxMac into main repository

2000-08-09 10:57 SC, revision 7993

merge of wxMac into main repository (Carbon Precompiled Headers)

2000-08-09 10:54 SC, revision 7992

merge of wxMac into main repository

2000-08-09 10:44 SC, revision 7991

merge of wxMac into main repository

2000-08-09 10:41 VZ, revision 7990

no changes, testing cvs logging

2000-08-09 10:40 VZ, revision 7989

no changes, testing cvs logging

2000-08-09 10:36 SC, revision 7988

merge of wxMac into main repository

2000-08-09 10:24 VZ, revision 7987
  • D /wxWidgets/trunk/modules

use CVSROOT/modules now instead

2000-08-09 10:15 SC, revision 7986

moved code fix from 3.5.5 into this release

2000-08-09 10:10 SC, revision 7985

merge with latest sources

2000-08-09 09:51 JJ, revision 7984

Committing in . Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/utilsunx.cpp Updates for VMS ----------------------------------------------------------------------

2000-08-09 08:54 SC, revision 7983

docs for building with the latest headers and carbon/macosX targets

2000-08-09 06:25 JS, revision 7982

Typo correction

2000-08-09 06:24 JS, revision 7981

Small changes

2000-08-08 19:53 RD, revision 7980

more minor fixes, stabalizations, etc.

2000-08-08 19:19 RD, revision 7979

more minor fixes, stabalizations, etc.

2000-08-08 19:18 RD, revision 7978

more minor fixes, stabalizations, etc. Added example of wxTaskBarIcon to the demo

2000-08-08 12:21 JS, revision 7977

Changed default value for eliminateBorders (MakeExtendedStyle)

2000-08-08 10:43 MB, revision 7976

Added Paul Gamman's patch for 0 as FALSE in bool editor and renderer. Fixed bug in grid selection code that caused crashes (e.g. when grid had just 1 col and mode was row selection).

2000-08-08 08:41 JS, revision 7975

Minor update

2000-08-08 06:11 , revision 7974
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/lib/dummy
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/misc/afm
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/misc/gs_afm
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/ansi2knr.1
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/regex
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/trees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/src/zlib/zlib.3
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/Makefile
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxConvert
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxTest
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_SECOND_MERGE/user/wxTest/list.xpm

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

2000-08-08 06:11 cvsuser, revision 7973

second merge of the 2.2 branch (RL)

2000-08-07 17:22 , revision 7972
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/config.guess
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/config.sub
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/configure
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/configure.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/configure
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/configure.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/mmedia
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/ogl
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/copyright
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxbase-dev.dirs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxbase-dev.docs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxbase-dev.links
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxbase-dev.prerm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxbase.docs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxbase.postinst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk-dev.docs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk-python.dirs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk-python.postinst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk-python.prerm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk.dirs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk.docs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/wx-config.1
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/wxwin-doc.doc-base.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/wxwin-doc.docs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/wxwin-examples.docs
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/debian/wxwin-examples.examples
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/dbbrowse.cpp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/dbbrowse.dsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/dbbrowse.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/dbgrid.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/dbtree.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/doc.cpp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/dbbrowse/pgmctrl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/forty/make_cw.mcp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/bitmaps
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/life.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/demos/life/mondrian.xpm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/difflast.pl
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/expdwild.bat
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/extradoc.rsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/filerepl.bat
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/jpeg.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/patch.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tardist
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tiff.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/vc6.t
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/tmake/wat.t
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/vc.rsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/vcupdate.bat
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/wx_html.rsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/distrib/msw/zippatch.bat
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/changes.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/gtk
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/gtk/licence.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/html
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/html/icons
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/back.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/body.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/classes.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/cmdevent.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/database.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/function.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/gridattr.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/gridedit.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/gridrend.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/gridsizr.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/gridtbl.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/gridwork.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/manual.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/postscpt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/table.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tnoneng.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/toolbar.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/up.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/upduievt.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/window.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wxhtml.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/motif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/motif/todo.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/msw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/msw/issues.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/readme.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/tech
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/tech/tn0001.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/tech/tn0002.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/docs/todo.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/app.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/calctrl.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/cmdline.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/dataobj.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/date.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/db.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/dialog.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/dialup.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/dynlib.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/event.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/ffile.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/file.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/font.h
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/fontmap.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/dcpsg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/grid.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/helpext.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/panelg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/plot.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/treelay.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/brush.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/pen.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/html/htmprint.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/image.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/intl.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/list.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/listimpl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/log.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/mac/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/mac/setup.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/module.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/brush.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/choice.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/icon.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/palette.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/motif/pen.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/choice.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/colordlg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/frame.h
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/minifram.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/palette.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/private.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/setup0.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/object.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/accel.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/frame.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/menu.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/setup.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/paper.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/process.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/propform.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/qt/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/resource.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/sckipc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/setup.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/statusbr.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/string.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/stubs/dc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/stubs/setup.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/timer.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/url.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/version.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/window.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/include/wx/zipstrm.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/lib/dummy
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/lib/wx214.def
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/lib/wx22.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/locale
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/locale/fi.po
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/misc/afm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/misc/gs_afm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/modules
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/configure
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/configure.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/db/dbtest.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/db/dbtest.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/db/listdb.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/db/listdb.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd.rc
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/docview/doc.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/docview/docview.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/docview/view.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/exec/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/grid/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/back.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/demo.cpp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/doc.chm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/doc.hhc
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/doc.hhk
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/doc.hhp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/doc.zip
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/forward.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/makefile.b32
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/makefile.vc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/help/up.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/ipc/server.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/joytest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/listctrl/listtest.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/makefile.vc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/mdi.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/minifram/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/notebook/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/proplist/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/propsize/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/richedit/README
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/richedit/wxllist.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/splitter/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/statbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/tab/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/text/makefile.b32
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/thread/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/treelay/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/typetest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/typetest/typetest.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/validate/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/wizard/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/setup.h.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/setup.h_vms
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/appcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/cwlex_yy.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/cwy_tab.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/datstrm.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/docmdi.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/doslex.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/dosyacc.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/dynarray.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/extended.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/fontcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/geometry.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/imagall.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/imagpnm.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/layout.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/longlong.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/menucmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/mstream.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/objstrm.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/protocol.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/sckstrm.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/serbase.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/tbarbase.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/unzip.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/files.lst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/msgdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/plot.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/statusbr.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/brush.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/colour.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/data.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/files.lst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/font.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/frame.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/menu.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/pen.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/settings.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/statline.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/app.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/brush.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/colour.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/data.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/files.lst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/font.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/frame.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/menu.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/pen.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/settings.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/slider.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/statline.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/window.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/gtk1/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/html
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/html/bitmaps
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/jpeg/jconfig.h
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/make.env.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makeb32.env
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makeg95.env
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makelib.vc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makeva.env
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makevc.env
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/makewat.env
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/choice.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/control.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/slider.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/brush.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/dir.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/gsockmsw.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/ole/dropsrc.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/region.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/wave.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/accel.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/data.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/dc.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/font.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/gsocket.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/metafile.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/os2/window.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/makefile.nt
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/PngVC.dsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/PngVC.dsw
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/png.dsp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/regex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/stc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/stc/scintilla/src/LineMarker.h
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/makefile.wat
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/tiff.dsp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/tiff.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/tif_predict.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/tiff/tif_zip.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/unix/dialup.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/unix/gsocket.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/Wxwindll.icc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/wxvc.dsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/wxvc.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/wxvc_dll.dsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/wxWin.icc
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/Attrib.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/attrib.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/crbuffri.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/crdatfri.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/crifrdat.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/Image.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/Info.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/image.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/info.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/makefile.b32
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/RdFToI.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/rdftodat.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/rdftoi.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/scan.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/simx.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/wrffri.c
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/XpmI.h
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/xpm.dsp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/xpm.dsw
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/xpm/xpmi.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/trees.h
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/zlib.dsp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/src/zlib/zlib.dsw
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/Makefile
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxConvert
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxTest
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/Install
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/makegen/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/tex2rtf/src/tex2rtf.cpp
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/wxPython
  • D /wxWidgets/tags/WX_2_2_SECOND_MERGE/utils/wxprop
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/wx-config.in
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/wxBase.dsp
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/wxBase.spec
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/wxGTK.spec
  • R /wxWidgets/tags/WX_2_2_SECOND_MERGE/wxMotif.spec
  • A /wxWidgets/tags/WX_2_2_SECOND_MERGE/wxPython

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

2000-08-07 17:22 VZ, revision 7971

wxMotif under AIX compiles

2000-08-07 14:42 , revision 7970
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/lib/dummy
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/misc/afm
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/misc/gs_afm
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/ansi2knr.1
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/regex
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/trees.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/src/zlib/zlib.3
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/Makefile
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxConvert
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxTest
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_SECOND_MERGE/user/wxTest/list.xpm

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

2000-08-07 14:42 JS, revision 7969

Added first stab at GetBoundingRect for generic tree control

2000-08-06 17:56 JS, revision 7968

Mingw32 fixes

2000-08-06 16:52 VS, revision 7967

fixed some bugs in wxrc compiler

2000-08-06 16:51 VS, revision 7966

removed debug message ; improved resource loading logic

2000-08-06 16:51 VS, revision 7965

wxrcedit improvements

2000-08-06 16:18 RR, revision 7964

The MSW radiobutton now informs about its state in the event (m_int) as wxGTK did. Changed blindly.

2000-08-06 10:41 GT, revision 7963

More updates - All wxDb members now documented - still needs proofreading done

2000-08-06 10:39 GT, revision 7962

Fixed a typo in a display string - Passowrd

2000-08-06 10:12 VZ, revision 7961

warnings fixed for compilation with VC++ at max warning level with optimization (mainly "unreachable code"), another warning ("function not inlined") disabled in defs.h, minor fixes to DLL project file template

2000-08-06 08:18 JS, revision 7960

Some BC++ fixes

2000-08-06 07:05 RL, revision 7959

fix for minimum required python version. added i18n package.

2000-08-06 05:55 KH, revision 7958

support for drawing arbitary object on DC's

2000-08-06 03:15 MB, revision 7957

Minor compilation fixes for Borland. Changed tabs to spaces.

2000-08-05 21:26 VS, revision 7956

fixed bug in wxrcedit makefile

2000-08-05 21:25 VS, revision 7955

added minsize variable for sizers and sizeritems

2000-08-05 21:25 VS, revision 7954

got rid of wxXmlResourceHandler::CheckPlatform, the check is now done while loading xml file ; also fixed bug in XMLID macro

2000-08-05 21:25 VS, revision 7953

got rid of wxXmlResourceHandler::CheckPlatform, the check is now done while loading xml file

2000-08-05 19:47 GT, revision 7952

Updated to include information on the -interactive command line parameter

2000-08-05 19:45 GT, revision 7951

Intermediate checkin of the wxDb database class manual pages - still incomplete, and not proofed yet

2000-08-05 19:41 GT, revision 7950

Typo unfixed, as the source file for this class also misspells the word Occurred

2000-08-05 18:49 GT, revision 7949

Added default constructors/destructors to allow plugging of (potentially large) memory leaks

2000-08-05 18:34 GT, revision 7948

Reformatted source to normalize spacing/indentation - no code changes

2000-08-05 18:17 GT, revision 7947

Reformatted source to normalize spacing/indentation - no code changes

2000-08-05 18:16 GT, revision 7946

Reformatted source to normalize - no code changes

2000-08-05 17:21 GT, revision 7945

Comments added to acknowledge contributors Cleanup of commented out blocks that were no longer needed

2000-08-05 17:20 GT, revision 7944

Comments added to acknowledge contributors

2000-08-05 17:18 GT, revision 7943

Replaced german variable names with english wxDbGetConnection() default on scrolling cursors did not use wxODBC_FWD_ONLY_CURSORS

2000-08-05 17:16 GT, revision 7942

Replaced german variable names with english wxDbGetConnection() did not check for the correct scrolling of cursors when re-using a cached database connection

2000-08-05 15:53 VZ, revision 7941

added another inline AddTool

2000-08-05 15:39 VZ, revision 7940

added another inline AddTool

2000-08-05 12:03 VZ, revision 7939

more fixes for VC++ .dsps

2000-08-05 12:00 VZ, revision 7938

fixed 2d radiobox layout and kbd handling

2000-08-05 10:59 GT, revision 7937

Additional comments added for clarity and correctness

2000-08-05 10:49 GT, revision 7936

Fixed typos in comments

2000-08-04 20:15 VZ, revision 7935

better wording

2000-08-04 15:35 JS, revision 7934

Generic tree control text editor now has simple boder (no 3D effect)

2000-08-04 15:23 JS, revision 7933

Generic tree control fixes

2000-08-04 14:24 JS, revision 7932

Renamed generic tree control.

2000-08-04 14:09 JS, revision 7931

Added settings.h include

2000-08-04 13:59 JS, revision 7930

Modified generic wxTreeCtrl to work under non-Unix platforms simultaneously with the native control.

2000-08-04 11:03 GT, revision 7929

Fixed some crashing code in dialog cleanup in some exceptional cases Fixed memory leak Set return codes on the modal dialogs to avoid use of uninitialized values

2000-08-04 05:22 MB, revision 7928

Removed redundant m_left etc. variables

2000-08-04 05:16 MB, revision 7927

Removed redundant m_left etc. variables

2000-08-03 21:43 VS, revision 7926

fixed low resolution problem with wxPostScriptDC

2000-08-03 16:11 JS, revision 7925

Added ability to call wxWindow::OnPaint under Windows (experimental). Added wxTR_NO_LINES to remove lines from tree control (MSW only).

2000-08-03 13:20 VZ, revision 7924

another bug in ParseDate fixed

2000-08-03 12:38 VZ, revision 7923

fixed logic bug in ParseDate

2000-08-03 02:51 RD, revision 7922

Various tweaks, fixes, missing methods, etc.

2000-08-03 02:02 RD, revision 7921

Various tweaks, fixes, missing methods, etc.

2000-08-02 21:55 VZ, revision 7920

fixed bug with radiobox size being miscalculated if the label was too long

2000-08-02 14:59 JS, revision 7919

Corrected resource type

2000-08-02 14:45 JS, revision 7918

Made some member variables protected so derived classes can use them

2000-08-02 11:01 GT, revision 7917

Fixed MySQL specific problems with creating non-primary indexes on columns not defined as NOT NULL Fixed MySQL specific check on DropIndex error code 42S12

2000-08-02 10:58 GT, revision 7916

Fixed SLLOGfn crash problem, thought his change breaks binary compatability with 2.2.0 Added 2.4 code inside "#if EXPERIMENTAL_WXDB_FUNCTIONS...#endif blocks, defaults to 0 so the new functions are not compiled

2000-08-02 10:55 GT, revision 7915

Header changes for 2.4 added, but all are inside of #if...#endif blocks so that at compile time there is no changes to header from 2.2.0

2000-08-02 10:44 GT, revision 7914

Change return value of GetExtendedDBErrorMsg2 to be a const char * instead of char *.

2000-08-02 06:35 JS, revision 7913

Removed winmm.dll from delayload list.

2000-08-02 04:12 MB, revision 7912

Fix to make wxGrid::SelectBlock do what it says.

2000-08-01 18:47 GT, revision 7911

Subqueries for MySQL are now not performed, as MySQL does not support subqueries Compile time warnings with GCC eliminated. Call to wxDbCloseConnections() was missing from the frame ::OnCloseWindow() function, so that the connections to the database were not properly CLOSEd, they were only marked as FREE in the DB connection cache. Several crash/segfault problems have been corrected New functions added under the FILE menu for RECREATE TABLE and RECREATE INDEXES

2000-08-01 15:38 VZ, revision 7910

added EVT_UPDATE_UI_RANGE

2000-08-01 10:51 VZ, revision 7909

explained how wxCB_READONLY works (under MSW) better

2000-07-31 22:04 VS, revision 7908

fixed bug in APPEXTRALIBS

2000-07-31 22:04 VS, revision 7907

correct typo in cs.po

2000-07-31 22:03 VS, revision 7906

added binz handler

2000-07-31 22:03 VS, revision 7905

added wxListBox handling

2000-07-31 15:29 RR, revision 7904

Fixed offset problem for hatches. Shown in sample drawing now.

2000-07-31 11:10 VZ, revision 7903

made FONTMAPPER_ROOT_PATH absolute path

2000-07-30 08:42 NI, revision 7902

added null pointer check in DoGetSize functions; else programs crash when resizing list heads

2000-07-30 03:32 NI, revision 7901

added a wrapper class for opengl contexts (like that used in the gtk and msw ports)

2000-07-30 03:30 NI, revision 7900

added a simple wrapper class for shared opengl contexts (like in the gtk and msw ports)

2000-07-29 22:11 VZ, revision 7899

some minor tweaks for wxBase

2000-07-29 22:10 VZ, revision 7898

(harmless) warning fix for VC++

2000-07-29 22:07 VZ, revision 7897

fixes for VC++ wxBase DLL project files

2000-07-29 22:07 VZ, revision 7896

added version info to wxBase.dll, corrected it for wxMSW.dll

2000-07-29 17:25 JS, revision 7895

FloodFill correction, wxQuantize correction

2000-07-29 13:41 JS, revision 7894

Added version of Quantize that manages the palette itself

2000-07-29 11:44 JS, revision 7893

Added Set/Get/HasOption members and moved palette to ref data class.

2000-07-28 17:53 JS, revision 7892

Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage

2000-07-28 05:21 MB, revision 7891

Updated docs for wxGrid::SelectBlock

2000-07-28 05:12 MB, revision 7890

Renamed existing wxGrid::SelectBlock to HighlightBlock. Added new wxGrid::SelectBlock that does what the name suggests (consistent with the other SelectXXX functions).

2000-07-27 22:52 VZ, revision 7889

fixed the problem with iconizing the miniframes

2000-07-27 22:10 VZ, revision 7888

version 2.2.1

2000-07-27 22:09 VZ, revision 7887

improvements for VC++ project file generation with tmake

2000-07-27 22:08 VZ, revision 7886

added 16 flag to tabg.cpp

2000-07-27 22:06 VZ, revision 7885

several unimportant warnings fixed for VC++ compilation

2000-07-27 18:53 VS, revision 7884

radiobox default dimension changed from 0 to 1

2000-07-27 18:53 VS, revision 7883

fixed setting value in spinctrl

2000-07-27 18:53 VS, revision 7882

added more controls

2000-07-27 18:52 VS, revision 7881

added notebooks support; added not_supported variable type

2000-07-27 18:51 VS, revision 7880

added XMLCTRL() macro for fast access to dialog controls

2000-07-27 18:51 VS, revision 7879

notebooksizer is now property of notebook, not special kind of sizer

2000-07-27 16:34 JS, revision 7878

Generic dirctrl corrections

2000-07-27 15:12 JS, revision 7877

Updated wxMotif files.lst

2000-07-27 15:11 JS, revision 7876

Updated file list to include dirctrlg.cpp

2000-07-27 15:00 VZ, revision 7875

compilation fix: false -> FALSE

2000-07-27 14:01 VZ, revision 7874

documented the weird behaviour of wxTextFile:GetPrev/NextLine

2000-07-27 09:38 VS, revision 7873

recommited binary files

2000-07-27 09:37 VS, revision 7872
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/close.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/control.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/gsizer.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/hsizer.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/open.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/panel.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/preview.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/resicon.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/save.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/unused.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/used.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/vsizer.ico

oops, forgot -kb

2000-07-27 09:36 VS, revision 7871
  • D /wxWidgets/trunk/contrib/src/xml/wxxmlVC.dsp
  • D /wxWidgets/trunk/contrib/src/xml/wxxmlVC.dsw

standardized projects

2000-07-27 09:35 VS, revision 7870

now uses resources, not xpm files

2000-07-27 09:35 VS, revision 7869

fixed typo

2000-07-27 09:35 VS, revision 7868

added WXDLLEXPORT

2000-07-27 06:47 MB, revision 7867

Copied main branch fixes for caret not showing in first row (wxmsw) and highlight not being cleared when a cell is only partially visible.

2000-07-27 06:37 MB, revision 7866

Fix for bug where the cell highlight was not cleared from a cell that was only partially in view.

2000-07-27 06:23 MB, revision 7865

Added another hack to the collection of hacks in wxGridCellTextEditor::SetSize so that the caret will show for cells in the first row.

2000-07-27 04:09 MB, revision 7864

Changed wxGridCellAttr::HasAlignment to treat values of -1 as no alignment because wxALIGN_LEFT and wxALIGN_TOP are 0. Updated griddemo.cpp to use correct alignment defs.

2000-07-27 01:57 MB, revision 7863

Changed cell and label alignment functions to use wxALIGN_XXX defs. SetXXXAlignment() functions still accept wxTOP, wxLEFT etc for (some) backwards compatibility.

2000-07-27 01:29 MB, revision 7862

Some more wxGrid function docs.

2000-07-26 21:49 VS, revision 7861

xmlres: added support for wxMSW

2000-07-26 21:34 VS, revision 7860

standardized syntax of bool properties: '1' means true, anything else false

2000-07-26 21:34 VS, revision 7859

changed content of checklist, choice, combobox, radiobox from <children> to <content>

2000-07-26 21:34 VS, revision 7858

visual enhancements of wxrcedit

2000-07-26 21:34 VS, revision 7857

added handling of wxGridSizer and wxFlexGridSizer

2000-07-26 21:33 VS, revision 7856

added wxMSW support to wxrcedit

2000-07-26 21:33 VS, revision 7855

fixed typo in wxStaticBitmap wxrcedit definition

2000-07-26 21:32 VS, revision 7854

xmlres: added support for wxMSW

2000-07-26 21:32 VS, revision 7853

added xmlres format docs (uncomplete)

2000-07-26 21:31 VS, revision 7852

changed shared library version number to 2.3

2000-07-26 20:06 DW, revision 7851

fix for VA 3.0 vs 4.0

2000-07-26 16:29 VZ, revision 7850

wxTreeCtrl::ItemHasChildren() should return TRUE if SetItemHasChildren() had been called

2000-07-26 16:17 VZ, revision 7849

more tests

2000-07-26 16:16 VZ, revision 7848

resolving a conflict

2000-07-26 16:16 VZ, revision 7847

handle wxNO_FULL_REPAINT_ON_RESIZE for MDI children

2000-07-26 16:09 VZ, revision 7846

removed the warnings from HP-UX build log

2000-07-26 16:08 VZ, revision 7845

documented recently added IsOk

2000-07-26 14:08 JS, revision 7844

Better behaviour on NT (no dialogs when searching drives)

2000-07-26 13:45 VZ, revision 7843

note about wxSpinButton range

2000-07-26 12:41 JS, revision 7842

Added cmdline.cpp

2000-07-26 12:40 JS, revision 7841

WIN32 compilation of wxrc, wxrcedit

2000-07-26 11:53 JS, revision 7840

Corrected makefile target bug

2000-07-26 11:43 JS, revision 7839

Added additional wxXML makefiles and projects files; added some flexibility to VC++ make include files

2000-07-26 08:50 JS, revision 7838

Not sure why these files are being committed (CVS glitch?)

2000-07-26 08:50 JS, revision 7837

Not sure why this file is being committed (CVS glitch?)

2000-07-25 18:58 VZ, revision 7836

one crash in GetAltForEncoding fixed (how many left to go?)

2000-07-25 18:48 VS, revision 7835

added xml resources readme

2000-07-25 18:47 VS, revision 7834

wxGTK compilation fixes

2000-07-25 18:47 VS, revision 7833

wxGTK compilation fix (undefined wxDirDialogDefaultFolderStr)

2000-07-25 18:47 VS, revision 7832

gtk 1.2.8 compilation fix

2000-07-25 18:47 VS, revision 7831

added XML resources library

2000-07-25 16:41 VZ, revision 7830

added (inline) wxLocale::IsOk()

2000-07-25 15:38 VZ, revision 7829

parse cmd line a bit more correctly (in size setting testing code)

2000-07-25 12:15 MJ, revision 7828

dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp pgmctrl.cpp dbbrowse.dsp dbbrowse.dsw dummy.cpp

2000-07-25 12:03 MJ, revision 7827

dbtree.cpp

2000-07-25 08:50 MJ, revision 7826

dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp pgmctrl.cpp dbbrowse.dsp dbbrowse.dsw dummy.cpp

2000-07-25 06:27 GRG, revision 7825

Modified mouse ENTER/LEAVE events so that they also carry information about the state of the mouse buttons (they only had info about SHIFT and CTRL keys so far)

2000-07-24 23:44 OK, revision 7824

Fix gtk+ 1.2 compilation...

2000-07-24 19:55 JS, revision 7823

Fixed wxMotif breakage, sorry!

2000-07-24 15:26 JS, revision 7822

Added insertion point code to wxComboBox

2000-07-24 13:47 OK, revision 7821

Try to include windows.h.

2000-07-24 13:28 GRG, revision 7820

Fixed broken compilation due to Ove's last nice changes :-(

2000-07-24 12:50 VZ, revision 7819

added a note about wxTE_PROCESS_ENTER

2000-07-24 11:55 GRG, revision 7818

Corrected comment about Norlander headers (no changes to the code itself)

2000-07-24 09:44 JS, revision 7817

Updated version number.

2000-07-24 09:03 VZ, revision 7816

init m_text and m_vScrollbar to NULL in the default ctor

2000-07-24 09:01 JS, revision 7815

Corrected test for _vsnprintf

2000-07-24 06:27 MB, revision 7814

Changes as per patch from Paul Gammans to fix bug in edit control handling.

2000-07-24 06:16 MB, revision 7813

Changes as per patch from Paul Gammans to fix bug with edit control handling.

2000-07-24 04:58 MB, revision 7812

Had accidentally added gridwork.tex to the docs

2000-07-23 19:10 JS, revision 7811

Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. Altered dialog sample to show generic dir dialog.

2000-07-23 15:24 JS, revision 7810

Added scripts to update .dsp files when version changes

2000-07-23 14:26 JS, revision 7809

Updated project and makefiles (VC++) to be more consistent.

2000-07-22 14:03 JS, revision 7808

Cygwin 1.1 mods (main branch)

2000-07-22 14:01 JS, revision 7807

Mods for Cygwin 1.1

2000-07-21 20:45 DW, revision 7806

fixes for trailing commas for OS/2 from WX_2_2_BRANCH

2000-07-21 20:44 DW, revision 7805

fixes for S_IFMT for OS/2 from WX_2_2_BRANCH

2000-07-21 15:43 JS, revision 7804

Corrected some combobox-related code, changed ordering and added wxSpinCtrl support as per bug report

2000-07-21 13:06 DW, revision 7803

ftime enabled OS/2 code added by Guill....

2000-07-21 10:37 NI, revision 7802

moved check for x include/library paths from motif configuration section to main scope of confiure.in; added opengl libs to freebsd target if configured with opengl support

2000-07-21 10:16 NI, revision 7801

uses now the platform independant attributes

2000-07-21 08:30 MB, revision 7800

Trying again to add these files to the main trunk.

2000-07-21 08:24 MB, revision 7799

First batch of work for new wxGrid docs. Very incomplete - still lots to do but will commit more next week. Please don't edit yet without letting me know via the list. - Michael

2000-07-21 06:51 MB, revision 7798

Added ForceRefresh() to request immediate repainting of a grid. Calling Refresh() doesn't do this because of our minimal OnPaint handler (to reduce screen flicker). Setting of position coords for wxGridEvents now takes account of row and col label sizes.

2000-07-21 05:32 GRG, revision 7797

Changes for VISAGECPP (use _ftime to avoid clock skew bug)

2000-07-20 19:18 NI, revision 7796

another small error

2000-07-20 18:18 NI, revision 7795

no comment :)

2000-07-20 18:14 NI, revision 7794

umph, had made a dangerous mistake

2000-07-20 17:31 NI, revision 7793

applied the patch by Garrick Meeker

2000-07-20 17:27 NI, revision 7792

Applied the patch by Garrick Meeker

2000-07-20 04:09 DW, revision 7791

hopefully the final module definition file for VA 3.0 for release 2.2

2000-07-20 04:07 DW, revision 7790

removed a constant not defined for VA in filefn and once again removed #warning not supported by VisualAge

2000-07-20 04:06 DW, revision 7789

removed a comma at the end of an enumeration

2000-07-19 10:44 OK, revision 7788

Really cheesy attempt to make wxDC::DrawText() utilize gtk+ 1.3.1's multilingual text rendering engine to draw Unicode text (doubt this works on wxMemoryDC, but at least it makes the generic listctrl show unicode text). But I suspect that the text engine really should be abstracted at a higher level in wxWindows...

2000-07-19 10:34 OK, revision 7787

There's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so I had to #ifndef them out. Also used GTK_CLASS_TYPE... (For some reason, scrolling no longer works with gtk+ 1.3.1 now...)

2000-07-19 10:31 OK, revision 7786

Make this compile with gtk+ 1.3.1... not sure what the "casting" (class assignment) of the widget styles are for, but I used _G_TYPE_IGC anyway...

2000-07-19 10:28 OK, revision 7785

Use GTK_OBJECT_GET_CLASS macro.

2000-07-19 09:45 OK, revision 7784

May as well also add a GTK_CLASS_TYPE macro for compatibility.

2000-07-19 09:39 OK, revision 7783

gtk+ 1.3.1's region transformation code no longer returns a new region, but rather seems to operate on the source region... added a bunch of ifdefs.

2000-07-19 09:35 OK, revision 7782

There's no gtk_widget_push_visual/pop_visual in gtk+ 1.3.1, so I just ifndef-ed it out. Not sure if it matters.

2000-07-19 09:32 OK, revision 7781

Added "stand-ins" for a couple of Pango (Owen Taylor's multilingual text rendering engine, used by gtk+ 1.3 widgets) types, and added GTK_OBJECT_GET_CLASS macro for backwards compatibility with gtk+ 1.2

2000-07-19 08:56 OK, revision 7780

If the "partial" argument is true, you're probably meant to set the LVFI_PARTIAL flag, not the LVFI_STRING flag again.

2000-07-19 08:51 OK, revision 7779

Still no such thing as gtkfeatures.h in gtk+ 1.3.1...

2000-07-19 08:50 OK, revision 7778

Casting to GdkColormapPrivate is neither possible nor necessary in gtk+ 1.3.1.

2000-07-19 08:47 OK, revision 7777

If compiling with WXGTK20, set wxConvCurrent to wxConvUTF8, as all gtk+ 1.3.1's widgets (except the deprecated/obsoleted ones) work solely with UTF-8. (I knew my forward thinking regarding wxConvCurrent would pay off someday...)

2000-07-19 08:36 OK, revision 7776

If, in a single-selection listctrl, a focused item is selected, and the focus is moved programmatically (SetItemState) without selecting the new item, the old focused item wasn't deselected, making the listctrl end up with TWO selected items when the focused item gets selected by the user. So I made SetItemState deselect the old focused item when the focus is moved in a single-selection listctrl.

2000-07-19 08:31 OK, revision 7775

Another case of fn_str() in wxFopen() ?

2000-07-19 08:28 OK, revision 7774

gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out

2000-07-19 08:27 OK, revision 7773

wxGTKDash is also a gint8 under WXGTK20

2000-07-19 08:26 OK, revision 7772

Replaced WXGTK13 with WXGTK20

2000-07-19 08:25 OK, revision 7771

An attempt at make the wxCSConv class useful. Uses iconv under Unix, Internet codepages under Windows, wxEncodingConverter if all else fails. Not really complete, not really optimized, nor really tested, but I'll let you check whether it could be useful at least.

2000-07-19 08:20 OK, revision 7770

More Unicode compilation fixes.

2000-07-19 08:13 OK, revision 7769

The wxFopen() fix again, but in the main branch.

2000-07-19 08:12 OK, revision 7768

wxFopen(fname.fn_str(),...) does not make sense and does not compile in Unicode mode. Just use wxFopen(fname,...)

2000-07-19 08:08 OK, revision 7767

Configure checks for: sizeof(wchar_t) iconv.h langinfo.h gtk+ 1.3.1, defines __WXGTK20__ (I removed __WXGTK13__)

2000-07-19 08:03 OK, revision 7766

aclocal configure macro from gtk+ 1.3.1

2000-07-19 08:01 VZ, revision 7765

handle wxDEFAULT as a default font size (12), not as just some value (70)

2000-07-19 07:31 VZ, revision 7764

unused static function (=> warning) commented out

2000-07-19 07:20 VZ, revision 7763

corrected wxComboBox validator behaviour

2000-07-19 07:14 VZ, revision 7762

use filter index first, then the path to find the correct template

2000-07-18 19:44 VZ, revision 7761

fixed wxCommandEvent::IsChecked() for the menu events

2000-07-18 11:12 VZ, revision 7760

fixed yet another column resizing bug: couldn't do it when the window was scrolled vertically

2000-07-18 07:59 VZ, revision 7759

wxCommandEvent::Checked() was renamed to IsChecked() (keeping the old name too, of course), now works for menu item in wxMSW too and is documented accordingly.

2000-07-18 04:50 , revision 7758
  • A /wxWidgets/tags/wxPy_2_2_0
  • D /wxWidgets/tags/wxPy_2_2_0/.cvsignore
  • D /wxWidgets/tags/wxPy_2_2_0/autogen.sh
  • D /wxWidgets/tags/wxPy_2_2_0/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_2_0/config.guess
  • D /wxWidgets/tags/wxPy_2_2_0/config.sub
  • D /wxWidgets/tags/wxPy_2_2_0/configure
  • D /wxWidgets/tags/wxPy_2_2_0/configure.in
  • D /wxWidgets/tags/wxPy_2_2_0/contrib
  • D /wxWidgets/tags/wxPy_2_2_0/debian
  • D /wxWidgets/tags/wxPy_2_2_0/demos
  • D /wxWidgets/tags/wxPy_2_2_0/descrip.mms
  • D /wxWidgets/tags/wxPy_2_2_0/difflast.pl
  • D /wxWidgets/tags/wxPy_2_2_0/distrib
  • D /wxWidgets/tags/wxPy_2_2_0/docs
  • D /wxWidgets/tags/wxPy_2_2_0/include
  • D /wxWidgets/tags/wxPy_2_2_0/install-sh
  • D /wxWidgets/tags/wxPy_2_2_0/lib
  • D /wxWidgets/tags/wxPy_2_2_0/locale
  • D /wxWidgets/tags/wxPy_2_2_0/Makefile.in
  • D /wxWidgets/tags/wxPy_2_2_0/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_2_0/make-deb
  • D /wxWidgets/tags/wxPy_2_2_0/misc
  • D /wxWidgets/tags/wxPy_2_2_0/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_2_0/modules
  • D /wxWidgets/tags/wxPy_2_2_0/regen
  • D /wxWidgets/tags/wxPy_2_2_0/samples
  • D /wxWidgets/tags/wxPy_2_2_0/setup.h.in
  • D /wxWidgets/tags/wxPy_2_2_0/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_2_0/src
  • D /wxWidgets/tags/wxPy_2_2_0/tests
  • D /wxWidgets/tags/wxPy_2_2_0/user
  • D /wxWidgets/tags/wxPy_2_2_0/utils
  • D /wxWidgets/tags/wxPy_2_2_0/wx-config.in
  • D /wxWidgets/tags/wxPy_2_2_0/wxBase.dsp
  • D /wxWidgets/tags/wxPy_2_2_0/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_2_0/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_2_0/wxMotif.spec
  • D /wxWidgets/tags/wxPy_2_2_0/wxWINE.spec

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

2000-07-18 04:50 RD, revision 7757

minor changes to the build instructions

2000-07-18 04:11 RD, revision 7756

changed version number

2000-07-18 04:08 RD, revision 7755

one last little tweeak

2000-07-17 22:01 VZ, revision 7754

more comments

2000-07-17 17:07 RR, revision 7753

Made checkable menu items use wxCommantEvent::Checked Made wxComboBox case sensitive. Updates CHANGES.txt

2000-07-17 14:44 RD, revision 7752

some minor changes and distrib stuff

2000-07-17 13:52 GRG, revision 7751

Added opengl32 to DLL libs

2000-07-17 11:50 RR, revision 7750

Added supprot for INSERT and DELETE in wxGTK menus, Applied Dima's correction for DrawRoundedRectangle, Corrected indentation.

2000-07-15 19:51 , revision 7749
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/lib/dummy
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/misc/afm
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/misc/gs_afm
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/ansi2knr.1
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/regex
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/trees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/src/zlib/zlib.3
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/Makefile
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxConvert
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxTest
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_MAIN_AFTER_2_2_MERGE/user/wxTest/list.xpm

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

2000-07-15 19:51 cvsuser, revision 7748

merged 2.2 branch

2000-07-15 13:52 , revision 7747
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/config.guess
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/config.sub
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/configure
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/configure.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/configure
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/configure.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/mmedia
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/ogl
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/copyright
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxbase-dev.dirs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxbase-dev.docs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxbase-dev.links
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxbase-dev.prerm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxbase.docs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxbase.postinst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk-dev.docs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk-python.dirs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk-python.postinst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk-python.prerm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk.dirs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk.docs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/wx-config.1
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/wxwin-doc.doc-base.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/wxwin-doc.docs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/wxwin-examples.docs
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/debian/wxwin-examples.examples
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/bitmaps
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/life.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/demos/life/mondrian.xpm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/difflast.pl
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/extradoc.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/jpeg.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/patch.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tardist
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tiff.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/tmake/wat.t
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/vc.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/wx_html.rsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/distrib/msw/zippatch.bat
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/changes.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/gtk
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/gtk/licence.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/html
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/html/icons
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/back.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/body.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/classes.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/database.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/function.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/gridsizr.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/manual.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/table.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tnoneng.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/up.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/window.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wxhtml.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/motif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/motif/todo.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/msw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/msw/issues.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/readme.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/tech
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/tech/tn0001.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/tech/tn0002.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/tech/tn0003.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/docs/todo.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/app.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/calctrl.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/cmdline.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/dataobj.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/date.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/db.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/dialog.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/dialup.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/dynlib.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/event.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/ffile.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/file.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/font.h
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/fontmap.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/grid.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/helpext.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/panelg.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/plot.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/treelay.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/brush.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/pen.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/html/htmprint.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/image.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/list.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/listimpl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/log.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/mac/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/mac/setup.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/module.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/brush.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/choice.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/icon.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/palette.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/motif/pen.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/choice.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/colordlg.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/frame.h
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/palette.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/private.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/setup0.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/object.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/accel.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/frame.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/menu.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/setup.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/paper.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/process.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/propform.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/qt/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/resource.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/sckipc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/setup.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/statusbr.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/string.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/stubs/dc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/stubs/setup.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/timer.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/url.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/version.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/window.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/include/wx/zipstrm.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/lib/dummy
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/lib/wx214.def
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/lib/wx22.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/locale
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/locale/fi.po
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/misc/afm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/misc/gs_afm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/modules
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/configure
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/configure.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/db/dbtest.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/db/dbtest.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/db/listdb.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/db/listdb.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd.rc
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/docview/doc.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/docview/docview.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/docview/view.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/exec/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/grid/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/back.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/demo.cpp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/doc.chm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/doc.hhc
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/doc.hhk
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/doc.hhp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/doc.zip
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/forward.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/makefile.b32
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/makefile.vc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/help/up.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/ipc/server.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/joytest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/listctrl/listtest.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/makefile.vc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/mdi.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/minifram/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/notebook/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/proplist/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/propsize/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/richedit/README
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/richedit/wxllist.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/splitter/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/statbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/tab/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/text/makefile.b32
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/thread/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/treelay/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/typetest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/typetest/typetest.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/validate/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/wizard/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/setup.h.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/setup.h_vms
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/appcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/cwlex_yy.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/cwy_tab.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/datstrm.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/docmdi.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/doslex.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/dosyacc.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/dynarray.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/extended.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/fontcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/geometry.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/gifdecod.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/hash.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/imagall.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/imagpng.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/imagpnm.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/layout.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/longlong.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/menucmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/mstream.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/objstrm.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/protocol.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/sckstrm.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/serbase.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/tbarbase.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/unzip.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/files.lst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/msgdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/plot.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/statusbr.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/brush.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/colour.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/data.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/files.lst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/font.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/frame.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/menu.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/pen.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/settings.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/app.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/brush.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/colour.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/data.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/files.lst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/font.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/frame.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/menu.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/pen.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/settings.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/slider.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/window.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/gtk1/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/html
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/html/bitmaps
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/jpeg/jconfig.h
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/make.env.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makeb32.env
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makeg95.env
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makeva.env
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makevc.env
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/makewat.env
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/choice.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/control.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/slider.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/brush.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/dir.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/gsocket.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/gsockmsw.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/ole/dropsrc.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/region.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/settings.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/wave.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/accel.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/data.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/dc.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/font.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/gsocket.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/metafile.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/os2/window.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/makefile.nt
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/PngVC.dsp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/PngVC.dsw
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/png.dsp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/regex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/stc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/stc/scintilla/src/LineMarker.h
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/makefile.wat
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/tiff.dsp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/tiff.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/tif_predict.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/tiff/tif_zip.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/unix/dialup.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/unix/gsocket.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/Wxwindll.icc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/wxvc.dsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/wxvc.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/wxvc_dll.dsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/wxWin.icc
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/Attrib.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/attrib.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/crbuffri.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/crdatfri.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/crifrdat.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/Image.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/Info.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/image.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/info.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/makefile.b32
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/RdFToI.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/rdftodat.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/rdftoi.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/scan.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/simx.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/wrffri.c
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/XpmI.h
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/xpm.dsp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/xpm.dsw
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/xpm/xpmi.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/trees.h
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/zlib.dsp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/src/zlib/zlib.dsw
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/user/Makefile
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxConvert
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxTest
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/Install
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/makegen/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/tex2rtf/src/tex2rtf.cpp
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/wxPython
  • D /wxWidgets/tags/WX_2_2_LAST_MERGE/utils/wxprop
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/wx-config.in
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/wxBase.dsp
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/wxBase.spec
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/wxGTK.spec
  • R /wxWidgets/tags/WX_2_2_LAST_MERGE/wxMotif.spec
  • A /wxWidgets/tags/WX_2_2_LAST_MERGE/wxPython

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

2000-07-15 13:52 , revision 7746
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/config.guess
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/config.sub
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/configure
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/configure.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/configure
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/configure.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/mmedia
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/ogl
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/copyright
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxbase-dev.dirs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxbase-dev.docs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxbase-dev.links
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxbase-dev.prerm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxbase.docs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxbase.postinst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk-dev.docs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk-python.dirs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk-python.postinst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk-python.prerm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk.dirs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk.docs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/wx-config.1
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/wxwin-doc.doc-base.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/wxwin-doc.docs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/wxwin-examples.docs
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/debian/wxwin-examples.examples
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/bitmaps
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/life.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/demos/life/mondrian.xpm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/difflast.pl
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/extradoc.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/jpeg.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/patch.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tardist
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tiff.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/tmake/wat.t
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/vc.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/wx_html.rsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/distrib/msw/zippatch.bat
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/changes.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/gtk
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/gtk/licence.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/html
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/html/icons
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/back.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/body.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/classes.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/database.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/function.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/gridsizr.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/manual.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/table.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tnoneng.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/up.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/window.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wxhtml.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/motif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/motif/todo.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/msw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/msw/issues.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/readme.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/tech
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/tech/tn0001.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/tech/tn0002.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/tech/tn0003.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/docs/todo.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/app.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/calctrl.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/cmdline.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/dataobj.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/date.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/db.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/dialog.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/dialup.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/dynlib.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/event.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/ffile.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/file.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/font.h
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/fontmap.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/grid.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/helpext.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/panelg.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/plot.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/treelay.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/brush.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/pen.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/html/htmprint.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/image.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/list.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/listimpl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/log.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/mac/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/mac/setup.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/module.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/brush.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/choice.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/icon.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/palette.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/motif/pen.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/choice.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/colordlg.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/frame.h
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/palette.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/private.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/setup0.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/object.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/accel.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/frame.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/menu.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/setup.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/paper.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/process.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/propform.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/qt/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/resource.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/sckipc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/setup.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/statusbr.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/string.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/stubs/dc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/stubs/setup.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/timer.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/url.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/version.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/window.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/include/wx/zipstrm.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/lib/dummy
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/lib/wx214.def
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/lib/wx22.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/locale
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/locale/fi.po
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/misc/afm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/misc/gs_afm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/modules
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/configure
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/configure.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/db/dbtest.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/db/dbtest.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/db/listdb.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/db/listdb.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd.rc
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/docview/doc.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/docview/docview.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/docview/view.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/exec/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/grid/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/back.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/demo.cpp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/doc.chm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/doc.hhc
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/doc.hhk
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/doc.hhp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/doc.zip
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/forward.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/makefile.b32
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/makefile.vc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/help/up.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/ipc/server.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/joytest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/listctrl/listtest.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/makefile.vc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/mdi.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/minifram/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/notebook/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/proplist/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/propsize/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/richedit/README
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/richedit/wxllist.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/splitter/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/statbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/tab/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/text/makefile.b32
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/thread/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/treelay/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/typetest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/typetest/typetest.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/validate/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/wizard/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/setup.h.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/setup.h_vms
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/appcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/cwlex_yy.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/cwy_tab.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/datstrm.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/docmdi.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/doslex.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/dosyacc.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/dynarray.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/extended.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/fontcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/geometry.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/gifdecod.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/hash.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/imagall.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/imagpng.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/imagpnm.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/layout.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/longlong.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/menucmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/mstream.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/objstrm.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/protocol.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/sckstrm.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/serbase.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/tbarbase.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/unzip.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/files.lst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/msgdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/plot.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/statusbr.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/brush.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/colour.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/data.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/files.lst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/font.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/frame.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/menu.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/pen.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/settings.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/app.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/brush.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/colour.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/data.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/files.lst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/font.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/frame.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/menu.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/pen.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/settings.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/slider.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/window.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/gtk1/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/html
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/html/bitmaps
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/jpeg/jconfig.h
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/make.env.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makeb32.env
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makeg95.env
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makeva.env
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makevc.env
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/makewat.env
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/choice.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/control.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/slider.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/brush.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/dir.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/gsocket.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/gsockmsw.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/ole/dropsrc.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/region.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/settings.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/wave.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/accel.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/data.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/dc.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/font.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/gsocket.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/metafile.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/os2/window.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/makefile.nt
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/PngVC.dsp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/PngVC.dsw
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/png.dsp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/regex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/stc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/stc/scintilla/src/LineMarker.h
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/makefile.wat
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/tiff.dsp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/tiff.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/tif_predict.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/tiff/tif_zip.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/unix/dialup.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/unix/gsocket.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/Wxwindll.icc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/wxvc.dsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/wxvc.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/wxvc_dll.dsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/wxWin.icc
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/Attrib.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/attrib.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/crbuffri.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/crdatfri.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/crifrdat.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/Image.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/Info.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/image.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/info.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/makefile.b32
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/RdFToI.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/rdftodat.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/rdftoi.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/scan.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/simx.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/wrffri.c
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/XpmI.h
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/xpm.dsp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/xpm.dsw
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/xpm/xpmi.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/trees.h
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/zlib.dsp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/src/zlib/zlib.dsw
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/Makefile
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxConvert
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxTest
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/Install
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/makegen/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/tex2rtf/src/tex2rtf.cpp
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/wxPython
  • D /wxWidgets/tags/WX_2_2_FIRST_MERGE/utils/wxprop
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/wx-config.in
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/wxBase.dsp
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/wxBase.spec
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/wxGTK.spec
  • R /wxWidgets/tags/WX_2_2_FIRST_MERGE/wxMotif.spec
  • A /wxWidgets/tags/WX_2_2_FIRST_MERGE/wxPython

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

2000-07-15 13:52 RL, revision 7745

updated version for 2.2.1

2000-07-15 09:20 RR, revision 7744

Corrected wrong lib.so name for 2.0.1.

2000-07-15 05:28 JS, revision 7743

Fix to docview to find the right frame for dialog parent

2000-07-14 05:17 RD, revision 7742

some fixes

2000-07-14 05:16 RD, revision 7741

colouriser is almost working...

2000-07-14 04:01 RD, revision 7740

Quick fix...

2000-07-14 03:43 RD, revision 7739

Added PyShellWindow and a demo.

2000-07-13 17:43 JS, revision 7738

Initialized variable in wxDocument constructor

2000-07-13 16:27 RR, revision 7737

Undid the bin-incompatible change to wxSize. Corrected the Mask() creation on 16-bit visuals. Applied the cool patch for gtk_pizza() to reduce unnecessarry paint events. Added bzip-dist to create better compressed archives. Added files.lst to source distribution. Bumped version to 2.2.1.

2000-07-11 05:27 GRG, revision 7736

Error in reset.xpm (it read new_xpm instead of reset_xpm

2000-07-11 04:49 RD, revision 7735

small updates

2000-07-11 04:49 RD, revision 7734

small updates

2000-07-10 19:02 JS, revision 7733

Added missing consts to wxSize operators. Corrected #ifdef for BC++/OLE automation class.

2000-07-10 06:08 , revision 7732
  • A /wxWidgets/tags/WX_2_2_0
  • R /wxWidgets/tags/WX_2_2_0/BuildCVS.txt
  • R /wxWidgets/tags/WX_2_2_0/config.guess
  • R /wxWidgets/tags/WX_2_2_0/config.sub
  • R /wxWidgets/tags/WX_2_2_0/configure
  • R /wxWidgets/tags/WX_2_2_0/configure.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/configure
  • R /wxWidgets/tags/WX_2_2_0/contrib/configure.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/docs/latex/ogl/back.gif
  • R /wxWidgets/tags/WX_2_2_0/contrib/docs/latex/ogl/contents.gif
  • R /wxWidgets/tags/WX_2_2_0/contrib/docs/latex/ogl/forward.gif
  • R /wxWidgets/tags/WX_2_2_0/contrib/docs/latex/ogl/ogl.hpj
  • R /wxWidgets/tags/WX_2_2_0/contrib/docs/latex/ogl/up.gif
  • R /wxWidgets/tags/WX_2_2_0/contrib/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_0/contrib/samples/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/samples/mmedia/Makefile.in
  • A /wxWidgets/tags/WX_2_2_0/contrib/samples/ogl/Makefile.in
  • D /wxWidgets/tags/WX_2_2_0/contrib/samples/ogl/ogledit/Makefile
  • A /wxWidgets/tags/WX_2_2_0/contrib/samples/ogl/ogledit/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/samples/ogl/ogledit/makefile.unx
  • D /wxWidgets/tags/WX_2_2_0/contrib/samples/ogl/studio/Makefile
  • A /wxWidgets/tags/WX_2_2_0/contrib/samples/ogl/studio/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/samples/ogl/studio/makefile.unx
  • R /wxWidgets/tags/WX_2_2_0/contrib/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/src
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/mmedia
  • A /wxWidgets/tags/WX_2_2_0/contrib/src/mmedia/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/ogl
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/ogl/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/ogl/makefile.vc
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_0/contrib/src/stc/scintilla/src/LineMarker.h
  • R /wxWidgets/tags/WX_2_2_0/debian
  • R /wxWidgets/tags/WX_2_2_0/debian/copyright
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxbase-dev.dirs
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxbase-dev.docs
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxbase-dev.links
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxbase-dev.postinst
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxbase-dev.prerm
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxbase.docs
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxbase.postinst
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk-dev.docs
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk-dev.links
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk-dev.postinst
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk-dev.prerm
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk-python.dirs
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk-python.postinst
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk-python.prerm
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk.dirs
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk.docs
  • R /wxWidgets/tags/WX_2_2_0/debian/libwxgtk.postinst
  • R /wxWidgets/tags/WX_2_2_0/debian/wx-config.1
  • R /wxWidgets/tags/WX_2_2_0/debian/wxwin-doc.dirs
  • R /wxWidgets/tags/WX_2_2_0/debian/wxwin-doc.doc-base.in
  • R /wxWidgets/tags/WX_2_2_0/debian/wxwin-doc.docs
  • R /wxWidgets/tags/WX_2_2_0/debian/wxwin-examples.docs
  • R /wxWidgets/tags/WX_2_2_0/debian/wxwin-examples.examples
  • R /wxWidgets/tags/WX_2_2_0/demos/dbbrowse/browsedb.cpp
  • R /wxWidgets/tags/WX_2_2_0/demos/dbbrowse/browsedb.h
  • R /wxWidgets/tags/WX_2_2_0/demos/dbbrowse/de/mo.cmd
  • R /wxWidgets/tags/WX_2_2_0/demos/dbbrowse/de/mo_de.cmd
  • R /wxWidgets/tags/WX_2_2_0/demos/dbbrowse/de/xget.cmd
  • R /wxWidgets/tags/WX_2_2_0/demos/dbbrowse/makefile.g95
  • D /wxWidgets/tags/WX_2_2_0/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_2_0/demos/life
  • R /wxWidgets/tags/WX_2_2_0/demos/life/bitmaps
  • A /wxWidgets/tags/WX_2_2_0/demos/life/bitmaps/info.bmp
  • A /wxWidgets/tags/WX_2_2_0/demos/life/bitmaps/info.xpm
  • A /wxWidgets/tags/WX_2_2_0/demos/life/bitmaps/open.bmp
  • A /wxWidgets/tags/WX_2_2_0/demos/life/bitmaps/open.xpm
  • R /wxWidgets/tags/WX_2_2_0/demos/life/bitmaps/reset.bmp
  • R /wxWidgets/tags/WX_2_2_0/demos/life/bitmaps/reset.xpm
  • R /wxWidgets/tags/WX_2_2_0/demos/life/life.def
  • R /wxWidgets/tags/WX_2_2_0/demos/life/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_0/demos/life/mondrian.xpm
  • R /wxWidgets/tags/WX_2_2_0/difflast.pl
  • A /wxWidgets/tags/WX_2_2_0/distrib/msw/extradoc.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/generic.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/makefile.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/msw.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/ogl.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/patch.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tardist
  • A /wxWidgets/tags/WX_2_2_0/distrib/msw/tarwxmotif
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tex2rtf.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/b32.t
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/filelist.txt
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/g95.t
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/vc.t
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/vc6base.t
  • A /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/vc6bdll.t
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/vc6dll.t
  • A /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/vcapp.t
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/tmake/wat.t
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/vc.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/wisebott.txt
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/wisetop.txt
  • A /wxWidgets/tags/WX_2_2_0/distrib/msw/wx_chm.rsp
  • A /wxWidgets/tags/WX_2_2_0/distrib/msw/wx_htb.rsp
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/zipdist.bat
  • R /wxWidgets/tags/WX_2_2_0/distrib/msw/zippatch.bat
  • R /wxWidgets/tags/WX_2_2_0/docs/changes.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/gtk
  • R /wxWidgets/tags/WX_2_2_0/docs/gtk/COPYING.LIB
  • R /wxWidgets/tags/WX_2_2_0/docs/gtk/licence.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/html
  • R /wxWidgets/tags/WX_2_2_0/docs/html/faqmot.htm
  • R /wxWidgets/tags/WX_2_2_0/docs/html/icons
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/app.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/array.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/arrstrng.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/back.gif
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/bbutton.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/bitmap.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/body.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/books.gif
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/boxsizer.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/button.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/calctrl.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/caret.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/category.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/clasinfo.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/classes.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/cmdlpars.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/colordlg.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/colour.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/combobox.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/conditn.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/config.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/contents.gif
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/csconv.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/cursor.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/database.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dataform.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dataobj.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/datespan.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/datetime.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/db.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dc.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/ddeclint.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dialevt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dialog.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dialup.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dir.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dllload.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dobjcomp.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dobjsmpl.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/document.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dragimag.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/dropsrc.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/droptrgt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/encconv.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/file.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/filedlg.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/filetype.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/flexsizr.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/fontenum.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/forward.gif
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/fs.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/fsfile.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/fs_mem.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/ftp.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/function.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/gridsizr.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/hash.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/helpinst.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/hteasypr.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/hthelpct.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/hthlpfrm.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htmlcell.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htmlhand.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htmlhlpf.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htmlstrt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htparser.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/httag.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/httagmod.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htwidget.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htwindow.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/htwinprs.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/hworld.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/image.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/imaglist.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/keyevent.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/listctrl.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/listevt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/locale.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/longlong.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/manual.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/mbcnvfil.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/mbcnvut7.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/mbcnvut8.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/mbconv.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/mdi.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/menu.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/mouseevt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/msgdlg.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/mutexlck.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/nbsizer.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/node.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/notebook.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/porting.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/print.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/process.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/proplist.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/protocol.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/psbox.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/rect.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/sashwin.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/sbsizer.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/scrolwin.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/sizer.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/socket.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/spinbutt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/spinctrl.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/spinevt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/splitevt.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/splitter.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/stattext.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/stopwtch.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/stream.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/strmbase.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/strmsock.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/table.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tbitmap.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tclipbrd.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tconfig.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tconstr.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tcpclint.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tdate.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tdb.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tdelwin.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tdnd.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tdocview.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tempfile.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tevent.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/texpr.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/text.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/textfile.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tfile.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tfontenc.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tguide.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/thread.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/ti18n.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/timer.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/timespan.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tipc.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tlog.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tmbconv.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tnoneng.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tooltip.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/topics.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/treectrl.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tresourc.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/truntime.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tsamples.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tscroll.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tstream.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tthreads.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/ttips.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/ttoolbar.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/ttreectl.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tunicode.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/tvalidat.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/txtstrm.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/up.gif
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/url.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/variant.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/window.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wizevt.tex
  • A /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wizpage.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wnddisbl.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wx.hpj
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wxhtml.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/wxstring.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/latex/wx/zipstrm.tex
  • R /wxWidgets/tags/WX_2_2_0/docs/motif
  • R /wxWidgets/tags/WX_2_2_0/docs/motif/aix.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/motif/install.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/motif/todo.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/msw
  • R /wxWidgets/tags/WX_2_2_0/docs/msw/issues.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/readme.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/tech
  • R /wxWidgets/tags/WX_2_2_0/docs/tech/tn0001.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/tech/tn0002.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/tech/tn0003.txt
  • R /wxWidgets/tags/WX_2_2_0/docs/todo.txt
  • R /wxWidgets/tags/WX_2_2_0/include/wx/app.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/arrimpl.cpp
  • R /wxWidgets/tags/WX_2_2_0/include/wx/buffer.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/calctrl.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/cmdline.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/confbase.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/cursor.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/dataobj.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/date.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/datetime.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/datetime.inl
  • R /wxWidgets/tags/WX_2_2_0/include/wx/db.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/dbtable.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/debug.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/dialog.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/dialup.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/dynarray.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/dynlib.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/encconv.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/event.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/ffile.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/file.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/fileconf.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/filefn.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/font.h
  • A /wxWidgets/tags/WX_2_2_0/include/wx/fontenc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/fontmap.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/frame.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gdicmn.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/caret.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/colrdlgg.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/dirdlgg.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/dragimgg.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/grid.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/helpext.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/helphtml.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/helpwxht.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/helpxlp.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/imaglist.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/laywin.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/panelg.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/plot.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/sashwin.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/splitter.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/treectrl.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/treelay.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/generic/wizard.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/bitmap.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/brush.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/dialog.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/dnd.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/mdi.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/pen.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk/radiobox.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/bitmap.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/bmpbuttn.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/brush.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/dialog.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/dnd.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/mdi.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/pen.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/gtk1/radiobox.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/hash.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/helpbase.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/html/helpctrl.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/html/helpfrm.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/html/htmprint.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/html/msw/wfolder.ico
  • R /wxWidgets/tags/WX_2_2_0/include/wx/html/winpars.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/imagbmp.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/image.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/ipcbase.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/list.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/listimpl.cpp
  • R /wxWidgets/tags/WX_2_2_0/include/wx/log.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/longlong.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/mac/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/mac/setup.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/menu.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/module.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/bitmap.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/brush.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/choice.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/dcmemory.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/icon.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/palette.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/motif/pen.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/bitmap.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/brush.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/choice.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/colordlg.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/combobox.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/font.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/frame.h
  • A /wxWidgets/tags/WX_2_2_0/include/wx/msw/helpchm.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/helpwin.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/imaglist.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/mdi.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/notebook.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/ole/dataobj.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/ole/dropsrc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/ole/oleutils.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/palette.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/pen.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/private.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/radiobox.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/radiobut.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/setup0.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/spinctrl.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/textctrl.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/window.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/msw/winundef.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/object.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/accel.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/filedlg.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/frame.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/helpwin.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/menu.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/msgdlg.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/private.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/setup.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/os2/setup0.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/paper.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/prntbase.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/process.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/propform.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/proplist.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/qt/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/resource.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/sckipc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/setup.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/sizer.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/statusbr.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/stc
  • R /wxWidgets/tags/WX_2_2_0/include/wx/strconv.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/string.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/stubs/dc.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/stubs/setup.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/tbarbase.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/timer.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/txtstrm.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/url.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/utils.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/version.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/window.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/wizard.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/wxchar.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/wxprec.h
  • R /wxWidgets/tags/WX_2_2_0/include/wx/zipstrm.h
  • R /wxWidgets/tags/WX_2_2_0/lib/dummy
  • D /wxWidgets/tags/WX_2_2_0/lib/wx214.def
  • A /wxWidgets/tags/WX_2_2_0/lib/wx22.def
  • R /wxWidgets/tags/WX_2_2_0/locale
  • R /wxWidgets/tags/WX_2_2_0/locale/fi.po
  • R /wxWidgets/tags/WX_2_2_0/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/misc/afm
  • A /wxWidgets/tags/WX_2_2_0/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_0/misc/gs_afm
  • A /wxWidgets/tags/WX_2_2_0/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_2_0/modules
  • R /wxWidgets/tags/WX_2_2_0/samples/caret/caret.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/configure
  • R /wxWidgets/tags/WX_2_2_0/samples/configure.in
  • R /wxWidgets/tags/WX_2_2_0/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/controls/controls.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/db/dbtest.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/db/dbtest.h
  • R /wxWidgets/tags/WX_2_2_0/samples/db/listdb.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/db/listdb.h
  • R /wxWidgets/tags/WX_2_2_0/samples/dialogs/dialogs.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/dialogs/dialogs.h
  • R /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd.rc
  • A /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd_copy.cur
  • A /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd_copy.xpm
  • A /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd_move.cur
  • A /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd_move.xpm
  • A /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd_none.cur
  • A /wxWidgets/tags/WX_2_2_0/samples/dnd/dnd_none.xpm
  • R /wxWidgets/tags/WX_2_2_0/samples/docview/doc.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/docview/doc.h
  • R /wxWidgets/tags/WX_2_2_0/samples/docview/docview.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/docview/docview.h
  • R /wxWidgets/tags/WX_2_2_0/samples/docview/view.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/docview/view.h
  • R /wxWidgets/tags/WX_2_2_0/samples/docvwmdi/docview.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/dragimag/dragimag.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/dragimag/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/samples/dragimag/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/drawing/drawing.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/exec/exec.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/exec/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/font/font.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_2_0/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_2_0/samples/grid/grid.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/grid/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/help/back.gif
  • R /wxWidgets/tags/WX_2_2_0/samples/help/contents.gif
  • R /wxWidgets/tags/WX_2_2_0/samples/help/demo.cpp
  • A /wxWidgets/tags/WX_2_2_0/samples/help/doc.chm
  • A /wxWidgets/tags/WX_2_2_0/samples/help/doc.hhc
  • A /wxWidgets/tags/WX_2_2_0/samples/help/doc.hhk
  • A /wxWidgets/tags/WX_2_2_0/samples/help/doc.hhp
  • R /wxWidgets/tags/WX_2_2_0/samples/help/doc.zip
  • R /wxWidgets/tags/WX_2_2_0/samples/help/forward.gif
  • R /wxWidgets/tags/WX_2_2_0/samples/help/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/samples/help/makefile.b32
  • R /wxWidgets/tags/WX_2_2_0/samples/help/makefile.vc
  • R /wxWidgets/tags/WX_2_2_0/samples/help/up.gif
  • R /wxWidgets/tags/WX_2_2_0/samples/image/image.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/internat/internat.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_2_0/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_2_0/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_2_0/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_2_0/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_0/samples/ipc/client.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/ipc/server.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/ipc/server.h
  • R /wxWidgets/tags/WX_2_2_0/samples/joytest/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/samples/joytest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_2_0/samples/layout/layout.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_2_0/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_2_0/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_2_0/samples/listctrl/listtest.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/listctrl/listtest.h
  • R /wxWidgets/tags/WX_2_2_0/samples/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/makefile.vc
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/mdi.h
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_2_0/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_0/samples/menu/menu.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/mfc/mfctest.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/minifram/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/minimal/minimal.cpp
  • A /wxWidgets/tags/WX_2_2_0/samples/minimal/minimal.rc4
  • R /wxWidgets/tags/WX_2_2_0/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_0/samples/nativdlg/dialog1.rc
  • R /wxWidgets/tags/WX_2_2_0/samples/newgrid/griddemo.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/newgrid/griddemo.h
  • R /wxWidgets/tags/WX_2_2_0/samples/notebook/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/notebook/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/oleauto/oleauto.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/opengl/cube/cube.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/opengl/cube/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/samples/opengl/isosurf/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/samples/opengl/penguin/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_2_0/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_2_0/samples/printing/printing.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_2_0/samples/proplist/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/propsize/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/regtest/regtest.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/resource/dialog1.wxr
  • R /wxWidgets/tags/WX_2_2_0/samples/resource/resource.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/richedit/README
  • R /wxWidgets/tags/WX_2_2_0/samples/richedit/wxllist.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/richedit/wxllist.h
  • R /wxWidgets/tags/WX_2_2_0/samples/richedit/wxlparser.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/richedit/wxlparser.h
  • R /wxWidgets/tags/WX_2_2_0/samples/richedit/wxlwindow.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/richedit/wxlwindow.h
  • R /wxWidgets/tags/WX_2_2_0/samples/rotate/rotate.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/sashtest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/sashtest/sashtest.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/scroll/scroll.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/splitter/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_0/samples/splitter/splitter.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/statbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/statbar/statbar.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/stc/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/samples/tab/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_2_0/samples/taskbar/tbtest.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/text/makefile.b32
  • R /wxWidgets/tags/WX_2_2_0/samples/text/makefile.bcc
  • R /wxWidgets/tags/WX_2_2_0/samples/text/makefile.wat
  • R /wxWidgets/tags/WX_2_2_0/samples/text/text.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/thread/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/thread/thread.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/toolbar/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/toolbar/toolbar.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/treectrl/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/treectrl/treectrl.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/treelay/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/typetest/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/typetest/typetest.cpp
  • R /wxWidgets/tags/WX_2_2_0/samples/typetest/typetest.h
  • R /wxWidgets/tags/WX_2_2_0/samples/validate/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/wizard/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/samples/wizard/wizard.cpp
  • R /wxWidgets/tags/WX_2_2_0/setup.h.in
  • R /wxWidgets/tags/WX_2_2_0/setup.h_vms
  • R /wxWidgets/tags/WX_2_2_0/src/common
  • R /wxWidgets/tags/WX_2_2_0/src/common/.cvsignore
  • R /wxWidgets/tags/WX_2_2_0/src/common/appcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/choiccmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/clipcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/ctrlcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/ctrlsub.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/cwlex_yy.c
  • R /wxWidgets/tags/WX_2_2_0/src/common/cwy_tab.c
  • R /wxWidgets/tags/WX_2_2_0/src/common/datstrm.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/dcbase.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/descrip.mms
  • R /wxWidgets/tags/WX_2_2_0/src/common/dndcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/dobjcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/docmdi.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/doslex.c
  • R /wxWidgets/tags/WX_2_2_0/src/common/dosyacc.c
  • R /wxWidgets/tags/WX_2_2_0/src/common/dynarray.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/extended.c
  • R /wxWidgets/tags/WX_2_2_0/src/common/ffile.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/fontcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/geometry.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/gifdecod.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_2_0/src/common/hash.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/helpbase.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/imagall.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/imaggif.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/imagpcx.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/imagpng.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/imagpnm.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/layout.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/lboxcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/lexer.l
  • R /wxWidgets/tags/WX_2_2_0/src/common/longlong.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/menucmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/module.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/mstream.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/objstrm.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/odbc.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/protocol.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/resourc2.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/sckstrm.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/serbase.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/socket.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/stream.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/tbarbase.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/textcmn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/tokenzr.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/common/unictabl.inc
  • R /wxWidgets/tags/WX_2_2_0/src/common/unzip.h
  • R /wxWidgets/tags/WX_2_2_0/src/common/validate.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/files.lst
  • R /wxWidgets/tags/WX_2_2_0/src/generic
  • R /wxWidgets/tags/WX_2_2_0/src/generic/busyinfo.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/choicdgg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/descrip.mms
  • R /wxWidgets/tags/WX_2_2_0/src/generic/fontdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/gridg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/helpxlp.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/msgdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/plot.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/prntdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/progdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/statline.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/statusbr.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/tabg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/tbarsmpl.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/textdlgg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/generic/tipdlg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/app.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/brush.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/colour.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/data.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/files.lst
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/font.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/frame.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/menu.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/pen.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/settings.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/slider.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_0/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/window.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/app.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/bitmap.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/bmpbuttn.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/brush.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/colour.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/data.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/dnd.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/files.lst
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/font.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/frame.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/menu.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/pen.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/radiobox.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/radiobut.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/settings.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/slider.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/spinctrl.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_0/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/tooltip.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/window.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/gtk1/win_gtk.c
  • R /wxWidgets/tags/WX_2_2_0/src/html
  • R /wxWidgets/tags/WX_2_2_0/src/html/bitmaps
  • A /wxWidgets/tags/WX_2_2_0/src/jpeg/JpegVC.dsp
  • A /wxWidgets/tags/WX_2_2_0/src/jpeg/JpegVC.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/jpeg/jconfig.h
  • D /wxWidgets/tags/WX_2_2_0/src/jpeg/jpeg.dsp
  • D /wxWidgets/tags/WX_2_2_0/src/jpeg/jpeg.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/jpeg/makefile.wat
  • R /wxWidgets/tags/WX_2_2_0/src/make.env.in
  • R /wxWidgets/tags/WX_2_2_0/src/makeb32.env
  • R /wxWidgets/tags/WX_2_2_0/src/makeg95.env
  • R /wxWidgets/tags/WX_2_2_0/src/makelib.env.in
  • R /wxWidgets/tags/WX_2_2_0/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_2_0/src/makeprog.env.in
  • R /wxWidgets/tags/WX_2_2_0/src/makeva.env
  • R /wxWidgets/tags/WX_2_2_0/src/makevc.env
  • R /wxWidgets/tags/WX_2_2_0/src/makewat.env
  • R /wxWidgets/tags/WX_2_2_0/src/motif/choice.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/combobox.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/control.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/dialog.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/files.lst
  • R /wxWidgets/tags/WX_2_2_0/src/motif/glcanvas.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/slider.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/window.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/motif/xmcombo/xmcombo.c
  • R /wxWidgets/tags/WX_2_2_0/src/msw
  • R /wxWidgets/tags/WX_2_2_0/src/msw/.cvsignore
  • R /wxWidgets/tags/WX_2_2_0/src/msw/brush.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/checklst.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/colour.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/cursor.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/dcscreen.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/dibutils.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/dir.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/dummy.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/dummydll.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/enhmeta.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/filedlg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/fontdlg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/gdiobj.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/gsocket.c
  • R /wxWidgets/tags/WX_2_2_0/src/msw/gsockmsw.c
  • R /wxWidgets/tags/WX_2_2_0/src/msw/joystick.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/main.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/makefile.sl
  • R /wxWidgets/tags/WX_2_2_0/src/msw/makefile.twn
  • R /wxWidgets/tags/WX_2_2_0/src/msw/minifram.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/notebook.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/ole/dropsrc.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/ownerdrw.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/palette.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/pen.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/penwin.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/region.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/salford.lnk
  • R /wxWidgets/tags/WX_2_2_0/src/msw/scrolbar.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/settings.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/statbox.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/tabctrl.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/tbarmsw.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/timer.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/wave.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/msw/winestub.c
  • R /wxWidgets/tags/WX_2_2_0/src/msw/wx.def
  • R /wxWidgets/tags/WX_2_2_0/src/msw/wxb32.def
  • R /wxWidgets/tags/WX_2_2_0/src/os2/accel.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/app.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/data.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/dc.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/dcclient.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/dcmemory.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/dir.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/font.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/frame.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/gdiimage.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/gsocket.c
  • R /wxWidgets/tags/WX_2_2_0/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_2_0/src/os2/mdi.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/menu.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/menuitem.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/metafile.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/msgdlg.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/thread.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/utils.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/utilsexc.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/os2/window.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_2_0/src/png/makefile.nt
  • A /wxWidgets/tags/WX_2_2_0/src/png/PngVC.dsp
  • A /wxWidgets/tags/WX_2_2_0/src/png/PngVC.dsw
  • D /wxWidgets/tags/WX_2_2_0/src/png/png.dsp
  • D /wxWidgets/tags/WX_2_2_0/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/png/scripts
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_2_0/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_2_0/src/regex
  • R /wxWidgets/tags/WX_2_2_0/src/stc
  • R /wxWidgets/tags/WX_2_2_0/src/stc/README.txt
  • R /wxWidgets/tags/WX_2_2_0/src/stc/StcVC.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/stc/scintilla/src/ContractionState.h
  • R /wxWidgets/tags/WX_2_2_0/src/stc/scintilla/src/Indicator.h
  • R /wxWidgets/tags/WX_2_2_0/src/stc/scintilla/src/LineMarker.h
  • A /wxWidgets/tags/WX_2_2_0/src/tiff/makefile.wat
  • A /wxWidgets/tags/WX_2_2_0/src/tiff/TiffVC.dsp
  • A /wxWidgets/tags/WX_2_2_0/src/tiff/TiffVC.dsw
  • D /wxWidgets/tags/WX_2_2_0/src/tiff/tiff.dsp
  • D /wxWidgets/tags/WX_2_2_0/src/tiff/tiff.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/tiff/tif_lzw.c
  • R /wxWidgets/tags/WX_2_2_0/src/tiff/tif_pixarlog.c
  • R /wxWidgets/tags/WX_2_2_0/src/tiff/tif_predict.c
  • R /wxWidgets/tags/WX_2_2_0/src/tiff/tif_zip.c
  • R /wxWidgets/tags/WX_2_2_0/src/unix/dialup.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/unix/gsocket.c
  • R /wxWidgets/tags/WX_2_2_0/src/unix/mimetype.cpp
  • D /wxWidgets/tags/WX_2_2_0/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/unix/utilsunx.cpp
  • R /wxWidgets/tags/WX_2_2_0/src/Wxwindll.icc
  • R /wxWidgets/tags/WX_2_2_0/src/wxvc.dsp
  • R /wxWidgets/tags/WX_2_2_0/src/wxvc.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/wxvc_dll.dsp
  • R /wxWidgets/tags/WX_2_2_0/src/wxWin.icc
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/Attrib.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/attrib.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/CrBufFrI.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/CrDatFrI.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/CrIFrBuf.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/CrIFrDat.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/crbuffri.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/crdatfri.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/crifrbuf.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/crifrdat.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/Image.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/Info.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/image.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/info.c
  • R /wxWidgets/tags/WX_2_2_0/src/xpm/makefile.b32
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/RdFToDat.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/RdFToI.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/rdftodat.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/rdftoi.c
  • R /wxWidgets/tags/WX_2_2_0/src/xpm/scan.c
  • R /wxWidgets/tags/WX_2_2_0/src/xpm/simx.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/WrFFrDat.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/WrFFrI.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/wrffrdat.c
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/wrffri.c
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/XpmI.h
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/XpmVC.dsp
  • A /wxWidgets/tags/WX_2_2_0/src/xpm/XpmVC.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/xpm/xpm.dsp
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/xpm.dsw
  • D /wxWidgets/tags/WX_2_2_0/src/xpm/xpmi.h
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/configure
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/README
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/trees.h
  • A /wxWidgets/tags/WX_2_2_0/src/zlib/ZlibVC.dsp
  • A /wxWidgets/tags/WX_2_2_0/src/zlib/ZlibVC.dsw
  • R /wxWidgets/tags/WX_2_2_0/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_2_0/src/zlib/zlib.dsp
  • D /wxWidgets/tags/WX_2_2_0/src/zlib/zlib.dsw
  • R /wxWidgets/tags/WX_2_2_0/user
  • D /wxWidgets/tags/WX_2_2_0/user/Makefile
  • R /wxWidgets/tags/WX_2_2_0/user/wxConvert
  • R /wxWidgets/tags/WX_2_2_0/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_2_0/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_2_0/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_2_0/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_2_0/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_2_0/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_2_0/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_2_0/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_2_0/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_2_0/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_2_0/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_2_0/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_2_0/user/wxTest
  • R /wxWidgets/tags/WX_2_2_0/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_2_0/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/body.tex
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/changes.tex
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/contents.gif
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/copyhght.gif
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/copywdth.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/dialoged.tex
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/disthor.gif
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/distvert.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/docs/up.gif
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/copyhght.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/copyhght.xpm
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/copywdth.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/copywdth.xpm
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/disthor.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/disthor.xpm
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/distvert.bmp
  • A /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/bitmaps/distvert.xpm
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/dialoged.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/dialoged.h
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/dialoged.rc
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/dlghndlr.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/dlghndlr.h
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/edlist.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/edlist.h
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/edtree.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/edtree.h
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/reseditr.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/reseditr.h
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/reswrite.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/symbtabl.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/symbtabl.h
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/winprop.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/winprop.h
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/winstyle.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/dialoged/src/winstyle.h
  • R /wxWidgets/tags/WX_2_2_0/utils/HelpGen/src/HelpGen.cpp
  • A /wxWidgets/tags/WX_2_2_0/utils/Install
  • R /wxWidgets/tags/WX_2_2_0/utils/makegen/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/utils/makegen/templates/makefile.g95
  • R /wxWidgets/tags/WX_2_2_0/utils/projgen/makeproj.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/docs/back.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/docs/contents.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/docs/forward.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/docs/tex2rtf.hpj
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/docs/tex2rtf.ini
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/docs/tex2rtf.tex
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/docs/up.gif
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/src/makefile.vc
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/src/tex2any.cpp
  • R /wxWidgets/tags/WX_2_2_0/utils/tex2rtf/src/tex2rtf.cpp
  • D /wxWidgets/tags/WX_2_2_0/utils/wxPython
  • D /wxWidgets/tags/WX_2_2_0/utils/wxprop
  • R /wxWidgets/tags/WX_2_2_0/wx-config.in
  • R /wxWidgets/tags/WX_2_2_0/wxBase.dsp
  • R /wxWidgets/tags/WX_2_2_0/wxBase.spec
  • R /wxWidgets/tags/WX_2_2_0/wxGTK.spec
  • R /wxWidgets/tags/WX_2_2_0/wxMotif.spec
  • A /wxWidgets/tags/WX_2_2_0/wxPython

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

2000-07-10 06:08 GRG, revision 7731

Changed version number to 2.2

2000-07-10 05:58 GRG, revision 7730

New files to add .lif pattern reading capabilities to Life

2000-07-10 05:47 JS, revision 7729

Resource sample reflects recent font correction; doc updates

2000-07-09 14:08 JS, revision 7728

Fix for BC++/16-bit and wxLongLong

2000-07-09 13:40 JS, revision 7727

Corrections for 16-bit compilers, doc updates

2000-07-09 12:59 JS, revision 7726

Fixed release number in version.h, turned off WCHAR_T for Cygwin

2000-07-09 12:22 KB, revision 7725

fixed compilation - please check for correctness

2000-07-09 08:50 JS, revision 7724

Removed 'inline' that crashed Mingw32 2.95.2

2000-07-08 23:52 VZ, revision 7723

apply the previous bug fix only under Windows

2000-07-08 23:49 VZ, revision 7722

clearing the cvs mess..

2000-07-08 23:49 , revision 7721

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

2000-07-08 23:46 VZ, revision 7720

clearing the cvs mess...

2000-07-08 23:32 VZ, revision 7719

version info for DLL build (unused)

2000-07-08 23:18 VZ, revision 7718

fixed bug with directories with trailing (back)slashes in wxPathExists

2000-07-08 19:13 VZ, revision 7717

test for wxListEvent::GetText()

2000-07-08 19:11 VZ, revision 7716

added colour tests

2000-07-08 17:01 JS, revision 7715

SCF_ALL defined (Watcom C++ doesn't recognise it).

2000-07-08 16:58 JS, revision 7714

Doc corrections

2000-07-08 16:43 JS, revision 7713

Turn off wxUSE_WCHAR_T for Watcom C++.

2000-07-08 10:29 JS, revision 7712

Doc typos corrected, added wxDIALOG_UNIT_COMPATIBILITY test, made file open error result in a message box (docview.cpp)

2000-07-08 10:27 JS, revision 7711

Added wxDIALOG_UNIT_COMPATIBILITY

2000-07-08 10:13 RR, revision 7710

Updated changes.txt.

2000-07-08 07:52 JS, revision 7709

Updated gettext link

2000-07-08 07:52 JS, revision 7708

Updated gettext documentation

2000-07-07 19:45 VZ, revision 7707

compilation fix for S_ISDIR and VC++

2000-07-07 10:07 VZ, revision 7706

use (POSIX) S_ISDIR instead of (not POSIX) S_IFDIR

2000-07-07 09:58 VZ, revision 7705

compilation fix

2000-07-06 23:47 RL, revision 7704

made GetSelection return insertion point if no selection

2000-07-06 21:43 VZ, revision 7703

set item text in LIST_ITEM_ACTIVATED events

2000-07-06 21:34 VZ, revision 7702

1. wColour now accepts both grey and gray under MSW 2. implemented setting colours for rich edit controls

2000-07-06 13:40 RR, revision 7701

Fix for BadMatch problems on SGI.

2000-07-06 13:13 VZ, revision 7700

added wxArrayString::operator==() and !=()

2000-07-06 11:23 VZ, revision 7699

added dummy Set/GetMargin

2000-07-05 19:27 VZ, revision 7698

fixed wxColourDialog crash

2000-07-05 16:22 VZ, revision 7697

controls with wxTE_PROCESS_TAB may still generate navigation events

2000-07-05 14:08 GRG, revision 7696

#pragma message, and not #pragma warning, for BC++

2000-07-05 12:23 DW, revision 7695

no message

2000-07-05 05:45 GRG, revision 7694

New cygwins seem to have commctrl.h as well

2000-07-05 05:44 GRG, revision 7693

Replaced a complex MINGW / GCC version check with a #if wxUSE_NORLANDER_HEADERS

2000-07-05 05:43 GRG, revision 7692

Re-added a few warnings. Please don't just shut them off, drop me a line instead (guille@iies.es)

2000-07-05 05:42 GRG, revision 7691

set WX????DLL to 1 when making a DLL

2000-07-04 17:14 JS, revision 7690

Removed WXDLLEXPORT from typedef.

2000-07-04 12:27 VZ, revision 7689

documented wxTextFile::Create()

2000-07-04 09:14 VS, revision 7688

oops, previous commit was incomplete, fixed

2000-07-04 06:54 JS, revision 7687

brace matching removed from Tex2RTF (didn't work for \verb), doc fixes

2000-07-04 06:07 GRG, revision 7686

Another patch from Christoph Schulz for the Borland makefiles. See the comments in any of the following files: src\makeprog.b32, src\make32.env, src\msw\makefile.b32 or distrib\msw\tmake\b32.t

2000-07-04 06:03 GRG, revision 7685

Changes to the BC makefiles as proposed by Christoph Schulz. The problem was: === Cut === Unfortunately, now you cannot build a wxWin program using both static wxWin library and static RTL (because _RTLDLL is now always defined). === Cut === This is fixed now: === Cut === Now, if you build/use wxWin as a DLL (WXMAKINGDLL=1/WXUSINGDLL=1) the dynamic RTL (c?mt32??.dll) is used, otherwise the static library. === Cut ===

2000-07-03 21:59 RD, revision 7684

fixed bug for garbage text in NotifyParent Added method to set modification event mask

2000-07-03 20:23 VS, revision 7683

documented wxPrinter::GetLastError & changed signatures

2000-07-03 20:23 VS, revision 7682

documented wxPrinter::GetLastError

2000-07-03 20:23 VS, revision 7681

changed return value of some wxHtmlEasyPrinting methods from void to bool (related to wxPrinter change)

2000-07-03 20:23 VS, revision 7680

replaced wxMessageBox by wxLogError

2000-07-03 20:22 VS, revision 7679

added dome of wxPrinter::GetLastError usage

2000-07-03 20:22 VS, revision 7678

added wxPrinter::GetLastError

2000-07-03 20:09 RD, revision 7677

Some missing methods and etc. added Some minor tweaks and fixes

2000-07-03 19:23 RD, revision 7676

Some missing methods and etc. added Some minor tweaks and fixes

2000-07-03 17:02 VZ, revision 7675

removed unnecessary code from wxResourceCache dtor

2000-07-03 16:16 VS, revision 7674

changed wxListMainWindow::m_lines from wxList to wxObjArray --> performance gain

2000-07-03 11:03 VZ, revision 7673

fixed facename comparison inwxFontList::FindOrCreateFont

2000-07-03 07:56 VZ, revision 7672

use 3 digits for milliseconds by default in Format

2000-07-03 07:29 VZ, revision 7671

wxUSE_ZLIB_H_IN_PATH added

2000-07-03 07:12 VZ, revision 7670

some mingw32 warnings fixed

2000-07-03 06:54 VZ, revision 7669

fixed ToDouble/Long desc

2000-07-02 22:04 VZ, revision 7668

minor changes here and there

2000-07-02 22:00 VZ, revision 7667

tests for dclick on button

2000-07-02 21:57 VZ, revision 7666

ms resolution wxDateTime tests

2000-07-02 21:56 VZ, revision 7665

some explanation text in thel ines screen

2000-07-02 21:48 VZ, revision 7664

1. fixed bug with the accels in sub menus not working 2. fixed minor bugs in wxCmdLineParser, underscores and digits are now allows in the option names 3. made wxGetLocalTimeMillis() public, documented it and other time functions, added wxDateTime::UNow(), also "%l" format specificator in wxDateTime::Format() 4. fixed fatal bug in wxTimeSpan::Format() 5. fixed nice bug in wxDateTime::Subtract(wxDateTime) which returned the result with the wrong sign

2000-07-02 18:25 VS, revision 7663

modified status of Czech translation to DONE

2000-07-01 12:01 VS, revision 7662

fixed problems with translating titles for wxLogGui/wxLogDialog (no reentrancy danger)

2000-06-30 15:42 JS, revision 7661

Oops, test for parent being NULL in DoModalShow

2000-06-30 13:42 VZ, revision 7660

fix for the previous fix

2000-06-30 13:38 VZ, revision 7659

unset the dialog as top level window in Destroy(), not in dtor

2000-06-30 12:40 JJ, revision 7658

Committing in . VMS/GTK update Modified Files: Tag: WX_2_2_BRANCH wxWindows/setup.h_vms ----------------------------------------------------------------------

2000-06-29 20:28 JS, revision 7657

Fixed DoShowModal again, to check that the oldFocus object isn't dead. Added integer handling for wxTextCtrls in wxGenericValidator. Added virtual function to wxGenericDragImage so it can do _really_ smooth dragging under app control.

2000-06-28 18:27 VS, revision 7656

updated Czech catalogue

2000-06-28 18:26 VS, revision 7655

wxPrintPaperType::GetName now uses wxGetTranslation to obtain correct paper name

2000-06-28 18:26 VS, revision 7654

list of papers now uses wxTRANSLATE() instead of _()

2000-06-28 16:47 SN, revision 7653

Fix for hiding cell edit control that actually is smaller than a cell. Use CellToRect in to more places instead of doing the same thing by hand.

2000-06-28 15:56 VS, revision 7652

wxHtmlWindow: fixed passing flags to wxScrolledWindow

2000-06-28 15:49 VZ, revision 7651

added some extra comparison operators to fix Sun CC 5.0 compilation to wxLongLongWx

2000-06-28 12:19 VZ, revision 7650

added missing parameters to some GetPageXXX()s

2000-06-28 11:12 VZ, revision 7649

fixed (and documented) wxColourDialog::Create()

2000-06-28 07:37 JS, revision 7648

Altered default wxTextCtrl height; removed wx_msw from cube.cpp; widened a couple of controls in resource sample; changed a BC++ test in longlong.h

2000-06-28 03:50 RL, revision 7647

fix for (re)setting a control to the system default colours

2000-06-27 19:54 JS, revision 7646

Fixed C++ comments, sorry about that.

2000-06-27 15:53 RL, revision 7645

typo fixes

2000-06-27 10:27 VZ, revision 7644

fixed wxColour::operator!=

2000-06-27 10:22 VZ, revision 7643

1. added wxFont::GetHFONT() const (GetResourceHandle() is not const...) 2. added GetHfont[Of] convenience macros to msw/private.h 3. wxWindow::GetCharWidth/Height() now use correct font

2000-06-26 12:02 JS, revision 7642

What I predicted has come to pass :-) wxMSW wxDialog::DoShowModal crashes when m_oldFocus has been destroyed, so we check the HWND with ::IsWindow. Also some setup.h, makefile and TIFF library changes for Watcom compilation

2000-06-24 14:46 RR, revision 7641

Compile fix.

2000-06-24 14:25 RR, revision 7640

Updated changes.txt, Removed use of Build Root Dir in wxGTK.spec, Small correction to tiff code, Added more tests (for Peek()) to stream tests in typetest sample, Fixed bug in wxTextInputStream::ReadWord()

2000-06-24 08:05 JS, revision 7639

Fixed docview crash bug when On... functions return FALSE. Fixed valgen.cpp to cope with strings in wxChoice/wxComboBox.

2000-06-24 00:28 RD, revision 7638

Added wxLog and friends to wxPython Various odds and ends

2000-06-22 15:10 VZ, revision 7637

corrected Baltic encoding handling (patch from Nerijus <nerijus@sat.lt>)

2000-06-22 08:38 RR, revision 7636

Added new TIFF code.

2000-06-22 08:37 VZ, revision 7635

added a note about new C++ logical operators keywords

2000-06-22 08:10 VZ, revision 7634

fixes for compilers with weird isprint()/isdigit()

2000-06-22 08:04 VZ, revision 7633

fix for branch 'auto-collapse'

2000-06-22 07:57 VZ, revision 7632

Sun CC 5.0 compilation fix

2000-06-22 07:50 VZ, revision 7631

undef inline before redefining it

2000-06-21 21:10 VZ, revision 7630

fixed "missing" initial resize of wxMDIChildFrame

2000-06-21 18:53 VS, revision 7629

added comment about setlocale() behavior

2000-06-21 14:09 JS, revision 7628

Fixed missing hotspot code; fixed misspelling in setup0.h; added missing consts to wxPoint operators

2000-06-21 12:12 VZ, revision 7627

HP-UX compilation fix

2000-06-21 09:15 VZ, revision 7626

1. wxKeyEvent::GetKeyCode() and HasModifiers() added and documented 2. wxGridCellEditor::IsAcceptedKey() added and implemented 3. no changes in other files (but cvs wants to commit them)

2000-06-21 09:13 MB, revision 7625

Stupid error in my last commit

2000-06-21 09:12 VZ, revision 7624

reentrancy fix (extremely ugly, will have to do better soon)

2000-06-21 09:06 MB, revision 7623

TAB key press at left or right of grid now saves editor value and hides editor

2000-06-21 09:03 VZ, revision 7622

added 'show columns info' menu command

2000-06-21 07:47 MB, revision 7621

If grid cursor is at the bottom of a column a return key press will now save the editor value and hide the editor.

2000-06-21 07:24 VZ, revision 7620

add -D_REENTRANT for Alpha compilation as well

2000-06-21 07:16 VZ, revision 7619

file I forgot to commit

2000-06-21 07:07 JS, revision 7618

Further BC++ patches

2000-06-21 03:48 RD, revision 7617

Added gtk-config to build.cfg some minor tweaks

2000-06-20 21:09 VZ, revision 7616

added a note about SetBlinkTime under MSW

2000-06-20 19:35 JS, revision 7615

Fix to wxGenericDragImage inefficiency

2000-06-20 12:45 VZ, revision 7614

don't start label editing when double clicking the item

2000-06-20 11:36 VZ, revision 7613

oops, forgot to add

2000-06-20 11:35 VZ, revision 7612

1. generic wxCaret fixes 2. wxGTK focus fix 3. wxCaret docs

2000-06-20 10:02 RR, revision 7611

Corrected wxWindow::SetCursor().

2000-06-20 07:30 VZ, revision 7610

fix for IRIX compilation with gcc (hopefully)

2000-06-20 07:14 VZ, revision 7609

documented Left[Is]Down behaviour and changed the obsolete test in the sample

2000-06-19 21:55 VS, revision 7608

documented connection with wxFileSystem

2000-06-19 14:23 JS, revision 7607

BC++ updates, propery form fix, dialog fix

2000-06-19 11:59 VZ, revision 7606

1. it is now possible to say ParseFormat("%4Y%2d%2m") 2. hard-coded a rollover date into ParseFormat("%y") - bad, but can't do anything better right now

2000-06-19 11:25 VZ, revision 7605

some HP-UX compiler warnings fixed

2000-06-19 11:10 RR, revision 7604

Added empty line at the end.

2000-06-19 11:09 RR, revision 7603

Added more missing "class"s to friend decl.

2000-06-19 11:08 RR, revision 7602

Added missing "class" to friend decl.

2000-06-19 10:21 VZ, revision 7601

allow dragging the divider line outside the window

2000-06-19 08:52 VZ, revision 7600

may be resizing finally works now (I am not even sure any more)

2000-06-19 08:38 VZ, revision 7599

fixed GetMonth/YearStart/End off by 1 bug

2000-06-19 08:10 VZ, revision 7598

fixes to wxZipInputStream EOF (not) handling

2000-06-19 08:09 VZ, revision 7597

forgotten fix for write_append and non existing file

2000-06-19 08:00 JS, revision 7596

BC++/Mingw32 patches applied

2000-06-19 07:50 VZ, revision 7595

compilation error fixed (see Sun build log)

2000-06-19 07:48 VZ, revision 7594

made GetSize() public

2000-06-19 07:44 VZ, revision 7593

fixed problem with PushEventHandler() and OnIdle()

2000-06-18 21:31 VZ, revision 7592

1. fixed wxDC::DrawArc() problem with full circles 2. replaced about a dozen occurences of some wxSTIPPLE_MASK_OPAQUE related code with a helper class (talk about code bloat...) 3. wxColourDialog parent is set correctly now, other minor fixes there

2000-06-18 15:58 RR, revision 7591

Getting rid of CVS conflicts. Fixed forgotten idle priority value in wxYield().

2000-06-18 14:48 JS, revision 7590

Added VC++ IDE tech note. Sorry, I'm not going to dumb it down to plain text...

2000-06-18 12:19 BJ, revision 7589

missing button.h header

2000-06-18 09:20 RR, revision 7588

Compile fix (missing include).

2000-06-18 08:57 RR, revision 7587

No GTK includes reported by wx-config. I left wxMotif unchanged.

2000-06-18 08:55 RR, revision 7586

Fix for ASSERT complaining about a call to SetColumnWidth in list mode.

2000-06-17 22:44 VZ, revision 7585

1. wxFrame restores focus better 2. fixed _2_ memory leaks in wxGrid::IsCellEditControlShown 3. modified wxGridCellEditor::StartingKey() to accept several more keys 4. fixed (but why is this needed?) bug in wxCalCtrl appearance 5. made it possible to close the log dialog with <Esc> under MSW

2000-06-17 22:39 VZ, revision 7584

fixed problem with set angle dialog

2000-06-17 16:31 VS, revision 7583

updated Czech translations

2000-06-17 16:31 VS, revision 7582

updated wxstd.po

2000-06-17 16:31 VS, revision 7581

made paper names translatable

2000-06-17 16:31 VS, revision 7580

added new platform-independent BMP writing

2000-06-16 15:34 VZ, revision 7579

column resizing is still broken :-((

2000-06-16 13:56 VZ, revision 7578

fixed column resizing when the ctrl is horz scrolled

2000-06-16 13:08 VZ, revision 7577

added a note about IRIX, another entry for Solaris/wxGTK

2000-06-15 15:16 SN, revision 7576

Avoid invalid update rectangles in wxGrid::BlockToDeviceRect(...)

2000-06-15 14:10 JS, revision 7575

Small mods

2000-06-14 13:09 VZ, revision 7574

added dynamic sample to the AC_OUTPUT (bug #79)

2000-06-14 13:07 VZ, revision 7573

fixes for erros from bug #78

2000-06-14 09:47 JS, revision 7572

Ignore wxTHICK_FRAME in wxWindow constructor: only relevant to frames and dialogs, interferes with other window styles otherwise.

2000-06-13 19:07 VZ, revision 7571

oops, fatal MDI bug fixed

2000-06-13 19:06 VZ, revision 7570

note about logical ops and DrawText under Windows

2000-06-13 14:58 VZ, revision 7569

caret API do something again even in non Unicode mode

2000-06-13 03:44 , revision 7568
  • A /wxWidgets/tags/wxPy_2_1_16
  • D /wxWidgets/tags/wxPy_2_1_16/.cvsignore
  • D /wxWidgets/tags/wxPy_2_1_16/autogen.sh
  • D /wxWidgets/tags/wxPy_2_1_16/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_1_16/config.guess
  • D /wxWidgets/tags/wxPy_2_1_16/config.sub
  • D /wxWidgets/tags/wxPy_2_1_16/configure
  • D /wxWidgets/tags/wxPy_2_1_16/configure.in
  • D /wxWidgets/tags/wxPy_2_1_16/contrib
  • D /wxWidgets/tags/wxPy_2_1_16/debian
  • D /wxWidgets/tags/wxPy_2_1_16/demos
  • D /wxWidgets/tags/wxPy_2_1_16/descrip.mms
  • D /wxWidgets/tags/wxPy_2_1_16/difflast.pl
  • D /wxWidgets/tags/wxPy_2_1_16/distrib
  • D /wxWidgets/tags/wxPy_2_1_16/docs
  • D /wxWidgets/tags/wxPy_2_1_16/include
  • D /wxWidgets/tags/wxPy_2_1_16/install-sh
  • D /wxWidgets/tags/wxPy_2_1_16/lib
  • D /wxWidgets/tags/wxPy_2_1_16/locale
  • D /wxWidgets/tags/wxPy_2_1_16/Makefile.in
  • D /wxWidgets/tags/wxPy_2_1_16/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_1_16/make-deb
  • D /wxWidgets/tags/wxPy_2_1_16/misc
  • D /wxWidgets/tags/wxPy_2_1_16/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_1_16/modules
  • D /wxWidgets/tags/wxPy_2_1_16/regen
  • D /wxWidgets/tags/wxPy_2_1_16/samples
  • D /wxWidgets/tags/wxPy_2_1_16/setup.h.in
  • D /wxWidgets/tags/wxPy_2_1_16/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_1_16/src
  • D /wxWidgets/tags/wxPy_2_1_16/tests
  • D /wxWidgets/tags/wxPy_2_1_16/user
  • D /wxWidgets/tags/wxPy_2_1_16/utils
  • D /wxWidgets/tags/wxPy_2_1_16/wx-config.in
  • D /wxWidgets/tags/wxPy_2_1_16/wxBase.dsp
  • D /wxWidgets/tags/wxPy_2_1_16/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_1_16/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_1_16/wxMotif.spec
  • D /wxWidgets/tags/wxPy_2_1_16/wxWINE.spec

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

2000-06-13 03:44 RD, revision 7567

some cleanup

2000-06-13 03:34 RD, revision 7566

more build and distrib stuff

2000-06-12 20:19 RD, revision 7565

SWIGged code update

2000-06-12 19:07 RD, revision 7564

Added wxSpinCtrl Added some missing methods and constants Fixed wxTreeCtrl.HitTest bug new SWIGged code

2000-06-12 17:14 GRG, revision 7563

When calling SetValue(), the insertion point is set to the beginning, rather that to the end of the text. wx2.2 will have flags to customize this behaviour.

2000-06-12 16:49 RR, revision 7562

Corrected wxFFileInputStream as well.

2000-06-12 16:49 RR, revision 7561

Corrected wxFFileStream to use binary mode.

2000-06-12 16:34 RD, revision 7560

Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.

2000-06-12 11:53 RR, revision 7559

Implemented Set/GetTopLabel() in wxMenuBar, Set int field to new position in slider event.

2000-06-11 01:52 RD, revision 7558

some updates

2000-06-10 20:30 RD, revision 7557

gen code update

2000-06-10 20:30 RD, revision 7556

distrib stuff

2000-06-10 20:30 RD, revision 7555

typo fix

2000-06-10 16:08 RR, revision 7554

Oops. Some uninitialized variables messed up the colours on various systems.

2000-06-09 21:15 RL, revision 7553

fix for wxBusyCursorSuspender messing with wxIsBusy() state.

2000-06-09 18:46 RR, revision 7552

Increased version to 2.2.0, Fixed minor waste in wxSizerItem, Changed wxGTK internal timer settings so that idle time is really after GTK finished.

2000-06-09 15:49 VZ, revision 7551

wxFile::Open(write_append) will create file if it doesn't exist

2000-06-09 15:08 VZ, revision 7550

added tests for circles/ellipses/arcs...

2000-06-09 14:41 VZ, revision 7549

added test for inverted text

2000-06-09 14:35 VZ, revision 7548

fixed crash on exit in the drawing sample

2000-06-08 20:11 , revision 7547
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/lib/dummy
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/misc/afm
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/misc/gs_afm
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk/horiz.xbm
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/html/search.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/makefile.nt
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/regex
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/unix/net.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/trees.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/src/zlib/zlib.3
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/Makefile
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxConvert
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxTest
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/user/wxTest/list.xpm
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/utils/wxPython/src/makefile.nt
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/utils/wxPython/src/wxp.cpp
  • D /wxWidgets/tags/WX_MAIN_BEFORE_2_2_MERGE/utils/wxprop

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

2000-06-08 20:11 KB, revision 7546

Added RTLD_GLOBAL to dlopen() flags which is needed if libraries depend on each other.

2000-06-08 12:06 JS, revision 7545

Adjusts struct size if there's an error.

2000-06-08 11:16 JS, revision 7544

Correction

2000-06-08 11:13 JS, revision 7543

Added new tech note for icon creation/conversion, corrected config.cpp to include <ctype.h> (necessary if not including windows.h), corrected comment in mfctest.cpp

2000-06-07 13:12 VZ, revision 7542

apparently explicit operator=() is needed by Solaris C++ 5.0

2000-06-07 12:55 VZ, revision 7541

wxImageList::GetSize() documented and added to wxMSW

2000-06-07 12:54 VZ, revision 7540

small fixes to MIME mailcap test command handling, more MIME tests in the sample

2000-06-07 12:53 VZ, revision 7539

comment made more clear

2000-06-06 22:00 VZ, revision 7538

1. fixed default dialog style to make them non resizeable again 2. fixed wxFrame::IsShown() which always returned TRUE before 3. wxWizard now calls TransferDataFromWindow() before calling wxWizardPage::GetNext() fixing an obvious bug 4. half-fixed fatal bug in wxDialog::ShowModal() which would crash if the top level app window was deleted while the modal dialog was shown

2000-06-06 15:42 JS, revision 7537

Changed the code that disabled __WXDEBUG__ to only disable global debug new.

2000-06-06 13:22 VZ, revision 7536

serious bug in wxListBase::DoCopy() fixed

2000-06-06 10:35 SN, revision 7535

More changes to SetCurrentCell.

2000-06-06 08:51 VZ, revision 7534

added 'Save...' button to the log dialog

2000-06-05 16:13 RR, revision 7533

Corrected gdk_draw_bitmap thing. Corrected wrong libGL.so dependence of libwx_gtk.so.

2000-06-05 13:15 JS, revision 7532

Added tech note

2000-06-05 10:24 VZ, revision 7531

added and documented trivial wxDC::GetBackgroundMode(), documented several other missing wxDC functions

2000-06-05 10:16 VZ, revision 7530

crash in OnChar() for empty list control fixed

2000-06-05 10:04 MB, revision 7529

Modified wxGrid::SetCurrentCell() to fix problem under wxMSW where the grid was spending time drawing cells outside the visible area.

2000-06-04 08:38 GL, revision 7528

wxMMedia doc updates wxMMedia compilation fixes OGL and STC makefile build fixes

2000-06-03 13:03 JS, revision 7527

Fixed doc error

2000-06-03 10:26 JS, revision 7526

Replaced C++Builder IDE tech note with up-to-date HTML file

2000-06-03 10:22 JS, revision 7525

Docs mods

2000-06-03 08:56 RR, revision 7524

Changed release date to 4th June, Made border around notebook sizer a bit bigger, you never know what people do with tabs.

2000-06-02 21:12 VZ, revision 7523

fixed some compilation warnings

2000-06-02 20:59 VZ, revision 7522

some warnings fixed for compilation of lib/dll with VC++ 6 in release mode

2000-06-02 17:01 RD, revision 7521

SWIGged code updates

2000-06-02 16:52 RD, revision 7520

updates to match C++ grid

2000-06-02 12:46 GRG, revision 7519

SIF_TRACKPOS didn't appear in mingw until 2.95.2, so I just #define it if it's missing.

2000-06-02 12:41 RD, revision 7518

fix bug where tooltip notifications could generate spin events

2000-06-02 01:50 RD, revision 7517

Removed automatic "Magic Event Methods" bindings Added explicit bindings where needed other assorted odds and ends

2000-06-01 08:21 JS, revision 7516

Doc fixes

2000-05-31 22:27 VZ, revision 7515

added possibility to view arbitrary images

2000-05-31 14:28 BJ, revision 7514

initialize insertable to TRUE in ctor

2000-05-30 20:44 VZ, revision 7513

translate window menu title in MDI parent frame

2000-05-30 19:41 VZ, revision 7512

wxStaticLine should now generate mouse messages

2000-05-30 13:08 SN, revision 7511

Changed wxGrid::Refresh to not do anything, modified EndBatch accordingly to still update the grid.

2000-05-29 19:09 RL, revision 7510

added debug versions of wxBase and wxGtk packages. made -contrib packages gtk-contrib since they, well.. are and it will make it simpler to add other ports.

2000-05-29 10:04 VZ, revision 7509

wxTHICK_FRAME the same as wxRESIZE_BORDER

2000-05-29 07:37 JS, revision 7508

Doc fixes

2000-05-28 22:09 VZ, revision 7507

corrected wxFile::Write() return type desc

2000-05-28 22:01 VZ, revision 7506

wxImageList::Create(width, height) added, as in wxMSW

2000-05-28 21:45 VZ, revision 7505

1. added missing const's to wxGrid::CalcXXX(wxRegion& r) fixing compilation 2. put frames with parent into wxTopLevelWindows too

2000-05-28 20:51 OK, revision 7504

Save registry string keys correctly in Unicode mode.

2000-05-28 14:16 SN, revision 7503

Fixed SetCurrentCell for Motif, removed SelectionToDEviceRect.

2000-05-28 12:42 SN, revision 7502

Fix for not using precompiled headers.

2000-05-28 08:35 RR, revision 7501

Made docs about wxTextCtrl::SetValue() precise wrt to modified state.

2000-05-28 08:35 RR, revision 7500

wxTextCtrl::SetValue() sets the controls state to unmodified.

2000-05-26 21:54 VZ, revision 7499

fix for stdin redirection

2000-05-26 15:19 VZ, revision 7498

no changes

2000-05-26 15:18 VZ, revision 7497

added and documented (and using in the sample) wxProcess::CloseOutput()

2000-05-26 12:15 VZ, revision 7496

added wxDC::ResetBoundingBox(), documented it and CalcBoundingBox() too

2000-05-26 11:18 BJ, revision 7495

Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order

2000-05-26 11:13 BJ, revision 7494

Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order

2000-05-26 10:35 VZ, revision 7493

fix warning about virtual function hiding

2000-05-26 10:30 VZ, revision 7492

remove Sun CC warning

2000-05-25 21:54 VZ, revision 7491

1. stderr redirection seems to work under Windows too (documented new wxProcess method too) 2. don't show the window of the (console) process in wxExecute if IO is redirected 3. implemented wxColourDialog::SetTitle 4. implemented wxGauge95::SetForeground/BackgroundColour()

2000-05-25 18:35 VZ, revision 7490

stdout redirection for Unix

2000-05-25 18:35 VZ, revision 7489

added APPEXTRA{C|CPP|CXX}FLAGS

2000-05-25 18:34 VZ, revision 7488

fix for wxObjectArray::Clear()

2000-05-25 18:29 VZ, revision 7487

patch for bounding box initialization

2000-05-25 14:50 VZ, revision 7486

added missing wxDateSpan methods

2000-05-24 23:10 MT, revision 7485

Remove frame on a SetMenuBar(NULL)

2000-05-24 20:39 RD, revision 7484

SciLexer.h from Scintilla is used to get the constants used for all the lexical states, for setting styles.

2000-05-24 20:37 RD, revision 7483

note to specify the version of Scintilla in use

2000-05-24 20:35 VS, revision 7482

added wxToolTip documentation

2000-05-24 20:35 VS, revision 7481

documented Set/GetToolTip

2000-05-24 20:35 VS, revision 7480

updated wxListEvent documentation

2000-05-24 20:35 RD, revision 7479

workaround a bug in SWIG

2000-05-24 17:30 RD, revision 7478

Some PythonNotes

2000-05-24 14:57 RD, revision 7477

Added wxDateTime, wxTimeSpan, and wxDateSpan to wxPython.utils. Added wxCalendarCtrl. Other tweaks and fixes.

2000-05-24 09:08 JS, revision 7476

Some doc tidying

2000-05-24 04:25 RD, revision 7475

Added DYNAMIC_CLASS macros for wxCalendarEvent

2000-05-24 03:34 DW, revision 7474

Update module definition for wxOS2 VA 3.0

2000-05-24 00:56 RD, revision 7473

added some missing Scintilla constants for events.

2000-05-23 22:54 VZ, revision 7472

minor changes to the sample

2000-05-23 22:50 VZ, revision 7471

fixes for wxExecute with redirection

2000-05-23 21:09 VS, revision 7470

fixed parsing of HTML tags of the form <tagname\nproperties> + \t parsing

2000-05-23 21:00 DW, revision 7469

More accelerator work

2000-05-23 18:55 JS, revision 7468

Misc small mods for WIN16 and making HTB files

2000-05-23 13:14 JS, revision 7467

defs.h had been altered so only 3 MSW compilers were allowed for WXDLLEXPORT :-) false removed from dbtable.cpp. WS_CLIPCHILDREN/SIBLINGS added to glcanvas.cpp.

2000-05-23 12:16 JS, revision 7466

Motif fixes, distribution script fixes

2000-05-23 06:31 RD, revision 7465

Fixed "Substract" typo

2000-05-23 06:23 RD, revision 7464

Fixed "Substract" typo

2000-05-23 06:01 VZ, revision 7463

fix for crash in wxTreeCtrl::GetSelections() when the tree is empty

2000-05-22 21:23 DW, revision 7462

Some more accelerator fixes.

2000-05-22 18:05 RR, revision 7461

dnd event blocking switched off now.

2000-05-22 14:04 DW, revision 7460

removal of VA #ifdefs aournd delete operators and some additional support for accelerators

2000-05-22 14:03 DW, revision 7459

removal of VA #ifdefs aournd delete operators

2000-05-22 13:43 JS, revision 7458

Doc debugging

2000-05-22 13:10 VZ, revision 7457

another buglet in ParseDate() fixed

2000-05-22 12:53 VZ, revision 7456

better ParseDate() test

2000-05-22 12:35 VZ, revision 7455

several bug fixes in ParseDate()

2000-05-22 11:14 VZ, revision 7454

add -isystem for gcc on Solaris

2000-05-22 11:13 JS, revision 7453

Added bc_ide.txt as a tech note; updated readme; added CHM targets for makefiles

2000-05-22 08:28 JS, revision 7452

Fixed OnSize corruption problem

2000-05-22 02:43 RL, revision 7451

totally rehashed the build system to be much less monolithic, it's now possible to build subsets of the available packages and easier to add new packages in a much more modular fashion. updated for changes to wxPython.

2000-05-22 02:34 RL, revision 7450

made Robert's fix for wxBase too, and cleaned a couple of typos

2000-05-21 16:17 RR, revision 7449

setup.h now tests if wx-config is being used and changes the search path from wx/gtk/.. to wx/gtkd/.. when __WXDEBUG__ is defined.

2000-05-21 16:15 RR, revision 7448

wx-config now defines __USE_WXCONFIG__

2000-05-21 13:20 RR, revision 7447

Tried to fix problem with events being blocked in the drop *target* by the global block from the drop source.

2000-05-21 10:49 GT, revision 7446

Fixed problem where if a table had no insertable columns, construction of the insertion statemtent would fail, which then would cause unstable behavior at a later time. Now if Insert() is called and there are no insertable columns, insert will return a failure.

2000-05-21 10:45 GT, revision 7445

Cleaned up some unix compilation problems due to for loops declaring a variable in the for statement

2000-05-21 03:43 RL, revision 7444

don't bug out if no .mo files exist

2000-05-20 22:17 RL, revision 7443

updated PYTHON_DIST for new wxPython location. added INTL_DIST target for i18n files when --enable-intl is used. make install now installs any .mo files it finds in locale. bugfix for make install being a no op with static wxBase. libs built with __WXDEBUG__ can now be installed alongside libs built without. locale/Makefile now autodetects which languages are supported when make allpo is used and added allmo target.

2000-05-20 19:25 RD, revision 7442

More build/distrib updates

2000-05-20 18:56 RD, revision 7441

forgot this file in yesterday's STC checkin

2000-05-20 03:25 RD, revision 7440

New code from Scintilla and supporting code in STC. Styles can now have underlines, new indicator types, zoom-in and zoom-out methods.

2000-05-20 03:24 RD, revision 7439

New code from Scintilla and supporting code in STC. Styles can now have underlines, new indicator types, zoom-in and zoom-out methods.

2000-05-20 00:13 RD, revision 7438

gave wxTheApp->argv a real set of values

2000-05-19 23:54 RL, revision 7437

updated for dk -> da too

2000-05-19 23:41 RL, revision 7436

renamed dk.po -> da.po dk is the internet tld, but da is the correct iso639 country code for the locale data

2000-05-19 22:27 VZ, revision 7435

bug fix for some weird combobox behaviour

2000-05-19 18:16 DW, revision 7434

coded wxFont!

2000-05-19 18:08 RR, revision 7433

Bumped up version to 2.1.16. Semi-fixed list ctrl's header again.

2000-05-19 14:55 VZ, revision 7432

SetModal() deprecated

2000-05-19 14:03 VZ, revision 7431

compilation fixes for compilers without PCHs (Julian, what about looking at the daily rebuild pages?)

2000-05-19 13:59 VZ, revision 7430

fix for the new headers which define _WIN32_WINNT == 0x0500

2000-05-19 06:12 RD, revision 7429
  • D /wxWidgets/branches/WX_2_2_BRANCH/utils/wxPython

Removed wxPython from the old location

2000-05-19 02:48 RD, revision 7428

more build and distrib stuff

2000-05-18 23:02 VZ, revision 7427

1. fixed toolbar deletion problem (don't leave hole any longer) 2. tried to fix modal dialog handling

2000-05-18 20:07 RD, revision 7426

distrib tools updates

2000-05-18 19:53 RD, revision 7425

changed DLL version number

2000-05-18 19:46 RD, revision 7424

more SWIGged code updates

2000-05-18 19:45 RD, revision 7423

fixed a warning

2000-05-18 19:45 RD, revision 7422

fixed some warnings

2000-05-18 16:46 RL, revision 7421

matched param defaults to .h

2000-05-18 15:01 JS, revision 7420

Various wxMotif fixes. Changed rotate sample to use a wxScrolledWindow instead of the frame, so it works on wxMotif.

2000-05-18 12:29 VZ, revision 7419

(re?)added support for params to wxGridCellFloatEditor

2000-05-18 10:05 JS, revision 7418

Use hwndOwner in Print/page setup dialogs.

2000-05-17 20:45 RD, revision 7417

Added wxDragImage and demo, (used wxGenericDragImage for both platforms) Added demo of changing keyboard handling in wxGrid SWIGged sources update

2000-05-17 20:39 RD, revision 7416

Added wxDragImage and demo, (used wxGenericDragImage for both platforms) Added demo of changing keyboard handling in wxGrid SWIGged sources update

2000-05-17 20:07 RR, revision 7415

Added a couple of const to == and != operators. Removed no-flicker hack which seems to be a problem on Sun.

2000-05-17 17:24 VZ, revision 7414

regenerated

2000-05-17 17:22 VZ, revision 7413

attempt for a Solaris compilation fix

2000-05-17 17:19 VZ, revision 7412

don't overwrite the initial part of config.log when checking for VPATH

2000-05-17 16:45 , revision 7411
  • A /wxWidgets/tags/WX_2_1_16
  • D /wxWidgets/tags/WX_2_1_16/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_1_16/lib/dummy
  • R /wxWidgets/tags/WX_2_1_16/misc/afm
  • A /wxWidgets/tags/WX_2_1_16/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_2_1_16/misc/gs_afm
  • A /wxWidgets/tags/WX_2_1_16/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_1_16/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_1_16/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_1_16/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_1_16/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_1_16/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_1_16/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_1_16/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_16/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_1_16/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_1_16/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_1_16/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_1_16/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_1_16/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_1_16/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_1_16/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_1_16/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_1_16/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_1_16/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_1_16/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_16/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_16/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_1_16/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_1_16/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_1_16/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_16/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_16/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_1_16/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_1_16/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk/horiz.xbm
  • D /wxWidgets/tags/WX_2_1_16/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_1_16/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_1_16/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/WX_2_1_16/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_1_16/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_1_16/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_1_16/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_1_16/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_1_16/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_1_16/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_1_16/src/png/scripts
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_1_16/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_1_16/src/regex
  • D /wxWidgets/tags/WX_2_1_16/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/configure
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/README
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_1_16/src/zlib/zlib.3
  • R /wxWidgets/tags/WX_2_1_16/user
  • D /wxWidgets/tags/WX_2_1_16/user/Makefile
  • R /wxWidgets/tags/WX_2_1_16/user/wxConvert
  • R /wxWidgets/tags/WX_2_1_16/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_1_16/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_1_16/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_1_16/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_1_16/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_1_16/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_1_16/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_1_16/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_1_16/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_1_16/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_1_16/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_1_16/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_1_16/user/wxTest
  • R /wxWidgets/tags/WX_2_1_16/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_1_16/user/wxTest/list.xpm
  • D /wxWidgets/tags/WX_2_1_16/utils/wxPython/src/makefile.nt
  • D /wxWidgets/tags/WX_2_1_16/utils/wxPython/src/wxp.cpp
  • D /wxWidgets/tags/WX_2_1_16/utils/wxprop

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

2000-05-17 16:45 GL, revision 7410

Added WXDLLEXPORT symbol for DynLib classes

2000-05-17 12:11 JS, revision 7409

wxMSW & wxMotif: added const to GDI object ==, != operators

2000-05-17 11:02 JS, revision 7408

Typos corrected.

2000-05-16 15:10 VZ, revision 7407

wxGridSizer demo added

2000-05-16 11:30 JJ, revision 7406

Committing in . Small problems/warnings solved: grid.cpp contained non-reachable code parser.y contained definitions for Alpha/True64 which should not be included for Alpha/VMS. Modified Files: Tag: WX_2_2_BRANCH wxWindows/src/common/parser.y wxWindows/src/generic/grid.cpp ----------------------------------------------------------------------

2000-05-16 05:20 RD, revision 7405

more updates for new directory structure

2000-05-16 03:25 MB, revision 7404

Added Auto-size cols option to the View menu

2000-05-16 02:07 RD, revision 7403

Moved and reorganized wxPython directories Now builds into an intermediate wxPython package directory before installing

2000-05-15 20:31 VS, revision 7402

fixed rendering of underlined text (the line may be bolder than 0 now)

2000-05-15 16:05 VZ, revision 7401

vCard writing tests

2000-05-15 14:02 VZ, revision 7400

DEC OSF/1 entry added

2000-05-15 12:26 VZ, revision 7399

fix for yacc compilation on Alpha

2000-05-14 20:02 VS, revision 7398

modified HHP/HHC parser so that page names may contain &entities;

2000-05-14 17:32 VS, revision 7397

removed wxDC::m_scaleFactor (never used, had random value)

2000-05-14 17:31 VS, revision 7396

removed m_scaleFactor from PS printing (had random value)

2000-05-14 17:31 VS, revision 7395

replaced deprecated use of wxPostScript ctor by the version that uses wxPrintData

2000-05-14 14:46 VZ, revision 7394

some vCard test code

2000-05-13 17:45 RL, revision 7393

more proofreading touchups :)

2000-05-12 22:18 SN, revision 7392

Removed #pragma interface/implementation.

2000-05-12 11:05 MB, revision 7391

Check for multiple calls to wxGrid::CreateGrid Changed number format for wxGridCellFloatEditor from f to g

2000-05-12 10:37 VZ, revision 7390

wxFTP uploading tests

2000-05-12 07:26 HK, revision 7389

updated wxStudio module.

2000-05-11 21:18 RD, revision 7388

removed wxPython module from the modules file

2000-05-11 21:15 RD, revision 7387

removed wxPython module

2000-05-11 19:56 SN, revision 7386

Changed selection behaviour: Current selection will not be removed _only_ if Ctrl is down when clicking. Untabified.

2000-05-11 19:30 RD, revision 7385

added grid sizers changed some build configurations

2000-05-11 13:03 VZ, revision 7384

bug in ~wxOutputFTPStream which prevented multiple uploads fixed

2000-05-11 12:12 JJ, revision 7383

Committing in . VMS compile support for samples/drawing/ Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/drawing/descrip.mms ----------------------------------------------------------------------

2000-05-11 11:17 VZ, revision 7382

fix for the fix for Centre()

2000-05-11 11:05 VZ, revision 7381

a fix for Centre() to always use the top level parent

2000-05-10 23:28 VZ, revision 7380

some more tbar tests

2000-05-10 23:27 VZ, revision 7379

fix for the stat bar positioning

2000-05-10 20:00 KB, revision 7378

Updated from Mahogany source

2000-05-10 18:17 RR, revision 7377

Added wxImage:Copy() Added first 30% of wxImage::Paste()

2000-05-10 17:39 JS, revision 7376

Dialog Editor corrections, wxListBox::GetSelections correction

2000-05-10 13:21 JS, revision 7375

DrawIcon correction for WIN16

2000-05-10 12:11 JS, revision 7374

Corrected DrawIcon to take into account different icon sizes

2000-05-10 12:02 VZ, revision 7373

make -> nmake for VC++

2000-05-09 21:18 VZ, revision 7372

owner drawn buttons change appearance when double clicked

2000-05-09 21:11 VZ, revision 7371

1. fixed thumb track/release events for positions > 65536 2. fixed (untested) wxSpinCtrl::GetPosition()

2000-05-09 12:28 JJ, revision 7370

Committing in . VMS compile support for samples/mdi Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/mdi/descrip.mms ----------------------------------------------------------------------

2000-05-09 11:29 JJ, revision 7369

Committing in . Added Files: wxWindows/samples/resource/descrip.mms ----------------------------------------------------------------------

2000-05-09 11:27 JJ, revision 7368

Committing in . VMS compile support for samples/resource Modified Files: wxWindows/descrip.mms ----------------------------------------------------------------------

2000-05-08 22:49 VZ, revision 7367

serious bug in KeyExists() fixed

2000-05-08 11:39 RR, revision 7366

Made a few helper functions public.

2000-05-08 08:12 BJ, revision 7365

include dcscreen.h and settings.h for gcc

2000-05-07 20:35 VZ, revision 7364

1. buttons now generate double click events 2. double clicking in the tree ctrl generates an activate event 3. bug with hidden listbox mysteriously being shown fixed 4. tried to adjust the checkbox size

2000-05-07 19:29 RL, revision 7363

update for changes to wxPython

2000-05-06 17:30 RR, revision 7362

Added and documented wxImage::Mirror() and wxImage::Rotate90().

2000-05-06 12:13 HK, revision 7361

Removed -a switch for wxStudio.

2000-05-05 20:17 RR, revision 7360

Added docs for new wxImage constructor. Began docs for grid sizers.

2000-05-05 19:21 RR, revision 7359

Add possibility to create a wxImage from static data (or data on the stack) without using the heap. Tried to fix the crash-all-apps problem reported in the list.

2000-05-05 19:07 DW, revision 7358

Some DC and Statusbar fixes

2000-05-05 16:40 JS, revision 7357

Misc fixes

2000-05-05 15:55 RL, revision 7356

typo fix

2000-05-05 15:21 HK, revision 7355

Fixed wxStudio module.

2000-05-05 15:06 RD, revision 7354

Added wxTipProfider and friends Tweaked wxGrid a bit.

2000-05-05 15:00 RD, revision 7353

Methods to change the cell highlight colour

2000-05-05 13:11 HK, revision 7352

Added wxStudio module.

2000-05-05 10:01 JS, revision 7351

Fixed sash window colour (highlight wasn't showing up); Dialog Editor fix for space distribution

2000-05-05 09:43 SN, revision 7350

Fixed cell highlighting for disabled grid lines.

2000-05-05 08:10 RL, revision 7349

workaround for one gtk Combo horror

2000-05-04 19:22 RD, revision 7348

fix for when gridlines are disabled. something still needs to be done to crrectly redraw after the cell highlight moves.

2000-05-04 19:09 RD, revision 7347

added ability to disable gridlines in the sample

2000-05-04 15:44 BJ, revision 7346

more info fetched in GetColumns

2000-05-04 12:42 BJ, revision 7345

typedef struct error fixed for bcc

2000-05-04 12:19 BJ, revision 7344

new GetColumns() members

2000-05-04 11:52 VZ, revision 7343

test for array sorting added

2000-05-04 11:42 VZ, revision 7342

assert when sorting wxArrayString twice fixed

2000-05-03 17:01 RL, revision 7341

added comment about validators and SetValue(FALSE)

2000-05-03 17:00 RL, revision 7340

typo fixes

2000-05-03 11:06 VZ, revision 7339

trying to fix a (spurious) memory leak report

2000-05-02 16:19 RR, revision 7338

Fixed colour buglet in wxListCtrl.

2000-05-02 15:34 RR, revision 7337

Test for wxST_NO_AUTORESIZE in controls sample. Add lots of code to change the (German) comma in floating point number string in Postscript code to ".".

2000-05-02 14:47 VZ, revision 7336

1. fixed fatal bug in SetImageList() 2. tried to make header resizing work with horz scrolling - it still doesn't

2000-05-02 07:52 VZ, revision 7335

added wxLogWindow::OnFrameClose()

2000-05-02 03:51 DW, revision 7334

Statusbar updates.

2000-05-01 20:20 RR, revision 7333

Fixed wxNotebook::RemovePage(), Made modal dialogs children of wxApp->GetTopWindow() if no parent is given.

2000-05-01 19:36 DW, revision 7332

Changes to DC

2000-05-01 19:04 RR, revision 7331

Tried to fix problem with wrong fonts in tool tips.

2000-05-01 18:55 RL, revision 7330

fixed combo.h -> combobox.h

2000-05-01 13:40 VZ, revision 7329

added wxFileConfig::SetUmask()

2000-05-01 13:08 VS, revision 7328

fixed memory leak in modules list (devik's patch)

2000-05-01 13:08 RL, revision 7327

fix to correctly adjust growable bits of FlexGridSizer

2000-05-01 12:31 VZ, revision 7326

corrected alignment of the descriptions in the Usage() message

2000-04-30 22:20 VZ, revision 7325

added wxConstCast to fix compilation error

2000-04-30 16:29 VZ, revision 7324

give wizard buttons standard ids (wxID_FORWARD)

2000-04-30 16:15 VZ, revision 7323

bug recently introduced in wxWizard::GetPageSize() fixed

2000-04-30 16:05 JS, revision 7322

BC++ fixes

2000-04-30 16:02 JS, revision 7321

Chnaged name for text sample with BC++

2000-04-30 15:30 GT, revision 7320

Removed semicolon from the end of DECLARE_EVENT_TABLE() lines that prevented BC5 from compiling this sample

2000-04-30 13:28 GT, revision 7319

TARGET= line said CONTROLS instead of TEXT

2000-04-29 18:34 RD, revision 7318

tweaks and code updates

2000-04-29 18:07 VZ, revision 7317

don't use wxFile::Eof() (for the reasons explained in the docs now :-) in wxTextFile - this allows it to be used with FIFOs

2000-04-29 16:03 RR, revision 7316

Set wxGTK's GTK idle priority back up to 0, wxGTK's frame's toolbar is now in m_children again, as wxFrameBase's idle logic and the update UI code based on it require that.

2000-04-29 05:18 RD, revision 7315

More STC fixes. The demo now shows Calltips and AtuoComplete

2000-04-29 05:17 RD, revision 7314

More STC fixes. Calltips and AutoComplete work now.

2000-04-29 02:45 RD, revision 7313

Fixed FullPaint for brace matching

2000-04-28 21:28 DW, revision 7312

Some framework updates

2000-04-28 17:20 RD, revision 7311

Another off-by-one error fixed in STC

2000-04-28 14:19 VZ, revision 7310

small fix to the code I just commited

2000-04-28 14:06 VZ, revision 7309

added and documented wxWizard::SetPageSize()

2000-04-28 13:45 BJ, revision 7308

Add support for Virtuoso

2000-04-28 12:59 DW, revision 7307

static data members cannot be redeclared static in the cpp file under VisualAge, it already knows that it is static

2000-04-28 12:45 DW, revision 7306

Virtual function hiding suppression

2000-04-28 12:45 VZ, revision 7305

made dnd cursors/icons slightly more usable (and much more documented)

2000-04-28 09:49 JS, revision 7304

Win16 fixes (incl. slider not sending messages, text ctrl not showing consistent colours

2000-04-28 06:49 RD, revision 7303

various tweaks, fixes, and doodads

2000-04-28 06:37 RD, revision 7302

Some wxStyledTextCtrl bugfixes Merged in new Scintilla sources Added new methods to wxStyledTextCtrl to match new Scintilla capabilities.

2000-04-28 05:50 VZ, revision 7301

corrected bug with m_selection not being initialized in CreateGrid() and SetTable()

2000-04-28 05:37 VZ, revision 7300

compilation fix

2000-04-28 05:36 VZ, revision 7299

wxUSE_UNICODE set to 0 by default, added wxUSE_WCHAR_T

2000-04-27 20:51 VZ, revision 7298

use CRT in DLL for wxBase too

2000-04-27 20:46 VZ, revision 7297

added test for wxDateTime TZ/DST bug

2000-04-27 20:45 VZ, revision 7296

added test for combo/focus bug

2000-04-27 20:42 VZ, revision 7295

fixed problem with help text being left in the status bar

2000-04-27 18:03 VZ, revision 7294

attempts to fix the proplist crash - fruitless

2000-04-27 18:02 VZ, revision 7293

some more convenience functions/wrappers (all inline, cross-platform)

2000-04-27 17:46 JS, revision 7292

Further non-PCH fixes

2000-04-27 17:41 JS, revision 7291

Added missing brush.h includes.

2000-04-27 16:46 RD, revision 7290

Made the DLL load lots faster by specifying that other DLLs it depends on are to be loaded on demand. The is experimental, but it works for wxPython.

2000-04-27 16:41 RD, revision 7289

some minor tweaks

2000-04-27 15:44 VZ, revision 7288

don't wxLogWarn() about missing strings, but just wxLogDebug() them

2000-04-27 15:26 RD, revision 7287

ifdeff'd out the region checking code in DrawAllGridLines

2000-04-27 15:09 VZ, revision 7286

documented ReadLine/Word() and SetStringSeparators()

2000-04-27 14:33 VS, revision 7285

it's replaced by it is, 'll by will

2000-04-27 12:27 BJ, revision 7284

Adding support for OpenLink driver on MSW

2000-04-27 11:37 BJ, revision 7283

add support for SQL Server with OpenLink driver for Unix

2000-04-27 04:40 MT, revision 7282

DLLEXPORT wxStatusBar

2000-04-26 20:53 VZ, revision 7281

1. disabled WS_EX_CONTROLPARENT as I don't know how to work around it otherwise 2. corrected assignments to non-const references

2000-04-26 16:39 JS, revision 7280

Fix for disabled controls

2000-04-26 14:17 VZ, revision 7279

don't even try running Unicode programs under Win9x

2000-04-26 13:46 JS, revision 7278

Fixed assert problem due to radiobox being clicked.

2000-04-26 12:49 VZ, revision 7277

patch from Kristjan Jonsson <kj@raunvis.hi.is> to wxCheckBox::DoGetBestSize()

2000-04-25 19:23 JS, revision 7276

Small fixes

2000-04-25 17:57 RD, revision 7275

Some final tweaks prior to release

2000-04-25 16:46 RD, revision 7274

Some final tweaks prior to release

2000-04-25 14:35 JS, revision 7273

Fixed design flaw in splitter window whereby you couldn't have a sash without a border. Fixed sash layout window bug that didn't erase old sash on resize.

2000-04-25 13:33 BJ, revision 7272

support of Sybase ASE 11

2000-04-25 07:07 VZ, revision 7271

fix for ugly code doing undefined things to wxF(F)ile

2000-04-25 07:03 VZ, revision 7270

adjust spacing and calculate layout correctly for icons larger than 32x32

2000-04-25 06:03 JS, revision 7269

More Unicode fixes

2000-04-24 19:50 VZ, revision 7268

fix for Insert() with tear off menus

2000-04-24 19:49 VZ, revision 7267

fixes for IsOnline() and IsAlwaysOnline()

2000-04-24 18:34 JS, revision 7266

Fixed bad file

2000-04-24 18:33 JS, revision 7265

Fixed bad file

2000-04-24 18:18 JS, revision 7264

Trying to fix corrupted GIFs

2000-04-24 16:14 GRG, revision 7263

Removed unused variable

2000-04-24 14:35 JS, revision 7262

Added the odd 'the'

2000-04-24 14:32 VZ, revision 7261

added and documented wxCHECK_VERSION

2000-04-24 13:37 VS, revision 7260

minor language change

2000-04-24 13:37 VS, revision 7259

a hack to workaround missing wxBuffer in wxBase/Unix

2000-04-24 13:37 VS, revision 7258

moved wxDebugMsg, wxFatalError, wxError out of #if wxUSE_GUI

2000-04-24 13:37 VS, revision 7257

added APPEXTRADEFS to .cpp, .c rules (makes tex2rtf compile with wxBase)

2000-04-24 05:09 RD, revision 7256

build and distrib things

2000-04-24 04:44 RD, revision 7255

build and distrib things

2000-04-23 19:07 VS, revision 7254

VFS -> virtual file system expansion; fixed typos in fs.tex

2000-04-23 19:01 VS, revision 7253

documented wxNotebook style flags

2000-04-23 19:01 VS, revision 7252

fixed typo causing REF NOT FOUND

2000-04-23 19:01 VS, revision 7251

added png files to DATAFILES

2000-04-23 16:35 SN, revision 7250

Added #define to resolve strcasecmp/stricmp issue under OS/2

2000-04-23 16:24 SN, revision 7249

Added define needed by EMX.

2000-04-23 16:23 SN, revision 7248

Added include for non-precompiled headers.

2000-04-23 15:53 JS, revision 7247

Some doc corrections

2000-04-23 14:26 SN, revision 7246

Changed MM_DELETEITEM to MM_REMOVEITEM so reinserting is possible. This possibly created a memory leak?

2000-04-23 12:39 JS, revision 7245

Attempts to make it compile in Unicode mode

2000-04-23 08:56 VZ, revision 7244

a demo for wxGTK bug added

2000-04-23 07:06 VZ, revision 7243

wxNotebook::RemovePage() now only gives critical assert failures instead of crashing

2000-04-23 06:53 VZ, revision 7242

unused parameters taken inside WXUNUSED()

2000-04-23 06:51 VZ, revision 7241

gtk_pizza_adjustment_changed() unused, ifdef'd out

2000-04-23 06:48 VZ, revision 7240

added that wxSP_HORIZONTAL is not supported in wxGTK

2000-04-22 21:24 VZ, revision 7239

1. fixed typo in filelist.txt 2. some DLL makefiles/compilation/linking fixes

2000-04-22 18:05 SN, revision 7238

Fixed wxMenuItem::Enable. Added unique IDs to all menus (using a new static member of wxMenu). Use wxWindow's ID as menu item ID seen by OS/2. Rewrote wxMenu::DoInsertOrAppend which now uses the MENUITEM of the submenu or menu item which already contains most of the needed informations (especially the ID!)

2000-04-22 14:41 JS, revision 7237

Dialog Editor bug fixes, old resource conversion, additional layout helpers

2000-04-21 19:17 JS, revision 7236

Fix

2000-04-21 19:15 JS, revision 7235

Added a fix to taskbar; minor mods to help controllers; added justification options to wxButton and wxBitmapButton

2000-04-21 19:14 JS, revision 7234

Added some wxBU_... justification styles (WIN32 only)

2000-04-21 18:02 RD, revision 7233

some more demo tweaks

2000-04-21 17:43 RD, revision 7232

Put the control's value in the event object for EVT_TEXT_ENTER

2000-04-21 17:38 RD, revision 7231

Version number in the DLL filename

2000-04-21 17:35 RD, revision 7230

A clarification in the docs for a wxPython method.

2000-04-21 17:16 RD, revision 7229

Fixed a missing parameter in wxStyledTextCtrl::GetLastChild

2000-04-21 17:14 RD, revision 7228

Added line folding to the STC demo

2000-04-21 16:44 RD, revision 7227

fixed some DOS/Unix line-terminator confusion in the source files

2000-04-21 15:09 GRG, revision 7226

Reverted recent WinMain changes due to incompatibility with the default WinMain declaration when windows.h was being included from other headers (compilers thought that we were trying to overload a C function and aborted compilation of the library) Current status is: For __WXMSW__ only, and only if WXUSINGDLL, this file #includes <windows.h> (and then "wx/msw/private.h") and declares WinMain correctly (matching the signature in <windows.h>). This change does not affect non-DLL builds.

2000-04-21 10:15 BJ, revision 7225

Add support for Sybase 11

2000-04-21 09:14 RD, revision 7224

More STC fixes and tweaks. Added another STC demo for wxPython. This one sets up an editor with the Python lexer and a bunch of styles.

2000-04-21 09:09 RD, revision 7223

More STC fixes and tweaks. (Try Ctrl-KP_plus and Ctrl-KP_minus for a really COOL feature that's no longer broken on MSW)

2000-04-21 05:00 RD, revision 7222

generated code update

2000-04-21 04:59 RD, revision 7221

demo adjustments

2000-04-21 04:48 RD, revision 7220

More wxStyledTextCtrl fixes, and updates. I'm also trying to use the C++ class definitions in the header directly for SWIG/wxPython instead of a cleaned up simplified version like I usually do. So far so good. Some file name changes

2000-04-21 03:33 RD, revision 7219

More wxStyledTextCtrl fixes, and updates. I'm also trying to use the C++ class definitions in the header directly for SWIG/wxPython instead of a cleaned up simplified version like I usually do. So far so good. Some file name changes

2000-04-21 03:30 RD, revision 7218

More wxStyledTextCtrl fixes, and updates. I'm also trying to use the C++ class definitions in the header directly for SWIG/wxPython instead of a cleaned up simplified version like I usually do. So far so good.

2000-04-20 18:29 RD, revision 7217

fixed off-by-one problem in pinting of the selection area

2000-04-20 07:39 RD, revision 7216

changed the radius used on the rounded rectangle

2000-04-20 07:39 RD, revision 7215

Added some missing identifiers, changed some constants to match Scintilla

2000-04-20 07:37 RD, revision 7214

Added a typemap that converts strings to wxColour objects either using the colour name or a string of the format #RRGGBB Started the wxStyledTextCtrl Python demos Other assorted tweaks and fixes

2000-04-20 07:34 RD, revision 7213

Fixed SetFonts methods to properly accept a Python list for the sizes

2000-04-19 14:38 JS, revision 7212

Replaced wxMotif.spec with clone of wxGTK one (old one didn't work, apparently)

2000-04-19 14:36 JS, revision 7211

Added tech notes on contributing and on making RPMs

2000-04-18 15:14 SN, revision 7210

Renamed IsCellEditControlDisplayed() to IsCellEditControlShown(). Replaces some more IsCellEditControlEnabled() by IsCellEditControlShown().

2000-04-18 14:00 JS, revision 7209

Compile fix to grid.cpp

2000-04-18 13:44 VZ, revision 7208

fixed bug in AddRoot() which wasn't refreshing everything properly and so a tree without children wasn't displayed properly

2000-04-18 11:13 JS, revision 7207

Some updates; simple wxHTML/external HTML controllers now have DisplaySection(const wxString&).

2000-04-18 10:51 SN, revision 7206

Added IsCellEditControlDisplayed() and use it from SetCellValue.

2000-04-18 10:30 JS, revision 7205

Added wxCHMHelpController, updated help demo. Added DisplaySection(const wxString&) to wxHelpControllerBase. Corrected some Dialog Editor bugs.

2000-04-18 09:47 VZ, revision 7204

fixes for dialogs whose parent is wxMDI<whatever>Frame

2000-04-18 08:41 VZ, revision 7203

forgot to commit

2000-04-18 08:41 VZ, revision 7202

test for SetEditable() and wxTE_PROCESS_ENTER added

2000-04-18 08:24 VZ, revision 7201

wxMDIChildFrame::SetTitle() works

2000-04-17 22:54 VZ, revision 7200

test for GetLastPosition() added

2000-04-17 22:44 VS, revision 7199

wxGTK-only fix for WindowMaker redraw problem in wxLogDialog::OnDetails

2000-04-17 22:44 VZ, revision 7198

added and documented wxDllLoader::GetDllExt()

2000-04-17 17:30 VZ, revision 7197

added and documented wxString::StartsWith()

2000-04-17 16:11 VZ, revision 7196

wxRadioBox now generates the EVT_FOCUS_SET/KILL events (tests for this added to the controls sample)

2000-04-17 14:06 JS, revision 7195

Now creates wxBitmapButton from resource even if can't find the bitmap.

2000-04-17 14:04 VZ, revision 7194

small typo fixed

2000-04-17 13:52 BJ, revision 7193

removing SetNumberOfColumns()

2000-04-17 09:56 JS, revision 7192

Fixed bug in helpctrl.cpp (testing for m_Config); made old-style HTML help optional so will compile on MSW

2000-04-17 09:28 JS, revision 7191

Removed a memory leak in fs_zip.cpp; trivial formatting in helpdata.cpp

2000-04-17 08:14 VS, revision 7190

updated

2000-04-17 08:14 VS, revision 7189

fixed compilation bug

2000-04-17 06:25 RD, revision 7188

updates for wxGTK

2000-04-17 04:25 RD, revision 7187

more changes to the demo

2000-04-17 00:01 VZ, revision 7186

1. corrected some asserts/crashes in controls 2. added test for SetValue() in text

2000-04-16 23:58 VZ, revision 7185

1. wxTextCtrl::SetValue() moves the cursor to the end of text (as in GTK) 2. bug in wxThread::Delete() when the thread hadn't been staretd fixed 3. setting font for radiobox now works immediately (you had to invalidate the window manually, e.g. by covering it with another one, before) 4. added and documented wxConstCast() and wxStaticCast() 5. attempts to make wxFontEnumeraotr::EnumEncodings() work under MSW

2000-04-16 21:31 DW, revision 7184

Fixes for the outstanding errors in minimal.

2000-04-16 19:34 SN, revision 7183

Updated to current API.

2000-04-16 16:56 SN, revision 7182

Fixed Scrollbar handling.

2000-04-16 00:19 VZ, revision 7181

1. fixed assert failure/crash when clicking in empty checklistboxes 2. wrote wxBMPHandler::SaveFile() 3. fixed stupid bug in handling DDE commands in wxMimeTypesManager

2000-04-15 20:37 RL, revision 7180

reverted some earlier changes nuked by RR fixing the same problem -- only differently, breaking compilation again

2000-04-15 19:38 RL, revision 7179

s/menuString/menuLabel/ in wxMenuBar::FindMenuItem to fix bug similar to that in gtk version

2000-04-15 19:30 RL, revision 7178

bugfix for gtk wxMenuBar::FindMenuItem to strip special chars before comparison

2000-04-15 17:35 RR, revision 7177

Correction to minimal size of wxSizers.

2000-04-15 16:40 JS, revision 7176

Changed names of image-related VC++ project files

2000-04-15 11:26 RR, revision 7175

TODO updated.

2000-04-15 10:26 BS, revision 7174

Added Stefan's fix for messages being incorrectly ignored.

2000-04-15 10:25 BS, revision 7173

Added WinMessageBox() code, mainly from the Windows version.

2000-04-15 09:20 RR, revision 7172

Made tex2rtf compile again, Added wxSizer::SetMinSize() (documented) Added wxSizer::SetItemMinSize()

2000-04-15 00:38 DW, revision 7171

VA 3.0 cannot utilize the _Export macro in this configuration

2000-04-14 22:40 VZ, revision 7170

updated to test combo box events

2000-04-14 22:38 VZ, revision 7169

send key up/down events too

2000-04-14 19:46 VZ, revision 7168

fix for the fix for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 19:32 VZ, revision 7167

fixes for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 18:53 VZ, revision 7166

wxSpinCtrl::GetSize() should work now (thanks to Kristjan Jonsson)

2000-04-14 18:29 VZ, revision 7165

fixes for Unix detection (test for __UNIX__ in include/wx/defs.h) and for NetBSD detection in configure

2000-04-14 18:08 VZ, revision 7164

wxString::replace() assert fixed, test for it added

2000-04-14 16:12 RL, revision 7163

build .debs with new grid now that ok for wxPython too

2000-04-14 16:02 RL, revision 7162

fixed broken compilation under Linux, ULONG undefined and a duplicated global var name.

2000-04-14 15:59 RL, revision 7161

switched green/blue in SetRGB params

2000-04-14 07:53 BS, revision 7160

Fixed listbox on windows.

2000-04-13 20:15 VS, revision 7159

documented need of read-write image handler

2000-04-13 18:03 VZ, revision 7158

fix for menu helpstring in the status bar for MDI child frames

2000-04-13 17:57 VZ, revision 7157

unused var in GSocket_SetServer removed

2000-04-13 17:33 RL, revision 7156

added -kwxGetTranslation to locale/Makefile and updated .po files

2000-04-13 17:19 RL, revision 7155

added missing wxTRANSLATE for 'Details'

2000-04-13 16:18 JS, revision 7154

Gave the sash and splitter windows Create and Init methods

2000-04-13 15:48 GT, revision 7153

Changed the default of wxODBC_BACKWARD_COMPATABILITY to be 0, as it should have been

2000-04-13 14:27 BJ, revision 7152

add SetNumberOfColumns()

2000-04-13 10:56 JS, revision 7151

Renamed project files

2000-04-13 09:31 JS, revision 7150

New tech note, corrected makeprog.b32

2000-04-13 08:35 JS, revision 7149

Removed assert when charset not recognised

2000-04-13 08:17 RD, revision 7148

More ActiveX stuff. Can now automatically catch callbacks (events) from the COM object. I actually create a new class on the fly that derives from wxWindow, the COM CoClass and others needed to make it all work. The resulting class can be instantiated just like wxWindow, used in sizers, etc. It also responds to all COM method calls, properties, etc.

2000-04-13 07:08 JS, revision 7147

Removing files

2000-04-12 23:38 VZ, revision 7146

some warnings fixed

2000-04-12 23:38 VZ, revision 7145

wxTextCtrl::GetLineText() fixes: a) doesn't crash b) more efficient c) works in Unicode mode

2000-04-12 23:30 VZ, revision 7144

removed incorrect labels

2000-04-12 20:20 SN, revision 7143

Added a define needed by EMX when compiling for OS/2 presentation manager.

2000-04-12 19:54 VS, revision 7142

fixed duplicate definition bug

2000-04-12 15:13 JS, revision 7141

Replaced the HTML doc GIF icons with slightly nicer ones (I think)

2000-04-12 15:12 JS, revision 7140

Removed a redundant Show(TRUE) from details dialog (causes assert); tried in vain to allow empty tree control labels (doesn't seem possible)

2000-04-12 11:28 GT, revision 7139

Updated to use the new wxDb/wxDbTable accessors

2000-04-12 11:27 GT, revision 7138

Added #if wxODBC_BACKWARD_COMPATABILITY checking to determine whether deprecated functions/classes/enums/etc are available or not. Cleaned up various naming conventions. from/orderBy/where are now wxString type if wxODBC_BACKWARD_COMPATABILITY is 0 Accessors added for member variables If wxODBC_BACKWARD_COMPATABILITY is 0, then member variables that have accessors are now defined in the PRIVATE: section of the class, rather than the PUBLIC:.

2000-04-12 04:40 DW, revision 7137

Set proper handles for the menubar

2000-04-12 03:06 RD, revision 7136

FileBrowseButton now has history, updated demo Added ActiveXWrapper and demos. It can't do callback events yet, but I'm working on it. Can curently embed a control and make method calls to it. Updated the wxCalendar (python version) and it's demo. It now has printing support.

2000-04-12 00:50 DW, revision 7135

minor OS/2 VA 3.0 #ifdefs

2000-04-12 00:46 DW, revision 7134

no message

2000-04-12 00:11 VZ, revision 7133

1. spin ctrl now generates char/key events 2. grid sets focus to the number editor

2000-04-12 00:09 VZ, revision 7132

some fixes for missing/incorrect links

2000-04-11 22:08 RR, revision 7131

Missing accessors for wxSizer items.

2000-04-11 21:05 DW, revision 7130

Wrong Tiff library specified in wxwindll.icc

2000-04-11 21:03 DW, revision 7129

Added needed copies (dosyacc and doslex) to the VA 4.0 .icc files

2000-04-11 16:14 VZ, revision 7128

compilation fix inside WXWIN_COMPATIBILITY

2000-04-11 16:10 VZ, revision 7127

const cast inside WXWIN_COMPATIBILITY

2000-04-11 16:06 VZ, revision 7126

added -mt note for Sun CC 4.2

2000-04-11 15:56 GT, revision 7125

Fixed spelling typos

2000-04-11 15:50 GT, revision 7124

Added checks for mismatched curly braces so that when docs are generated, a count of the curly braces that have been processed are kept track of. If they mismatch, the file name is reported as having mismatched braces. If more closed braces are detected than open braces, then the line that the first extra close brace is detected on is reported.

2000-04-11 15:47 VZ, revision 7123

mention wxNB_LEFT/RIGHT/BOTTOM styles

2000-04-11 15:38 BS, revision 7122

Forgot to remove debug code.

2000-04-11 15:31 BS, revision 7121

Missing create_wps_objects() prototype.

2000-04-11 15:29 BS, revision 7120

Added ability to make Start Menu Program folders and shortcuts.

2000-04-11 14:34 VZ, revision 7119

fixed double eol problem

2000-04-11 13:52 SN, revision 7118

Moved most of the code from Insert/Append/DeleteRows/Columns to Redimension. Put call to CalcDimension inside 'if (!GetBatchCount)' and added a call to CalcDimension to wxGrid's Refresh.

2000-04-11 12:38 BS, revision 7117

Added wxInstall a self extracting installation program using wxWindows.

2000-04-11 12:12 JS, revision 7116

Added HTML Help file list

2000-04-11 12:11 JS, revision 7115

Small mods

2000-04-11 11:32 JS, revision 7114

Further fixes

2000-04-11 11:26 JS, revision 7113

Small changes

2000-04-11 11:23 JS, revision 7112

Doc fixes

2000-04-11 10:26 RR, revision 7111

CentreOnParent() didn't work at all for top level windows on top level windows.

2000-04-11 01:48 GT, revision 7110

Added a #define for wxODBC_BACKWARD_COMPATABILITY

2000-04-11 00:52 GRG, revision 7109

Fixed WXDIR

2000-04-11 00:51 GRG, revision 7108

Added a few samples

2000-04-11 00:36 GRG, revision 7107

Removed the unused wxOsVersion var

2000-04-10 21:57 GRG, revision 7106

Sorry, forgot to add a comment to the previous changelog! Under MSW, WXHINSTANCE is now defined as void WXFAR * instead of unsigned long. [this commit itself adds nothing]

2000-04-10 21:54 GRG, revision 7105

The CASTWNDPROC logic was not necessary since this file always includes <windows.h>. Replaced with a typedef to WNDPROC or FARPROC (depending on whether STRICT mode is being used). Change proposed by Christoph Schulz

2000-04-10 21:50 GRG, revision 7104

The WXDLLEXPORT macros now used __declspec (double leading underscore) for all MSW compilers. Change proposed by Christoph Schulz.

2000-04-10 21:13 VZ, revision 7103

small correction for wxUSE_GUI definition

2000-04-10 19:41 OK, revision 7102

Seems I forgot to commit a wxRename fix in here (again)

2000-04-10 14:09 SN, revision 7101

Fixed several keyboard handling problems: - KeyUp event handlers added to label windows - pass a "TRUE"for ShiftDown upon selection events triggered by release of Shift Key (so one can see from the generated event, that we are _adding_ to the current selection). - Shrinking the selection by keyboard should now be possible, even if the selection starts at the border of the grid.

2000-04-10 12:45 GT, revision 7100

Sample was missing the call to SQLFreeEnv() required to release the ODBC environment handle memory

2000-04-10 12:24 GT, revision 7099

Fixed a "char *" usage to use "const char *" as it should have

2000-04-09 19:26 RL, revision 7098

quick fix for locale/Makefile

2000-04-09 07:07 RD, revision 7097

More updates and generated code for wxGTK

2000-04-09 03:07 RD, revision 7096

updates to track changes in CVS

2000-04-08 21:55 VZ, revision 7095

wxWindowCreate/DestroyEvent now derive from wxCommandEvent

2000-04-08 21:50 VZ, revision 7094

added a modal dialog test

2000-04-08 21:19 SN, revision 7093

Added include to os2/private.h to make EMX compile again. Removed second conditional include to wx/defs.h after an unconditional include.

2000-04-08 20:44 VZ, revision 7092

wxDialUpManager docs

2000-04-08 15:50 OK, revision 7091

wxRemove and wxRename takes const wxChar*, do NOT use fn_str()

2000-04-08 15:48 OK, revision 7090

Fallback implementation of wxRemove and wxRename

2000-04-08 15:47 OK, revision 7089

Fallback prototypes for wxRemove and wxRename

2000-04-08 15:30 SN, revision 7088

Corrected handling of row/column attributes/selections if all columns/rows are removed. Emit EVT_GRID_CELL_LEFT_CLICK before doing any processing of the left click mouse event (instead of emitting it somewhere in the middle). Moved calls to UpdateAttrRows/Cols to wxGrid's Insert/DeleteRow/Column (thereby eliminating the need for two now removed functions).

2000-04-08 12:00 RR, revision 7087

New wxFlexGridSizer.

2000-04-08 11:59 GRG, revision 7086

Added WXFAR to the char* param in the WinMain declaration for clarity

2000-04-08 11:58 GRG, revision 7085

Patch from Christoph Schulz - the CPPFLAGS definition was overriding that of makeb32.env

2000-04-08 11:19 GRG, revision 7084

A couple of changes related to the way that URLs are parsed to form a valid URI in the wxURL::ConvertToValidURI function. Modified to comply with RFC2396 as much as possible, see comments in the code.

2000-04-08 08:18 RD, revision 7083

Changed wxGridCellChoiceEditor's constructor to take an array of wxStrings instead of wxChar*'s. This saved a lot of work for wxPython. Fixed my GetBestSize fix from yesterday Changed wxGrid::Redimension to do a refresh (if not GetBatchCount) so newly appended rows, etc. would show up right away.

2000-04-08 08:16 RD, revision 7082

Changed wxGridCellChoiceEditor's constructor to take an array of wxStrings instead of wxChar*'s. This saved a lot of work for wxPython.

2000-04-08 08:11 RD, revision 7081

More grid demos and some bugs fixed Made (virtual method) callbacks into Python code more safe, and removed the confusion if there was a matching method in the base class.

2000-04-07 23:58 OK, revision 7080

Seems to have forgotten to commit this small isspace => wxIsspace change earlier...

2000-04-07 22:01 VZ, revision 7079

fix assert failure in LVN_KEYDOWN handler sometimes

2000-04-06 22:25 RD, revision 7078

added autoscroll flag for the text editor enabled SPACE to activate the editor

2000-04-06 21:49 DW, revision 7077

More OS/2, Control Program from ansi 'C' io fixes.

2000-04-06 21:15 RD, revision 7076

Fixed wxGridCellStringRenderer::DoGetBestSize to take multiple lines into account and wxGrid::AutoSizeColOrRow to give a few pixels of padding for rows like it does for columns.

2000-04-06 19:31 RR, revision 7075

Added wxGridSizer.

2000-04-06 14:25 VZ, revision 7074

a not-always-correct assert fixed

2000-04-06 14:24 VZ, revision 7073

explained how to use wxString ctor with binary data

2000-04-06 14:03 VZ, revision 7072

SCO UnixWare added to the list of platforms

2000-04-06 13:59 VZ, revision 7071

1. added some tests for setting the fonts 2. don't try touse iso8859-2 encoding by default (error msg is annoying)

2000-04-06 13:41 VZ, revision 7070

wxMkdir/Rmdir clash fixed

2000-04-06 13:40 VZ, revision 7069

another warning fixed/hidden

2000-04-06 13:08 VZ, revision 7068

some long to int warnings from HP-UX log fixed

2000-04-06 12:59 VZ, revision 7067

wxMkdir/Rmdir clash fixed

2000-04-06 12:55 VZ, revision 7066

some harmless warnings fixed

2000-04-06 12:52 VZ, revision 7065

compilation fix for !PCH

2000-04-05 19:21 RD, revision 7064

Some minor build issues for wxGTK Some sources (from .i files) for wxGTK

2000-04-05 18:29 RD, revision 7063

Lots of little changes. Added wrappers for the new wxGrid, and beginings of the demo of it. Changed version number

2000-04-05 00:13 VZ, revision 7062

Unicode related compilation and run-time fixes (wxUSE_MULTIBYTE removed)

2000-04-04 21:10 VS, revision 7061

synchronized strings

2000-04-04 16:45 GRG, revision 7060

Changed xpmi.h to XpmI.h (the correct file name) in an #include directive to avoid problems when cross-compiling from Linux to Windows/mingw

2000-04-04 01:28 VZ, revision 7059

1. wxDateTime almost finished 2. wxCalendarCtrl documented

2000-04-03 22:35 GT, revision 7058

Now uses wxDB_XXXX naming for constants

2000-04-03 22:34 GT, revision 7057

Provided wxDB_XXXX naming for constants

2000-04-03 22:18 VZ, revision 7056

Watcom 11 added

2000-04-03 17:41 GL, revision 7055

Changed a little the initialization code

2000-04-03 13:55 DW, revision 7054

env file for VA 3.0 to use new wx22.def module definition file for .dll builds

2000-04-03 13:25 DW, revision 7053

Resource file specifically for VisualAge V4.0

2000-04-03 12:39 GT, revision 7052

Adjusted demo to reflect class name changes

2000-04-03 12:32 GT, revision 7051

Adjusted sample to reflect class name changes

2000-04-03 12:11 GT, revision 7050

Class renaming so that all ODBC related classes begin with wxDbXxxxx. Backward compatability is maintained using typedefs.

2000-04-03 12:11 GT, revision 7049

Class renaming so that as ODBC related functions begin with wxDbXxxxx. Backward compatability is maintained using typedefs.

2000-04-03 08:16 VS, revision 7048

fixed bug with details list not being shown under fvwm2 and windowmaker

2000-04-03 04:47 DW, revision 7047

Adding new module definition file for VisualAge V3.0 for OS/2

2000-04-03 04:45 DW, revision 7046
  • D /wxWidgets/branches/WX_2_2_BRANCH/lib/wx214.def

Removing old OS/2 module definition file

2000-04-03 04:45 DW, revision 7045

VA4.0 update for building a .dll

2000-04-03 04:23 DW, revision 7044

Multiple fixes for OS/2 including getting rid of the C++ unfriendly direct.h and substituting control program io. Various GUI fixes, too.

2000-04-03 04:22 DW, revision 7043

Getting rid of std 'C' io for OS/2 and substituting friendlier Control Program io.

2000-04-03 01:07 VZ, revision 7042

compilation fixes for non unicode mode

2000-04-03 00:40 VZ, revision 7041

non Unicode VC++ fix

2000-04-03 00:39 VZ, revision 7040

1. wxWizard docs added 2. wxDllLoader docs added (not wxLibrary though - have no idea about this one) 3. some minor fixes to wxCmdLineParser and wx[F]File docs

2000-04-02 21:58 RD, revision 7039

Added "wxPaintDC dc(this);" to wxGrid::OnPaint prevent too many paintevents that don't actually do anything.

2000-04-02 21:30 RD, revision 7038

changing \ to /

2000-04-02 21:05 OK, revision 7037

Made wxMBConv::c??2?? methods handle conversion failures (by returning a NULL buffer... this causes an assertion failure in buffer.h in debug mode, perhaps that assert should be removed? Well, it's better than completely unpredictable behaviour anyway)

2000-04-02 20:45 OK, revision 7036

Made wx[F]File::Write(wxString) convert string to multibyte encoding (added optional conversion parameter). If someone actually wants to write text files in real Unicode format, I feel that a wxMBConvUTF16 or something should be written (which would be more portable than writing wchar_t buffers directly, considering byte order and widths and such).

2000-04-02 15:51 GRG, revision 7035

mingw makefiles don't like backslashes!!!

2000-04-02 12:11 SN, revision 7034

Added wxStat define for non-MSVC environments.

2000-04-02 03:27 RD, revision 7033

Exported a few more things for DLL builds.

2000-04-02 00:27 OK, revision 7032

A few documentation updates, cross-references, properties of UTF-8, wx??2??buf macros.

2000-04-01 23:19 VZ, revision 7031

compilation in Unicode mode works with VC++

2000-04-01 23:01 GRG, revision 7030

Mingw makefiles shouldn't use backslashes!

2000-04-01 22:54 VZ, revision 7029

more wchar_t tests

2000-04-01 21:35 VZ, revision 7028

add compile-time setting to use XPMs

2000-04-01 21:21 VZ, revision 7027

1. fixed deletion of buttons in toolbar with old comctl32.dll 2. XPMs can be used in toolbar buttons

2000-04-01 20:02 SN, revision 7026

Fixed minor bug in minimizing/maximizing windows.

2000-04-01 16:34 VZ, revision 7025

works for other branches than the main one too

2000-04-01 16:34 VZ, revision 7024

attempting to fix sa_handler signature for IRIX

2000-04-01 11:38 RR, revision 7023

wxDirDialog now opens the right dir folder

2000-03-31 19:46 RD, revision 7022

another rename

2000-03-31 18:47 GRG, revision 7021

Replaced XPM correct file names (not all lowercase)

2000-03-31 18:23 VZ, revision 7020

newer versions from GTK+ 1.3.x

2000-03-31 18:21 VZ, revision 7019

regenerated makefiles from templates

2000-03-31 18:16 VZ, revision 7018

corrected syntax error

2000-03-31 18:12 VZ, revision 7017

make font conversions work in wxBase

2000-03-31 18:02 RD, revision 7016

renaming files (changing case) at Guillermo's request

2000-03-31 17:47 RD, revision 7015

Reapplying Eric's changes on the 2.2 branch. They are: 1. I have grabbed a new copy of the original Scintilla code from its CVS repository on SourceForge. I believe this code corresponds to Scintilla 1.24. 2. That code included several new files (stc/scintilla/src/Lex*.cxx) 3. I added mentions of those files to Makefile.in and the .dsp file. 4. I added a new required method to PlatWX.cpp, but it doesn't do anything, and I don't think it needs to. 5. I added code to stc.cpp which gratuitously references all of the lexers, to prevent them from being optimized away by the linker. 6. I modified (stc/scintilla/src/Lex*.cxx) to make the LexerModule objects externally visible.

2000-03-31 17:44 RD, revision 7014

Undoing Eric's changes on the main branch

2000-03-31 17:04 SN, revision 7013

Repaired semantics of EVT_GRID_SELECT_CELL. Added OnKeyUp handler for selection with Shift+arrow keys.

2000-03-31 16:16 GRG, revision 7012

For DLL builds, the declaration of WinMain now takes fake arguments (WXHINSTANCE, WXHINSTANCE, char*, int) in order to avoid the need of #including <windows.h> from app.h. Also, WinMain is now declared as extern "C".

2000-03-31 14:30 VZ, revision 7011

added -L/usr/lib for HP-UX shared lib

2000-03-31 14:23 VZ, revision 7010

changed order of libraries: -lz, -lm should now be at the end

2000-03-31 00:21 VZ, revision 7009

1. fixed wxBitmapButtons in wxStatBar95 bug 2. fixed handling of accels in wxDocMDIParentFrame 3. fixed wxComboBox tooltips

2000-03-31 00:20 VZ, revision 7008

1. statbar shows that wxBitmapButtons do work with it 2. some accels added to [doc]mdi samples

2000-03-30 22:33 VZ, revision 7007

show that comboboxes do get char events now

2000-03-30 22:30 VZ, revision 7006

only use __forceinline for VC++ 6.0

2000-03-30 22:26 VZ, revision 7005

1. fixed apparent bug in wxGrid code 2. fixed WM_CHAR handling in combobox 3. fixed controls positioning in the toolbar with older comctl32.dll/mingw32

2000-03-30 22:17 DW, revision 7004

Fix for the runaway WM_PAINT message in wxFrame.

2000-03-30 18:54 VZ, revision 7003

use dlerror() if available

2000-03-30 18:53 VZ, revision 7002

test for dlerror() added

2000-03-30 18:52 VZ, revision 7001

wxDllLoader test fixed for Linux

2000-03-30 18:45 VZ, revision 7000

unused var warning fixed

2000-03-30 18:43 , revision 6999
  • A /wxWidgets/tags/UNDO
  • D /wxWidgets/tags/UNDO/.cvsignore
  • D /wxWidgets/tags/UNDO/autogen.sh
  • D /wxWidgets/tags/UNDO/BuildCVS.txt
  • D /wxWidgets/tags/UNDO/config.guess
  • D /wxWidgets/tags/UNDO/config.sub
  • D /wxWidgets/tags/UNDO/configure
  • D /wxWidgets/tags/UNDO/configure.in
  • D /wxWidgets/tags/UNDO/contrib/configure
  • D /wxWidgets/tags/UNDO/contrib/configure.in
  • D /wxWidgets/tags/UNDO/contrib/docs
  • D /wxWidgets/tags/UNDO/contrib/include
  • D /wxWidgets/tags/UNDO/contrib/lib
  • D /wxWidgets/tags/UNDO/contrib/Makefile.in
  • D /wxWidgets/tags/UNDO/contrib/samples
  • D /wxWidgets/tags/UNDO/contrib/src/Makefile.in
  • D /wxWidgets/tags/UNDO/contrib/src/mmedia
  • D /wxWidgets/tags/UNDO/contrib/src/ogl
  • D /wxWidgets/tags/UNDO/debian
  • D /wxWidgets/tags/UNDO/demos
  • D /wxWidgets/tags/UNDO/descrip.mms
  • D /wxWidgets/tags/UNDO/difflast.pl
  • D /wxWidgets/tags/UNDO/distrib
  • D /wxWidgets/tags/UNDO/docs
  • D /wxWidgets/tags/UNDO/include
  • D /wxWidgets/tags/UNDO/install-sh
  • D /wxWidgets/tags/UNDO/lib
  • D /wxWidgets/tags/UNDO/locale
  • D /wxWidgets/tags/UNDO/Makefile.in
  • D /wxWidgets/tags/UNDO/Mingw32-gcc295.patches
  • D /wxWidgets/tags/UNDO/make-deb
  • D /wxWidgets/tags/UNDO/misc
  • D /wxWidgets/tags/UNDO/mkinstalldirs
  • D /wxWidgets/tags/UNDO/modules
  • D /wxWidgets/tags/UNDO/regen
  • D /wxWidgets/tags/UNDO/samples
  • D /wxWidgets/tags/UNDO/setup.h.in
  • D /wxWidgets/tags/UNDO/setup.h_vms
  • D /wxWidgets/tags/UNDO/src/.cvsignore
  • D /wxWidgets/tags/UNDO/src/common
  • D /wxWidgets/tags/UNDO/src/cygnus.bat
  • D /wxWidgets/tags/UNDO/src/files.lst
  • D /wxWidgets/tags/UNDO/src/generic
  • D /wxWidgets/tags/UNDO/src/gtk
  • D /wxWidgets/tags/UNDO/src/gtk1
  • D /wxWidgets/tags/UNDO/src/html
  • D /wxWidgets/tags/UNDO/src/iodbc
  • D /wxWidgets/tags/UNDO/src/jpeg
  • D /wxWidgets/tags/UNDO/src/mac
  • D /wxWidgets/tags/UNDO/src/make.env.in
  • D /wxWidgets/tags/UNDO/src/makeb32.env
  • D /wxWidgets/tags/UNDO/src/makebcc.env
  • D /wxWidgets/tags/UNDO/src/makeenvs
  • D /wxWidgets/tags/UNDO/src/makefile.bcc
  • D /wxWidgets/tags/UNDO/src/makefile.dos
  • D /wxWidgets/tags/UNDO/src/makefile.va
  • D /wxWidgets/tags/UNDO/src/makefile.vc
  • D /wxWidgets/tags/UNDO/src/makeg95.env
  • D /wxWidgets/tags/UNDO/src/makelib.b32
  • D /wxWidgets/tags/UNDO/src/makelib.bcc
  • D /wxWidgets/tags/UNDO/src/makelib.env.in
  • D /wxWidgets/tags/UNDO/src/makelib.g95
  • D /wxWidgets/tags/UNDO/src/makelib.vc
  • D /wxWidgets/tags/UNDO/src/makelib.wat
  • D /wxWidgets/tags/UNDO/src/makemsc.env
  • D /wxWidgets/tags/UNDO/src/makeprog.b32
  • D /wxWidgets/tags/UNDO/src/makeprog.bcc
  • D /wxWidgets/tags/UNDO/src/makeprog.env.in
  • D /wxWidgets/tags/UNDO/src/makeprog.g95
  • D /wxWidgets/tags/UNDO/src/makeprog.msc
  • D /wxWidgets/tags/UNDO/src/makeprog.sl
  • D /wxWidgets/tags/UNDO/src/makeprog.va
  • D /wxWidgets/tags/UNDO/src/makeprog.vc
  • D /wxWidgets/tags/UNDO/src/makeprog.wat
  • D /wxWidgets/tags/UNDO/src/makesc.env
  • D /wxWidgets/tags/UNDO/src/makesl.env
  • D /wxWidgets/tags/UNDO/src/maketwin.env
  • D /wxWidgets/tags/UNDO/src/makeva.env
  • D /wxWidgets/tags/UNDO/src/makevc.env
  • D /wxWidgets/tags/UNDO/src/makewat.env
  • D /wxWidgets/tags/UNDO/src/make_cw.mcp
  • D /wxWidgets/tags/UNDO/src/mingegcs.bat
  • D /wxWidgets/tags/UNDO/src/mingw32.bat
  • D /wxWidgets/tags/UNDO/src/motif
  • D /wxWidgets/tags/UNDO/src/msw
  • D /wxWidgets/tags/UNDO/src/ntwxwin.mak
  • D /wxWidgets/tags/UNDO/src/os2
  • D /wxWidgets/tags/UNDO/src/png
  • D /wxWidgets/tags/UNDO/src/qt
  • D /wxWidgets/tags/UNDO/src/regex
  • D /wxWidgets/tags/UNDO/src/rpmfiles.lst
  • D /wxWidgets/tags/UNDO/src/stubs
  • D /wxWidgets/tags/UNDO/src/tiff
  • D /wxWidgets/tags/UNDO/src/unix
  • D /wxWidgets/tags/UNDO/src/Wxwindll.icc
  • D /wxWidgets/tags/UNDO/src/wxJpeg.icc
  • D /wxWidgets/tags/UNDO/src/wxPng.icc
  • D /wxWidgets/tags/UNDO/src/wxTiff.icc
  • D /wxWidgets/tags/UNDO/src/wxvc.dsp
  • D /wxWidgets/tags/UNDO/src/wxvc.dsw
  • D /wxWidgets/tags/UNDO/src/wxvc_dll.dsp
  • D /wxWidgets/tags/UNDO/src/wxvc_dll.dsw
  • D /wxWidgets/tags/UNDO/src/wxWin.icc
  • D /wxWidgets/tags/UNDO/src/wxXpm.icc
  • D /wxWidgets/tags/UNDO/src/wxZlib.icc
  • D /wxWidgets/tags/UNDO/src/xpm
  • D /wxWidgets/tags/UNDO/src/zlib
  • D /wxWidgets/tags/UNDO/tests
  • D /wxWidgets/tags/UNDO/user
  • D /wxWidgets/tags/UNDO/utils
  • D /wxWidgets/tags/UNDO/wx-config.in
  • D /wxWidgets/tags/UNDO/wxBase.dsp
  • D /wxWidgets/tags/UNDO/wxBase.spec
  • D /wxWidgets/tags/UNDO/wxGTK.spec
  • D /wxWidgets/tags/UNDO/wxMotif.spec
  • D /wxWidgets/tags/UNDO/wxWINE.spec

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

2000-03-30 18:43 ES, revision 6998

This commit includes the following changes: 1. I have grabbed a new copy of the original Scintilla code from its CVS repository on SourceForge. I believe this code corresponds to Scintilla 1.24. 2. That code included several new files (stc/scintilla/src/Lex*.cxx) 3. I added mentions of those files to Makefile.in and the .dsp file. 4. I added a new required method to PlatWX.cpp, but it doesn't do anything, and I don't think it needs to. 5. I added code to stc.cpp which gratuitously references all of the lexers, to prevent them from being optimized away by the linker. 6. I modified (stc/scintilla/src/Lex*.cxx) to make the LexerModule objects externally visible. Gripes to me. (eric@sourcegear.com)

2000-03-30 18:21 VZ, revision 6997

tests for key/char events

2000-03-30 18:20 VZ, revision 6996

fill the wxListEvent fields when sending LIST_KEY_DOWN event

2000-03-30 18:14 VZ, revision 6995

select the initially specified path in the tree

2000-03-30 17:05 VZ, revision 6994

refresh menu item should work now

2000-03-30 15:44 SN, revision 6993

Selecting by Shift+arrow key wouldn't notice, if it was moving beyond the grid bounds; now it does.

2000-03-30 15:24 SN, revision 6992

Modified version of DrawGridSpace. Added minor improvement suggested by GRG.

2000-03-30 15:17 SN, revision 6991

Added a deselection event for ClearSelection()

2000-03-30 00:16 VZ, revision 6990

1. some more notes about Unicode compilation 2. wxUSE_WCHAR_T is not always (re)defined as 1 in wxchar.h (grrr..) 3. added wxDllLoader test to console sample 4. wxComboBox now gets WM_CHAR

2000-03-30 00:15 VZ, revision 6989

more tests

2000-03-29 21:48 VZ, revision 6988

some consistncy tests added

2000-03-29 19:28 VZ, revision 6987

added missing WXDLLEXPORTs

2000-03-29 19:28 , revision 6986
  • A /wxWidgets/branches/unlabeled-1.20.2
  • D /wxWidgets/branches/unlabeled-1.20.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.20.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.20.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.20.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.20.2/configure
  • D /wxWidgets/branches/unlabeled-1.20.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.20.2/demos
  • D /wxWidgets/branches/unlabeled-1.20.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.20.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.20.2/distrib
  • D /wxWidgets/branches/unlabeled-1.20.2/docs
  • D /wxWidgets/branches/unlabeled-1.20.2/include/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/accel.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/app.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/arrimpl.cpp
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/bitmap.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/bmpbuttn.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/brush.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/buffer.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/busyinfo.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/button.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/calctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/caret.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/checkbox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/checklst.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/choicdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/choice.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/clipbrd.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/cmdline.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/cmndata.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/colordlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/colour.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/combobox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/confbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/config.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/control.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ctrlsub.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/cursor.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dataobj.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/date.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/datetime.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/datetime.inl
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/datstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/db.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dbtable.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dc.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcclient.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcmemory.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcprint.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcps.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcscreen.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dde.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/debug.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/defs.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dialog.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dialup.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dir.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dirdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dnd.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/docmdi.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/docview.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dragimag.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dynarray.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/encconv.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/event.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/expr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ffile.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/file.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fileconf.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/filedlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/filefn.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/filesys.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/font.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontenum.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontmap.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontutil.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/frame.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fs_inet.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fs_zip.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gauge.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gdicmn.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gdiobj.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/generic
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/geometry.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gifdecod.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/grid.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gsocket.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gtk
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gtk1
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/hash.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/help.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helpbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helphtml.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helpwin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helpxlp.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/html
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/icon.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagbmp.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/image.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imaggif.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagjpeg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imaglist.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagpcx.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagpng.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagpnm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagtiff.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/intl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ioswrap.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ipcbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/joystick.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/layout.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/laywin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/list.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/listbox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/listctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/listimpl.cpp
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/log.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/longlong.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mac
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/matrix.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mdi.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/memconf.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/memory.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/menu.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/menuitem.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/metafile.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mimetype.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/minifram.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/module.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/motif
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/msgdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mstream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/msw
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/notebook.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/object.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/objstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/odbc.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/os2
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ownerdrw.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/palette.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/panel.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/paper.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/pen.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/plot.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/print.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/printdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/prntbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/process.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/progdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/prop.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/propform.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/proplist.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/protocol
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/qt
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/radiobox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/radiobut.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/region.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/resource.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sashwin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sckaddr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sckipc.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sckstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/scrolbar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/scrolwin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/serbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/settings.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/setup.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sizer.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/slider.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/socket.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/spinbutt.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/spinctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/splitter.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statbmp.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statbox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statline.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/stattext.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statusbr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/strconv.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/stream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/string.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/stubs
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tab.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tabctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/taskbar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tbarbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tbarsmpl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/textctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/textdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/textfile.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/thread.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/time.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/timer.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tipdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tokenzr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/toolbar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tooltip.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/treectrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/txtstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/types.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/unix
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/url.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/utils.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/valgen.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/validate.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/valtext.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/variant.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/version.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wave.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wfstream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/window.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wizard.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxchar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxexpr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxhtml.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxprec.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx_cw.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx_cw_cm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/xpmhand.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/zipstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/zstream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw.pch
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw.pch++
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw_d.pch
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw_d.pch++
  • D /wxWidgets/branches/unlabeled-1.20.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.20.2/lib
  • D /wxWidgets/branches/unlabeled-1.20.2/locale
  • D /wxWidgets/branches/unlabeled-1.20.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.20.2/Mingw32-gcc295.patches
  • D /wxWidgets/branches/unlabeled-1.20.2/misc
  • D /wxWidgets/branches/unlabeled-1.20.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.20.2/modules
  • D /wxWidgets/branches/unlabeled-1.20.2/regen
  • D /wxWidgets/branches/unlabeled-1.20.2/samples
  • D /wxWidgets/branches/unlabeled-1.20.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.20.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.20.2/src
  • D /wxWidgets/branches/unlabeled-1.20.2/tests
  • D /wxWidgets/branches/unlabeled-1.20.2/user
  • D /wxWidgets/branches/unlabeled-1.20.2/utils
  • D /wxWidgets/branches/unlabeled-1.20.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.20.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.20.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.20.2/wxWINE.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.20.2'.

2000-03-29 19:11 VS, revision 6985

added wxHF_FLATTOOLBAR

2000-03-29 17:48 RL, revision 6984

recommitting after I lost a race with Vadim :-) relevant changes were: contrib libs now build with an soname when you --enable-burnt_name added -Wall (CXXWARNINGS) to CFLAGS for gcc

2000-03-29 16:33 VZ, revision 6983

1. attempts to fix vsnprintf() check 2. use AC_TRY_COMPILE(), not RUN() for vscanf() check 3. don't test for joystick support in !wxUSE_GUI

2000-03-29 15:34 VZ, revision 6982

another small test added

2000-03-29 15:32 RL, revision 6981

contrib libs now build with an soname when you --enable-burnt_name added -Wall to CFLAGS added Makefile.in's for ogl samples more spring cleaning of contrib makefiles contrib libs now go in $(top_builddir)/lib removed duplicate $(APPEXTRADEFS) from compile flags fixed makelib.env install target to install headers too More changes to Debian packaging: using system libs now added runtime and -dev packages for contrib libs split headers to a separate package to make Base independant of gui libs

2000-03-29 14:46 VZ, revision 6980

corrected documentation of spin events, added wxSpinEvent class docs

2000-03-29 14:19 VZ, revision 6979

regenerated with tmake

2000-03-29 10:41 VS, revision 6978

fixed bug in Makefile: did not copy doc directory -> sample didn't work

2000-03-29 06:27 RL, revision 6977

wrapped code in #if wxUSE_JOYSTICK

2000-03-28 21:20 VS, revision 6976

fixed bug in handling tags that use CR or LF as properties deliminer

2000-03-28 20:51 GRG, revision 6975

There was no event handler defined for the 'Exit' menu option

2000-03-28 18:57 VZ, revision 6974

results for IRIX and HP-UX added/updated

2000-03-28 18:30 VZ, revision 6973

compilation error for HP-UX fixed

2000-03-28 18:16 VZ, revision 6972

compilation error with non-gcc fixed

2000-03-28 17:15 RD, revision 6971

simple change to test new CVS server

2000-03-28 09:29 JS, revision 6970

Added an assert to dialog.cpp to make it clearer where the failure happened.

2000-03-28 08:59 GRG, revision 6969

Replaced one call to isalpha with wxIsalnum in wxURL::ConvertToValidURI because: a) numeric characters are also valid in an URI b) wxIsXXX should be used for wxChar instead of ANSI-C isXXX, so that the code will also work in Unicode builds

2000-03-28 08:52 JS, revision 6968

Fixed buggy printer-setting-remembering bug fix

2000-03-28 06:13 RD, revision 6967

minor updates

2000-03-28 05:13 DW, revision 6966

Merge between dev and stable

2000-03-28 05:10 DW, revision 6965

Merge between dev and stable

2000-03-28 00:55 RD, revision 6964

Don't hard-code the CRT library name, let the /M* flag set the default.

2000-03-28 00:39 OK, revision 6963

IMHO, putting #if defined(__VISAGECPP__) (is it Visual Age?) around the two known trouble lines in here was a stupid idea (the work of someone who didn't pay attention to wx-dev discussions?)... now that wxEncodingConverter is fixed, I took them away...

2000-03-28 00:34 OK, revision 6962

OK, fixing wxEncodingConverter was a little bit harder than I expected because of some dodgy overloading implementation in here, but this ought to do it, I think... (or is it hope?) I wonder if my tree still keeps on having unicode enabled even when I reconfigure with --disable-unicode, and that's why I didn't detect the wxEncodingConverter problem myself? Wonder if that is still the case?

2000-03-27 19:40 GRG, revision 6961

Use 'localhost' directly instead of wxGetHostName, which sometimes does not do the right thing. This change doesn't affect DDE classes, which ignore this argument anyway.

2000-03-27 18:35 DW, revision 6960

GSOCKET fix from dev branch

2000-03-27 18:34 DW, revision 6959

Compile bug for unsuitable method in MB2WC and WX2MB procs. VA only

2000-03-27 18:01 VZ, revision 6958

wxCmdLineParser docs added

2000-03-27 17:11 JS, revision 6957

Added symbol to work around comctl32.dll problems

2000-03-27 15:33 VZ, revision 6956

don't trasnform output dir name to lower case

2000-03-27 15:29 VZ, revision 6955

a usage msg cosemtic fix

2000-03-27 15:29 GT, revision 6954

Start of the Latex documentation of the wxDB/wxTable classes, converting them from MSWord

2000-03-27 12:13 SN, revision 6953

SelectCell forgot to pass ControlDown & Co to SelectBlock in row/column selection mode.

2000-03-27 11:20 , revision 6952
  • A /wxWidgets/tags/WX_2_2_STABLE
  • D /wxWidgets/tags/WX_2_2_STABLE/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/autogen.sh
  • D /wxWidgets/tags/WX_2_2_STABLE/BuildCVS.txt
  • D /wxWidgets/tags/WX_2_2_STABLE/config.guess
  • D /wxWidgets/tags/WX_2_2_STABLE/config.sub
  • D /wxWidgets/tags/WX_2_2_STABLE/configure
  • D /wxWidgets/tags/WX_2_2_STABLE/configure.in
  • D /wxWidgets/tags/WX_2_2_STABLE/contrib
  • D /wxWidgets/tags/WX_2_2_STABLE/debian
  • D /wxWidgets/tags/WX_2_2_STABLE/demos
  • D /wxWidgets/tags/WX_2_2_STABLE/descrip.mms
  • D /wxWidgets/tags/WX_2_2_STABLE/difflast.pl
  • D /wxWidgets/tags/WX_2_2_STABLE/distrib
  • D /wxWidgets/tags/WX_2_2_STABLE/docs
  • D /wxWidgets/tags/WX_2_2_STABLE/include
  • D /wxWidgets/tags/WX_2_2_STABLE/install-sh
  • D /wxWidgets/tags/WX_2_2_STABLE/lib
  • D /wxWidgets/tags/WX_2_2_STABLE/locale
  • D /wxWidgets/tags/WX_2_2_STABLE/Makefile.in
  • D /wxWidgets/tags/WX_2_2_STABLE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/WX_2_2_STABLE/make-deb
  • D /wxWidgets/tags/WX_2_2_STABLE/misc
  • D /wxWidgets/tags/WX_2_2_STABLE/mkinstalldirs
  • D /wxWidgets/tags/WX_2_2_STABLE/modules
  • D /wxWidgets/tags/WX_2_2_STABLE/regen
  • D /wxWidgets/tags/WX_2_2_STABLE/samples
  • D /wxWidgets/tags/WX_2_2_STABLE/setup.h.in
  • D /wxWidgets/tags/WX_2_2_STABLE/setup.h_vms
  • D /wxWidgets/tags/WX_2_2_STABLE/src/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/src/common
  • D /wxWidgets/tags/WX_2_2_STABLE/src/cygnus.bat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/files.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/generic
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/accel.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/app.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/bdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/bitmap.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/bmpbuttn.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/brush.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/button.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/cdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/checkbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/checklst.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/choice.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/clipbrd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/colour.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/combobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/control.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/cross.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/cursor.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/data.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dataobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dc.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dcclient.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dcmemory.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dcscreen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/descrip.mms
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dialog.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dnd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/fdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/filedlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/files.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/font.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/fontdlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/frame.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/gauge.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/gdiobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/glcanvas.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/gsockgtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/horiz.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/icon.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/listbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/main.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/mdi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/menu.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/minifram.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/notebook.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/palette.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/pen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/radiobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/radiobut.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/region.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/settings.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/slider.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/spinbutt.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/spinctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/statbmp.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/statbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/statline.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/stattext.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/tbargtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/threadno.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/threadpsx.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/threadsgi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/timer.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/tooltip.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/treegtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/utilsgtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/utilsres.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/verti.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/wave.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/window.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/win_gtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/accel.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/app.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/bdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/bitmap.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/brush.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/button.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/cdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/checkbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/checklst.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/choice.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/clipbrd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/colour.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/combobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/control.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/cross.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/cursor.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/data.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dataobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dc.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dcclient.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dcmemory.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dcscreen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/descrip.mms
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dialog.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dnd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/fdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/filedlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/files.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/font.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/fontdlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/frame.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/gauge.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/gdiobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/glcanvas.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/gsockgtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/icon.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/listbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/main.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/mdi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/menu.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/minifram.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/notebook.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/palette.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/pen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/radiobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/radiobut.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/region.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/settings.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/slider.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/spinbutt.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/spinctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/statbmp.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/statbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/statline.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/stattext.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/tbargtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/threadno.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/threadpsx.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/threadsgi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/timer.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/tooltip.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/treegtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/utilsres.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/wave.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/window.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/win_gtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/html
  • D /wxWidgets/tags/WX_2_2_STABLE/src/iodbc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/jpeg
  • D /wxWidgets/tags/WX_2_2_STABLE/src/mac
  • D /wxWidgets/tags/WX_2_2_STABLE/src/make.env.in
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeb32.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makebcc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeenvs
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.bcc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.dos
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.va
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.vc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeg95.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.b32
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.bcc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.env.in
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.g95
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.vc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.wat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makemsc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.b32
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.bcc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.env.in
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.g95
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.msc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.sl
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.va
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.vc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.wat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makesc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makesl.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/maketwin.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeva.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makevc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makewat.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/make_cw.mcp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/mingegcs.bat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/mingw32.bat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/motif
  • D /wxWidgets/tags/WX_2_2_STABLE/src/msw
  • D /wxWidgets/tags/WX_2_2_STABLE/src/ntwxwin.mak
  • D /wxWidgets/tags/WX_2_2_STABLE/src/os2
  • D /wxWidgets/tags/WX_2_2_STABLE/src/png
  • D /wxWidgets/tags/WX_2_2_STABLE/src/qt
  • D /wxWidgets/tags/WX_2_2_STABLE/src/regex
  • D /wxWidgets/tags/WX_2_2_STABLE/src/rpmfiles.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/stc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/stubs
  • D /wxWidgets/tags/WX_2_2_STABLE/src/tiff
  • D /wxWidgets/tags/WX_2_2_STABLE/src/unix
  • D /wxWidgets/tags/WX_2_2_STABLE/src/Wxwindll.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxJpeg.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxPng.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxTiff.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc.dsp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc.dsw
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc_dll.dsp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc_dll.dsw
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxWin.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxXpm.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxZlib.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/xpm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/zlib
  • D /wxWidgets/tags/WX_2_2_STABLE/tests
  • D /wxWidgets/tags/WX_2_2_STABLE/user
  • D /wxWidgets/tags/WX_2_2_STABLE/utils
  • D /wxWidgets/tags/WX_2_2_STABLE/wx-config.in
  • D /wxWidgets/tags/WX_2_2_STABLE/wxBase.dsp
  • D /wxWidgets/tags/WX_2_2_STABLE/wxBase.spec
  • D /wxWidgets/tags/WX_2_2_STABLE/wxGTK.spec
  • D /wxWidgets/tags/WX_2_2_STABLE/wxMotif.spec
  • D /wxWidgets/tags/WX_2_2_STABLE/wxWINE.spec

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

2000-03-27 11:20 KB, revision 6951

joystick made conditional

2000-03-26 17:38 RL, revision 6950

added joystick.cpp to filelist for gtk. added datafile to joystick sample makefile.

2000-03-26 17:24 RL, revision 6949

added missing bits for static _gl lib

2000-03-26 15:35 SN, revision 6948

Moved APPEXTRALIBS to beginning of LDLIBS, since they might depend on wx library.

2000-03-26 12:36 SN, revision 6947

Changed wxGrid::OnPaint to call Refresh on subwindows. Added Refresh to wxGrid::EndBatch(). Use batch mode in sample. Changed CalcDimension to better handle cases with zero columns or rows. No more automatic insertion of column when adding rows to a grid without columns.

2000-03-26 02:39 RD, revision 6946

First pass on STC wrappers Lots of little fixes, tweaks, additions, etc.

2000-03-25 23:12 OK, revision 6945

Try to avoid sending a string through mbstowcs() when already Unicode (added #if wxUSE_UNICODE etc).

2000-03-25 23:10 OK, revision 6944

Unicode fix

2000-03-25 23:09 OK, revision 6943

Compiles better under Unicode now (but works is another issue)

2000-03-25 23:07 OK, revision 6942

wxLogError()'s second argument is wxChar*, so it likes c_str() better than mb_str()

2000-03-25 23:06 OK, revision 6941

A couple of Unicode fixes.

2000-03-25 23:05 OK, revision 6940

I suppose text validators may take Unicode input as well.

2000-03-25 23:03 OK, revision 6939

wxResourceBuffer changed back to char*.

2000-03-25 23:03 OK, revision 6938

A few Unicode fixes.

2000-03-25 23:01 OK, revision 6937

Trashed old wxCSConv loader code. Replaced with code that uses wxTheFontMapper->CharsetToEncoding and wxEncodingConverter for now (trying to do something more major would probably be too big for WX_2_2_BRANCH, this can be reimplemented in a better way later). Untested but compiles fine and ought to work.

2000-03-25 22:56 OK, revision 6936

Improved conversion constructor arrangement to always allow a second wxMBConv-type argument (changes the signature of the non-Unicode create-from-wchar_t constructor).

2000-03-25 18:21 OK, revision 6935

Corrected a cut&paste-syndrome-typo (it said MB instead of WX).

2000-03-25 18:10 JS, revision 6934

Removed inline that caused strange a link error

2000-03-25 17:17 OK, revision 6933

Some operator!= against wx[W]CharBuffer that was necessary to compile wxWindows with Borland C++ 5.02

2000-03-25 14:46 JS, revision 6932

Fixed c_string typo

2000-03-25 14:41 OK, revision 6931

Topic overview for wxMBConv classes (more or less). Describes how it is *supposed* to work, not how it actually works, but I'll begin implementing the missing pieces as soon as I get my tree to compile in Unicode mode again...

2000-03-25 14:02 SN, revision 6930

Added support for grids with m_numRows=0. SelectRow(i,TRUE) now sets ControlDown to TRUE in the generated event. Fixed stupid bug in row/column deletion in griddemo.cpp

2000-03-25 13:36 RR, revision 6929

wxListCtrl doesn't select the first item in single selection mode anymore (as per MSW).

2000-03-25 11:49 OK, revision 6928

Some documentatin for wxConv classes. But still need to write an overview...

2000-03-24 22:35 VS, revision 6927

update Czech translations - now in sync with 2.1.14 (and hopefully 2.2)

2000-03-24 19:26 JS, revision 6926

Unmods

2000-03-24 17:45 RR, revision 6925

Trying fight aganist CVS clashes.

2000-03-24 16:03 VZ, revision 6924

added wxTreeCtrl::ExpandAll() which is now called by char handler when '*' is pressed to expand all subitems (MSW compatible)

2000-03-24 16:02 VZ, revision 6923

include

2000-03-24 15:52 VZ, revision 6922

fixed #pragma interface hell

2000-03-24 15:48 JS, revision 6921

Added modal dialog OnIdle processing; added asserts to helpfrm.cpp to confirm XPM loading problem; fixes some compilos.

2000-03-24 14:04 VZ, revision 6920

fix for casting from GtkScrolledWindow to GtkWindow: don't call gtk_window_set_geometry_hints for MDI children

2000-03-24 13:59 VZ, revision 6919

compilation fixes for Unix after Unicode fixes for Windows

2000-03-24 13:57 VZ, revision 6918

added wxThread() ctor parameter description

2000-03-24 13:21 JS, revision 6917

Compile problem fixes

2000-03-24 12:12 JS, revision 6916

Unicode fixes

2000-03-24 11:31 JS, revision 6915

Some Unicode changes

2000-03-24 01:56 VZ, revision 6914

compilation/linking fixes for DLL build in release mode

2000-03-23 21:19 JS, revision 6913

Some more script bits

2000-03-23 21:16 JS, revision 6912

Made it possible to switch off more settings; fixed wxScrollWindow::Scroll bug (if x == oldx, skipped processing of y direction)

2000-03-23 05:17 DW, revision 6911

no message

2000-03-22 23:22 DW, revision 6910

Reworked Frame class

2000-03-22 20:23 GRG, revision 6909

Updated mingw/cygwin information

2000-03-22 19:10 JS, revision 6908

Fixed BC++ makefile for FINAL=1

2000-03-22 18:31 RR, revision 6907

Bumped up to 2.1.15.

2000-03-22 18:04 RR, revision 6906

Corrected wxGTK.spec as per 2.1.14 (hadn't commited), Removed include "gtk.h" from the public pen.h header and added check for this to configure etc.

2000-03-22 12:57 VZ, revision 6905

added a note about comctl32.dll bug

2000-03-22 12:56 VZ, revision 6904

Cygwin tested

2000-03-22 12:56 VZ, revision 6903

french translation done!

2000-03-22 12:55 VZ, revision 6902

small fix for msg catalog search path

2000-03-22 12:50 VZ, revision 6901

french translation done!

2000-03-22 12:42 JJ, revision 6900

Committing in . Modified Files: wxWindows/src/gtk/wx_gtk_vmsjackets.c ----------------------------------------------------------------------

2000-03-22 12:33 VZ, revision 6899

the French translations for wxWin

2000-03-22 12:32 VZ, revision 6898

small fix to the msg catalog search path

2000-03-22 12:11 VZ, revision 6897

note about comctl32.dll bug with tree ctrl colours added

2000-03-22 12:02 VZ, revision 6896

check for vsnprintf() with C++ compiler

2000-03-21 21:02 GRG, revision 6895

Various small fixes

2000-03-21 20:34 GRG, revision 6894

Fixed a memory leak in wxTCPServer

2000-03-21 20:33 JS, revision 6893

Started (but got bored with) Unicode corrections; wxTreeCtrl correction; misc.

2000-03-21 19:18 GT, revision 6892

Fixed typos in the docs

2000-03-21 17:45 VZ, revision 6891

test for shl_load() with -ldld (needed under HP-UX)

2000-03-21 17:45 , revision 6890
  • A /wxWidgets/branches/WX_2_2_BRANCH
  • D /wxWidgets/branches/WX_2_2_BRANCH/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/WX_2_2_BRANCH/lib/dummy
  • R /wxWidgets/branches/WX_2_2_BRANCH/misc/afm
  • A /wxWidgets/branches/WX_2_2_BRANCH/misc/afm/.cvsignore
  • R /wxWidgets/branches/WX_2_2_BRANCH/misc/gs_afm
  • A /wxWidgets/branches/WX_2_2_BRANCH/misc/gs_afm/.cvsignore
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/grid/bitmap2.bmp
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/internat/internat.def
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/internat/makefile.sc
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/layout/fload.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/layout/layout.def
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/layout/makefile.sc
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/mdi/makefile.sc
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/mdi/mdi.def
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/mdi/mdi.ico
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/mdi/mdi.rc
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/minimal/mondrian.ico
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/png/pngdemo.rc
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/printing/fload.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/printing/printing.def
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/splitter/mondrian.ico
  • R /wxWidgets/branches/WX_2_2_BRANCH/samples/tab/mondrian.ico
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/common/dynlib.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/common/glob.inc
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/common/matrix.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk/horiz.xbm
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/gtk/threadpsx.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk1/horiz.xbm
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/gtk1/threadpsx.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/gtk1/verti.xbm
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/html/search.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/png/ansi2knr.1
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/png/makefile.nt
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/build.bat
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.aco
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.ama
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.atr
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.lnx
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.mip
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.s2x
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.sun
  • A /wxWidgets/branches/WX_2_2_BRANCH/src/png/scripts/makefile.wat
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/regex
  • D /wxWidgets/branches/WX_2_2_BRANCH/src/unix/net.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/algorithm.txt
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/ChangeLog
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/configure
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/descrip.mms
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/INDEX
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/infblock.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/infcodes.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/inffast.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/inftrees.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/infutil.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/Makefile.in2
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/Makefile.riscos
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/Make_vms.com
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/maketree.c
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/README
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/trees.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/src/zlib/zlib.3
  • R /wxWidgets/branches/WX_2_2_BRANCH/user
  • D /wxWidgets/branches/WX_2_2_BRANCH/user/Makefile
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxConvert
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxConvert/wxConvert.h
  • A /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/.cvsignore
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/dirctrl.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/dirctrl.h
  • A /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/FMJobs.cpp
  • A /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/FMJobs.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/filectrl.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/filectrl.h
  • D /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/Makefile
  • D /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/Makefile.in
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/wxFile.cpp
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxFile/wxFile.h
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxTest
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxTest/folder.xpm
  • R /wxWidgets/branches/WX_2_2_BRANCH/user/wxTest/list.xpm
  • D /wxWidgets/branches/WX_2_2_BRANCH/utils/wxPython/src/makefile.nt
  • D /wxWidgets/branches/WX_2_2_BRANCH/utils/wxPython/src/wxp.cpp
  • D /wxWidgets/branches/WX_2_2_BRANCH/utils/wxprop

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

2000-03-21 13:39 DW, revision 6889

Quick VA fix

2000-03-21 13:39 DW, revision 6888

Settle on one shortcut key utility proc.

2000-03-21 10:39 JS, revision 6887

Added WXDLLEXPORT keywords

2000-03-20 18:51 RR, revision 6886

Great. A dot mssing in the spec file so I can start building again.

2000-03-20 18:41 , revision 6885
  • A /wxWidgets/tags/WX_2_1_14
  • D /wxWidgets/tags/WX_2_1_14/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_1_14/lib/dummy
  • R /wxWidgets/tags/WX_2_1_14/misc/afm
  • A /wxWidgets/tags/WX_2_1_14/misc/afm/.cvsignore
  • R /wxWidgets/tags/WX_2_1_14/misc/gs_afm
  • A /wxWidgets/tags/WX_2_1_14/misc/gs_afm/.cvsignore
  • R /wxWidgets/tags/WX_2_1_14/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_1_14/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_1_14/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_1_14/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_1_14/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_1_14/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_1_14/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_14/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_1_14/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_1_14/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_1_14/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_1_14/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_1_14/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_1_14/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_1_14/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_1_14/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_1_14/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_1_14/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_1_14/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_14/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_14/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_1_14/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_1_14/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_1_14/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_14/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_14/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_1_14/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_1_14/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk/horiz.xbm
  • D /wxWidgets/tags/WX_2_1_14/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_1_14/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_1_14/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/WX_2_1_14/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/WX_2_1_14/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_1_14/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_1_14/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_1_14/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_1_14/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_1_14/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_1_14/src/png/scripts
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_1_14/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_1_14/src/regex
  • D /wxWidgets/tags/WX_2_1_14/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/configure
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/README
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_1_14/src/zlib/zlib.3
  • R /wxWidgets/tags/WX_2_1_14/user
  • D /wxWidgets/tags/WX_2_1_14/user/Makefile
  • R /wxWidgets/tags/WX_2_1_14/user/wxConvert
  • R /wxWidgets/tags/WX_2_1_14/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_1_14/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_1_14/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_1_14/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_1_14/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_1_14/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_1_14/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_1_14/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_1_14/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_1_14/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_1_14/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_1_14/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_1_14/user/wxTest
  • R /wxWidgets/tags/WX_2_1_14/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_1_14/user/wxTest/list.xpm
  • D /wxWidgets/tags/WX_2_1_14/utils/wxPython/src/makefile.nt
  • D /wxWidgets/tags/WX_2_1_14/utils/wxPython/src/wxp.cpp
  • D /wxWidgets/tags/WX_2_1_14/utils/wxprop

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

2000-03-20 18:41 VZ, revision 6884

1. some (benign) warnings fixed 2. make dist/install fixes for wxBase

2000-03-20 17:39 VZ, revision 6883

wxThread::Kill() doesn't call OnExit() incorrectly

2000-03-20 16:52 JS, revision 6882

Had to #ifdef out wxGetFullHostName for Cygwin b20

2000-03-20 16:32 JS, revision 6881

Win16 BC++ makefile fixes, other v. small fixes

2000-03-20 15:48 JS, revision 6880

SetBrushOrgExt broke WIN16 compilation

2000-03-20 14:47 DW, revision 6879

gsocket update. Fix for EMX broke VA.

2000-03-20 13:46 VZ, revision 6878

always link with libm

2000-03-20 13:41 JS, revision 6877

Docview mended (grrr) and OGL studio partially working under wxGTK

2000-03-20 13:00 GRG, revision 6876

Added extern "C" around winsock and moved it before "wx/msw/private.h" to make it work with mingw (2.95 is buggy)

2000-03-20 12:57 GRG, revision 6875

Patch to add extern "C" to winsock.h in gcc2.95

2000-03-20 10:54 JS, revision 6874

Added joytest Makefile.in

2000-03-20 10:53 JS, revision 6873

Fixed wrong cursor problem in wxGTK

2000-03-20 10:53 JS, revision 6872

Fixed problem with CaptureMouse if cursor is null.

2000-03-20 00:31 DW, revision 6871

OS/2 Updates

2000-03-20 00:20 DW, revision 6870

OS/2 Updates

2000-03-19 23:43 GRG, revision 6869

A duplicate case label broken mingw compilation

2000-03-19 23:19 GRG, revision 6868

Added a Motif-only extra call to UpdateInfoText() just after frame creation

2000-03-19 23:04 RL, revision 6867

fixed broken test for wxUSE_JOYSTICK in configure. added joytest sample to samples_dist and samples/configure.

2000-03-19 19:55 JS, revision 6866

Misc small changes

2000-03-19 19:51 RR, revision 6865

The Return of WM Size Hints Part IV.

2000-03-19 18:51 VZ, revision 6864

zlib objects linked together with wxBase

2000-03-19 18:46 VZ, revision 6863

wxFTP::Close() shouldn't hide base wxSocket function

2000-03-19 17:21 RD, revision 6862

Allows wxStatusBar95 to send common events like other windows

2000-03-19 16:45 VZ, revision 6861

1. corrected HAVE_PW_GECOS detection in configure (which never worked) 2. added and documented wxGetFreeMemory() for Unix (Linux/Solaris only)

2000-03-19 16:23 RR, revision 6860

Funny resize behaviour fix.

2000-03-19 15:28 VS, revision 6859

fixed KeySym handling ((keysym & 0xF000) != 0 instead of keysym < 0xFF to determine printable characters

2000-03-19 15:24 JS, revision 6858

Small mods to distrib files

2000-03-19 14:47 JS, revision 6857

Some VC++ makefile fixes; minor comment mods to setup0.h

2000-03-19 14:43 RL, revision 6856

added missing object file for vidxanm to unix makefile

2000-03-19 14:34 SN, revision 6855

Added info about versions for XFree86/OS2.

2000-03-19 14:18 VZ, revision 6854

some old Danish translations

2000-03-19 13:59 VZ, revision 6853

OS/2 info added

2000-03-19 13:52 VZ, revision 6852

compilation fix for anything different from VC++

2000-03-19 13:51 RL, revision 6851

added missing object files for oss & esd to unix makefile

2000-03-19 13:27 VZ, revision 6850

some more (apparently harmless) changes from Klass Holwerda

2000-03-19 13:20 VZ, revision 6849

translator for Swedish added

2000-03-19 13:10 VZ, revision 6848

some more explanations about thread exiting/killing/deleting

2000-03-19 12:57 SN, revision 6847

Chnaged includes to work without precompiled headers

2000-03-19 12:36 VZ, revision 6846

apparent gcc bug workaround

2000-03-19 10:31 RR, revision 6845

Highly experimental, unstable code (for determining the encoding of the default GUI font). #ifdeffed.

2000-03-19 09:08 RR, revision 6844

Small speed-up.

2000-03-19 04:09 RL, revision 6843

repaired some of the more obvious horrors in the contrib (configure) Makefiles reworked makelib.env so that it now can create shared libs and has (un)install targets.

2000-03-19 03:41 RD, revision 6842

wxUSE_DYNAMIC_CLASSES was left out.

2000-03-19 02:10 NI, revision 6841

fixed wxListMainWindow::HitTest

2000-03-19 00:57 VZ, revision 6840

don't compile docvwmdi sample if !wxUSE_MDI_ARCHITECTURE

2000-03-19 00:56 VZ, revision 6839

1. fixed crash in wxDateTime::ParseDate 2. some DLL compilation fixes 3. wxHandleFatalExceptions() implemented for MSW and documented 4. some attempts to make setup0.h a bit nicer

2000-03-18 23:42 SN, revision 6838

Added includes needed if not using precompiled headers.

2000-03-18 23:24 SN, revision 6837

Removed redundant member variable.

2000-03-18 23:12 SN, revision 6836

Don't try to use Tooltips, if they are not available.

2000-03-18 22:50 SN, revision 6835

No precompiled headers for gcc, even if compiling WXPM.

2000-03-18 22:28 SN, revision 6834

Added a couple of fixes.

2000-03-18 22:25 VZ, revision 6833

some files for wxHandleFatalException() I previously forgot to commit

2000-03-18 21:46 VS, revision 6832

changed titlebar text colour from white to fg[GTK_STATE_SELECTED]

2000-03-18 21:15 RL, revision 6831

These two makefiles were *horrid* abominations. In fact they still are. But at least now they have some _chance_ of actually working..

2000-03-18 20:22 RL, revision 6830

made makefile more robust

2000-03-18 20:18 RR, revision 6829

wxAccel fix.

2000-03-18 20:11 JS, revision 6828

Added def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format doc; added OpenGL libs to makeg95.env

2000-03-18 18:47 RR, revision 6827

I don't think the last person to edit splitter.cpp did actually run the sample afterwards. I did.

2000-03-18 17:39 SN, revision 6826

Added conversion of menu labels (&->~)

2000-03-18 16:48 GRG, revision 6825

Had to #ifdef out all the new wxGetFullHostName code as it breaks all the samples and apps _at least_ under mingw (and I think it will also cause other problems). Sorry, will have to wait for 2.1.14 to be released before this can be properly fixed.

2000-03-18 15:50 JS, revision 6824

Removed the wonderfully malicious WS_CLIPSIBLINGS style.

2000-03-18 14:12 JS, revision 6823

Corrected my correction.

2000-03-18 13:24 JS, revision 6822

Moved position of WXDLLEXPORT keyword

2000-03-18 13:19 JS, revision 6821

Corrected WXDLLEXPORT keyword position.

2000-03-18 09:34 JS, revision 6820

Restored sane way of using BC++ linker

2000-03-18 09:26 JS, revision 6819

Added stub for wxHandleFatalExceptions. But where's the implementation?

2000-03-18 09:20 JS, revision 6818

Doc tweaks

2000-03-18 08:33 RD, revision 6817

When making the DLL with glcanvas then you have to link the dll with the gl libraries. Added a flag to let the makefile do that.

2000-03-18 08:15 RD, revision 6816

When making the DLL with glcanvas then you have to link the dll with the gl libraries. Added a flag to let the makefile do that.

2000-03-18 07:57 RD, revision 6815

new swig generated code

2000-03-18 07:57 RD, revision 6814

changes for wxDash

2000-03-17 23:02 VZ, revision 6813

more tests: OS/user info functions

2000-03-17 23:02 VZ, revision 6812

compilation fix

2000-03-17 23:01 SN, revision 6811

Added include of module.h

2000-03-17 23:00 VZ, revision 6810

1. wxGetFullHostName() does return the full host name now under MSW 2. wxGetEmailAddress() doesn't always return empty string... 3. status bar created under MSW is of type wxStatusBar, hence wxWin RTTI works for it 4. carsh in IPC sample fixed

2000-03-17 19:30 RD, revision 6809

fixes for drop source and for capturing the mouse

2000-03-17 18:59 RD, revision 6808

Some wxPython doc changes

2000-03-17 18:49 RD, revision 6807

fixing the STC sample makefile to find the include directory

2000-03-17 18:29 VZ, revision 6806

fix in fontspec parsing

2000-03-17 18:18 VZ, revision 6805

HTTP_PROXY bug (freeze on program startup) should be fixed

2000-03-17 18:16 RD, revision 6804

wxFont remembers facename of actual font used

2000-03-17 17:59 JS, revision 6803

Some doc fixes; BC++, Watcom C++, Mingw32 fixes

2000-03-17 16:55 VZ, revision 6802

wxHandleFatalExceptions() added, documented

2000-03-17 16:41 SN, revision 6801

Added missing IMPLEMENT_DYNAMIC_CLASS

2000-03-17 15:42 RR, revision 6800

Small makefile change.

2000-03-17 15:30 VZ, revision 6799

skip status bars in wxWindow::Fit

2000-03-17 15:09 GRG, revision 6798

Fixed bug for late events arriving after connections had been destroyed

2000-03-17 14:08 VZ, revision 6797

warnings from FreeBSD compilation log removed

2000-03-17 14:05 JS, revision 6796

Removed an include from windres flags since it can't cope with a long command line

2000-03-17 13:59 VZ, revision 6795

oops, compilation error - fixed

2000-03-17 13:58 VZ, revision 6794

wxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda

2000-03-17 13:39 BJ, revision 6793

fix for textctrl height

2000-03-17 13:31 BJ, revision 6792

*** empty log message ***

2000-03-17 13:12 BJ, revision 6791

default font for dialog

2000-03-17 12:47 SN, revision 6790

Added #pragma implementation for gcc.

2000-03-17 12:46 SN, revision 6789

bool-> int, gcc doesn't like bool in _C_ code.

2000-03-17 12:45 SN, revision 6788

bool->int, since gcc doesn't like bool in _C_ code

2000-03-17 12:01 JS, revision 6787

Added back gnuwin32 include

2000-03-17 11:18 GT, revision 6786

RCS left a turd in the previous checkin

2000-03-17 11:15 GT, revision 6785

Fixed compilation in release mode

2000-03-17 10:08 JS, revision 6784

Added some makefiles, more BC++/win16 fixes

2000-03-17 09:19 JS, revision 6783

Doc updates; new grid disabled for BC++/WIN16 (too much global data)

2000-03-17 08:44 MJ, revision 6782

db.h

2000-03-17 08:43 MJ, revision 6781

browsedb.cpp browsedb.h doc.cpp doc.h

2000-03-17 08:10 MT, revision 6780

added WS_CLIPSIBLINGS

2000-03-17 08:07 MT, revision 6779

no message

2000-03-16 23:24 DW, revision 6778

more framework fixes for menu displays

2000-03-16 21:57 GRG, revision 6777

Removed bool params and retvalues in GSocket interface to avoid mismatch between C-compiled bools in gsocket and C++ real bools as passed by wxSocket

2000-03-16 21:57 GRG, revision 6776

Removed bool params and retvalues in GSocket interface to avoid mismatch between C-compiled bools in gsocket and C++ real bools as passed by wxSocket

2000-03-16 20:46 GRG, revision 6775

Fixed a problem in GAddress related to CHECK_ADDRESS macro

2000-03-16 20:41 RR, revision 6774

Next take at getting mini-frames even with Life! to work...

2000-03-16 20:09 GRG, revision 6773

More debug code

2000-03-16 19:47 RR, revision 6772

Fixed mini-frame problems.

2000-03-16 19:42 GT, revision 6771

Fixed a typo in wxDbConnectionsInUse()

2000-03-16 19:27 SN, revision 6770

Readded #if wxUSE_UNICODE to ~wxApp.

2000-03-16 19:09 GT, revision 6769

Modified to use the newly defined names for functions/classes/structs defined to match the wxWindows conventions for naming (primarily prefacing these items with wx). Fixed program so it would not crash when using FILE|EXIT Fixed widget alignment issues

2000-03-16 19:02 GT, revision 6768

Modified to use the newly defined names for functions/classes/structs defined to match the wxWindows conventions for naming (primarily prefacing these items with wx).

2000-03-16 19:00 GT, revision 6767

Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them). Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names. The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names Added a wxDbCreateDataSource() function, though it only works under MSW using VC6, because the API is not available with iODBC. To use this, it requires linking in odbccp32.lib and #including odbcinst.h in db.h. This function is disabled with #if 0 for now.

2000-03-16 19:00 GT, revision 6766

Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them). Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names. The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names Added a param to GetWhereClause() so that now the LIKE operator can be applied to strings rather than EQUAL

2000-03-16 18:59 GT, revision 6765

Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them). Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names. The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names Undid RRs last change, as it breaks backward compatabilty with using this class with 1.6x (GetData() is still a supported function, and is used in dozens of other places in this file, so it could not have broken compilation). Added a param to GetWhereClause() so that now the LIKE operator can be applied to strings rather than EQUAL

2000-03-16 17:57 VZ, revision 6764

added test for bug #38

2000-03-16 17:37 RD, revision 6763

converted some args to return values

2000-03-16 17:37 VZ, revision 6762

tooltip fix: compile-time test removed, comment explaining it added

2000-03-16 17:22 VS, revision 6761

added remark on hhp2cached

2000-03-16 16:47 VZ, revision 6760

better TestSocketServer()

2000-03-16 16:30 VZ, revision 6759

bug fixes

2000-03-16 16:00 GRG, revision 6758

Only added \n to debug printfs

2000-03-16 15:53 DW, revision 6757

compile bug fixed in SetCursor

2000-03-16 15:35 GRG, revision 6756

More debug code

2000-03-16 12:26 GRG, revision 6755

MSW: Grouped all MSVC #pragma disable Unix: Fixed GAddress_destroy leak as Vadim did for MSW

2000-03-16 12:05 GRG, revision 6754

Process pending events before deleting pending objects, and do it regardless of the value of wxUSE_THREADS (wxPostEvents can be used in single threaded apps). Changed: wxApp::OnIdle

2000-03-16 08:49 JJ, revision 6753

Committing in . Modified Files: wxWindows/docs/readme_vms.txt ----------------------------------------------------------------------

2000-03-16 08:07 JJ, revision 6752

Committing in . Patches for the wxGTK compilation on VMS Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/include/wx/gtk/app.h wxWindows/samples/minimal/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/generic/filedlgg.cpp wxWindows/src/gtk/app.cpp wxWindows/src/gtk/descrip.mms wxWindows/src/gtk/listbox.cpp wxWindows/src/gtk/utilsgtk.cpp wxWindows/src/gtk/win_gtk.c wxWindows/src/gtk/window.cpp wxWindows/src/gtk/wx_gtk_vmsjackets.c ----------------------------------------------------------------------

2000-03-16 01:12 VZ, revision 6751

1. fixed memory leak in GAddress 2. fixed memory leak with wxLogStderr in wxBase 3. updated tmake files/makefiles for wxBase with wxSocket under MSW 4. fixed wxSashWindow cursor bug by allowing SetCursor(wxNullCursor) 5. fixed warning in gsock*.c

2000-03-16 01:05 VZ, revision 6750

removed test code

2000-03-16 01:04 VZ, revision 6749

some fixes in TestSocketServer()

2000-03-16 01:03 VZ, revision 6748

1. fixed memory leak in GAddress 2. fixed memory leak with wxLogStderr in wxBase 3. updated tmake files/makefiles for wxBase with wxSocket under MSW 4. fixed wxSashWindow cursor bug by allowing SetCursor(wxNullCursor) 5. fixed warning in gsock*.c

2000-03-16 00:15 RD, revision 6747

dropTarget is now dynamically allocated.

2000-03-15 23:31 NI, revision 6746

included missing header files - without them mingw32 compilation failed

2000-03-15 23:27 DW, revision 6745

no message

2000-03-15 22:01 SN, revision 6744

Bugfix

2000-03-15 20:51 RL, revision 6743

removed TAB_TRAVERSAL style

2000-03-15 19:53 JS, revision 6742

Some C++Builder fixes

2000-03-15 19:19 VZ, revision 6741

wxSocketServer test added to console sample

2000-03-15 18:52 JS, revision 6740

Various compiler changes

2000-03-15 17:16 VZ, revision 6739

test data file for console sample

2000-03-15 17:16 VZ, revision 6738

1. wxFTP works (somehow) 2. wxSocket/GSocket wxBase support for Unix

2000-03-15 16:39 DW, revision 6737

no message

2000-03-15 16:16 RL, revision 6736

added some missing makefile.unx to samples_dist

2000-03-15 14:58 RL, revision 6735

makefile changes for utils_dist

2000-03-15 14:35 GRG, revision 6734

Fixed _Read() when waitall was not set and there was data in the pushback buffer

2000-03-15 14:34 GRG, revision 6733

Fixed typo

2000-03-15 13:29 GRG, revision 6732

Fixed a endianness stupidity in the sample

2000-03-15 13:28 GRG, revision 6731

Added a warning for unknown events

2000-03-15 12:11 JS, revision 6730

Changes to ProjGen for new sample filenames

2000-03-15 09:31 GRG, revision 6729

list.h was included twice

2000-03-15 09:03 GRG, revision 6728

Forgot to commit this one - changes for wxBase

2000-03-15 08:49 BJ, revision 6727
  • D /wxWidgets/trunk/utils/ogl

*** empty log message ***

2000-03-15 08:48 BJ, revision 6726
  • D /wxWidgets/trunk/utils/ogl/src/basic.cpp
  • D /wxWidgets/trunk/utils/ogl/src/basic.h
  • D /wxWidgets/trunk/utils/ogl/src/basic2.cpp
  • D /wxWidgets/trunk/utils/ogl/src/basicp.h
  • D /wxWidgets/trunk/utils/ogl/src/bmpshape.cpp
  • D /wxWidgets/trunk/utils/ogl/src/bmpshape.h
  • D /wxWidgets/trunk/utils/ogl/src/canvas.cpp
  • D /wxWidgets/trunk/utils/ogl/src/canvas.h
  • D /wxWidgets/trunk/utils/ogl/src/composit.cpp
  • D /wxWidgets/trunk/utils/ogl/src/composit.h
  • D /wxWidgets/trunk/utils/ogl/src/constrnt.cpp
  • D /wxWidgets/trunk/utils/ogl/src/constrnt.h
  • D /wxWidgets/trunk/utils/ogl/src/divided.cpp
  • D /wxWidgets/trunk/utils/ogl/src/divided.h
  • D /wxWidgets/trunk/utils/ogl/src/drawn.cpp
  • D /wxWidgets/trunk/utils/ogl/src/drawn.h
  • D /wxWidgets/trunk/utils/ogl/src/drawnp.h
  • D /wxWidgets/trunk/utils/ogl/src/lines.h
  • D /wxWidgets/trunk/utils/ogl/src/linesp.h
  • D /wxWidgets/trunk/utils/ogl/src/Makefile.in
  • D /wxWidgets/trunk/utils/ogl/src/makefile.b32
  • D /wxWidgets/trunk/utils/ogl/src/makefile.bcc
  • D /wxWidgets/trunk/utils/ogl/src/makefile.dos
  • D /wxWidgets/trunk/utils/ogl/src/makefile.g95
  • D /wxWidgets/trunk/utils/ogl/src/makefile.unx
  • D /wxWidgets/trunk/utils/ogl/src/makefile.vc
  • D /wxWidgets/trunk/utils/ogl/src/makefile.wat
  • D /wxWidgets/trunk/utils/ogl/src/mfutils.cpp
  • D /wxWidgets/trunk/utils/ogl/src/mfutils.h
  • D /wxWidgets/trunk/utils/ogl/src/misc.cpp
  • D /wxWidgets/trunk/utils/ogl/src/misc.h
  • D /wxWidgets/trunk/utils/ogl/src/ogl.h
  • D /wxWidgets/trunk/utils/ogl/src/ogldiag.cpp
  • D /wxWidgets/trunk/utils/ogl/src/ogldiag.h

removing ogl from utils

2000-03-15 08:41 JS, revision 6725

Added missing includes

2000-03-15 08:09 VZ, revision 6724

mingw32 compilation fix

2000-03-15 07:52 VZ, revision 6723

some fwd declarations added to the header

2000-03-15 06:05 GRG, revision 6722

Some modifications and additions for full wxBase support - not tested yet, but it should work OK as is or with little changes.

2000-03-15 03:30 GRG, revision 6721

Fixed a bug in the latest 'micro optimization' - was skipping one of each two events.

2000-03-15 02:14 GRG, revision 6720

err.. not sure :-)

2000-03-15 00:22 JS, revision 6719

Possible fix for DestroyWindow message in MDI apps (call DestroyChildren in destructor)

2000-03-15 00:21 JS, revision 6718

Some doc proofreading

2000-03-14 20:08 RR, revision 6717

Fixed missing paint events when overriding DoMoveWindow()

2000-03-14 19:55 RL, revision 6716

renamed treelay sample

2000-03-14 19:47 RL, revision 6715

renamed dragimag sample

2000-03-14 19:35 RL, revision 6714

renamed thread sample

2000-03-14 19:30 RL, revision 6713

renamed splitter sample

2000-03-14 19:24 RL, revision 6712

renamed notebook sample

2000-03-14 19:17 RL, revision 6711

renamed minifram sample

2000-03-14 19:09 RL, revision 6710

renamed grid sample

2000-03-14 18:58 RL, revision 6709

renamed tab sample

2000-03-14 18:50 RL, revision 6708

renamed wizard sample

2000-03-14 18:46 VZ, revision 6707

some micro optimisations in SearchEventTable

2000-03-14 18:37 RL, revision 6706

renamed treectrl sample

2000-03-14 18:28 VZ, revision 6705

call wxMenubarSetInvokingWindow for submenus appended during run-time

2000-03-14 18:22 RL, revision 6704

...and extra proplist makefiles too

2000-03-14 18:20 RL, revision 6703

renamed proplist sample

2000-03-14 17:58 VZ, revision 6702

portuguese translator added

2000-03-14 17:53 JS, revision 6701

Removed some redundant files

2000-03-14 17:20 RR, revision 6700

Corrected status bar redraw problems.

2000-03-14 17:09 VZ, revision 6699

removed -Icontrib from src/make.env, use APPEXTRADEFS for such things instead

2000-03-14 16:51 VZ, revision 6698

fixed crash in OnChar() after m_key_current was deleted

2000-03-14 16:35 VZ, revision 6697

fixed infinite recursion in TAB handling with panels inside panels

2000-03-14 16:11 VZ, revision 6696

stc targets in the global makefiles

2000-03-14 16:01 VZ, revision 6695

wxDropSource should have def ctor

2000-03-14 16:00 VZ, revision 6694

makefiles for stc lib and sample for Unix

2000-03-14 15:18 JS, revision 6693

Doc edits; adding mmedia.rsp; added STC BC++ makefiles

2000-03-14 15:15 VZ, revision 6692

temp ugly hack around the bug under GTK

2000-03-14 15:10 VZ, revision 6691

reverted all changes by Mark Johnson

2000-03-14 14:57 VZ, revision 6690

1. aapplied patch for bcc makefiles from Ricky Gonzales 2. regenerated makefiles with tmake

2000-03-14 14:50 VZ, revision 6689

some appearance fixes

2000-03-14 14:43 BJ, revision 6688

better dialog for Motif

2000-03-14 14:42 VZ, revision 6687

compilation fir for !WX_PRECOMP

2000-03-14 14:34 VZ, revision 6686

changed test -a into 2 tests

2000-03-14 14:07 DW, revision 6685

Tiff library icc for VisualAge 4.0

2000-03-14 14:06 RL, revision 6684

updated samples makefiles

2000-03-14 13:53 RR, revision 6683

Even more printfs in GSocket, Copmile fix for splitter.

2000-03-14 13:36 DW, revision 6682

Some changes to fix event processing

2000-03-14 12:33 KB, revision 6681

fixed arguments to "test"

2000-03-14 11:51 JS, revision 6680

Added/updated some BC++ makefiles

2000-03-14 11:33 VS, revision 6679

Czech message catalog is now up to date

2000-03-14 11:33 VS, revision 6678
  • D /wxWidgets/trunk/locale/cs.mo
  • D /wxWidgets/trunk/locale/cz.mo
  • D /wxWidgets/trunk/locale/cz.po

removed files that have nothing to do here (cz is alias for cs, .mo files for other languages are not here)

2000-03-14 11:25 JS, revision 6677

Fixed crash-on-exit bug due to status bar being deleted twice (MDI apps); small changes

2000-03-14 09:56 GRG, revision 6676

Changed Socket() and SocketEvent() to Get... in the samples, also added a few more comments and output messages for easier understanding of what's going on inside wxSocket.

2000-03-14 09:32 GRG, revision 6675

Changed declaration of functions taking an empty arglist (which means no prototype in C, not (void) like in C++) to take (void) instead.

2000-03-14 09:02 JS, revision 6674

Added gsockmsw.c to VC++ project files

2000-03-14 09:00 JS, revision 6673

Added prototypes to eliminate BC++ warnings

2000-03-14 04:44 GRG, revision 6672

Added new file: gsockmsw.c

2000-03-14 04:43 GRG, revision 6671

Added gsockmsw which now contains all GUI-specific code for the MSW version of gsocket - a step towards wxBase

2000-03-14 04:41 GRG, revision 6670

src\unix\gsocket.c

2000-03-14 03:13 MT, revision 6669

remove HWND association when DestroyWindow

2000-03-14 01:05 GRG, revision 6668

Removed the PREEXTRALIBS hack - no longer needed

2000-03-14 01:00 GRG, revision 6667

A few unimportant changes

2000-03-14 00:47 VZ, revision 6666

1. demo of status bar at the top in statbar 2. kbd accels added to splitter

2000-03-14 00:45 VZ, revision 6665

1. status bar can now be positioned on top (and anywhere, in fact) 2. status bar without wxST_SIZEGRIP style won't have the size grip (wow) 3. scrollbars don't get the cursor of the main window any more 4. introduced wxSetCursorEvent and use it in wxSplitterWindow

2000-03-14 00:09 GRG, revision 6664

Added PREEXTRALIBS and .cxx rule

2000-03-14 00:08 GRG, revision 6663

Added PREEXTRALIBS (ugh)

2000-03-13 23:41 GRG, revision 6662

new

2000-03-13 23:29 DW, revision 6661

Some changes to fix event processing

2000-03-13 22:11 SN, revision 6660

Improved selection mode handling in wxGrid::SelectBlock

2000-03-13 17:22 VS, revision 6659

replaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error messages -- these are for users, should not reveal internals

2000-03-13 17:20 VZ, revision 6658

added test for selection events

2000-03-13 17:12 RD, revision 6657

Initialize the field count in Create(). It was using a garbage value and causing havoc...

2000-03-13 16:45 RR, revision 6656

Found bug that skrewed up display wrt horizontal scrolling of wxListCtrl. The selected area still seems wrong, though.

2000-03-13 15:48 VZ, revision 6655

1. some patches from Janos Vegh to docview template detection 2. fixed reentrancy bug in wxGetTranslation/wxLogError resulting in infinite number of messageboxes 3. wxMenuItem::GetLabelFromText("&Foo") now returns "Foo", not "&Foo" in GTK as well 4. test for update region being NULL in wxPaintDC

2000-03-13 15:31 VZ, revision 6654

suppress gcc warning about non virtual dtor

2000-03-13 15:21 RR, revision 6653

Typo GtkPizza, More debug printf()s in GSocket_Write() Did I touch plot.cpp ?

2000-03-13 14:34 RL, revision 6652

moved wxDash typedef to gdicmn.h added wxXXXDash, platform dependant types for all ports made using native dialogs the default in msw/setup0.h

2000-03-13 13:52 GRG, revision 6651

Fixed a harmless warning about $d in sprintf and long argument

2000-03-13 13:00 GRG, revision 6650

Use system default font for all platforms

2000-03-13 12:04 SN, revision 6649

More compilation fixes.

2000-03-13 11:20 JS, revision 6648

Added tech note on adding class documentation.

2000-03-13 09:45 VZ, revision 6647

fixed cross-compilation for Windows with mingw

2000-03-13 08:28 VZ, revision 6646

remove \r from literal strings

2000-03-13 08:27 VZ, revision 6645

check for strtok_r() using C++ compiler

2000-03-13 06:50 RD, revision 6644

Added methods for folding dropTarget is now allocated with new

2000-03-13 05:43 DW, revision 6643

no message

2000-03-13 02:34 NI, revision 6642

someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

2000-03-13 01:59 NI, revision 6641

someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

2000-03-12 21:26 RR, revision 6640

Added debuf printf()s to GSocket,

2000-03-12 17:11 RR, revision 6639

Some doc updates, makefile and distrib things.

2000-03-12 16:10 GL, revision 6638

Latex doc compilation fixes

2000-03-12 15:37 RR, revision 6637

Corrected scrollwin thumb release event, Reenabled horizontal scrolling, cannot currently reproduce misbehaviour.

2000-03-12 15:04 JS, revision 6636

Added project files for STC; fixed wxStringList memory leaks; small doc changes;

2000-03-12 11:49 RL, revision 6635

separated wxDash type from platform specific wxGTKDash type

2000-03-12 11:29 JS, revision 6634

Made iniconf compile on BC++ 5.01 (involved adding Set... accessors to wxConfigBase); added SafeWord patch to Dialog Editor

2000-03-12 11:27 JS, revision 6633

Added Mmedia makefile

2000-03-12 09:11 MJ, revision 6632

dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po

2000-03-12 00:49 VZ, revision 6631

fixed (rare but fatal) bug in wxWindowDisabler

2000-03-12 00:26 VZ, revision 6630

1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows 2. some more wxWindowDisabler bugs fixed (updated dialogs sample to test them) 3. Esc won't close the dialogs without cancel button under MSW 4. status bar can be child of windows of clases other than wxFrame (updated statbar sample to show it)

2000-03-11 22:38 RD, revision 6629

reenabled the old wxGrid.

2000-03-11 19:31 VS, revision 6628

fixed incorrect use of _() where it should be wxT()

2000-03-11 19:31 VS, revision 6627

some != NULL checks

2000-03-11 19:31 VS, revision 6626

fixed DoGetBestSize -- it returned too small bounding box

2000-03-11 18:01 SN, revision 6625

*** empty log message ***

2000-03-11 17:28 SN, revision 6624

Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF

2000-03-11 16:38 VZ, revision 6623

replaced make with $MAKE

2000-03-11 13:59 SN, revision 6622

Added many WXUNUSED, untabified once again.

2000-03-11 13:27 SN, revision 6621

Fixed remaining int vs. long warnings.

2000-03-11 12:28 VS, revision 6620

fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_gc_set_hashes, argument 3 gint8* vs. char*

2000-03-11 10:49 JS, revision 6619

Oops, compile errors...

2000-03-11 10:12 VS, revision 6618

documented wxSpinCtrl

2000-03-11 10:06 VS, revision 6617

documented wxSpinCtrl

2000-03-11 10:05 VS, revision 6616

documented wxFontMapper

2000-03-11 10:05 VS, revision 6615

now compiles with wxBase

2000-03-11 10:05 VS, revision 6614

fixed documentation of wxList::Clear behavior after DeleteContents(TRUE)

2000-03-11 10:05 VS, revision 6613

fixed typo : _ instead of wxT

2000-03-11 09:05 RD, revision 6612

Did splitting of wxEntry for wxMSW. Not nearly as complex as wxGTK

2000-03-11 07:32 RD, revision 6611

some tests

2000-03-11 07:25 RD, revision 6610

Split up wxEntry so wxPython can use the bits it needs instead of copying code.

2000-03-11 07:24 RD, revision 6609

More updates. Began splitting up wxEntry so wxPython can use the bits it needs instead of copying code.

2000-03-11 03:20 RD, revision 6608

updates to correct build errors (new locations, etc.) minor bug fixes, etc.

2000-03-11 03:05 NI, revision 6607

small change to avoid floating point exception in wxScrolledWindow::Scroll

2000-03-11 00:47 VZ, revision 6606

some warnings fixed

2000-03-11 00:47 VZ, revision 6605

some warnings fixed in the sockets code

2000-03-10 23:12 DW, revision 6604

remove the VisualAge 3.0 hack

2000-03-10 23:12 DW, revision 6603

Icon bug

2000-03-10 22:24 DW, revision 6602

combine minimal with the .dll

2000-03-10 22:24 DW, revision 6601

no message

2000-03-10 22:07 SN, revision 6600

Replaced long by wxCoord as used in the other ports.

2000-03-10 20:55 SN, revision 6599

Compilation fix.

2000-03-10 19:49 RR, revision 6598

Small oops in redrawing code.

2000-03-10 17:59 GRG, revision 6597

Updated to reflect latest changes

2000-03-10 17:30 RR, revision 6596

Committing menubar changes again after CVS trashed them.

2000-03-10 17:24 RR, revision 6595

Fixed various bugs (from - err - various authors) related to inserting and replacing menubars etc.

2000-03-10 16:09 JS, revision 6594

Added icons.

2000-03-10 16:06 JS, revision 6593

Doc corrections, wxMotif toolbar AddControl implementation (untested as yet)

2000-03-10 13:57 SN, revision 6592

Removed unused parameter addToSelected.

2000-03-10 13:56 DW, revision 6591

OS/2 patch

2000-03-10 13:53 DW, revision 6590

no message

2000-03-10 12:27 SN, revision 6589

Changed wxGridCellCoords from long to int (get rid of most HP warnings?) Added Shift/Control+Click handling for labels.

2000-03-10 11:33 KB, revision 6588

fixed configure script for Solaris

2000-03-10 11:18 JS, revision 6587

Small fixes for Tex2RTF but alas, we still get memory problems. Added wxUSE_MFC setting (doesn't include windows.h, removes own memory tracing); added include <ctype.h> in case where PCH isn't used; wxExit now exits :-)

2000-03-10 08:18 JS, revision 6586

Added GIF files to help sample

2000-03-10 07:32 GRG, revision 6585

Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-)

2000-03-10 07:29 GRG, revision 6584

Fix from Mumit Khan to allow mingw DLL compilation

2000-03-10 06:23 DW, revision 6583

no message

2000-03-10 05:54 GRG, revision 6582

Ups, mismatch between header and source wrt InterruptWait()

2000-03-10 05:32 GRG, revision 6581

Set IPC by default on MSW (need to test recent changes), instead of DDE

2000-03-10 05:31 GRG, revision 6580

Finally deprecated callbacks.

2000-03-10 05:30 GRG, revision 6579

Some parts rewritten to use wxSocket events instead of callbacks, as the latter will be deprecated soon. Also, some slight bugs fixed.

2000-03-10 02:58 RD, revision 6578

Fixes for building the DLL with the new auxillary library names

2000-03-10 02:27 MB, revision 6577

Compilation fix for Borland. Write 'T' or 'F' to logBuf rather than bool return values of XXXDown() key query functions.

2000-03-10 01:17 VZ, revision 6576

changed default image size to 16

2000-03-10 01:15 VZ, revision 6575

1. fixed warning which was hiding a bug in wxGrid::SendEvent() 2. started documenting wxDateTime 3. and wxLongLong

2000-03-10 00:21 GRG, revision 6574

- Uses wxSocketBase::Destroy() now. - Fixed a memory leak when connection requests failed. - Maybe some other (small) bugfix as well.

2000-03-10 00:20 GRG, revision 6573

Bugfix: GSocket_Shutdown sets m_detected to GSOCK_LOST_FLAG. This avoids that Wait operations from wxSocket get caught in an endless loop, if called after wxSocketBase::Close(). Was breaking IPC.

2000-03-09 23:41 JS, revision 6572

Help sample should work for .zip help files now.

2000-03-09 23:08 JS, revision 6571

Added wxHtmlHelpController version of help file.

2000-03-09 22:26 DW, revision 6570

os2 update. Need initializers like windows, not unix.

2000-03-09 21:15 DW, revision 6569

Module definitions files for build VisualAge C++ V3.0 dlls.

2000-03-09 21:12 DW, revision 6568

Update for building jpeg as an os2 dll

2000-03-09 21:12 DW, revision 6567

Update for building png as an os2 dll

2000-03-09 21:12 DW, revision 6566

Update for building xpm as an os2 dll

2000-03-09 21:11 DW, revision 6565

Update for building zlib as an os2 dll

2000-03-09 21:11 DW, revision 6564

Update for building tiff as an os2 dll

2000-03-09 21:10 DW, revision 6563

Loads of framework and dll fixes

2000-03-09 21:07 DW, revision 6562

Updates for build dll

2000-03-09 21:06 DW, revision 6561

More framework fixes and fixes for building dlls.

2000-03-09 20:32 VZ, revision 6560

fix for resourses compilation

2000-03-09 20:18 VZ, revision 6559

patch from Paul Gammans <paul.gammans@brunel.ac.uk> for cross compiling for MSW

2000-03-09 20:15 JS, revision 6558

Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog; wxMotif toolbar fix; ~wxWindow Motif fix

2000-03-09 20:05 JS, revision 6557

wxHtmlHelpController made compatible with other controllers

2000-03-09 20:04 RR, revision 6556

Disabled horizontal report mode scrolling in wxListCtrl as it skrews up the display, Corrected disabling the closing of top level window when there are open (modal) dialogs, Minor change to redrawing window-less widgets.

2000-03-09 19:42 RD, revision 6555

Initial version of wxStyledTextCtrl, a Scintilla wrapper. There is still LOTS and LOTS to be done, but this is already very functional.

2000-03-09 19:35 VZ, revision 6554

updated from the current sources

2000-03-09 19:26 RD, revision 6553

Oops. Removed duplicate target.

2000-03-09 19:25 RD, revision 6552

Made clean target be not quite so agressive, added 'cleanall'

2000-03-09 18:34 GRG, revision 6551

Removed a space (oh, dear, it looks like a joke

2000-03-09 18:33 VZ, revision 6550

very minor fixes

2000-03-09 17:53 VZ, revision 6549

(failed) attempts at fixing menu bar swapping

2000-03-09 17:14 VZ, revision 6548

fixed parsing of non quoted entries in .mime.types

2000-03-09 16:48 VZ, revision 6547

regenerated with tmake

2000-03-09 16:47 VZ, revision 6546

Get/SetDefaultItem docs corrections

2000-03-09 16:40 VZ, revision 6545

don't define __cplusplus for DECCXX if it is already defined

2000-03-09 16:33 VZ, revision 6544

don't translate wxASSERT_MSG messages

2000-03-09 16:33 VZ, revision 6543

use wxFAIL_MSG, not wxMessageBox for programming errors

2000-03-09 16:31 VZ, revision 6542

explain why quotes/brackets should be used in #includes

2000-03-09 16:22 VZ, revision 6541

fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE

2000-03-09 16:19 VZ, revision 6540

don't allow multiple root in the tree

2000-03-09 15:55 SN, revision 6539

Make correct cell visible for cursor movement.

2000-03-09 14:58 SN, revision 6538

Added workaround for life crashing in toolbar deletion.

2000-03-09 14:25 SN, revision 6537

Modified keyboard and mouse handling wrt selecting blocks/cells.

2000-03-09 14:19 GRG, revision 6536

Added samples.inc to DATAFILES in Makefile.in - is that enough?

2000-03-09 14:01 MJ, revision 6535

doc.cpp

2000-03-09 13:57 SN, revision 6534

Changed Shift+Arrow handling Fixed Ctrl/Shift/Alt/Meta handling in generated events. Added display of Ctrl/Shift/Alt/Meta status to griddemo.

2000-03-09 13:24 RR, revision 6533

Some make corrections for HP and related, Changed refresh order so that window-less widgets don't get overdrawn anymore, Prevent GTK from filtering our supposedly unneeded expose events, Block all expose calls if a resize is requested and do a full redraw then, thus removing flicker and behaving like wxMSW, Moved some doubled expose and draw code from GtkPizza to the respective callbacks in window.cpp, Set idle priority to a higher value (which should indicate a lower priority if I interpret glib.h correctly) but the desired side-effect didn't really show up.

2000-03-09 12:07 GRG, revision 6532

Removed an extra scope resolution operator in the declaration of class LifeShape

2000-03-08 15:12 VZ, revision 6531

(blind) gcc fixes

2000-03-08 15:08 VZ, revision 6530

warnings in wxCHeCK_MSG fixed

2000-03-08 15:08 VZ, revision 6529

warning in wxCustomDataObject::Free fix (I hope)

2000-03-08 15:06 RL, revision 6528

final (touch wood) tidy after things went pearshaped on line 666

2000-03-08 14:40 GT, revision 6527

Fixed the fix of the fix so it will compile under VC6

2000-03-08 14:17 RL, revision 6526

fixed my own typo.. oops

2000-03-08 14:10 JS, revision 6525

Correction

2000-03-08 13:48 DW, revision 6524

Placed an ifndef for VA around the MSWGetImagePixels declaration.

2000-03-08 13:34 RL, revision 6523

fix for pageup 'blind spot'

2000-03-08 13:04 JS, revision 6522

Added WinHelp sample doc to samples/help, and made it possible to show both native and wxHTML help

2000-03-08 10:38 JS, revision 6521

More makefile and project fun

2000-03-08 08:32 JS, revision 6520

Made VC++ makefiles and project files a bit more consistent

2000-03-08 08:30 GRG, revision 6519

Forgot to add this one

2000-03-08 08:29 GRG, revision 6518

Updated to reflect some of the latest changes

2000-03-08 08:28 MJ, revision 6517

calctrl.h

2000-03-08 08:28 GRG, revision 6516

All IO calls take void* instead of char* Added Get/SetClientData to wxSocketBase and wxSocketEvent Some other deprecated functions & co.

2000-03-08 08:25 JS, revision 6515

Added WIN16 code for window disabler

2000-03-08 07:28 JJ, revision 6514

Committing in . Modified Files: wxWindows/descrip.mms ----------------------------------------------------------------------

2000-03-07 21:32 VS, revision 6513

fix of previous commit

2000-03-07 21:29 DW, revision 6512

makefile enhancements for dll, ne wxwindll.ics for VA 4.0 dll

2000-03-07 21:28 DW, revision 6511

more minimal stuff

2000-03-07 21:27 DW, revision 6510

remove the #warning for VisualAge

2000-03-07 21:26 DW, revision 6509

no message

2000-03-07 17:16 GRG, revision 6508

Ops, stupid me.

2000-03-07 16:30 VS, revision 6507

fixed bug: removed m_windowStyle = style

2000-03-07 16:11 GRG, revision 6506

First set of changes toward wxBase compliance :-)

2000-03-07 13:47 MJ, revision 6505

*** empty log message ***

2000-03-07 12:17 VZ, revision 6504

updated to use msgmerge

2000-03-07 11:48 SN, revision 6503

Add Child to parent instead of adding it to itself!

2000-03-07 11:02 MJ, revision 6502

calendar.cpp

2000-03-07 10:54 VZ, revision 6501

technote about translations added

2000-03-07 10:53 VZ, revision 6500

technote about translations added

2000-03-07 10:38 MJ, revision 6499

calendar.cpp

2000-03-07 10:19 MJ, revision 6498

calendar.cpp

2000-03-07 10:07 MB, revision 6497

Modified <shift>+arrow key behaviour so that the starting cell is included in the selection

2000-03-07 10:03 VZ, revision 6496

Mark Johnoson's additions for variable-width weekday names

2000-03-07 10:02 MB, revision 6495

Added Create functions. They return TRUE if the file was successfully created; FALSE if it couldn't be created (or already exists - is that ok?).

2000-03-07 09:15 VZ, revision 6494

APPEXTRALIBS added to LDLIBS

2000-03-07 09:02 JJ, revision 6493

Committing in . VMS/GTK compile support Added Files: wxWindows/src/gtk/descrip.mms ----------------------------------------------------------------------

2000-03-07 09:00 JJ, revision 6492

Committing in . VMS/GTK compile support Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/samples/minimal/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/common/resource.cpp wxWindows/src/generic/descrip.mms wxWindows/src/gtk/dcclient.cpp wxWindows/src/gtk/filedlg.cpp wxWindows/src/gtk/fontdlg.cpp wxWindows/src/gtk/listbox.cpp wxWindows/src/gtk/tbargtk.cpp wxWindows/src/gtk/win_gtk.c wxWindows/src/unix/descrip.mms wxWindows/src/unix/fontenum.cpp Added Files: wxWindows/lib/vms_gtk.opt wxWindows/src/gtk/wx_gtk_vmsjackets.c ----------------------------------------------------------------------

2000-03-07 08:22 MB, revision 6491

Removed redundant m_displayed member var from wxGrid

2000-03-07 07:41 MB, revision 6490

Moved current cell initialization from wxGrid::OnPaint to wxGrid::DrawHighlight to accommodate wxGTK behaviour. Removed redundant m_displayed member var from wxGrid.

2000-03-06 23:39 GRG, revision 6489

Changed another NONE to wxSOCKET_NONE

2000-03-06 21:00 GRG, revision 6488

Some other typos

2000-03-06 20:35 GRG, revision 6487

Use IsConnected instead of m_connected

2000-03-06 18:14 GRG, revision 6486

Ops, typo

2000-03-06 17:44 GRG, revision 6485

Trying to fix IPC problems under Linux as reported by VS

2000-03-06 17:37 VZ, revision 6484

system libtiff can now be used instead of the built-in one

2000-03-06 17:34 JS, revision 6483

Corrections

2000-03-06 17:34 GRG, revision 6482

Added wxIcon(const char **) ctor (same as char **)

2000-03-06 17:23 GRG, revision 6481

removed wxUSE_WXCONFIG (obsoleted by wxUSE_CONFIG

2000-03-06 17:16 VZ, revision 6480

patches from Ricky Gonzales <gonzales@pyramid3.net>: 1. BC++ 5.5 compilation/building fixes 2. wxMSW listctrl will use correct ILC_COLOR flag depending on current display depth 3. wxFrame::Show() argument is TRUE by default undet GTK/Motif too

2000-03-06 17:14 GRG, revision 6479

Documented Destroy()

2000-03-06 17:11 GRG, revision 6478

Documented Destroy()

2000-03-06 16:50 GRG, revision 6477

Added a mention about demos/ instead of samples/ Added a mention of the 'samples overview' section in the wxWindows manual Added EOF marker to easily distinguish the text from the CVS log.

2000-03-06 16:31 GRG, revision 6476

Added rotate sample and comment about masks in wxImage::Rotate

2000-03-06 16:19 GRG, revision 6475

Disabled memory tracing code for mingw32, Added LIBTIFF support by default, Added comment about itsy bitsy lib being useful for win3.1 only,

2000-03-06 15:35 GRG, revision 6474

And now some more of them

2000-03-06 15:28 GRG, revision 6473

Moved some items to 'already done' in the todo list

2000-03-06 15:08 GRG, revision 6472

Slight changes to the stopwatch test

2000-03-06 09:37 MJ, revision 6471

*** empty log message ***

2000-03-06 09:08 MJ, revision 6470

dbbrowse.cpp dbbrowse.h

2000-03-06 04:40 RL, revision 6469

set m_clipXX so dc.GetClippingBox returns real bounding box

2000-03-06 02:30 GRG, revision 6468

Added blind-fix for vert. scrollbars - not tested yet

2000-03-06 00:59 GRG, revision 6467

Added support for timer events in Motif

2000-03-05 23:42 RL, revision 6466

set m_clipXX to resultant clipping region

2000-03-05 20:03 SN, revision 6465

Re-added XtDestroyWidget call in ~wxWindow - hopefully fixed the problem with scrolledWindow.

2000-03-05 19:53 RR, revision 6464

Enabled OpenGl in RPM.

2000-03-05 19:18 RL, revision 6463

couple of typo/thinko bug fixes

2000-03-05 19:05 GL, revision 6462
  • D /wxWidgets/trunk/utils/wxMMedia2

Removed all wxMMedia2 files

2000-03-05 19:03 GL, revision 6461

Moved wxMMedia to contrib/src/mmedia Added contrib configure Made wxSocket sample compile Made OGL compile Modified main configure to pass some more parameter to children Changed the wxProcess doc according to the modification Still some win makefiles to come

2000-03-05 18:46 SN, revision 6460

Fixed apparent typo (int->wxWindowID)

2000-03-05 17:49 RR, revision 6459

Various makefile and installation things. main() is now always in the program. Also added a macro that doesn't set main at all so that users can have their own. The isosurf sample doesn't work anymore.

2000-03-05 16:25 SN, revision 6458

*** empty log message ***

2000-03-05 16:05 GL, revision 6457
  • D /wxWidgets/trunk/docs/latex/wx/cdaudio.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdaudlnx.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdaudwin.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdtoc.tex
  • M /wxWidgets/trunk/docs/latex/wx/classes.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndaiff.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndbase.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndcodec.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndesd.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfg72x.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfile.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfpcm.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfrmt.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfulaw.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndg72x.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndoss.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndpcm.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndrter.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndulaw.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndwave.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndwin.tex
  • D /wxWidgets/trunk/docs/latex/wx/vidbase.tex
  • D /wxWidgets/trunk/docs/latex/wx/vidxanm.tex

Removed wxMMedia classes doc from the main wx doc

2000-03-05 14:15 VS, revision 6456

added missing wxImageList::Add methods

2000-03-05 11:45 JS, revision 6455

Fixed blatant non-initialisation bug

2000-03-05 02:31 VZ, revision 6454

test for 'backwards clock' bug

2000-03-05 02:23 VZ, revision 6453

1. wxStopWatch tests in console 2. some more messages in exec

2000-03-05 02:14 VZ, revision 6452

create null, not empty, region in default wxRegion ctor

2000-03-05 02:12 VZ, revision 6451

1. wxWindowDisabler modified to bring parent window back to top under MSW 2. modal dialogs without parent now use the app top window as parent or use wxWindowDisabler if none 3. modal dialogs bring parent windows to top when activated 4. wxBase dsp will now compile it with MT CRT

2000-03-05 00:06 VZ, revision 6450

regenerated from configure.in

2000-03-04 23:59 SN, revision 6449

Compilation fixes (true->TRUE, false->FALSE)

2000-03-04 23:59 VZ, revision 6448

fix for --with-libpng=sys warning

2000-03-04 23:38 SN, revision 6447

Added a fix for compilers with problems to compute signed % unsigned

2000-03-04 23:21 VZ, revision 6446

removed warning about wxDrawRectangle being unused

2000-03-04 23:09 SN, revision 6445

Improved handling of selection/deselection events. Improved keyboard navigation.

2000-03-04 22:54 VZ, revision 6444

removed extern from inline function declarations

2000-03-04 20:37 VS, revision 6443

fixed couple of bugs in wxZlibInputStream -- mainly incorrect handling of underlaying stream errors and absolutely wrong bytes counting

2000-03-04 20:37 VS, revision 6442

fixed wxDataInputStream::ReadString for empty strings

2000-03-04 20:37 VS, revision 6441

fixes for wxBase compilation

2000-03-04 20:36 VS, revision 6440

added more stuff to wxBase: zipstrm, zstream, fs_*, mstream

2000-03-04 19:56 SN, revision 6439

Bugfixes; added selection modes demo to griddemo