├── .gitignore ├── AfterStep.desktop.in ├── AfterStep.session ├── AfterStep.spec.in ├── COPYRIGHT ├── COPYRIGHT.OLD ├── ChangeLog ├── INSTALL ├── Makefile.in ├── Makefile.libs.in ├── NEW ├── NEW.1.x ├── README ├── TEAM ├── TODO └── TODO_2.0.0 ├── afterstep ├── CREDITS ├── Gnome ├── Makefile.in ├── animate ├── applications │ ├── aboutinfo.desktop │ ├── accessories.desktop │ ├── config.desktop │ ├── desktop.desktop │ ├── educational.desktop │ ├── emulator.desktop │ ├── find.desktop │ ├── game.desktop │ ├── graphics.desktop │ ├── modules.desktop.in │ ├── multimedia.desktop │ ├── network.desktop │ ├── office.desktop │ ├── screensaver.desktop │ ├── system.desktop │ ├── terminals.desktop │ ├── text_editors.desktop │ └── xtools.desktop ├── asmount ├── audio.in ├── autoexec.in ├── backgrounds │ ├── Gradient_Textures │ │ └── xml │ │ │ ├── .include │ │ │ ├── Blurts_Michelson │ │ │ ├── Blurts_Michelson.mini │ │ │ ├── Defenseless_Elsie │ │ │ ├── Defenseless_Elsie.mini │ │ │ ├── Dorchester_Consolidated │ │ │ ├── Dorchester_Consolidated.mini │ │ │ ├── Drop_Injures │ │ │ ├── Drop_Injures.mini │ │ │ ├── Evil_Car_Wash │ │ │ ├── Evil_Car_Wash.mini │ │ │ ├── Libelous_Paintings │ │ │ ├── Libelous_Paintings.mini │ │ │ ├── Nordic_Powder_Pirate │ │ │ ├── Nordic_Powder_Pirate.mini │ │ │ ├── Psychiatrists_Imminently │ │ │ ├── Psychiatrists_Imminently.mini │ │ │ ├── Simple_Texture │ │ │ └── Simple_Texture.mini │ ├── Mirrored_Tiles │ │ └── xml │ │ │ ├── .include │ │ │ ├── Blurts_Michelson │ │ │ ├── Blurts_Michelson.mini │ │ │ ├── Defenseless_Elsie │ │ │ ├── Defenseless_Elsie.mini │ │ │ ├── Dorchester_Consolidated │ │ │ ├── Dorchester_Consolidated.mini │ │ │ ├── Evil_Car_Wash │ │ │ └── Evil_Car_Wash.mini │ ├── Plain_Textures │ │ └── xml │ │ │ ├── .include │ │ │ ├── Blurts_Michelson │ │ │ ├── Blurts_Michelson.mini │ │ │ ├── Checkers │ │ │ ├── Checkers.mini │ │ │ ├── Defenseless_Elsie │ │ │ ├── Defenseless_Elsie.mini │ │ │ ├── Dorchester_Consolidated │ │ │ ├── Dorchester_Consolidated.mini │ │ │ ├── Drop_Injures │ │ │ ├── Drop_Injures.mini │ │ │ ├── Evil_Car_Wash │ │ │ ├── Evil_Car_Wash.mini │ │ │ ├── Gray │ │ │ ├── Gray.mini │ │ │ ├── Libelous_Paintings │ │ │ ├── Libelous_Paintings.mini │ │ │ ├── Nordic_Powder_Pirate │ │ │ ├── Nordic_Powder_Pirate.mini │ │ │ ├── Psychiatrists_Imminently │ │ │ ├── Psychiatrists_Imminently.mini │ │ │ ├── Simple │ │ │ └── Simple.mini │ ├── jpg │ │ ├── .Cell │ │ ├── .CloudsOfDoubt │ │ ├── .Japanese │ │ ├── .OceanWave │ │ ├── .StormySkies │ │ ├── .colorclouds │ │ ├── .hiddeninleaves2 │ │ ├── .icebrick │ │ ├── .indawn │ │ └── .stala │ └── xml │ │ ├── Cell │ │ ├── Cell.mini │ │ ├── Cell_Colored │ │ ├── Cell_Colored.mini │ │ ├── Clouds_of_Doubt │ │ ├── Clouds_of_Doubt.mini │ │ ├── Color_Clouds │ │ ├── Color_Clouds.mini │ │ ├── Default │ │ ├── Default.mini │ │ ├── DefaultTexture │ │ ├── DefaultTexture.mini │ │ ├── Firestreaks │ │ ├── Firestreaks.mini │ │ ├── Hidden_In_Leaves │ │ ├── Hidden_In_Leaves.mini │ │ ├── Ice_Bricks │ │ ├── Ice_Bricks.mini │ │ ├── In_Dawn │ │ ├── In_Dawn.mini │ │ ├── Japanese │ │ ├── Japanese.mini │ │ ├── Japanese_Colored │ │ ├── Japanese_Colored.mini │ │ ├── Ocean_Wave │ │ ├── Ocean_Wave.mini │ │ ├── Smooth │ │ ├── Smooth.mini │ │ ├── Stala │ │ ├── Stala.mini │ │ ├── StormySkies │ │ └── StormySkies.mini ├── banner ├── base.in ├── clean ├── colorschemes │ ├── Crimson.mini │ ├── Deep_Red.mini │ ├── Gold_On_Blue.mini │ ├── Green_Sea.mini │ ├── Lime.mini │ ├── NeXTish.mini │ ├── Peru.mini │ ├── Purple.mini │ ├── Sea_Water.mini │ ├── Silver.mini │ ├── Stormy_Skies.mini │ ├── Turquoise.mini │ ├── Washed_Blue.mini │ ├── colorscheme.Crimson │ ├── colorscheme.Deep_Red │ ├── colorscheme.Gold_On_Blue │ ├── colorscheme.Green_Sea │ ├── colorscheme.Lime │ ├── colorscheme.NeXTish │ ├── colorscheme.Peru │ ├── colorscheme.Purple │ ├── colorscheme.Sea_Water │ ├── colorscheme.Silver │ ├── colorscheme.Stormy_Skies │ ├── colorscheme.Turquoise │ └── colorscheme.Washed_Blue ├── database ├── desktop │ ├── bars │ │ ├── png │ │ │ ├── btn_back_glass_red │ │ │ ├── button_r15x17 │ │ │ ├── button_sq10x10 │ │ │ ├── button_sq7x10 │ │ │ ├── frame_e_qnx │ │ │ ├── frame_east_glass_transp │ │ │ ├── frame_ne_glass_transp │ │ │ ├── frame_north_glass_transp │ │ │ ├── frame_nw_glass_transp │ │ │ ├── frame_s_qnx │ │ │ ├── frame_se_glass_transp │ │ │ ├── frame_se_qnx │ │ │ ├── frame_se_smooth_white │ │ │ ├── frame_se_unity_grey │ │ │ ├── frame_south_glass_transp │ │ │ ├── frame_sw_breeze │ │ │ ├── frame_sw_glass_transp │ │ │ ├── frame_sw_qnx │ │ │ ├── frame_sw_unity_grey │ │ │ ├── frame_w_qnx │ │ │ ├── frame_west_glass_transp │ │ │ ├── lspacer_smooth_white │ │ │ ├── ltitle_spacer_smooth_white │ │ │ ├── os8-title │ │ │ ├── ostx │ │ │ ├── rounded_corners_smooth │ │ │ ├── rounded_corners_smooth_transp │ │ │ ├── southeast │ │ │ ├── southwest │ │ │ ├── title_lbtn_glass │ │ │ ├── title_lbtn_qnx_1 │ │ │ ├── title_lbtn_qnx_2 │ │ │ ├── title_lspacer_breeze │ │ │ ├── title_lspacer_glass_transp │ │ │ ├── title_ltitle_spacer_unity_grey │ │ │ ├── title_rbtn_glass │ │ │ ├── title_rbtn_qnx │ │ │ ├── title_rspacer_glass_transp │ │ │ ├── title_rspacer_qnx │ │ │ ├── title_rtitle_spacer_unity_grey │ │ │ ├── title_smooth_white │ │ │ ├── title_tile_breeze_gloss │ │ │ ├── title_tile_glass_red_a50 │ │ │ ├── title_tile_qnx │ │ │ ├── title_tile_unity_bottom │ │ │ └── title_tile_unity_top │ │ └── xml │ │ │ ├── blue │ │ │ ├── button_back_unity1 │ │ │ ├── darkblue │ │ │ ├── east │ │ │ ├── frame_e_smooth │ │ │ ├── frame_east_breeze │ │ │ ├── frame_s_smooth │ │ │ ├── frame_se_breeze │ │ │ ├── frame_se_smooth │ │ │ ├── frame_se_unity │ │ │ ├── frame_south_breeze │ │ │ ├── frame_south_unity │ │ │ ├── frame_sw_smooth │ │ │ ├── frame_w_smooth │ │ │ ├── frame_west_breeze │ │ │ ├── frame_west_unity │ │ │ ├── green │ │ │ ├── lspacer_smooth │ │ │ ├── ltitle_spacer_smooth │ │ │ ├── menu_hilite_breeze │ │ │ ├── ostxs │ │ │ ├── ostxu │ │ │ ├── postcard_maybe │ │ │ ├── postcard_msg │ │ │ ├── postcard_no │ │ │ ├── postcard_yes │ │ │ ├── red │ │ │ ├── rounded_cornersf_smooth │ │ │ ├── rounded_cornerss_smooth │ │ │ ├── rounded_cornersu_smooth │ │ │ ├── rspacer_smooth │ │ │ ├── rtitle_spacer_smooth │ │ │ ├── south │ │ │ ├── title_btn_breeze │ │ │ ├── title_btn_smooth │ │ │ ├── title_lbtn_qnx │ │ │ ├── title_lspacer_glass │ │ │ ├── title_lspacer_unity │ │ │ ├── title_ltitle_spacer_breeze │ │ │ ├── title_ltitle_spacer_unity │ │ │ ├── title_rspacer_breeze │ │ │ ├── title_rspacer_glass │ │ │ ├── title_rspacer_unity │ │ │ ├── title_rtitle_spacer_breeze │ │ │ ├── title_rtitle_spacer_unity │ │ │ ├── title_smooth │ │ │ ├── title_tile_breeze │ │ │ ├── title_tile_glass_focused │ │ │ ├── title_tile_glass_menu │ │ │ ├── title_tile_glass_menu_focused │ │ │ ├── title_tile_glass_mi │ │ │ ├── title_tile_glass_mi_high │ │ │ ├── title_tile_glass_sticky │ │ │ ├── title_tile_glass_unfocused │ │ │ ├── title_tile_qnx_focused │ │ │ ├── title_tile_qnx_sticky │ │ │ ├── title_tile_qnx_unfocused │ │ │ ├── title_tile_unity │ │ │ └── west │ ├── buttons │ │ └── xml │ │ │ ├── 1.xpm │ │ │ ├── 1p.xpm │ │ │ ├── 2.xpm │ │ │ ├── 2p.xpm │ │ │ ├── 3.xpm │ │ │ ├── 3p.xpm │ │ │ ├── 4.xpm │ │ │ ├── 4p.xpm │ │ │ ├── 5.xpm │ │ │ ├── 5p.xpm │ │ │ ├── as-iconize-pressed.xpm │ │ │ ├── as-iconize.xpm │ │ │ ├── as-kill-pressed.xpm │ │ │ ├── as-kill.xpm │ │ │ ├── as-maximize-a-pressed.xpm │ │ │ ├── as-maximize-a.xpm │ │ │ ├── as-menu-a-pressed.xpm │ │ │ ├── as-menu-a.xpm │ │ │ ├── as-menu-b-pressed.xpm │ │ │ ├── as-menu-b.xpm │ │ │ ├── as-minimize-a-pressed.xpm │ │ │ ├── as-minimize-a.xpm │ │ │ ├── as-shade-a-pressed.xpm │ │ │ ├── as-shade-a.xpm │ │ │ ├── as-switchwindow-a-pressed.xpm │ │ │ ├── as-switchwindow-a.xpm │ │ │ ├── as-switchwindow-b-pressed.xpm │ │ │ ├── as-switchwindow-b.xpm │ │ │ ├── as-switchwindow-c-pressed.xpm │ │ │ ├── as-switchwindow-c.xpm │ │ │ ├── as1.5-iconize-p.xpm │ │ │ ├── as1.5-iconize.xpm │ │ │ ├── as1.5-iconizeR-p.xpm │ │ │ ├── as1.5-iconizeR.xpm │ │ │ ├── as1.5-kill-p.xpm │ │ │ ├── as1.5-kill.xpm │ │ │ ├── as1.5-menu-p.xpm │ │ │ ├── as1.5-menu.xpm │ │ │ ├── as1.5-shade-p.xpm │ │ │ ├── as1.5-shade.xpm │ │ │ ├── breeze-close │ │ │ ├── breeze-maxmin │ │ │ ├── breeze-menu │ │ │ ├── breeze-shade │ │ │ ├── breeze-switchwindow │ │ │ ├── close_smooth │ │ │ ├── default-iconize-dark │ │ │ ├── default-iconize-dark-pressed │ │ │ ├── default-iconize-light │ │ │ ├── default-iconize-light-pressed │ │ │ ├── default-kill-dark │ │ │ ├── default-kill-dark-pressed │ │ │ ├── default-kill-light │ │ │ ├── default-kill-light-pressed │ │ │ ├── default-menu-dark │ │ │ ├── default-menu-dark-pressed │ │ │ ├── default-menu-light │ │ │ ├── default-menu-light-pressed │ │ │ ├── default-pin-dark │ │ │ ├── default-pin-dark-pressed │ │ │ ├── default-pin-light │ │ │ ├── default-pin-light-pressed │ │ │ ├── default-shade-dark │ │ │ ├── default-shade-dark-pressed │ │ │ ├── default-shade-light │ │ │ ├── default-shade-light-pressed │ │ │ ├── default-switchwindow-dark │ │ │ ├── default-switchwindow-dark-pressed │ │ │ ├── default-switchwindow-light │ │ │ ├── default-switchwindow-light-pressed │ │ │ ├── eject-red │ │ │ ├── eject-red-pressed │ │ │ ├── eject-white │ │ │ ├── fuf-iconify-pressed.xpm │ │ │ ├── fuf-iconify.xpm │ │ │ ├── fuf-kill-pressed.xpm │ │ │ ├── fuf-kill.xpm │ │ │ ├── fuf-shade-pressed.xpm │ │ │ ├── fuf-shade.xpm │ │ │ ├── fuf-switchwindow-pressed.xpm │ │ │ ├── fuf-switchwindow.xpm │ │ │ ├── fuf-windowmenu-pressed.xpm │ │ │ ├── fuf-windowmenu.xpm │ │ │ ├── g_iconize.xpm │ │ │ ├── g_shut.xpm │ │ │ ├── glass-iconize │ │ │ ├── glass-iconize-pressed │ │ │ ├── glass-kill │ │ │ ├── glass-kill-pressed │ │ │ ├── glass-menu │ │ │ ├── glass-menu-pressed │ │ │ ├── glass-pin │ │ │ ├── glass-pin-pressed │ │ │ ├── glass-shade │ │ │ ├── glass-shade-pressed │ │ │ ├── glass-switchwindow │ │ │ ├── glass-switchwindow-pressed │ │ │ ├── menu_smooth │ │ │ ├── minmax_smooth │ │ │ ├── mount-green-pressed │ │ │ ├── mount-white │ │ │ ├── qnx-close │ │ │ ├── qnx-close-pressed │ │ │ ├── qnx-iconify │ │ │ ├── qnx-iconify-pressed │ │ │ ├── qnx-menu │ │ │ ├── qnx-menu-pressed │ │ │ ├── qnx-pin │ │ │ ├── qnx-pin-pressed │ │ │ ├── qnx-shade │ │ │ ├── qnx-shade-pressed │ │ │ ├── qnx-switchwindow │ │ │ ├── qnx-switchwindow-pressed │ │ │ ├── shade_smooth │ │ │ ├── tiny-close │ │ │ ├── tiny-maxmin │ │ │ ├── tiny-shade │ │ │ ├── tiny-window │ │ │ ├── unity-close │ │ │ ├── unity-maxmin │ │ │ ├── unity-menu │ │ │ ├── unity-shade │ │ │ ├── unity-switchwindow │ │ │ ├── unmount-red-pressed │ │ │ └── unmount-white │ ├── cursors │ │ ├── cursor.xbm │ │ ├── cursor.xbm.mask │ │ ├── iconify.xbm │ │ ├── iconify.xbm.mask │ │ ├── kill.xbm │ │ ├── kill.xbm.mask │ │ ├── move.xbm │ │ ├── move.xbm.mask │ │ ├── resize_br.xbm │ │ ├── resize_br.xbm.mask │ │ ├── resize_h.xbm │ │ ├── resize_h.xbm.mask │ │ ├── resize_tr.xbm │ │ ├── resize_tr.xbm.mask │ │ ├── resize_v.xbm │ │ ├── resize_v.xbm.mask │ │ ├── xm_hour32 │ │ └── xm_hour32m │ ├── desklets │ │ ├── ASDesklets │ │ ├── calendar │ │ │ ├── calendar │ │ │ └── config │ │ ├── desklet.display │ │ ├── desktopicons │ │ │ ├── desktopicons │ │ │ └── template.desktopicons │ │ └── sysinfo │ │ │ ├── config │ │ │ └── sysinfo │ ├── fonts │ │ ├── CREDITS │ │ ├── Default.ttf │ │ ├── DefaultBold.ttf │ │ ├── DefaultBoldOblique.ttf │ │ ├── DefaultFancy.ttf │ │ ├── DefaultOblique.ttf │ │ ├── DefaultSans.ttf │ │ ├── DefaultSansBold.ttf │ │ ├── DefaultSansBoldOblique.ttf │ │ └── DefaultSansOblique.ttf │ ├── icons │ │ ├── 128x128 │ │ │ └── png │ │ │ │ ├── Logout │ │ │ │ ├── MusicalNote │ │ │ │ └── SpeechBubble │ │ ├── CREDITS │ │ ├── dots │ │ │ └── png │ │ │ │ ├── 3_dots │ │ │ │ ├── abi-close │ │ │ │ ├── abi-close-push │ │ │ │ ├── abi-icon-max │ │ │ │ ├── abi-icon-max-push │ │ │ │ ├── abi-menu │ │ │ │ ├── abi-menu-push │ │ │ │ ├── abi-pin │ │ │ │ ├── abi-pin-push │ │ │ │ ├── abi-shade │ │ │ │ ├── abi-shade-push │ │ │ │ ├── arrow │ │ │ │ ├── arrow_dots │ │ │ │ ├── arrow_gr_medium │ │ │ │ ├── arrow_gr_small │ │ │ │ ├── arrow_medium │ │ │ │ ├── arrow_narrow │ │ │ │ ├── arrow_short_medium │ │ │ │ ├── arrow_short_small │ │ │ │ ├── arrow_small │ │ │ │ ├── arrow_tiny │ │ │ │ ├── bar_medium │ │ │ │ ├── circle_medium │ │ │ │ ├── close_smooth_white │ │ │ │ ├── eject │ │ │ │ ├── lined_arrow │ │ │ │ ├── maxmin_unity │ │ │ │ ├── menu_medium │ │ │ │ ├── menu_smooth_white │ │ │ │ ├── minmax_smooth_white │ │ │ │ ├── oval_medium │ │ │ │ ├── pin │ │ │ │ ├── qnx-close-red │ │ │ │ ├── qnx-iconify-red │ │ │ │ ├── qnx-menu-red │ │ │ │ ├── qnx-shade-red │ │ │ │ ├── shade_smooth_white │ │ │ │ ├── shade_unity │ │ │ │ ├── square_medium │ │ │ │ ├── square_small │ │ │ │ ├── synchronize │ │ │ │ ├── triangle_medium │ │ │ │ ├── triangle_squared_medium │ │ │ │ ├── triangle_squared_small │ │ │ │ ├── window_medium │ │ │ │ ├── window_small │ │ │ │ ├── window_thick │ │ │ │ ├── window_unity │ │ │ │ ├── windows_medium │ │ │ │ ├── windows_small │ │ │ │ ├── x_boxy │ │ │ │ ├── x_crooked_small │ │ │ │ ├── x_large │ │ │ │ ├── x_medium │ │ │ │ ├── x_small │ │ │ │ ├── x_thin │ │ │ │ └── x_unity │ │ ├── large │ │ │ └── png │ │ │ │ ├── AfterStep3 │ │ │ │ ├── AfterStep4 │ │ │ │ ├── Bookshelf │ │ │ │ ├── CD │ │ │ │ ├── CDR │ │ │ │ ├── Chat │ │ │ │ ├── Computer │ │ │ │ ├── DVD │ │ │ │ ├── Document │ │ │ │ ├── Document2 │ │ │ │ ├── DocumentScroll │ │ │ │ ├── FileCabinet │ │ │ │ ├── FolderAqua │ │ │ │ ├── FolderAquaBlue │ │ │ │ ├── FolderAquaYellow │ │ │ │ ├── FolderKDECyan │ │ │ │ ├── FolderOpenAqua │ │ │ │ ├── FolderOpenBlueAqua │ │ │ │ ├── FolderOpenRedAqua │ │ │ │ ├── Globe │ │ │ │ ├── Harddrive │ │ │ │ ├── Harddrive2 │ │ │ │ ├── Home │ │ │ │ ├── HomeAqua │ │ │ │ ├── Interface │ │ │ │ ├── Keyboard2 │ │ │ │ ├── Monitor1 │ │ │ │ ├── Monitor2 │ │ │ │ ├── Monitor3 │ │ │ │ ├── NeXTishTerm │ │ │ │ ├── NetworkedGlobe │ │ │ │ ├── Package │ │ │ │ ├── RedLight │ │ │ │ ├── Speaker │ │ │ │ ├── Stopsign │ │ │ │ ├── Terminal │ │ │ │ ├── Typewriter │ │ │ │ ├── Window │ │ │ │ └── scale56.sh │ │ ├── logos │ │ │ └── png │ │ │ │ ├── AfterStep │ │ │ │ ├── AfterStep2 │ │ │ │ ├── AfterStep4 │ │ │ │ ├── AfterStep5 │ │ │ │ ├── AmigaBoing │ │ │ │ ├── AppleRainbow │ │ │ │ ├── Atari │ │ │ │ ├── BitchX │ │ │ │ ├── Commodore │ │ │ │ ├── DOS │ │ │ │ ├── Eterm │ │ │ │ ├── Firefox │ │ │ │ ├── GNOME │ │ │ │ ├── GNOME2 │ │ │ │ ├── GNU │ │ │ │ ├── GNUStep │ │ │ │ ├── GNUStep3D │ │ │ │ ├── GNUStepGlow │ │ │ │ ├── HP │ │ │ │ ├── KDE │ │ │ │ ├── MSWindows │ │ │ │ ├── MacFace │ │ │ │ ├── Mario │ │ │ │ ├── NEdit │ │ │ │ ├── Opera │ │ │ │ ├── PDF │ │ │ │ ├── Real │ │ │ │ ├── Thunderbird │ │ │ │ ├── TuxXmas │ │ │ │ ├── Unicode │ │ │ │ ├── VIM │ │ │ │ ├── Worker │ │ │ │ ├── XWindow │ │ │ │ ├── XWindow2 │ │ │ │ ├── XWindow3 │ │ │ │ ├── Xmms │ │ │ │ ├── aterm │ │ │ │ ├── aterm2 │ │ │ │ ├── aterm3 │ │ │ │ ├── gimp │ │ │ │ ├── konqueror │ │ │ │ ├── linux-penguin │ │ │ │ ├── mozilla │ │ │ │ └── scale48.sh │ │ ├── mini │ │ │ ├── png │ │ │ │ └── scale16.sh │ │ │ └── xml │ │ │ │ ├── AS │ │ │ │ ├── App │ │ │ │ ├── ColorScheme │ │ │ │ ├── Desktop │ │ │ │ ├── Exit │ │ │ │ ├── Folder │ │ │ │ ├── FolderAqua │ │ │ │ ├── FolderAquaBlue │ │ │ │ ├── FolderAquaYellow │ │ │ │ ├── FolderKDECyan │ │ │ │ ├── FolderNeXT │ │ │ │ ├── FolderOpenBlueAqua │ │ │ │ ├── FolderOpenRedAqua │ │ │ │ ├── GNOMESearchTool │ │ │ │ ├── Info │ │ │ │ ├── KDESearchTool │ │ │ │ ├── KDEWallpapers │ │ │ │ ├── Logout │ │ │ │ ├── Menu │ │ │ │ ├── Mona │ │ │ │ ├── MoonInMonitor │ │ │ │ ├── Mouse │ │ │ │ ├── Puzzle │ │ │ │ ├── Recycler │ │ │ │ ├── RemoteControl │ │ │ │ ├── Shutdown │ │ │ │ ├── Stopsign │ │ │ │ ├── Windows │ │ │ │ ├── ZZZ │ │ │ │ ├── applications │ │ │ │ ├── feel │ │ │ │ ├── look │ │ │ │ └── theme │ │ ├── normal │ │ │ ├── png │ │ │ │ ├── AquaFolder │ │ │ │ ├── AquaFolderOpen │ │ │ │ ├── Battery │ │ │ │ ├── Bell │ │ │ │ ├── Bomb │ │ │ │ ├── Bookshelf │ │ │ │ ├── Boombox │ │ │ │ ├── Boot │ │ │ │ ├── Brain │ │ │ │ ├── Brushes │ │ │ │ ├── Bug │ │ │ │ ├── Butterfly │ │ │ │ ├── CAD │ │ │ │ ├── CD │ │ │ │ ├── CDInHand │ │ │ │ ├── CDR │ │ │ │ ├── CDRInHand │ │ │ │ ├── CDRom │ │ │ │ ├── CISCORouter │ │ │ │ ├── Calculator │ │ │ │ ├── Calculator2 │ │ │ │ ├── Camera │ │ │ │ ├── Camera2 │ │ │ │ ├── Camera3 │ │ │ │ ├── Camera4 │ │ │ │ ├── Cardgames │ │ │ │ ├── Cash │ │ │ │ ├── Cat │ │ │ │ ├── Chair │ │ │ │ ├── Charts │ │ │ │ ├── Chat │ │ │ │ ├── Chess │ │ │ │ ├── ChessBishop │ │ │ │ ├── ChessKnight │ │ │ │ ├── Chip │ │ │ │ ├── Clock │ │ │ │ ├── Coffee │ │ │ │ ├── ColorScheme │ │ │ │ ├── Corkscrew │ │ │ │ ├── Cpufan │ │ │ │ ├── Crayon │ │ │ │ ├── Cron │ │ │ │ ├── Cube │ │ │ │ ├── DNA │ │ │ │ ├── Desktop │ │ │ │ ├── Desktop2 │ │ │ │ ├── DialogEdit │ │ │ │ ├── Dice │ │ │ │ ├── Document │ │ │ │ ├── Dollar │ │ │ │ ├── Dollars │ │ │ │ ├── DrawingPad │ │ │ │ ├── Engine │ │ │ │ ├── Eraser │ │ │ │ ├── Ethernet │ │ │ │ ├── ExitSign │ │ │ │ ├── ExpansionCard │ │ │ │ ├── EyeInMonitor │ │ │ │ ├── EyeInMonitor2 │ │ │ │ ├── EyeInMonitor2Shadow │ │ │ │ ├── EyeInMonitorShadow │ │ │ │ ├── Eyedropper │ │ │ │ ├── FTP │ │ │ │ ├── FTPEarth │ │ │ │ ├── FTPTransparent │ │ │ │ ├── Fax │ │ │ │ ├── Feather │ │ │ │ ├── Filecabinet │ │ │ │ ├── Filecabinet2 │ │ │ │ ├── FilecabinetOpen │ │ │ │ ├── Fish │ │ │ │ ├── Floppy │ │ │ │ ├── Floppy525 │ │ │ │ ├── Font │ │ │ │ ├── GIMP │ │ │ │ ├── GameController │ │ │ │ ├── Gear │ │ │ │ ├── Gear2 │ │ │ │ ├── Ghost │ │ │ │ ├── Ghost2 │ │ │ │ ├── Globe │ │ │ │ ├── Glove │ │ │ │ ├── Glue │ │ │ │ ├── HammerBrown │ │ │ │ ├── HammerGrey │ │ │ │ ├── HammerRed │ │ │ │ ├── HandOnWindowCloseIcon │ │ │ │ ├── Handshake │ │ │ │ ├── HandshakeTransparent │ │ │ │ ├── HandshakeTransparent2 │ │ │ │ ├── Harddrive │ │ │ │ ├── Headphones │ │ │ │ ├── Helm │ │ │ │ ├── House │ │ │ │ ├── House2 │ │ │ │ ├── House3 │ │ │ │ ├── Info │ │ │ │ ├── InkJetPrinter │ │ │ │ ├── JFK │ │ │ │ ├── Key │ │ │ │ ├── Keyboard │ │ │ │ ├── KeysOnChain │ │ │ │ ├── Knight │ │ │ │ ├── LaserPrinter │ │ │ │ ├── LeatherBag │ │ │ │ ├── Leatherman │ │ │ │ ├── Letter │ │ │ │ ├── Library │ │ │ │ ├── License │ │ │ │ ├── Lifejacket │ │ │ │ ├── Lightbulb │ │ │ │ ├── Lightswitch │ │ │ │ ├── LockClosed │ │ │ │ ├── LockOpen │ │ │ │ ├── MCInMonitor │ │ │ │ ├── MCInMonitorShadow │ │ │ │ ├── MagnifyingGlass │ │ │ │ ├── MagnifyingGlass2 │ │ │ │ ├── Mail │ │ │ │ ├── MailBox │ │ │ │ ├── MailBox2 │ │ │ │ ├── MailBox3 │ │ │ │ ├── Menu │ │ │ │ ├── MenuEdit │ │ │ │ ├── Modem │ │ │ │ ├── Mona │ │ │ │ ├── MonaLisa │ │ │ │ ├── Monitor1 │ │ │ │ ├── Monitor1Shadow │ │ │ │ ├── Monitor3D │ │ │ │ ├── Monitor3DBlue │ │ │ │ ├── MonitorLCD │ │ │ │ ├── Moon │ │ │ │ ├── MoonInMonitor │ │ │ │ ├── Mouse │ │ │ │ ├── Move │ │ │ │ ├── MovieProjector │ │ │ │ ├── NeXTFatFolder │ │ │ │ ├── NeXTFatFolderOpen │ │ │ │ ├── NeXTFatFolderOpenShadow │ │ │ │ ├── NeXTFatFolderShadow │ │ │ │ ├── NeXTFolder │ │ │ │ ├── NeXTFolderOpen │ │ │ │ ├── NeXTFolderOpenShadow │ │ │ │ ├── NeXTFolderShadow │ │ │ │ ├── NeXTFolders │ │ │ │ ├── NeXTFoldersShadow │ │ │ │ ├── Newspaper │ │ │ │ ├── NoSign │ │ │ │ ├── Notebook │ │ │ │ ├── Notebook2 │ │ │ │ ├── OldFashionedRadio │ │ │ │ ├── OutlineBold │ │ │ │ ├── OutlineBoldDesktop │ │ │ │ ├── PCCase │ │ │ │ ├── PCMCIA │ │ │ │ ├── PDA │ │ │ │ ├── Package │ │ │ │ ├── PackageBlack │ │ │ │ ├── PadlockClosed │ │ │ │ ├── PadlockOpen │ │ │ │ ├── Pager │ │ │ │ ├── Paint │ │ │ │ ├── Pallette │ │ │ │ ├── PaperClip │ │ │ │ ├── Pen │ │ │ │ ├── Pen1 │ │ │ │ ├── Pen2 │ │ │ │ ├── PencilCup │ │ │ │ ├── People │ │ │ │ ├── Piano │ │ │ │ ├── Pistol │ │ │ │ ├── Player │ │ │ │ ├── PlayerBack │ │ │ │ ├── PlayerForward │ │ │ │ ├── PlayerLoad │ │ │ │ ├── PlayerPause │ │ │ │ ├── PlayerPlay │ │ │ │ ├── PlayerStop │ │ │ │ ├── Pliers │ │ │ │ ├── PowerOutlet │ │ │ │ ├── PowerPlug │ │ │ │ ├── Pulse │ │ │ │ ├── PushPin │ │ │ │ ├── Puzzle │ │ │ │ ├── Pyramid │ │ │ │ ├── Python │ │ │ │ ├── RaceCar │ │ │ │ ├── Recycle │ │ │ │ ├── RedLight │ │ │ │ ├── Rembrandt │ │ │ │ ├── RemoteControl │ │ │ │ ├── Rolodex │ │ │ │ ├── Rubberstamp │ │ │ │ ├── Ruller │ │ │ │ ├── RullerShadow │ │ │ │ ├── Run │ │ │ │ ├── SCSIConnector │ │ │ │ ├── Safe │ │ │ │ ├── Scanner │ │ │ │ ├── Scissors │ │ │ │ ├── Screwdriver │ │ │ │ ├── Screwdriver2 │ │ │ │ ├── Shell │ │ │ │ ├── Shredder │ │ │ │ ├── SoccerBall │ │ │ │ ├── Speaker │ │ │ │ ├── Stamp │ │ │ │ ├── Stickynote │ │ │ │ ├── Stopsign │ │ │ │ ├── Stratacaster │ │ │ │ ├── SwissArmyKnife │ │ │ │ ├── Sword │ │ │ │ ├── TV │ │ │ │ ├── Table │ │ │ │ ├── Tapemeasure │ │ │ │ ├── TeddyBear │ │ │ │ ├── TetrisBlocks │ │ │ │ ├── Thumbsup │ │ │ │ ├── Timer │ │ │ │ ├── ToolbarInHand │ │ │ │ ├── Touch │ │ │ │ ├── Trashcan │ │ │ │ ├── Trashcan2 │ │ │ │ ├── Typewriter │ │ │ │ ├── USB │ │ │ │ ├── View │ │ │ │ ├── WWW │ │ │ │ ├── Wharf │ │ │ │ ├── Whisper │ │ │ │ ├── WinList │ │ │ │ ├── Window │ │ │ │ ├── Windows │ │ │ │ ├── WindowsBackground │ │ │ │ ├── WindowsIconify │ │ │ │ ├── WindowsMove │ │ │ │ ├── WindowsProperties │ │ │ │ ├── WindowsResize │ │ │ │ ├── Wireless │ │ │ │ ├── Wrench │ │ │ │ ├── Wrench2 │ │ │ │ ├── WrenchShadow │ │ │ │ ├── WritingHand │ │ │ │ ├── XV │ │ │ │ ├── Zip │ │ │ │ ├── Zipdisk │ │ │ │ └── scale48.sh │ │ │ └── xml │ │ │ │ ├── IRC │ │ │ │ ├── IRCTransparent │ │ │ │ ├── Logout │ │ │ │ └── MusicalNote │ │ └── xml │ │ │ ├── 3_dots.xpm │ │ │ ├── 3dpaint.xpm │ │ │ ├── ASBBlockBlue.xpm │ │ │ ├── ASBBlockClear.xpm │ │ │ ├── ASBBlockConvexBlue.xpm │ │ │ ├── ASBBlockDefault.xpm │ │ │ ├── ASBBlockGreen.xpm │ │ │ ├── ASBBlockMarble.xpm │ │ │ ├── ASBBlockRed.xpm │ │ │ ├── ASBBlockSlate.xpm │ │ │ ├── ASBBlockTransparent.xpm │ │ │ ├── ASBBlockWater.xpm │ │ │ ├── ASBBlockWhite.xpm │ │ │ ├── AfterStep.xpm │ │ │ ├── AfterStep2.xpm │ │ │ ├── AfterStep3.xpm │ │ │ ├── AfterStep4.xpm │ │ │ ├── AfterStep5.xpm │ │ │ ├── AfterStep6.xpm │ │ │ ├── BookArrows.xpm │ │ │ ├── Bookshelf.xpm │ │ │ ├── Brush.xpm │ │ │ ├── CDrom.xpm │ │ │ ├── CDrom2.xpm │ │ │ ├── Computer.xpm │ │ │ ├── ComputerPC.xpm │ │ │ ├── Configure │ │ │ ├── Database.xpm │ │ │ ├── Debug.xpm │ │ │ ├── DeskGlobe.xpm │ │ │ ├── EditorUnicode │ │ │ ├── Eyecon.xpm │ │ │ ├── FileFolders.xpm │ │ │ ├── Folder-AfterStep │ │ │ ├── Folder-Brushes │ │ │ ├── Folder-Calculator2 │ │ │ ├── Folder-Cardgames │ │ │ ├── Folder-Chat │ │ │ ├── Folder-ChessBishop │ │ │ ├── Folder-ChessKnight │ │ │ ├── Folder-Desktop2 │ │ │ ├── Folder-Dice │ │ │ ├── Folder-Filecabinet │ │ │ ├── Folder-GNOME2 │ │ │ ├── Folder-GameController │ │ │ ├── Folder-Gear2 │ │ │ ├── Folder-Generic │ │ │ ├── Folder-Globe │ │ │ ├── Folder-HammerBrown │ │ │ ├── Folder-Headphones │ │ │ ├── Folder-Info │ │ │ ├── Folder-JFK │ │ │ ├── Folder-KDE │ │ │ ├── Folder-Knight │ │ │ ├── Folder-Library │ │ │ ├── Folder-Lightswitch │ │ │ ├── Folder-MagnifyingGlass │ │ │ ├── Folder-MenuEdit │ │ │ ├── Folder-Mona │ │ │ ├── Folder-MoonInMonitor │ │ │ ├── Folder-Mouse │ │ │ ├── Folder-MovieProjector │ │ │ ├── Folder-MusicalNote │ │ │ ├── Folder-PadlockClosed │ │ │ ├── Folder-PadlockOpen │ │ │ ├── Folder-Pager │ │ │ ├── Folder-Pallette │ │ │ ├── Folder-Pen1 │ │ │ ├── Folder-PencilCup │ │ │ ├── Folder-People │ │ │ ├── Folder-Pistol │ │ │ ├── Folder-PlayerLoad │ │ │ ├── Folder-PlayerStop │ │ │ ├── Folder-Puzzle │ │ │ ├── Folder-RaceCar │ │ │ ├── Folder-Scanner │ │ │ ├── Folder-Screwdriver │ │ │ ├── Folder-SoccerBall │ │ │ ├── Folder-Stopsign │ │ │ ├── Folder-TV │ │ │ ├── Folder-TeddyBear │ │ │ ├── Folder-TetrisBlocks │ │ │ ├── Folder-Touch │ │ │ ├── Folder-View │ │ │ ├── Folder-Wharf │ │ │ ├── Folder-WinList │ │ │ ├── Folder-Windows │ │ │ ├── Folder-XWindow3 │ │ │ ├── Folder.xpm │ │ │ ├── GNUSpace.xpm │ │ │ ├── Info.xpm │ │ │ ├── Install.xpm │ │ │ ├── KeyPower.xpm │ │ │ ├── KeysOnChain.xpm │ │ │ ├── Monitor.xpm │ │ │ ├── Network.xpm │ │ │ ├── NetworkInfoManager.xpm │ │ │ ├── OldFashionedRadio.xpm │ │ │ ├── PagerSample-1x1 │ │ │ ├── PagerSample-1x2 │ │ │ ├── PagerSample-1x4 │ │ │ ├── PagerSample-2x1 │ │ │ ├── PagerSample-2x2 │ │ │ ├── PagerSample-4x1 │ │ │ ├── Paint.xpm │ │ │ ├── Plasma.xpm │ │ │ ├── Publish.xpm │ │ │ ├── RayTracedGear.xpm │ │ │ ├── Recycler.xpm │ │ │ ├── RedFire.xpm │ │ │ ├── ScreensaverLocked │ │ │ ├── ScreensaverPrefs │ │ │ ├── ScreensaverUnlocked │ │ │ ├── Start.xpm │ │ │ ├── Text.xpm │ │ │ ├── Toggle-Ghost │ │ │ ├── Toggle-Ghost2 │ │ │ ├── Toggle-Plasma │ │ │ ├── Toggle-Rembrandt │ │ │ ├── TouchLeftHand │ │ │ ├── WWW.xpm │ │ │ ├── WharfSample-1x4 │ │ │ ├── WharfSample-2x4 │ │ │ ├── WharfSample-4x1 │ │ │ ├── WharfSample-4x2 │ │ │ ├── WinListSample-1Bottom │ │ │ ├── WinListSample-1Top │ │ │ ├── WinListSample-2Bottom │ │ │ ├── WinListSample-2Top │ │ │ ├── WinListSample-3Bottom │ │ │ ├── WinListSample-3Top │ │ │ ├── WinListSample-LeftDown │ │ │ ├── WinListSample-LeftUp │ │ │ ├── WinListSample-RightDown │ │ │ ├── WinListSample-RightUp │ │ │ ├── YellowBlueRedGeometry.xpm │ │ │ ├── arrow-dots.xpm │ │ │ ├── arrow.xpm │ │ │ ├── aterm │ │ │ ├── author.xpm │ │ │ ├── bluebar.xpm │ │ │ ├── cpuchip.xpm │ │ │ ├── darkbluebar.xpm │ │ │ ├── disk.builder.xpm │ │ │ ├── draw.xpm │ │ │ ├── east.xpm │ │ │ ├── emacs │ │ │ ├── eterm │ │ │ ├── greenbar.xpm │ │ │ ├── hostmanager.xpm │ │ │ ├── interface.xpm │ │ │ ├── linux-penguin.xpm │ │ │ ├── mini-app.xpm │ │ │ ├── mini-as.xpm │ │ │ ├── mini-exit.xpm │ │ │ ├── mini-folder.xpm │ │ │ ├── mini-menu.xpm │ │ │ ├── mini-recycler.xpm │ │ │ ├── monalisa.xpm │ │ │ ├── netscape.xpm │ │ │ ├── os8-title.xpm │ │ │ ├── ostx.xpm │ │ │ ├── ostxs.xpm │ │ │ ├── ostxu.xpm │ │ │ ├── redbar.xpm │ │ │ ├── rxvt │ │ │ ├── shutdown.xpm │ │ │ ├── shutdown2.xpm │ │ │ ├── south.xpm │ │ │ ├── southeast.xpm │ │ │ ├── southwest.xpm │ │ │ ├── spreadsheet.xpm │ │ │ ├── spreadsheet2.xpm │ │ │ ├── west.xpm │ │ │ ├── wharf.xpm │ │ │ ├── widget.xpm │ │ │ ├── workshop.xpm │ │ │ ├── writeletter.xpm │ │ │ └── xterm │ ├── sounds │ │ ├── beam_trek.au │ │ ├── beaming.au │ │ ├── beep.au │ │ ├── bong.au │ │ ├── clink.au │ │ ├── cowbell.au │ │ ├── crash.au │ │ ├── drip.au │ │ ├── fwop.au │ │ ├── gong.au │ │ ├── huh.au │ │ ├── meepmeep.au │ │ ├── ploop.au │ │ ├── train.au │ │ └── twang.au │ └── tiles │ │ ├── jpg │ │ ├── BlurtsMichelson │ │ ├── Checkers │ │ ├── DefenselessElsie │ │ ├── DorchesterConsolidated │ │ ├── DropInjures │ │ ├── EvilCarWash │ │ ├── FireStreaks │ │ ├── Gray │ │ ├── LibelousPaintings │ │ ├── NordicPowderPirate │ │ └── PsychiatristsImminently │ │ ├── png │ │ ├── AfterStep │ │ ├── AfterStepBeauty │ │ ├── Marble │ │ ├── Plasma │ │ ├── SimpleTexture │ │ ├── Slate │ │ ├── Transparent │ │ ├── Water │ │ ├── empty │ │ └── wharf │ │ └── xml │ │ ├── Blue │ │ ├── Clear │ │ ├── ConvexBlue │ │ ├── Default │ │ ├── Green │ │ ├── Red │ │ ├── White │ │ └── black_dot ├── feels │ ├── feel.DEFAULT │ ├── feel.Debian │ └── feel.ICCCM ├── forms ├── gtkrc-2.0_template ├── gtkrc_template ├── ident ├── kcsrc_template ├── looks │ ├── look.Abi │ ├── look.Breeze │ ├── look.DEFAULT │ ├── look.Glass │ ├── look.Legacy │ ├── look.QNX │ ├── look.Smooth │ ├── look.Tiny │ ├── look.Transparent │ └── look.Unity ├── pager.in ├── scripts │ ├── Animate │ ├── BellSetup │ ├── Date │ ├── DeskSetup │ ├── FileBrowser │ ├── KeyboardSetup │ ├── PointerSetup │ ├── Quit │ ├── ScreenDump │ ├── ScreenSetup │ └── ScreenSetup2 ├── scroll ├── sound.in ├── standard_categories ├── start │ ├── .include.in │ ├── 0_Applications │ │ ├── .include │ │ ├── Accessories │ │ │ └── .include │ │ ├── Development │ │ │ └── .include │ │ ├── Editors │ │ │ └── .include │ │ ├── Education │ │ │ └── .include │ │ ├── Emulators │ │ │ └── .include │ │ ├── Games │ │ │ └── .include │ │ ├── Graphics │ │ │ └── .include │ │ ├── Multimedia │ │ │ └── .include │ │ ├── Network │ │ │ └── .include │ │ ├── Office │ │ │ └── .include │ │ └── System │ │ │ └── .include │ ├── 0_Search │ │ └── .include │ ├── 11_nop │ ├── 1_Desktop │ │ ├── .include │ │ ├── Color_Scheme │ │ │ └── .include.in │ │ ├── ConfigFiles │ │ │ └── .include │ │ ├── Feel │ │ │ └── .include.in │ │ ├── GNOME_Desktop │ │ │ └── .include │ │ ├── KDE_Desktop │ │ │ └── .include │ │ ├── Look │ │ │ └── .include.in │ │ ├── Menu_Options │ │ │ ├── .include │ │ │ ├── 0_hideunavailable │ │ │ ├── 2_hideminipixmaps │ │ │ ├── 4_txtitemsind │ │ │ └── 5_recentitems │ │ ├── Pictures │ │ │ ├── .include │ │ │ ├── AfterStep_Images │ │ │ │ └── .include.in │ │ │ ├── Other │ │ │ │ └── .include │ │ │ ├── Propaganda_Images │ │ │ │ └── .include │ │ │ ├── User_Backgrounds │ │ │ │ └── .include.in │ │ │ └── Web │ │ │ │ ├── Digital_Blasphemy │ │ │ │ ├── Mountains │ │ │ │ ├── Vladstudio_com │ │ │ │ ├── Walk_In_Clouds │ │ │ │ └── Water │ │ ├── Theme │ │ │ └── .include.in │ │ ├── X_Tools │ │ │ ├── .include │ │ │ └── Mouse │ │ │ │ └── .include │ │ ├── reloadgtkrc │ │ ├── updateall │ │ └── updatestartmenu │ ├── 2_Modules │ │ ├── .include │ │ ├── 10_custom_pager │ │ ├── 11_custom_wharf │ │ ├── 12_custom_winlist │ │ ├── 13_nop │ │ ├── 5_RestartModule │ │ ├── 6_StopModule │ │ ├── 7_StartAll │ │ ├── 8_StopAll │ │ └── 9_nop │ ├── 3_Screen_savers │ │ ├── .include │ │ ├── With_password │ │ │ └── .include │ │ └── Without_password │ │ │ └── .include │ ├── 3_System_Settings │ │ ├── .include │ │ ├── Gnome_Hardware_Settings │ │ │ └── .include │ │ ├── Gnome_Settings_Panel │ │ │ ├── .include │ │ │ └── Other │ │ │ │ └── .include │ │ └── XFCE_Settings │ │ │ └── .include │ ├── 3_run.in │ ├── 4_Windows │ │ ├── .include │ │ ├── 0_Arrange │ │ │ ├── .include │ │ │ ├── Cascade │ │ │ └── Tile │ │ ├── 0_WinList │ │ ├── 0_move │ │ ├── 1_iconify │ │ ├── 1_resize │ │ ├── 2_pin │ │ ├── 2_raise │ │ ├── 3_lower │ │ ├── 4_delete │ │ ├── 5_destroy │ │ ├── 6_winprop │ │ └── 7_fullscreen │ ├── 4_xterminal │ ├── 4_zzznop │ ├── 5_Quit │ │ ├── .include │ │ ├── 0_close │ │ ├── 0_nop │ │ ├── 1_shutdown │ │ ├── 2_hibernate │ │ ├── 2_suspend │ │ ├── 3_nop │ │ ├── 3_restartsession │ │ └── 4_quit │ └── 7_About_AfterStep │ │ └── .include ├── themes │ ├── DEFAULT.tar.gz │ └── Default ├── wharf ├── winlist └── wintabs ├── autoconf ├── .cvsignore ├── Makefile.common.in ├── Makefile.common.lib.in ├── Makefile.defines.in ├── aclocal.m4 ├── config.guess ├── config.h.in ├── config.sub ├── configure.in ├── configure.libs.in ├── install-sh └── mkinstalldirs ├── configure ├── configure.h.in ├── doc ├── .depend ├── Makefile.in ├── Pager.xml ├── Wharf.xml ├── WinList.xml ├── afterstep.xml ├── afterstepdoc.in ├── as20new.html ├── asxmlimages.html ├── code │ ├── Error_codes │ ├── Optimizing │ ├── Patch │ ├── ReleaseGuide │ ├── config_issues.html │ └── parser_devel_guide.html ├── languages │ ├── README.cz │ ├── README.de │ ├── README.dk │ ├── README.es │ ├── README.fi │ ├── README.fr │ ├── README.gr │ ├── README.id │ ├── README.it │ ├── README.jp │ ├── README.nl │ ├── README.no │ ├── README.pl │ ├── README.ro │ ├── README.ru.koi8 │ ├── README.se │ ├── README.tw │ └── README.yu └── licences │ ├── COPYING │ ├── COPYING.LDP │ └── COPYING.LIB ├── include ├── afterbase.h ├── afterstep.h ├── afterstep.xpm └── iconbg.h ├── install.script ├── libASGTK ├── .depend ├── .shared ├── Makefile.in ├── asgtk-config.in ├── asgtk.h ├── asgtkai.c ├── asgtkai.h ├── asgtkapp.c ├── asgtkapp.h ├── asgtkcframe.c ├── asgtkcframe.h ├── asgtkcolorsel.c ├── asgtkcolorsel.h ├── asgtkdirtree.c ├── asgtkdirtree.h ├── asgtkgradient.c ├── asgtkgradient.h ├── asgtkimagebrowser.c ├── asgtkimagebrowser.h ├── asgtkimagedir.c ├── asgtkimagedir.h ├── asgtkimageview.c ├── asgtkimageview.h ├── asgtklistviews.c ├── asgtklistviews.h ├── asgtklookedit.c ├── asgtklookedit.h ├── asgtkxmleditor.c ├── asgtkxmleditor.h ├── asgtkxmloptlist.c ├── asgtkxmloptlist.h ├── design │ ├── mystyle │ │ ├── ascp-mystyle.glade │ │ └── ascp-mystyle.gladep │ └── mystyle2 │ │ ├── mystyle-editor-take2.glade │ │ └── mystyle-editor-take2.gladep └── mystyle_editor_interface.c ├── libAfterBase ├── .cvsignore ├── .depend ├── .shared ├── ChangeLog ├── Makefile.in ├── afterbase_config.h.in ├── ashash.c ├── ashash.h ├── aslist.c ├── aslist.h ├── astypes.h ├── asvector.c ├── asvector.h ├── audit.c ├── audit.h ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.in ├── fs.c ├── fs.h ├── install-sh ├── layout.c ├── layout.h ├── mystring.c ├── mystring.h ├── os.c ├── os.h ├── output.c ├── output.h ├── parse.c ├── parse.h ├── regexp.c ├── regexp.h ├── safemalloc.c ├── safemalloc.h ├── selfdiag.c ├── selfdiag.h ├── sleep.c ├── sleep.h ├── socket.c ├── socket.h ├── timer.c ├── timer.h ├── trace.c ├── trace.h ├── xml.c ├── xml.h ├── xprop.c ├── xprop.h ├── xwrap.c └── xwrap.h ├── libAfterConf ├── .depend ├── .shared ├── ASMount.c ├── ASetRoot.c ├── AfterStep.c ├── AlignBevel.c ├── Animate.c ├── Audio.c ├── Base.c ├── Clean.c ├── Color.c ├── Database.c ├── DesktopEntry.c ├── Feel.c ├── Ident.c ├── Look.c ├── Makefile.in ├── MyFrame.c ├── MyStyle.c ├── Pager.c ├── Sound.c ├── Wharf.c ├── WinList.c ├── WinTabs.c ├── afterconf.h ├── balloon.c ├── function.c └── keyword_macro.h ├── libAfterImage ├── .cvsignore ├── .depend ├── .shared ├── ChangeLog ├── Makefile.in ├── README ├── aclocal.m4 ├── afterbase.c ├── afterbase.h.in ├── afterimage-config.in ├── afterimage-libs.in ├── afterimage.h ├── aftershow │ ├── .depend │ ├── Makefile.in │ ├── aftershow.c │ ├── aftershow.h │ ├── aftershow_pipe.c │ ├── xmlutil.c │ └── xutil.c ├── apps │ ├── .cvsignore │ ├── .depend │ ├── Makefile.in │ ├── README │ ├── ascheckttf.c │ ├── ascompose.c │ ├── ascompose.man │ ├── asflip.c │ ├── asgrad.c │ ├── asi18n.c │ ├── asmerge.c │ ├── asscale.c │ ├── astext.c │ ├── astile.c │ ├── asvector.c │ ├── asview.c │ ├── asview_gl.c │ ├── back.xpm │ ├── common.c │ ├── common.h │ ├── fore.xpm │ ├── rose512.jpg │ ├── test.ttf │ ├── test.xml │ └── xpm2png.sh ├── ascmap.c ├── ascmap.h ├── asfont.c ├── asfont.h ├── asim_afterbase.h ├── asimage.c ├── asimage.h ├── asimagexml.c ├── asimagexml.h ├── asstorage.c ├── asstorage.h ├── asvisual.c ├── asvisual.h ├── blender.c ├── blender.h ├── bmp.c ├── bmp.h ├── char2uni.c ├── char2uni.h ├── colornames.h ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.in ├── draw.c ├── draw.h ├── export.c ├── export.h ├── imencdec.c ├── imencdec.h ├── import.c ├── import.h ├── install-sh ├── libAfterImage.dsp ├── libAfterImage.dsw ├── libAfterImage.mak ├── libjpeg │ ├── README │ ├── jaricom.c │ ├── jcapimin.c │ ├── jcapistd.c │ ├── jcarith.c │ ├── jccoefct.c │ ├── jccolor.c │ ├── jcdctmgr.c │ ├── jchuff.c │ ├── jchuff.h │ ├── jcinit.c │ ├── jcmainct.c │ ├── jcmarker.c │ ├── jcmaster.c │ ├── jcomapi.c │ ├── jconfig.h │ ├── jcparam.c │ ├── jcphuff.c │ ├── jcprepct.c │ ├── jcsample.c │ ├── jctrans.c │ ├── jdapimin.c │ ├── jdapistd.c │ ├── jdarith.c │ ├── jdatadst.c │ ├── jdatasrc.c │ ├── jdcoefct.c │ ├── jdcolor.c │ ├── jdct.h │ ├── jddctmgr.c │ ├── jdhuff.c │ ├── jdhuff.h │ ├── jdinput.c │ ├── jdmainct.c │ ├── jdmarker.c │ ├── jdmaster.c │ ├── jdmerge.c │ ├── jdpostct.c │ ├── jdsample.c │ ├── jdtrans.c │ ├── jerror.c │ ├── jerror.h │ ├── jfdctflt.c │ ├── jfdctfst.c │ ├── jfdctint.c │ ├── jidctflt.c │ ├── jidctfst.c │ ├── jidctint.c │ ├── jidctred.c │ ├── jinclude.h │ ├── jmemmgr.c │ ├── jmemnobs.c │ ├── jmemsys.h │ ├── jmorecfg.h │ ├── jpegint.h │ ├── jpeglib.h │ ├── jquant1.c │ ├── jquant2.c │ ├── jutils.c │ ├── jversion.h │ ├── transupp.c │ └── transupp.h ├── libpng │ ├── LICENSE │ ├── png.c │ ├── png.h │ ├── pngconf.h │ ├── pngerror.c │ ├── pngget.c │ ├── pngmem.c │ ├── pngpread.c │ ├── pngread.c │ ├── pngrio.c │ ├── pngrtran.c │ ├── pngrutil.c │ ├── pngset.c │ ├── pngtrans.c │ ├── pngwio.c │ ├── pngwrite.c │ ├── pngwtran.c │ └── pngwutil.c ├── libungif │ ├── README │ ├── dgif_lib.c │ ├── egif_lib.c │ ├── gif_err.c │ ├── gif_hash.c │ ├── gif_hash.h │ ├── gif_lib.h │ ├── gif_lib_private.h │ └── gifalloc.c ├── pixmap.c ├── pixmap.h ├── scanline.c ├── scanline.h ├── test_mmx.c ├── transform.c ├── transform.h ├── ungif.c ├── ungif.h ├── win32 │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── afterbase.h │ ├── asview.cpp │ ├── asview.dsp │ ├── asview.mak │ └── config.h ├── xcf.c ├── xcf.h ├── ximage.c ├── ximage.h ├── xpm.c ├── xpm.h ├── xwrap.h └── zlib │ ├── README │ ├── adler32.c │ ├── compress.c │ ├── crc32.c │ ├── crc32.h │ ├── deflate.c │ ├── deflate.h │ ├── gzio.c │ ├── infback.c │ ├── inffast.c │ ├── inffast.h │ ├── inffixed.h │ ├── inflate.c │ ├── inflate.h │ ├── inftrees.c │ ├── inftrees.h │ ├── trees.c │ ├── trees.h │ ├── uncompr.c │ ├── zconf.h │ ├── zlib.h │ ├── zutil.c │ └── zutil.h ├── libAfterStep ├── .depend ├── .shared ├── Makefile.in ├── afterstep-config.in ├── afterstep.h ├── alpha_header.h ├── asapp.c ├── asapp.h ├── ascommand.c ├── ascommand.h ├── asdatabase.c ├── asdatabase.h ├── asfeel.c ├── asfeel.h ├── aswindata.c ├── aswindata.h ├── background.c ├── background.h ├── balloon.c ├── balloon.h ├── canvas.c ├── canvas.h ├── clientprops.c ├── clientprops.h ├── colorscheme.c ├── colorscheme.h ├── decor.c ├── decor.h ├── desktop_category.c ├── desktop_category.h ├── event.c ├── event.h ├── font.c ├── font.h ├── freestor.c ├── freestor.h ├── functions.c ├── functions.h ├── hints.c ├── hints.h ├── kde.c ├── kde.h ├── module.c ├── module.h ├── moveresize.c ├── moveresize.h ├── myicon.c ├── myicon.h ├── mylook.c ├── mylook.h ├── mystyle.c ├── mystyle.h ├── mystyle_property.c ├── mystyle_property.h ├── operations.c ├── operations.h ├── outline.c ├── parser.c ├── parser.h ├── parser_fs.c ├── parser_xml.c ├── screen.c ├── screen.h ├── session.c ├── session.h ├── shape.c ├── shape.h ├── sun_headers.h ├── wmprops.c └── wmprops.h ├── perl-AfterImage ├── AfterImage.xs ├── Changes ├── MANIFEST ├── Makefile.PL ├── README ├── lib │ ├── AfterImage.pm │ └── AfterImage │ │ └── Font.pm ├── ppport.h ├── t │ └── AfterImage.t ├── test.pl └── typemap ├── src ├── ASConfig │ ├── ASConfig.c │ ├── ASConfig.h │ ├── Makefile.in │ ├── asproperty.c │ ├── asproperty.h │ ├── configfile.c │ ├── configfile.h │ ├── xmlrpc.c │ └── xmlrpc.h ├── ASDocGen │ ├── .depend │ ├── ASDocGen.c │ ├── ASDocGen.h │ ├── Makefile.in │ ├── background.jpg │ ├── data_html_styles.css │ ├── datadoc.c │ ├── datadoc.h │ ├── docfile.c │ ├── docfile.h │ ├── html_styles.css │ ├── images │ │ ├── Info.png │ │ ├── Pager.jpg │ │ ├── asdoc_screenshot.jpg │ │ ├── aterm.jpg │ │ ├── desktop.png │ │ ├── monitorwharf.jpg │ │ ├── pager.jpg │ │ ├── pager.png │ │ ├── start_menu.jpg │ │ ├── start_menu.png │ │ ├── whandling.png │ │ ├── wharf.jpg │ │ ├── wharf.png │ │ ├── window_list.jpg │ │ ├── winlist.jpg │ │ └── winlist.png │ ├── robodoc.c │ ├── robodoc.h │ ├── source │ │ ├── ASDatabase │ │ │ ├── Style │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── ASDatabaseEntry │ │ │ ├── AllowCover │ │ │ ├── AvoidCover │ │ │ ├── BorderWidth │ │ │ ├── Button │ │ │ ├── CirculateHit │ │ │ ├── CirculateSkip │ │ │ ├── DefaultGeometry │ │ │ ├── Focus │ │ │ ├── FocusOnMap │ │ │ ├── FocusStyle │ │ │ ├── Frame │ │ │ ├── Fullscreen │ │ │ ├── HandleWidth │ │ │ ├── Handles │ │ │ ├── HonorConfig │ │ │ ├── HonorExtWMHints │ │ │ ├── HonorGnomeHints │ │ │ ├── HonorGroupHints │ │ │ ├── HonorKDEHints │ │ │ ├── HonorMotifHints │ │ │ ├── HonorPPosition │ │ │ ├── HonorRestack │ │ │ ├── HonorTransientHints │ │ │ ├── HonorXResources │ │ │ ├── HorizontalTitle │ │ │ ├── Icon │ │ │ ├── IconTitle │ │ │ ├── IgnoreConfig │ │ │ ├── IgnoreRestack │ │ │ ├── Layer │ │ │ ├── LongLiving │ │ │ ├── NoButton │ │ │ ├── NoExtWMHints │ │ │ ├── NoFocus │ │ │ ├── NoFocusOnMap │ │ │ ├── NoFrame │ │ │ ├── NoFullscreen │ │ │ ├── NoGnomeHints │ │ │ ├── NoGroupHints │ │ │ ├── NoHandles │ │ │ ├── NoIcon │ │ │ ├── NoIconTitle │ │ │ ├── NoKDEHints │ │ │ ├── NoMotifHints │ │ │ ├── NoPPosition │ │ │ ├── NoTitle │ │ │ ├── NoTransientHints │ │ │ ├── NoXResources │ │ │ ├── OverrideGravity │ │ │ ├── ShortLiving │ │ │ ├── Slippery │ │ │ ├── StartIconic │ │ │ ├── StartNormal │ │ │ ├── StartsAnywhere │ │ │ ├── StartsOnDesk │ │ │ ├── StaysOnBack │ │ │ ├── StaysOnTop │ │ │ ├── StaysPut │ │ │ ├── Sticky │ │ │ ├── StickyStyle │ │ │ ├── Title │ │ │ ├── UnfocusStyle │ │ │ ├── UseAnyViewport │ │ │ ├── UseCurrentViewport │ │ │ ├── VerticalTitle │ │ │ ├── ViewportX │ │ │ ├── ViewportY │ │ │ ├── WindowBox │ │ │ ├── WindowListHit │ │ │ ├── WindowListSkip │ │ │ ├── WindowOpacity │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Align │ │ │ ├── Bottom │ │ │ ├── Center │ │ │ ├── HCenter │ │ │ ├── HScaled │ │ │ ├── HTiled │ │ │ ├── LabelHeight │ │ │ ├── LabelSize │ │ │ ├── LabelWidth │ │ │ ├── Left │ │ │ ├── None │ │ │ ├── Right │ │ │ ├── Top │ │ │ ├── VCenter │ │ │ ├── VScaled │ │ │ ├── VTiled │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Animate │ │ │ ├── Color │ │ │ ├── Delay │ │ │ ├── Iterations │ │ │ ├── Resize │ │ │ ├── Twist │ │ │ ├── Width │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── AnimateTypes │ │ │ ├── Flip │ │ │ ├── Random │ │ │ ├── Turn │ │ │ ├── Twist │ │ │ ├── Zoom │ │ │ ├── Zoom3D │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Arrange │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Audio │ │ │ ├── Delay │ │ │ ├── PlayCmd │ │ │ ├── RplayHost │ │ │ ├── RplayPriority │ │ │ ├── RplayVolume │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── AudioEvents │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ ├── _synopsis │ │ │ ├── add_window │ │ │ ├── config │ │ │ ├── deiconify │ │ │ ├── destroy_window │ │ │ ├── focus_change │ │ │ ├── iconify │ │ │ ├── maximize │ │ │ ├── module_config │ │ │ ├── new_background │ │ │ ├── new_viewport │ │ │ ├── raise_window │ │ │ ├── restore │ │ │ ├── shade │ │ │ ├── shutdown │ │ │ ├── startup │ │ │ ├── stick │ │ │ ├── unshade │ │ │ ├── unstick │ │ │ └── window_names │ │ ├── AutoExec │ │ │ ├── Function │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Banner │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Base │ │ │ ├── AudioPath │ │ │ ├── BrowserCommand │ │ │ ├── CursorPath │ │ │ ├── DeskTopScale │ │ │ ├── DeskTopSize │ │ │ ├── DisableKDEGlobalsTheming │ │ │ ├── DisableSharedMemory │ │ │ ├── EditorCommand │ │ │ ├── FontPath │ │ │ ├── IconPath │ │ │ ├── ModulePath │ │ │ ├── Path │ │ │ ├── PixmapPath │ │ │ ├── TermCommand │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ ├── _synopsis │ │ │ ├── gtkrc20Path │ │ │ └── gtkrcPath │ │ ├── Bevel │ │ │ ├── Bottom │ │ │ ├── Extra │ │ │ ├── Left │ │ │ ├── NoInline │ │ │ ├── NoOutline │ │ │ ├── None │ │ │ ├── Right │ │ │ ├── Top │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── ColorScheme │ │ │ ├── Active │ │ │ ├── ActiveDark │ │ │ ├── ActiveLight │ │ │ ├── ActiveText │ │ │ ├── Angle │ │ │ ├── Base │ │ │ ├── BaseDark │ │ │ ├── BaseLight │ │ │ ├── Cursor │ │ │ ├── DisabledText │ │ │ ├── HighActive │ │ │ ├── HighActiveBack │ │ │ ├── HighActiveBackDark │ │ │ ├── HighActiveBackLight │ │ │ ├── HighActiveDark │ │ │ ├── HighActiveLight │ │ │ ├── HighActiveText │ │ │ ├── HighInactive │ │ │ ├── HighInactiveBack │ │ │ ├── HighInactiveBackDark │ │ │ ├── HighInactiveBackLight │ │ │ ├── HighInactiveDark │ │ │ ├── HighInactiveLight │ │ │ ├── HighInactiveText │ │ │ ├── Inactive1 │ │ │ ├── Inactive1Dark │ │ │ ├── Inactive1Light │ │ │ ├── Inactive2 │ │ │ ├── Inactive2Dark │ │ │ ├── Inactive2Light │ │ │ ├── InactiveText1 │ │ │ ├── InactiveText2 │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Commands │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── FAQ │ │ │ ├── 01-GeneralInfo │ │ │ ├── 02-Resources │ │ │ └── 03-GettingAndInstalling │ │ ├── Feel │ │ │ ├── AnimateDeskChange │ │ │ ├── AppsBackingStore │ │ │ ├── AutoFocus │ │ │ ├── AutoRaise │ │ │ ├── AutoReverse │ │ │ ├── AutoTabThroughDesks │ │ │ ├── BackingStore │ │ │ ├── CenterOnCirculate │ │ │ ├── CirculateSkipIcons │ │ │ ├── ClickTime │ │ │ ├── ClickToFocus │ │ │ ├── ClickToRaise │ │ │ ├── CoverAnimationSteps │ │ │ ├── CoverAnimationType │ │ │ ├── Cursor │ │ │ ├── CustomCursor │ │ │ ├── DecorateTransients │ │ │ ├── DefaultWindowBox │ │ │ ├── DeskAnimationSteps │ │ │ ├── DeskAnimationType │ │ │ ├── DontMoveOff │ │ │ ├── DontRestoreFocus │ │ │ ├── EdgeResistance │ │ │ ├── EdgeScroll │ │ │ ├── FollowTitleChanges │ │ │ ├── Function │ │ │ ├── IconTitle │ │ │ ├── KeepIconWindows │ │ │ ├── Key │ │ │ ├── MenusHigh │ │ │ ├── Mouse │ │ │ ├── NoPPosition │ │ │ ├── NoSnapKey │ │ │ ├── OpaqueMove │ │ │ ├── OpaqueResize │ │ │ ├── PagingDefault │ │ │ ├── PersistentMenus │ │ │ ├── Popup │ │ │ ├── RandomPlacement │ │ │ ├── RecentSubmenuItems │ │ │ ├── SaveUnders │ │ │ ├── ScreenEdgeAttraction │ │ │ ├── ShadeAnimationSteps │ │ │ ├── SloppyFocus │ │ │ ├── SmartPlacement │ │ │ ├── StickyIcons │ │ │ ├── StubbornIconPlacement │ │ │ ├── StubbornIcons │ │ │ ├── StubbornPlacement │ │ │ ├── SuppressIcons │ │ │ ├── WinListHideIcons │ │ │ ├── WinListSortOrder │ │ │ ├── WindowBox │ │ │ ├── WindowEdgeAttraction │ │ │ ├── XorValue │ │ │ ├── Xzap │ │ │ ├── Yzap │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── FeelWindowBox │ │ │ ├── Area │ │ │ ├── Desk │ │ │ ├── FirstTry │ │ │ ├── MaxHeight │ │ │ ├── MaxLayer │ │ │ ├── MaxWidth │ │ │ ├── MinHeight │ │ │ ├── MinLayer │ │ │ ├── MinWidth │ │ │ ├── ReverseOrder │ │ │ ├── ReverseOrderHorizontal │ │ │ ├── ReverseOrderVertical │ │ │ ├── ThenTry │ │ │ ├── VerticalPriority │ │ │ ├── Virtual │ │ │ ├── WindowBox │ │ │ ├── XSpacing │ │ │ ├── YSpacing │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ └── _synopsis │ │ ├── Functions │ │ │ ├── Background │ │ │ ├── BackgroundForeign │ │ │ ├── Beep │ │ │ ├── BookmarkWindow │ │ │ ├── Category │ │ │ ├── CategoryTree │ │ │ ├── ChangeColorscheme │ │ │ ├── ChangeFeel │ │ │ ├── ChangeLook │ │ │ ├── ChangeTheme │ │ │ ├── ChangeThemeFile │ │ │ ├── ChangeWindowDown │ │ │ ├── ChangeWindowUp │ │ │ ├── Close │ │ │ ├── CursorMove │ │ │ ├── Delete │ │ │ ├── Desk │ │ │ ├── DesktopEntry │ │ │ ├── Destroy │ │ │ ├── EndFunction │ │ │ ├── EndPopup │ │ │ ├── Exec │ │ │ ├── ExecBrowser │ │ │ ├── ExecEditor │ │ │ ├── ExecInTerm │ │ │ ├── Focus │ │ │ ├── Folder │ │ │ ├── Fullscreen │ │ │ ├── Function │ │ │ ├── GetHelp │ │ │ ├── GoToBookmark │ │ │ ├── GotoDeskViewport │ │ │ ├── GotoPage │ │ │ ├── Iconify │ │ │ ├── InstallBackground │ │ │ ├── InstallColorscheme │ │ │ ├── InstallFeel │ │ │ ├── InstallFont │ │ │ ├── InstallIcon │ │ │ ├── InstallLook │ │ │ ├── InstallThemeFile │ │ │ ├── InstallTile │ │ │ ├── KIPCsendMessageAll │ │ │ ├── KillAllModulesByName │ │ │ ├── KillModuleByName │ │ │ ├── LargeMiniPixmap │ │ │ ├── Lower │ │ │ ├── MaxSwallow │ │ │ ├── MaxSwallowModule │ │ │ ├── Maximize │ │ │ ├── MiniPixmap │ │ │ ├── Module │ │ │ ├── Move │ │ │ ├── Nop │ │ │ ├── PasteSelection │ │ │ ├── PinMenu │ │ │ ├── PopUp │ │ │ ├── PutOnBack │ │ │ ├── PutOnTop │ │ │ ├── QuickRestart │ │ │ ├── Quit │ │ │ ├── Raise │ │ │ ├── RaiseLower │ │ │ ├── Refresh │ │ │ ├── Resize │ │ │ ├── Restart │ │ │ ├── RestartModuleByName │ │ │ ├── RestartModuleList │ │ │ ├── SET_FLAGS │ │ │ ├── SET_MASK │ │ │ ├── SET_NAME │ │ │ ├── SaveWorkspace │ │ │ ├── Scroll │ │ │ ├── Send_WindowList │ │ │ ├── Set │ │ │ ├── SetLayer │ │ │ ├── Shade │ │ │ ├── SignalReloadGTKRCFile │ │ │ ├── Size │ │ │ ├── SmallMiniPixmap │ │ │ ├── Stick │ │ │ ├── StopModuleList │ │ │ ├── Swallow │ │ │ ├── SwallowModule │ │ │ ├── SwallowWindow │ │ │ ├── TakeFrameShot │ │ │ ├── TakeScreenShot │ │ │ ├── TakeWindowShot │ │ │ ├── Test │ │ │ ├── Title │ │ │ ├── ToggleLayer │ │ │ ├── TogglePage │ │ │ ├── Transient │ │ │ ├── UNLOCK │ │ │ ├── Wait │ │ │ ├── WarpBack │ │ │ ├── WarpFore │ │ │ ├── WindowList │ │ │ ├── WindowsDesk │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── GWCommand │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Gravity │ │ │ ├── Center │ │ │ ├── East │ │ │ ├── North │ │ │ ├── NorthEast │ │ │ ├── NorthWest │ │ │ ├── South │ │ │ ├── SouthEast │ │ │ ├── SouthWest │ │ │ ├── Static │ │ │ ├── West │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Ident │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Look │ │ │ ├── BalloonBorderHilite │ │ │ ├── BalloonCloseDelay │ │ │ ├── BalloonDelay │ │ │ ├── BalloonStyle │ │ │ ├── BalloonXOffset │ │ │ ├── BalloonYOffset │ │ │ ├── Balloons │ │ │ ├── ButtonAlign │ │ │ ├── ButtonBevel │ │ │ ├── ButtonIconSpacing │ │ │ ├── ButtonSize │ │ │ ├── CursorBack │ │ │ ├── CursorFore │ │ │ ├── DefaultFrame │ │ │ ├── DefaultStyle │ │ │ ├── DeskBack │ │ │ ├── DontAnimateBackground │ │ │ ├── DontDrawBackground │ │ │ ├── DrawMenuBorders │ │ │ ├── FWindowStyle │ │ │ ├── IconBox │ │ │ ├── IconsGrowVertically │ │ │ ├── KillBackgroundThreshold │ │ │ ├── MArrowPixmap │ │ │ ├── MenuBalloonBorderHilite │ │ │ ├── MenuBalloonCloseDelay │ │ │ ├── MenuBalloonDelay │ │ │ ├── MenuBalloonStyle │ │ │ ├── MenuBalloonTextPaddingX │ │ │ ├── MenuBalloonTextPaddingY │ │ │ ├── MenuBalloonXOffset │ │ │ ├── MenuBalloonYOffset │ │ │ ├── MenuBalloons │ │ │ ├── MenuHiTitleStyle │ │ │ ├── MenuHiliteCompositionMethod │ │ │ ├── MenuHiliteStyle │ │ │ ├── MenuItemCompositionMethod │ │ │ ├── MenuItemStyle │ │ │ ├── MenuMiniPixmaps │ │ │ ├── MenuNoBalloons │ │ │ ├── MenuPinOn │ │ │ ├── MenuStippleCompositionMethod │ │ │ ├── MenuStippleStyle │ │ │ ├── MenuSubItemStyle │ │ │ ├── MenuTitleStyle │ │ │ ├── MinipixmapSize │ │ │ ├── MyBackground │ │ │ ├── MyFrame │ │ │ ├── MyStyle │ │ │ ├── ResizeMoveGeometry │ │ │ ├── RubberBand │ │ │ ├── SWindowStyle │ │ │ ├── SeparateButtonTitle │ │ │ ├── StartMenuSortMode │ │ │ ├── SupportedHints │ │ │ ├── TitleButton │ │ │ ├── TitleButtonBalloonBorderHilite │ │ │ ├── TitleButtonBalloonCloseDelay │ │ │ ├── TitleButtonBalloonDelay │ │ │ ├── TitleButtonBalloonStyle │ │ │ ├── TitleButtonBalloonTextPaddingX │ │ │ ├── TitleButtonBalloonTextPaddingY │ │ │ ├── TitleButtonBalloonXOffset │ │ │ ├── TitleButtonBalloonYOffset │ │ │ ├── TitleButtonBalloons │ │ │ ├── TitleButtonNoBalloons │ │ │ ├── TitleButtonOrder │ │ │ ├── TitleButtonSpacing │ │ │ ├── TitleButtonSpacingLeft │ │ │ ├── TitleButtonSpacingRight │ │ │ ├── TitleButtonStyle │ │ │ ├── TitleButtonXOffset │ │ │ ├── TitleButtonXOffsetLeft │ │ │ ├── TitleButtonXOffsetRight │ │ │ ├── TitleButtonYOffset │ │ │ ├── TitleButtonYOffsetLeft │ │ │ ├── TitleButtonYOffsetRight │ │ │ ├── TitleTextAlign │ │ │ ├── TitlebarNoPush │ │ │ ├── UWindowStyle │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Modules │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── MyBackground │ │ │ ├── Align │ │ │ ├── Cut │ │ │ ├── MyBackground │ │ │ ├── Pad │ │ │ ├── Scale │ │ │ ├── Tint │ │ │ ├── Use │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── MyFrame │ │ │ ├── AllowBorder │ │ │ ├── CondenseTitlebar │ │ │ ├── Corner │ │ │ ├── CornerAlign │ │ │ ├── CornerBevel │ │ │ ├── CornerFBevel │ │ │ ├── CornerFocusedBevel │ │ │ ├── CornerSBevel │ │ │ ├── CornerSize │ │ │ ├── CornerStickyBevel │ │ │ ├── CornerUBevel │ │ │ ├── CornerUnfocusedBevel │ │ │ ├── East │ │ │ ├── FrameFStyle │ │ │ ├── FrameFocusedStyle │ │ │ ├── FrameSStyle │ │ │ ├── FrameStickyStyle │ │ │ ├── FrameUStyle │ │ │ ├── FrameUnfocusedStyle │ │ │ ├── Inherit │ │ │ ├── InheritDefaults │ │ │ ├── LeftBtnAlign │ │ │ ├── LeftBtnBackAlign │ │ │ ├── LeftBtnBackground │ │ │ ├── LeftSpacerBackAlign │ │ │ ├── LeftSpacerBackground │ │ │ ├── LeftTitleSpacerBackAlign │ │ │ ├── LeftTitleSpacerBackground │ │ │ ├── LeftTitlebarLayout │ │ │ ├── MyFrame │ │ │ ├── NoBorder │ │ │ ├── NoCorner │ │ │ ├── NoSide │ │ │ ├── North │ │ │ ├── NorthEast │ │ │ ├── NorthWest │ │ │ ├── RightBtnAlign │ │ │ ├── RightBtnBackAlign │ │ │ ├── RightBtnBackground │ │ │ ├── RightSpacerBackAlign │ │ │ ├── RightSpacerBackground │ │ │ ├── RightTitleSpacerBackAlign │ │ │ ├── RightTitleSpacerBackground │ │ │ ├── RightTitlebarLayout │ │ │ ├── Side │ │ │ ├── SideAlign │ │ │ ├── SideBevel │ │ │ ├── SideFBevel │ │ │ ├── SideFocusedBevel │ │ │ ├── SideSBevel │ │ │ ├── SideSize │ │ │ ├── SideSlicing │ │ │ ├── SideStickyBevel │ │ │ ├── SideUBevel │ │ │ ├── SideUnfocusedBevel │ │ │ ├── South │ │ │ ├── SouthEast │ │ │ ├── SouthWest │ │ │ ├── TitleAlign │ │ │ ├── TitleBackground │ │ │ ├── TitleBackgroundAlign │ │ │ ├── TitleBevel │ │ │ ├── TitleCompositionMethod │ │ │ ├── TitleFBevel │ │ │ ├── TitleFCompositionMethod │ │ │ ├── TitleFHue │ │ │ ├── TitleFSaturation │ │ │ ├── TitleFStyle │ │ │ ├── TitleFocusedBevel │ │ │ ├── TitleFocusedCompositionMethod │ │ │ ├── TitleFocusedHue │ │ │ ├── TitleFocusedSaturation │ │ │ ├── TitleFocusedStyle │ │ │ ├── TitleHSpacing │ │ │ ├── TitleSBevel │ │ │ ├── TitleSCompositionMethod │ │ │ ├── TitleSHue │ │ │ ├── TitleSSaturation │ │ │ ├── TitleSStyle │ │ │ ├── TitleStickyBevel │ │ │ ├── TitleStickyCompositionMethod │ │ │ ├── TitleStickyHue │ │ │ ├── TitleStickySaturation │ │ │ ├── TitleStickyStyle │ │ │ ├── TitleUBevel │ │ │ ├── TitleUCompositionMethod │ │ │ ├── TitleUHue │ │ │ ├── TitleUSaturation │ │ │ ├── TitleUStyle │ │ │ ├── TitleUnfocusedBevel │ │ │ ├── TitleUnfocusedCompositionMethod │ │ │ ├── TitleUnfocusedHue │ │ │ ├── TitleUnfocusedSaturation │ │ │ ├── TitleUnfocusedStyle │ │ │ ├── TitleVSpacing │ │ │ ├── West │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── MyStyle │ │ │ ├── BackColor │ │ │ ├── BackGradient │ │ │ ├── BackMultiGradient │ │ │ ├── BackPixmap │ │ │ ├── BlurSize │ │ │ ├── DrawTextBackground │ │ │ ├── Font │ │ │ ├── ForeColor │ │ │ ├── Inherit │ │ │ ├── MyStyle │ │ │ ├── Overlay │ │ │ ├── SliceXEnd │ │ │ ├── SliceXStart │ │ │ ├── SliceYEnd │ │ │ ├── SliceYStart │ │ │ ├── TextStyle │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Pager │ │ │ ├── ActiveDeskBevel │ │ │ ├── Align │ │ │ ├── BalloonBorderHilite │ │ │ ├── BalloonCloseDelay │ │ │ ├── BalloonDelay │ │ │ ├── BalloonStyle │ │ │ ├── BalloonTextPaddingX │ │ │ ├── BalloonTextPaddingY │ │ │ ├── BalloonXOffset │ │ │ ├── BalloonYOffset │ │ │ ├── Balloons │ │ │ ├── Columns │ │ │ ├── Decoration │ │ │ ├── DontDrawBg │ │ │ ├── Geometry │ │ │ ├── IconGeometry │ │ │ ├── InActiveDeskBevel │ │ │ ├── Label │ │ │ ├── MyStyle │ │ │ ├── NoBalloons │ │ │ ├── Rows │ │ │ ├── ShadeButton │ │ │ ├── SmallFont │ │ │ ├── StartIconic │ │ │ ├── StickyIcons │ │ │ ├── Style │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── PagerDecorations │ │ │ ├── DeskBorderColor │ │ │ ├── DeskBorderWidth │ │ │ ├── GridColor │ │ │ ├── HideInactiveLabels │ │ │ ├── LabelBelowDesk │ │ │ ├── NoDeskLabel │ │ │ ├── NoPageSeparator │ │ │ ├── NoSelection │ │ │ ├── SelectionColor │ │ │ ├── VerticalLabel │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Placement │ │ │ ├── Cascade │ │ │ ├── Manual │ │ │ ├── RandomPlacement │ │ │ ├── SmartPlacement │ │ │ ├── Tile │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ └── _synopsis │ │ ├── SupportedHints │ │ │ ├── AfterStepDB │ │ │ ├── ExtendedWM │ │ │ ├── Gnome │ │ │ ├── GroupLead │ │ │ ├── ICCCM │ │ │ ├── KDE │ │ │ ├── Motif │ │ │ ├── Transient │ │ │ ├── Xresources │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── TbarLayout │ │ │ ├── Buttons │ │ │ ├── Spacer │ │ │ ├── TitleSpacer │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── Wharf │ │ │ ├── AlignContents │ │ │ ├── Animate │ │ │ ├── AnimateDelay │ │ │ ├── AnimateMain │ │ │ ├── AnimateSteps │ │ │ ├── AnimateStepsMain │ │ │ ├── BalloonBorderHilite │ │ │ ├── BalloonCloseDelay │ │ │ ├── BalloonDelay │ │ │ ├── BalloonStyle │ │ │ ├── BalloonTextPaddingX │ │ │ ├── BalloonTextPaddingY │ │ │ ├── BalloonXOffset │ │ │ ├── BalloonYOffset │ │ │ ├── Balloons │ │ │ ├── Bevel │ │ │ ├── Columns │ │ │ ├── CompositionMethod │ │ │ ├── FitContents │ │ │ ├── FlipLabel │ │ │ ├── FolderOffset │ │ │ ├── ForceSize │ │ │ ├── Geometry │ │ │ ├── LabelLocation │ │ │ ├── MyStyle │ │ │ ├── NoBalloons │ │ │ ├── OrthogonalFolderOffset │ │ │ ├── Rows │ │ │ ├── ShapeToContents │ │ │ ├── ShowHints │ │ │ ├── ShowLabel │ │ │ ├── Sound │ │ │ ├── StretchBackground │ │ │ ├── WithdrawStyle │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── WharfSounds │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ ├── _synopsis │ │ │ ├── close_folder │ │ │ ├── close_main │ │ │ ├── drop │ │ │ ├── open_folder │ │ │ ├── open_main │ │ │ └── push │ │ ├── WinCommand │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── WinList │ │ │ ├── Action │ │ │ ├── Align │ │ │ ├── AllowCollides │ │ │ ├── BalloonBorderHilite │ │ │ ├── BalloonCloseDelay │ │ │ ├── BalloonDelay │ │ │ ├── BalloonStyle │ │ │ ├── BalloonTextPaddingX │ │ │ ├── BalloonTextPaddingY │ │ │ ├── BalloonXOffset │ │ │ ├── BalloonYOffset │ │ │ ├── Balloons │ │ │ ├── Bevel │ │ │ ├── CompositionMethod │ │ │ ├── FBevel │ │ │ ├── FCompositionMethod │ │ │ ├── FillRowsFirst │ │ │ ├── FocusedBevel │ │ │ ├── FocusedStyle │ │ │ ├── Geometry │ │ │ ├── HSpacing │ │ │ ├── IconAlign │ │ │ ├── IconLocation │ │ │ ├── IconSize │ │ │ ├── MaxColWidth │ │ │ ├── MaxColumns │ │ │ ├── MaxRows │ │ │ ├── MaxSize │ │ │ ├── MaxWidth │ │ │ ├── MinColWidth │ │ │ ├── MinSize │ │ │ ├── MyStyle │ │ │ ├── NoBalloons │ │ │ ├── NoCollides │ │ │ ├── NoCollidesSpacing │ │ │ ├── SBevel │ │ │ ├── SCompositionMethod │ │ │ ├── ScaleIconToTextHeight │ │ │ ├── ShapeToContents │ │ │ ├── ShowHints │ │ │ ├── ShowIcon │ │ │ ├── Spacing │ │ │ ├── StickyBevel │ │ │ ├── StickyStyle │ │ │ ├── UBevel │ │ │ ├── UCompositionMethod │ │ │ ├── UnfocusedBevel │ │ │ ├── UnfocusedStyle │ │ │ ├── UrgentStyle │ │ │ ├── UseName │ │ │ ├── UseSkipList │ │ │ ├── VSpacing │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── WinTabs │ │ │ ├── Align │ │ │ ├── AllDesks │ │ │ ├── BalloonBorderHilite │ │ │ ├── BalloonCloseDelay │ │ │ ├── BalloonDelay │ │ │ ├── BalloonStyle │ │ │ ├── BalloonTextPaddingX │ │ │ ├── BalloonTextPaddingY │ │ │ ├── BalloonXOffset │ │ │ ├── BalloonYOffset │ │ │ ├── Balloons │ │ │ ├── Bevel │ │ │ ├── CompositionMethod │ │ │ ├── ExcludePattern │ │ │ ├── FBevel │ │ │ ├── FCompositionMethod │ │ │ ├── FocusedBevel │ │ │ ├── FocusedStyle │ │ │ ├── Geometry │ │ │ ├── GroupNameSeparator │ │ │ ├── GroupTabs │ │ │ ├── HSpacing │ │ │ ├── IconTitle │ │ │ ├── MaxColumns │ │ │ ├── MaxRows │ │ │ ├── MaxTabWidth │ │ │ ├── MinTabWidth │ │ │ ├── MyStyle │ │ │ ├── NoBalloons │ │ │ ├── Pattern │ │ │ ├── SBevel │ │ │ ├── SCompositionMethod │ │ │ ├── SkipTransients │ │ │ ├── Spacing │ │ │ ├── StickyBevel │ │ │ ├── StickyStyle │ │ │ ├── Title │ │ │ ├── UBevel │ │ │ ├── UCompositionMethod │ │ │ ├── UnfocusedBevel │ │ │ ├── UnfocusedStyle │ │ │ ├── UseSkipList │ │ │ ├── VSpacing │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _mystyles │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ │ ├── _examples │ │ ├── _footnotes │ │ ├── _overview │ │ ├── _related │ │ ├── _standard_options │ │ ├── _synopsis │ │ └── afterstep │ │ │ ├── _base_config │ │ │ ├── _examples │ │ │ ├── _footnotes │ │ │ ├── _overview │ │ │ ├── _related │ │ │ └── _synopsis │ ├── visualselect4html.tar │ ├── xmlproc.c │ └── xmlproc.h ├── ASMount │ ├── Makefile.in │ └── main.c ├── Animate │ ├── .depend │ ├── Animate.c │ ├── Animate.man │ └── Makefile.in ├── Arrange │ ├── .depend │ ├── Arrange.c │ └── Makefile.in ├── Audio │ ├── .depend │ ├── Audio.c │ ├── Audio.man │ └── Makefile.in ├── Banner │ ├── Banner.man │ ├── Banner.sh.in │ └── Makefile.in ├── Clean │ ├── .depend │ ├── Clean.c │ ├── Clean.h │ ├── Clean.man │ └── Makefile.in ├── Form │ ├── .depend │ ├── Form.c │ ├── Form.man │ └── Makefile.in ├── Gadget │ ├── Gadget.c │ └── Makefile.in ├── Gnome │ ├── .depend │ ├── Gnome.c │ ├── Gnome.h │ ├── Gnome.man │ └── Makefile.in ├── Ident │ ├── .depend │ ├── Ident.c │ ├── Ident.man │ └── Makefile.in ├── Pager │ ├── .depend │ ├── Makefile.in │ ├── Pager.c │ ├── Pager.h │ └── Pager.man ├── Script │ ├── .depend │ ├── BUGS │ ├── Compiler │ │ ├── bisonin │ │ └── lexin │ ├── Instructions.c │ ├── Makefile.in │ ├── README │ ├── Script.c │ ├── Script.man │ ├── Widgets │ │ ├── .depend │ │ ├── CheckBox.c │ │ ├── HDipstick.c │ │ ├── HScrollBar.c │ │ ├── ItemDraw.c │ │ ├── List.c │ │ ├── Makefile.in │ │ ├── Menu.c │ │ ├── MiniScroll.c │ │ ├── PopupMenu.c │ │ ├── PushButton.c │ │ ├── RadioButton.c │ │ ├── Rectangle.c │ │ ├── Swallow.c │ │ ├── TextField.c │ │ ├── Tools.c │ │ ├── Tools.h │ │ ├── VDipstick.c │ │ ├── VScrollBar.c │ │ └── Widget.c │ ├── lex.yy.c │ ├── libyywrap.c │ ├── types.h │ ├── y.tab.c │ └── y.tab.h ├── Scroll │ ├── .depend │ ├── GrabWindow.c │ ├── Makefile.in │ ├── Scroll.c │ ├── Scroll.h │ └── Scroll.man ├── Sound │ ├── .depend │ ├── ASSound.c │ └── Makefile.in ├── Sound2 │ ├── Makefile.in │ ├── Sound.c │ ├── Sound.h │ └── online.wav ├── Wharf │ ├── .depend │ ├── Makefile.in │ ├── OffiX │ │ ├── DragAndDrop.h │ │ └── DragAndDropTypes.h │ ├── Wharf.c │ └── Wharf.man ├── WinCommand │ ├── .depend │ ├── GWCommand.c │ ├── Makefile.in │ └── WinCommand.c ├── WinList2 │ ├── .depend │ ├── Makefile.in │ └── WinList.c ├── WinTabs │ ├── .depend │ ├── Makefile.in │ └── WinTabs.c ├── afterstep │ ├── .depend │ ├── Makefile.in │ ├── add_window.c │ ├── afterstep.c │ ├── asinternals.h │ ├── aswindow.c │ ├── colormaps.c │ ├── configure.c │ ├── cover.c │ ├── dbus.c │ ├── decorations.c │ ├── dirtree.c │ ├── dirtree.h │ ├── events.c │ ├── functions.c │ ├── housekeeping.c │ ├── icons.c │ ├── menuitem.c │ ├── menus.c │ ├── menus.h │ ├── misc.c │ ├── module.c │ ├── pager.c │ ├── placement.c │ ├── theme.c │ └── winstatus.c ├── ascp │ ├── .depend │ ├── Makefile.in │ ├── ascolor.c │ ├── ascolor.cxx │ ├── ascp.cxx │ ├── asdocview.cxx │ ├── asdocview.h │ ├── asimbrowser.c │ ├── fltk │ │ ├── Makefile.in │ │ ├── ascp.cxx │ │ ├── ascpui.cxx │ │ ├── ascpui.fl │ │ └── ascpui.h │ └── gtk │ │ ├── AsConfig.glade │ │ ├── Makefile.in │ │ └── pixmaps │ │ ├── DiskFloppy.xpm │ │ ├── Info.png │ │ ├── Info.xpm │ │ ├── Recycler.xpm │ │ ├── StopSign.xpm │ │ ├── desktop.png │ │ ├── desktop.xpm │ │ ├── faq.png │ │ ├── init.xpm │ │ ├── pager.png │ │ ├── path.xpm │ │ ├── sound.xpm │ │ ├── start_menu.png │ │ ├── whandling.png │ │ ├── whandling.xpm │ │ ├── wharf.png │ │ ├── wharf.xpm │ │ └── winlist.png ├── asetroot │ ├── .depend │ ├── Makefile.in │ ├── asetroot.c │ └── asetroot.man ├── test │ ├── .depend │ ├── Makefile.in │ └── test.c └── tools │ ├── ASFileBrowser │ ├── .depend │ ├── Makefile.in │ ├── interface.c │ ├── interface.h │ └── main.c │ ├── ASMount │ ├── Makefile.in │ └── main.c │ ├── ASRun │ ├── Makefile.in │ └── main.c │ └── ASWallpaper │ ├── .depend │ ├── Makefile.in │ ├── interface.c │ ├── interface.h │ └── main.c └── tools ├── .depend ├── Makefile.in ├── README.theme.handler ├── Uninstall-Old-AfterStep ├── Xpm2Jpg ├── ascommand.pl ├── bughint ├── cvs2cl.as.pl ├── git-cl.sh ├── importasmenu ├── installastheme.pl.in ├── makeasclean ├── makeaspatch ├── makeastheme.pl.in ├── makeasversion ├── postcard.sh.in ├── testcompile.sh └── unexpand.sh /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Gradient_Textures/xml/.include: -------------------------------------------------------------------------------- 1 | minipixmap mini/Folder 2 | keepname 3 | miniextension .mini 4 | command Background 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Mirrored_Tiles/xml/.include: -------------------------------------------------------------------------------- 1 | minipixmap mini/Folder 2 | keepname 3 | miniextension .mini 4 | command Background 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/.include: -------------------------------------------------------------------------------- 1 | minipixmap mini/Folder 2 | keepname 3 | miniextension .mini 4 | command Background 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Blurts_Michelson: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Blurts_Michelson.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Checkers: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Checkers.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Defenseless_Elsie: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Defenseless_Elsie.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Dorchester_Consolidated: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Dorchester_Consolidated.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Drop_Injures: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Drop_Injures.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Evil_Car_Wash: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Evil_Car_Wash.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Gray: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Gray.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Libelous_Paintings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Libelous_Paintings.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Nordic_Powder_Pirate: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Nordic_Powder_Pirate.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Psychiatrists_Imminently: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Simple: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/Plain_Textures/xml/Simple.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.Cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.Cell -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.CloudsOfDoubt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.CloudsOfDoubt -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.Japanese: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.Japanese -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.OceanWave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.OceanWave -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.StormySkies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.StormySkies -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.colorclouds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.colorclouds -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.hiddeninleaves2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.hiddeninleaves2 -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.icebrick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.icebrick -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.indawn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.indawn -------------------------------------------------------------------------------- /afterstep/backgrounds/jpg/.stala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/backgrounds/jpg/.stala -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Cell.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Cell_Colored.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Color_Clouds: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Color_Clouds.mini: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Hidden_In_Leaves.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Ice_Bricks.mini: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/In_Dawn: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/In_Dawn.mini: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Japanese.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Japanese_Colored.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Ocean_Wave.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Smooth: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Smooth.mini: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/Stala.mini: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/backgrounds/xml/StormySkies.mini: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/btn_back_glass_red: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/btn_back_glass_red -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/button_r15x17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/button_r15x17 -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/button_sq10x10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/button_sq10x10 -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/button_sq7x10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/button_sq7x10 -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/frame_e_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/frame_e_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/frame_s_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/frame_s_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/frame_se_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/frame_se_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/frame_sw_breeze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/frame_sw_breeze -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/frame_sw_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/frame_sw_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/frame_w_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/frame_w_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/os8-title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/os8-title -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/ostx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/ostx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/southeast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/southeast -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/southwest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/southwest -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_lbtn_glass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_lbtn_glass -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_lbtn_qnx_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_lbtn_qnx_1 -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_lbtn_qnx_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_lbtn_qnx_2 -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_rbtn_glass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_rbtn_glass -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_rbtn_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_rbtn_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_rspacer_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_rspacer_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_smooth_white: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_smooth_white -------------------------------------------------------------------------------- /afterstep/desktop/bars/png/title_tile_qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/bars/png/title_tile_qnx -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/blue: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/darkblue: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/east: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_e_smooth: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_east_breeze: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_s_smooth: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_se_breeze: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_se_unity: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_south_breeze: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_south_unity: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_w_smooth: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_west_breeze: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/frame_west_unity: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/green: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/ostxs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/ostxu: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/red: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/south: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_btn_smooth: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_lspacer_unity: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_ltitle_spacer_unity: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_rspacer_breeze: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_rspacer_unity: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_rtitle_spacer_breeze: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_rtitle_spacer_unity: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/title_tile_unity: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/bars/xml/west: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/1.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/1p.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/2.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/2p.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/3.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/4.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/4p.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/5.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/5p.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/eject-red: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/eject-red-pressed: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/eject-white: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/g_iconize.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/g_shut.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/mount-green-pressed: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/mount-white: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/qnx-switchwindow-pressed: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/tiny-close: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/tiny-maxmin: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/tiny-shade: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/buttons/xml/tiny-window: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/desklets/calendar/config: -------------------------------------------------------------------------------- 1 | x=-0 2 | y=+400 3 | -------------------------------------------------------------------------------- /afterstep/desktop/desklets/sysinfo/config: -------------------------------------------------------------------------------- 1 | x=-0 2 | y=+0 3 | -------------------------------------------------------------------------------- /afterstep/desktop/fonts/Default.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/fonts/Default.ttf -------------------------------------------------------------------------------- /afterstep/desktop/fonts/DefaultBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/fonts/DefaultBold.ttf -------------------------------------------------------------------------------- /afterstep/desktop/fonts/DefaultFancy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/fonts/DefaultFancy.ttf -------------------------------------------------------------------------------- /afterstep/desktop/fonts/DefaultOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/fonts/DefaultOblique.ttf -------------------------------------------------------------------------------- /afterstep/desktop/fonts/DefaultSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/fonts/DefaultSans.ttf -------------------------------------------------------------------------------- /afterstep/desktop/fonts/DefaultSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/fonts/DefaultSansBold.ttf -------------------------------------------------------------------------------- /afterstep/desktop/icons/128x128/png/Logout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/128x128/png/Logout -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/3_dots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/3_dots -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/abi-close: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/abi-close -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/abi-icon-max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/abi-icon-max -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/abi-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/abi-menu -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/abi-pin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/abi-pin -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/abi-pin-push: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/abi-pin-push -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/abi-shade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/abi-shade -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/arrow -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/arrow_dots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/arrow_dots -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/arrow_medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/arrow_medium -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/arrow_narrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/arrow_narrow -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/arrow_small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/arrow_small -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/arrow_tiny: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/arrow_tiny -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/bar_medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/bar_medium -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/eject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/eject -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/lined_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/lined_arrow -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/maxmin_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/maxmin_unity -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/menu_medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/menu_medium -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/oval_medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/oval_medium -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/pin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/pin -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/qnx-menu-red: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/qnx-menu-red -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/shade_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/shade_unity -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/square_small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/square_small -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/synchronize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/synchronize -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/window_small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/window_small -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/window_thick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/window_thick -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/window_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/window_unity -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/x_boxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/x_boxy -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/x_large: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/x_large -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/x_medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/x_medium -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/x_small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/x_small -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/x_thin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/x_thin -------------------------------------------------------------------------------- /afterstep/desktop/icons/dots/png/x_unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/dots/png/x_unity -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/AfterStep3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/AfterStep3 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/AfterStep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/AfterStep4 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Bookshelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Bookshelf -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/CD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/CD -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/CDR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/CDR -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Chat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Chat -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Computer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Computer -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/DVD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/DVD -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Document: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Document -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Document2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Document2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/FileCabinet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/FileCabinet -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/FolderAqua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/FolderAqua -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Globe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Globe -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Harddrive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Harddrive -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Harddrive2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Harddrive2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Home: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Home -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/HomeAqua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/HomeAqua -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Interface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Interface -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Keyboard2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Keyboard2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Monitor1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Monitor1 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Monitor2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Monitor2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Monitor3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Monitor3 -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/NeXTishTerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/NeXTishTerm -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Package: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Package -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/RedLight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/RedLight -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Speaker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Speaker -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Stopsign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Stopsign -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Terminal -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Typewriter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Typewriter -------------------------------------------------------------------------------- /afterstep/desktop/icons/large/png/Window: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/large/png/Window -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/AfterStep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/AfterStep -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/AfterStep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/AfterStep2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/AfterStep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/AfterStep4 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/AfterStep5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/AfterStep5 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/AmigaBoing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/AmigaBoing -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Atari: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Atari -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/BitchX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/BitchX -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Commodore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Commodore -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/DOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/DOS -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Eterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Eterm -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Firefox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Firefox -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/GNOME: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/GNOME -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/GNOME2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/GNOME2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/GNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/GNU -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/GNUStep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/GNUStep -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/GNUStep3D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/GNUStep3D -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/GNUStepGlow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/GNUStepGlow -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/HP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/HP -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/KDE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/KDE -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/MSWindows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/MSWindows -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/MacFace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/MacFace -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Mario: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Mario -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/NEdit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/NEdit -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Opera: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Opera -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/PDF -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Real: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Real -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Thunderbird: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Thunderbird -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/TuxXmas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/TuxXmas -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Unicode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Unicode -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/VIM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/VIM -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Worker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Worker -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/XWindow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/XWindow -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/XWindow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/XWindow2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/XWindow3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/XWindow3 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/Xmms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/Xmms -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/aterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/aterm -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/aterm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/aterm2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/aterm3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/aterm3 -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/gimp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/gimp -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/konqueror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/konqueror -------------------------------------------------------------------------------- /afterstep/desktop/icons/logos/png/mozilla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/logos/png/mozilla -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/AS: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/App: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/ColorScheme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Desktop: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Exit: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/FolderAqua: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/FolderAquaBlue: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/FolderAquaYellow: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/FolderKDECyan: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/FolderNeXT: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/FolderOpenBlueAqua: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/FolderOpenRedAqua: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Info: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Logout: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Menu: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Mona: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/MoonInMonitor: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Mouse: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Puzzle: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Recycler: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/RemoteControl: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Shutdown: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Stopsign: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/Windows: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/applications: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/feel: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/look: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/mini/xml/theme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/AquaFolder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/AquaFolder -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Battery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Battery -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Bell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Bell -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Bomb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Bomb -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Bookshelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Bookshelf -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Boombox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Boombox -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Boot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Boot -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Brain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Brain -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Brushes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Brushes -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Bug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Bug -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Butterfly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Butterfly -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/CAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/CAD -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/CD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/CD -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/CDInHand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/CDInHand -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/CDR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/CDR -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/CDRInHand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/CDRInHand -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/CDRom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/CDRom -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Calculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Calculator -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Camera: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Camera -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Camera2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Camera2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Camera3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Camera3 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Camera4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Camera4 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Cardgames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Cardgames -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Cash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Cash -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Cat -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Chair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Chair -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Charts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Charts -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Chat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Chat -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Chess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Chess -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Chip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Chip -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Clock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Clock -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Coffee -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Corkscrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Corkscrew -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Cpufan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Cpufan -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Crayon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Crayon -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Cron -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Cube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Cube -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/DNA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/DNA -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Desktop -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Desktop2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Desktop2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/DialogEdit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/DialogEdit -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Dice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Dice -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Document: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Document -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Dollar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Dollar -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Dollars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Dollars -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/DrawingPad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/DrawingPad -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Engine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Engine -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Eraser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Eraser -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Ethernet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Ethernet -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/ExitSign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/ExitSign -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Eyedropper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Eyedropper -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/FTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/FTP -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/FTPEarth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/FTPEarth -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Fax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Fax -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Feather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Feather -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Fish -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Floppy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Floppy -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Floppy525: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Floppy525 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Font -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/GIMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/GIMP -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Gear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Gear -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Gear2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Gear2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Ghost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Ghost -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Ghost2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Ghost2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Globe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Globe -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Glove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Glove -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Glue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Glue -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/HammerGrey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/HammerGrey -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/HammerRed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/HammerRed -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Handshake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Handshake -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Harddrive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Harddrive -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Headphones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Headphones -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Helm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Helm -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/House: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/House -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/House2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/House2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/House3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/House3 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Info -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/JFK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/JFK -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Key -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Keyboard -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Knight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Knight -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/LeatherBag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/LeatherBag -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Leatherman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Leatherman -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Letter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Letter -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Library: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Library -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/License: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/License -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Lifejacket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Lifejacket -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Lightbulb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Lightbulb -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/LockClosed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/LockClosed -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/LockOpen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/LockOpen -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Mail -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/MailBox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/MailBox -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/MailBox2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/MailBox2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/MailBox3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/MailBox3 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Menu -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/MenuEdit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/MenuEdit -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Modem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Modem -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Mona: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Mona -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/MonaLisa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/MonaLisa -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Monitor1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Monitor1 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Moon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Moon -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Mouse -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Move -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/NoSign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/NoSign -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/PCCase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/PCCase -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/PCMCIA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/PCMCIA -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/PDA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/PDA -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Package: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Package -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pager -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Paint -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pen -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pen1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pen1 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pen2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pen2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/People: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/People -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Piano: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Piano -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pistol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pistol -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Player: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Player -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pliers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pliers -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pulse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pulse -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/PushPin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/PushPin -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Puzzle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Puzzle -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Pyramid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Pyramid -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Python -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/RaceCar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/RaceCar -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Recycle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Recycle -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Rolodex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Rolodex -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Ruller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Ruller -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Run -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Safe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Safe -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Scanner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Scanner -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Shell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Shell -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Speaker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Speaker -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Stamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Stamp -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Sword: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Sword -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/TV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/TV -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Table -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Timer -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Touch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Touch -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/USB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/USB -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/View: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/View -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/WWW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/WWW -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Wharf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Wharf -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Whisper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Whisper -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/WinList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/WinList -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Window: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Window -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Windows -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Wrench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Wrench -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Wrench2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Wrench2 -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/XV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/XV -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Zip -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/png/Zipdisk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/icons/normal/png/Zipdisk -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/xml/Logout: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/normal/xml/MusicalNote: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/3_dots.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/3dpaint.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ASBBlockMarble.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ASBBlockRed.xpm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ASBBlockSlate.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ASBBlockTransparent.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ASBBlockWater.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/AfterStep.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/AfterStep2.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/AfterStep3.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/AfterStep4.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/AfterStep5.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/BookArrows.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Bookshelf.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Brush.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/CDrom.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/CDrom2.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Computer.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Configure: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/DeskGlobe.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Eyecon.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/FileFolders.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Folder.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/GNUSpace.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Info.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Install.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/KeyPower.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/KeysOnChain.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Monitor.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/OldFashionedRadio.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Paint.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Plasma.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/RayTracedGear.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Recycler.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/RedFire.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Start.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/Text.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/TouchLeftHand: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/WWW.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/WinListSample-1Bottom: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/WinListSample-1Top: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/WinListSample-LeftDown: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/WinListSample-LeftUp: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/WinListSample-RightDown: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/WinListSample-RightUp: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/YellowBlueRedGeometry.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/arrow-dots.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/arrow.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/aterm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/bluebar.xpm: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/cpuchip.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/darkbluebar.xpm: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/draw.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/east.xpm: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/eterm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | #Eterm 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/greenbar.xpm: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/linux-penguin.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/mini-app.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/mini-as.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/mini-exit.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/mini-folder.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/mini-menu.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/mini-recycler.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/monalisa.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/os8-title.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ostx.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ostxs.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/ostxu.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/redbar.xpm: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/rxvt: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | #rxvt 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/shutdown.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/shutdown2.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/south.xpm: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/southeast.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/southwest.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/spreadsheet.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/spreadsheet2.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/west.xpm: -------------------------------------------------------------------------------- 1 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/wharf.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/widget.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/workshop.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/writeletter.xpm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/icons/xml/xterm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | #xterm 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/desktop/sounds/beam_trek.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/beam_trek.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/beaming.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/beaming.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/beep.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/beep.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/bong.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/bong.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/clink.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/clink.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/cowbell.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/cowbell.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/crash.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/crash.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/drip.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/drip.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/fwop.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/fwop.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/gong.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/gong.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/huh.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/huh.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/meepmeep.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/meepmeep.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/ploop.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/ploop.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/train.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/train.au -------------------------------------------------------------------------------- /afterstep/desktop/sounds/twang.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/sounds/twang.au -------------------------------------------------------------------------------- /afterstep/desktop/tiles/jpg/Checkers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/jpg/Checkers -------------------------------------------------------------------------------- /afterstep/desktop/tiles/jpg/DropInjures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/jpg/DropInjures -------------------------------------------------------------------------------- /afterstep/desktop/tiles/jpg/EvilCarWash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/jpg/EvilCarWash -------------------------------------------------------------------------------- /afterstep/desktop/tiles/jpg/FireStreaks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/jpg/FireStreaks -------------------------------------------------------------------------------- /afterstep/desktop/tiles/jpg/Gray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/jpg/Gray -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/AfterStep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/AfterStep -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/Marble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/Marble -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/Plasma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/Plasma -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/SimpleTexture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/SimpleTexture -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/Slate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/Slate -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/Transparent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/Transparent -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/Water: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/Water -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/empty -------------------------------------------------------------------------------- /afterstep/desktop/tiles/png/wharf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/desktop/tiles/png/wharf -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/Blue: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/Clear: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/ConvexBlue: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/Default: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/Green: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/Red: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/White: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/desktop/tiles/xml/black_dot: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /afterstep/looks/look.Legacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/looks/look.Legacy -------------------------------------------------------------------------------- /afterstep/scripts/Animate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/scripts/Animate -------------------------------------------------------------------------------- /afterstep/start/11_nop: -------------------------------------------------------------------------------- 1 | Nop "" 2 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/GNOME_Desktop/.include: -------------------------------------------------------------------------------- 1 | SmallMiniPixmap Folder-GNOME2 2 | 3 | Category "GNOME:DesktopSettings" 4 | Category "GNOME:Appearance" 5 | 6 | 7 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/KDE_Desktop/.include: -------------------------------------------------------------------------------- 1 | SmallMiniPixmap Folder-KDE 2 | 3 | Category "KDE:DesktopSettings" 4 | 5 | 6 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/Menu_Options/0_hideunavailable: -------------------------------------------------------------------------------- 1 | Set "Toggle Unavailable Items ON/OFF" menu.show_unavailable=!$menu.show_unavailable 2 | SmallMiniPixmap "Toggle-Ghost2" 3 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/Menu_Options/2_hideminipixmaps: -------------------------------------------------------------------------------- 1 | Set "Toggle MiniPixmaps ON/OFF" menu.show_minipixmaps=!$menu.show_minipixmaps 2 | SmallMiniPixmap "Toggle-Rembrandt" 3 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/Pictures/.include: -------------------------------------------------------------------------------- 1 | RecentSubmenuItems 0 2 | SmallMiniPixmap Folder-Mona 3 | keepname 4 | 5 | Comment "Desktop backgrounds & pictures." 6 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/X_Tools/.include: -------------------------------------------------------------------------------- 1 | SmallMiniPixmap Folder-XWindow3 2 | 3 | Comment "X-System mouse, keyboard,\nand screen controls." 4 | 5 | Category "AfterStepXTools" 6 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/X_Tools/Mouse/.include: -------------------------------------------------------------------------------- 1 | SmallMiniPixmap Folder-Mouse 2 | 3 | Category "AfterStepXMouseTools" 4 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/reloadgtkrc: -------------------------------------------------------------------------------- 1 | SignalReloadGTKRCFile "Refresh GTK Theme" 2 | SmallMiniPixmap "normal/Recycle" 3 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/updateall: -------------------------------------------------------------------------------- 1 | QuickRestart "Update All" all 2 | SmallMiniPixmap "normal/Recycle" 3 | -------------------------------------------------------------------------------- /afterstep/start/1_Desktop/updatestartmenu: -------------------------------------------------------------------------------- 1 | QuickRestart "Update Startmenu" startmenu 2 | SmallMiniPixmap "normal/Recycle" 3 | -------------------------------------------------------------------------------- /afterstep/start/2_Modules/.include: -------------------------------------------------------------------------------- 1 | order 6 2 | 3 | FolderReference "Modules" 4 | Category "AfterStep:Modules" 5 | -------------------------------------------------------------------------------- /afterstep/start/2_Modules/13_nop: -------------------------------------------------------------------------------- 1 | Nop "" 2 | -------------------------------------------------------------------------------- /afterstep/start/2_Modules/5_RestartModule: -------------------------------------------------------------------------------- 1 | RestartModuleList "Restart Running Module" 2 | SmallMiniPixmap "Folder-PlayerLoad" 3 | -------------------------------------------------------------------------------- /afterstep/start/2_Modules/6_StopModule: -------------------------------------------------------------------------------- 1 | StopModuleList "Stop Running Module" 2 | SmallMiniPixmap "Folder-PlayerStop" 3 | -------------------------------------------------------------------------------- /afterstep/start/2_Modules/7_StartAll: -------------------------------------------------------------------------------- 1 | Category "Start All Modules" AfterStep:Autoexec 2 | SmallMiniPixmap "normal/PlayerPlay" 3 | -------------------------------------------------------------------------------- /afterstep/start/2_Modules/8_StopAll: -------------------------------------------------------------------------------- 1 | KillAllModulesByName "Stop All Running Modules" * 2 | SmallMiniPixmap "normal/PlayerStop" 3 | -------------------------------------------------------------------------------- /afterstep/start/2_Modules/9_nop: -------------------------------------------------------------------------------- 1 | Nop "" 2 | -------------------------------------------------------------------------------- /afterstep/start/3_Screen_savers/.include: -------------------------------------------------------------------------------- 1 | order 7 2 | 3 | FolderReference "Screen Savers" 4 | Category Screensaver 5 | -------------------------------------------------------------------------------- /afterstep/start/3_run.in: -------------------------------------------------------------------------------- 1 | @RUN_COMMAND@ 2 | SmallMiniPixmap "normal/Run" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/.include: -------------------------------------------------------------------------------- 1 | order 9 2 | 3 | FolderReference "Windows" 4 | 5 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/0_Arrange/.include: -------------------------------------------------------------------------------- 1 | SmallMiniPixmap Folder-Generic 2 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/0_Arrange/Cascade: -------------------------------------------------------------------------------- 1 | Module "Cascade" Arrange 2 | MiniPixmap "mini-as.xpm" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/0_Arrange/Tile: -------------------------------------------------------------------------------- 1 | Module "Tile" Arrange --myname Tile -mn 2 2 | MiniPixmap "mini-as.xpm" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/0_WinList: -------------------------------------------------------------------------------- 1 | WindowList "Open Windows" 2 | SmallMiniPixmap "Folder-Generic" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/0_move: -------------------------------------------------------------------------------- 1 | Move "Move" 2 | SmallMiniPixmap "normal/WindowsMove" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/1_iconify: -------------------------------------------------------------------------------- 1 | Iconify "(Un)Iconify" 2 | SmallMiniPixmap "normal/WindowsIconify" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/1_resize: -------------------------------------------------------------------------------- 1 | Resize "Resize" 2 | SmallMiniPixmap "normal/WindowsResize" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/2_pin: -------------------------------------------------------------------------------- 1 | Stick "(Un)Stick" 2 | SmallMiniPixmap "normal/PushPin" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/2_raise: -------------------------------------------------------------------------------- 1 | ToggleLayer "Promote to Next Layer" 1 2 | SmallMiniPixmap "normal/Windows" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/3_lower: -------------------------------------------------------------------------------- 1 | ToggleLayer "Demote to Lower Layer" -1 2 | SmallMiniPixmap "normal/WindowsBackground" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/4_delete: -------------------------------------------------------------------------------- 1 | Delete "Close" 2 | SmallMiniPixmap "normal/HandOnWindowCloseIcon" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/5_destroy: -------------------------------------------------------------------------------- 1 | Destroy "Kill" 2 | SmallMiniPixmap "large/Stopsign" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/6_winprop: -------------------------------------------------------------------------------- 1 | Exec "Window Properties" exec xprop | xmessage -center -title 'xprop' -file - & 2 | SmallMiniPixmap "normal/WindowsProperties" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_Windows/7_fullscreen: -------------------------------------------------------------------------------- 1 | Fullscreen "Fullscreen" 2 | SmallMiniPixmap "normal/WindowsResize" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_xterminal: -------------------------------------------------------------------------------- 1 | Exec "XTerminal" exec x-terminal-emulator -T "XTerminal@`hostname --long`" & 2 | MiniPixmap "mini-app.xpm" 3 | -------------------------------------------------------------------------------- /afterstep/start/4_zzznop: -------------------------------------------------------------------------------- 1 | Nop "" 2 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/.include: -------------------------------------------------------------------------------- 1 | order 10 2 | 3 | FolderReference "Quit" 4 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/0_close: -------------------------------------------------------------------------------- 1 | Logout "End this session" 2 | SmallMiniPixmap "mini/Logout" 3 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/0_nop: -------------------------------------------------------------------------------- 1 | Nop "" 2 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/1_shutdown: -------------------------------------------------------------------------------- 1 | SystemShutdown "Shutdown the System" 2 | SmallMiniPixmap "mini/Shutdown" 3 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/2_hibernate: -------------------------------------------------------------------------------- 1 | Hibernate "Hibernate" 2 | SmallMiniPixmap "mini/MoonInMonitor" 3 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/2_suspend: -------------------------------------------------------------------------------- 1 | Suspend "Sleep" 2 | SmallMiniPixmap "mini/ZZZ" 3 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/3_nop: -------------------------------------------------------------------------------- 1 | Nop "" 2 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/3_restartsession: -------------------------------------------------------------------------------- 1 | Restart "Restart Window Manager" afterstep -r 2 | SmallMiniPixmap "normal/Recycle" 3 | -------------------------------------------------------------------------------- /afterstep/start/5_Quit/4_quit: -------------------------------------------------------------------------------- 1 | QuitWM "Quit Window Manager" 2 | SmallMiniPixmap "mini/Stopsign" 3 | -------------------------------------------------------------------------------- /afterstep/start/7_About_AfterStep/.include: -------------------------------------------------------------------------------- 1 | order 12 2 | 3 | FolderReference "About AfterStep" 4 | Category "AfterStepInfo" 5 | -------------------------------------------------------------------------------- /afterstep/themes/DEFAULT.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/afterstep/themes/DEFAULT.tar.gz -------------------------------------------------------------------------------- /afterstep/themes/Default: -------------------------------------------------------------------------------- 1 | #AfterStep theme 2 | 3 | Function "ApplyTheme" 4 | ChangeFeel feel.DEFAULT 5 | ChangeLook look.DEFAULT 6 | Background Default 7 | EndFunction 8 | -------------------------------------------------------------------------------- /autoconf/.cvsignore: -------------------------------------------------------------------------------- 1 | config.cache 2 | config.log 3 | Makefile.defines 4 | Makefile.common 5 | Makefile.common.lib 6 | .cvsignore 7 | -------------------------------------------------------------------------------- /doc/.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/.depend -------------------------------------------------------------------------------- /doc/languages/README.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.cz -------------------------------------------------------------------------------- /doc/languages/README.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.dk -------------------------------------------------------------------------------- /doc/languages/README.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.fi -------------------------------------------------------------------------------- /doc/languages/README.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.fr -------------------------------------------------------------------------------- /doc/languages/README.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.it -------------------------------------------------------------------------------- /doc/languages/README.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.no -------------------------------------------------------------------------------- /doc/languages/README.ru.koi8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.ru.koi8 -------------------------------------------------------------------------------- /doc/languages/README.se: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.se -------------------------------------------------------------------------------- /doc/languages/README.tw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/doc/languages/README.tw -------------------------------------------------------------------------------- /include/afterstep.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libAfterBase/.cvsignore: -------------------------------------------------------------------------------- 1 | config.h 2 | config.log 3 | config.cache 4 | Makefile 5 | config.status 6 | .cvsignore 7 | -------------------------------------------------------------------------------- /libAfterBase/xml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/libAfterBase/xml.c -------------------------------------------------------------------------------- /libAfterImage/.cvsignore: -------------------------------------------------------------------------------- 1 | config.h 2 | config.log 3 | config.cache 4 | Makefile 5 | config.status 6 | afterbase.h 7 | afterimage-libs 8 | .cvsignore 9 | -------------------------------------------------------------------------------- /libAfterImage/apps/.cvsignore: -------------------------------------------------------------------------------- 1 | asview 2 | asview.jpg 3 | asscale 4 | asscale.jpg 5 | astile 6 | astile.jpg 7 | Makefile 8 | config.h 9 | .cvsignore -------------------------------------------------------------------------------- /libAfterImage/apps/rose512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/libAfterImage/apps/rose512.jpg -------------------------------------------------------------------------------- /libAfterImage/apps/test.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/libAfterImage/apps/test.ttf -------------------------------------------------------------------------------- /perl-AfterImage/MANIFEST: -------------------------------------------------------------------------------- 1 | AfterImage.xs 2 | Changes 3 | Makefile.PL 4 | MANIFEST 5 | ppport.h 6 | README 7 | t/AfterImage.t 8 | lib/AfterImage.pm 9 | -------------------------------------------------------------------------------- /src/ASDocGen/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/background.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/Info.png -------------------------------------------------------------------------------- /src/ASDocGen/images/Pager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/Pager.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/asdoc_screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/asdoc_screenshot.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/aterm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/aterm.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/desktop.png -------------------------------------------------------------------------------- /src/ASDocGen/images/monitorwharf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/monitorwharf.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/pager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/pager.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/pager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/pager.png -------------------------------------------------------------------------------- /src/ASDocGen/images/start_menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/start_menu.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/start_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/start_menu.png -------------------------------------------------------------------------------- /src/ASDocGen/images/whandling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/whandling.png -------------------------------------------------------------------------------- /src/ASDocGen/images/wharf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/wharf.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/wharf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/wharf.png -------------------------------------------------------------------------------- /src/ASDocGen/images/window_list.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/window_list.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/winlist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/winlist.jpg -------------------------------------------------------------------------------- /src/ASDocGen/images/winlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/images/winlist.png -------------------------------------------------------------------------------- /src/ASDocGen/source/ASDatabase/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ASDatabase/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ASDatabase/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ASDatabaseEntry/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ASDatabaseEntry/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ASDatabaseEntry/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ASDatabaseEntry/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Align/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Align/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Align/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Animate/_base_config: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Animate/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Animate/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Animate/_mystyles: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Animate/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Animate/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AnimateTypes/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AnimateTypes/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AnimateTypes/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AnimateTypes/_related: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AnimateTypes/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Arrange/_base_config: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Arrange/_mystyles: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Arrange/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Audio/_base_config: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Audio/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Audio/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Audio/_mystyles: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Audio/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Audio/_related: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AudioEvents/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AudioEvents/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AudioEvents/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AudioEvents/_related: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AudioEvents/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AutoExec/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AutoExec/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/AutoExec/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Banner/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Banner/_synopsis: -------------------------------------------------------------------------------- 1 |
2 | 3 | Banner 4 | 5 |
6 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Base/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Base/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Base/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Bevel/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Bevel/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Bevel/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ColorScheme/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ColorScheme/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/ColorScheme/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Commands/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Commands/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Commands/_overview: -------------------------------------------------------------------------------- 1 |
2 | AfterStep commands located in $BINDIR. 3 |
4 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Commands/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Feel/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Feel/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Feel/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Feel/_related: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Feel/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/FeelWindowBox/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/FeelWindowBox/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/FeelWindowBox/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Functions/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Functions/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Functions/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Functions/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/GWCommand/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/GWCommand/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Gravity/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Gravity/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Gravity/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Ident/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Look/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Look/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Look/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Modules/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Modules/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Modules/_overview: -------------------------------------------------------------------------------- 1 |
2 | AfterStep modules, initiated at startup via AutoExec. 3 |
4 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Modules/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyBackground/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyBackground/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyBackground/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyBackground/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyFrame/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyFrame/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyFrame/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyStyle/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyStyle/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/MyStyle/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Pager/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Pager/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Pager/_related: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /src/ASDocGen/source/PagerDecorations/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/PagerDecorations/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/PagerDecorations/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/PagerDecorations/_related: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /src/ASDocGen/source/PagerDecorations/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Placement/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Placement/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Placement/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Placement/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/SupportedHints/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/SupportedHints/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/SupportedHints/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/SupportedHints/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/TbarLayout/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/TbarLayout/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/TbarLayout/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Wharf/Bevel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ASDocGen/source/Wharf/Bevel -------------------------------------------------------------------------------- /src/ASDocGen/source/Wharf/_base_config: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Wharf/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Wharf/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Wharf/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/Wharf/_related: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WharfSounds/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WharfSounds/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WharfSounds/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WharfSounds/_related: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WharfSounds/_synopsis: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinCommand/_base_config: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinCommand/_mystyles: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinCommand/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinList/_base_config: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinList/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinList/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinList/_mystyles: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinList/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinTabs/_base_config: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinTabs/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinTabs/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinTabs/_mystyles: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinTabs/_overview: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/WinTabs/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/_footnotes: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/afterstep/_examples: -------------------------------------------------------------------------------- 1 |
2 |
3 | -------------------------------------------------------------------------------- /src/ASDocGen/source/afterstep/_related: -------------------------------------------------------------------------------- 1 | 3 | -------------------------------------------------------------------------------- /src/Script/Compiler/bisonin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/Compiler/bisonin -------------------------------------------------------------------------------- /src/Script/Instructions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/Instructions.c -------------------------------------------------------------------------------- /src/Script/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/README -------------------------------------------------------------------------------- /src/Script/Script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/Script.c -------------------------------------------------------------------------------- /src/Script/Widgets/HDipstick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/Widgets/HDipstick.c -------------------------------------------------------------------------------- /src/Script/Widgets/TextField.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/Widgets/TextField.c -------------------------------------------------------------------------------- /src/Script/Widgets/Tools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/Widgets/Tools.c -------------------------------------------------------------------------------- /src/Script/Widgets/VDipstick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/Widgets/VDipstick.c -------------------------------------------------------------------------------- /src/Script/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/types.h -------------------------------------------------------------------------------- /src/Script/y.tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Script/y.tab.c -------------------------------------------------------------------------------- /src/Sound/.depend: -------------------------------------------------------------------------------- 1 | ./ASSound.o: \ 2 | ../../configure.h \ 3 | ../../include/aftersteplib.h \ 4 | ../../include/module.h 5 | -------------------------------------------------------------------------------- /src/Sound2/online.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Sound2/online.wav -------------------------------------------------------------------------------- /src/Wharf/OffiX/DragAndDrop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Wharf/OffiX/DragAndDrop.h -------------------------------------------------------------------------------- /src/Wharf/OffiX/DragAndDropTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/Wharf/OffiX/DragAndDropTypes.h -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/Info.png -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/desktop.png -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/desktop.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/desktop.xpm -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/faq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/faq.png -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/init.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/init.xpm -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/pager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/pager.png -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/path.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/path.xpm -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/sound.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/sound.xpm -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/start_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/start_menu.png -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/whandling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/whandling.png -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/whandling.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/whandling.xpm -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/wharf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/wharf.png -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/wharf.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/wharf.xpm -------------------------------------------------------------------------------- /src/ascp/gtk/pixmaps/winlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/src/ascp/gtk/pixmaps/winlist.png -------------------------------------------------------------------------------- /tools/.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sashavasko/afterstep-devel/f8b4d489be68666fe5180e1b6ac4d63bb41d17d4/tools/.depend --------------------------------------------------------------------------------