]> git.saurik.com Git - wxWidgets.git/history - src/x11
applied patch 528960 (a few minor bug fixes)
[wxWidgets.git] / src / x11 /
2002-03-15  Julian SmartUse override_direct to remove decorations if wxNO_BORDE...
2002-03-14  Julian SmartAdded Layout() call to top level window Show() to preve...
2002-03-14  Robert Roebling Forgot to reset a flag.
2002-03-14  Julian SmartRemoved constraints check for wxDirDialog from configur...
2002-03-14  Julian SmartCompiles for Nano-X again
2002-03-14  Julian SmartRemoved duplicate WM line from motif/frame.cpp
2002-03-13  Robert Roebling Send size events from top level windows in idle time,
2002-03-12  Robert Roebling Added dialog tabbing to wxX11.
2002-03-12  Robert Roebling Implemented DoBlit().
2002-03-12  Julian SmartAdded constructor for wxColourRefData, else CloneRefDat...
2002-03-12  Julian SmartTrivially implemented DoDrawIcon
2002-03-12  Julian SmartReplaced Blit with DrawBitmap in wxPoem to make it...
2002-03-11  Julian SmartOnly reparent first window if there are several children
2002-03-10  Robert Roebling Next try on pop up menus. (#ifdef x11).
2002-03-10  Julian SmartMoved Nano-X specific code from univ to x11
2002-03-09  Julian SmartAdded reparenting helper classes to help apps to grab...
2002-03-09  Robert Roebling Various changes to make pop up menus work
2002-03-09  Václav Slavíkwhat about returning a value?
2002-03-08  Julian SmartProcessXEvent now returns TRUE if processed, FALSE...
2002-02-28  Robert Roebling Lots of things to make menus and submenus work.
2002-02-28  Vadim Zeitlinwarnings fixed
2002-02-27  Julian SmartNano-X: used drawable-to-wxImage function in wxBitmap...
2002-02-27  Julian SmartNano-X: added function to copy from a drawable to a...
2002-02-27  Julian SmartNano-X: bitmap now showing in wxMessageBox, but it...
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-26  Julian SmartWindow management and sizer layout corrections
2002-02-26  Julian SmartFixed XGetWindowAttributes so 'mapped' is reported
2002-02-26  Julian SmartAttempt at creating appropriate fonts in Nano-X
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-25  Julian SmartCompilation fixes for Nano-X
2002-02-25  Julian Smartdata_image -> mask_image, correcting some crashes in...
2002-02-24  Robert Roebling Added simplistic wxToolBar to wxUniversal. It
2002-02-24  Robert Roebling Added expose event compression.
2002-02-24  Robert Roebling Done some work on wxFocusEvent::SetWindow(). Enough
2002-02-24  Robert Roebling More tests in erase sample.
2002-02-24  Václav Slavíkremoved AdjustForParentClientOrigin from wxMotif and...
2002-02-23  Robert Roebling Implemented a simple modality under X11.
2002-02-23  Robert Roebling Some work on GTK focus handling and events.
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-21  Julian SmartSome more NanoX compile fixes
2002-02-20  Julian SmartNanoX modificati
2002-02-18  Robert Roebling Added more wxRegion tests to erase sample.
2002-02-17  Robert Roebling wxX11:
2002-02-17  Julian SmartAdded some Xlib replacement functions and structures...
2002-02-17  Václav Slavíkmove wxMGL's wxTimer to src/generic
2002-02-17  Václav Slavíkcorrected wxApp::GetStdIcon in wxX11
2002-02-16  Robert Roebling The last commit was too hasty.
2002-02-16  Robert Roebling Forgot to move update and clear regions when scrolling.
2002-02-16  Robert Roebling wxX11:
2002-02-15  Robert Roebling wxX11:
2002-02-15  Robert Roebling wxX11:
2002-02-15  Julian SmartInclude XPM under wxX11 for some samples; added comment...
2002-02-15  Julian SmartFixed typos
2002-02-15  Julian SmartAdded compatibility file
2002-02-15  Julian SmartStarted some NanoX work (blind to begin with)
2002-02-14  Robert Roebling wxX11:
2002-02-14  Robert Roebling Updated the erase/paint event logic.
2002-02-14  Robert Roebling Fixed bug with disappearing menus. They were
2002-02-14  Julian SmartStopped width = 0 fouling up window size change
2002-02-14  Julian SmartAdded some XSyncs to help size calculations, but positi...
2002-02-14  Robert Roebling Some clean-ups which don't really solve any problem...
2002-02-14  Julian SmartAdded border for top level windows with captions, though
2002-02-14  Julian SmartAdded SetSize to toplevel window
2002-02-14  Julian SmartCommented out XSetInputFocus for now
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-14  Robert Roebling wxX11:
2002-02-13  Julian SmartAllowed for wxHAVE_LIB_XPM or using wxXPMDecoder
2002-02-13  Julian SmartFixed typos
2002-02-13  Robert Roebling wxX11:
2002-02-13  Vadim Zeitlinwarning fix
2002-02-13  Vadim Zeitlindo NOT hard code univ sources in x11 port
2002-02-13  Julian SmartAdded shared private declarations header privx.h, utils...
2002-02-13  Robert Roebling wxX11:
2002-02-12  Julian SmartAdded XSync before mapping but this doesn't seem enough...
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-12  Julian SmartPass correct length to XTextExtents
2002-02-12  Julian SmartBackground set correctly
2002-02-12  Julian SmartPositioned text correctly
2002-02-12  Julian SmartStatus bar positioned correctly, but no sign of the
2002-02-12  Julian SmartAttempts to get client origin working. Work in progress.
2002-02-11  Robert Roebling wxX11:
2002-02-11  Robert Roebling Found the X11 error in wxDC.
2002-02-11  Robert Roebling wxX11:
2002-02-11  Julian SmartMade sure events for defunct windows are no longer...
2002-02-11  Julian SmartPut m_statusText.SetCount(number) before wxStatusBarBas...
2002-02-11  Julian SmartMerge correction
2002-02-11  Julian SmartLinking now
2002-02-11  Robert Roebling Various compile fixes.
2002-02-11  Julian SmartTypos and other fixes
2002-02-11  Julian SmartSmall changes to wxX11
2002-02-10  Julian SmartImplemented CopyFromBitmap, CopyFromIcon
2002-02-10  Robert Roebling wxX11: link errors down to 1.
2002-02-10  Julian SmartAdded wxPopupWindow skeleton (no implementation yet)
2002-02-10  Robert Roebling More make install tweaks.
2002-02-10  Robert Roebling wxX11:
2002-02-10  Robert Roebling Killed various wxMotif things in wxX11.
2002-02-10  Robert Roebling wxX11:
2002-02-10  Robert Roebling wxX11:
2002-02-10  Robert Roebling wxX11 compiles and links now. I wonder why there is
2002-02-10  Robert Roebling wxX11 might compile now.
next