Changeset 36862
- Timestamp:
- 02/25/10 20:19:49 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk
- Files:
-
- 4 modified
-
configure.ac (modified) (2 diffs)
-
src/InputWindow.h (modified) (1 diff)
-
src/gui-windows/InputWindowPlatform.cpp (modified) (5 diffs)
-
www/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/configure.ac
r36861 r36862 125 125 with_gui="$withval", with_gui=$with_gui_default) 126 126 127 AC_PATH_PROG([PERL], [perl]) 128 127 129 case "$with_gui" in 128 130 windows) … … 147 149 fi 148 150 149 AC_PATH_PROG([PERL], [perl])150 151 if test "$PERL" = ""; then 151 152 AC_MSG_WARN([perl not found]) -
lang/objective-cplusplus/i3/trunk/src/InputWindow.h
r36835 r36862 32 32 std::vector<TCHAR> local_input_cache; 33 33 34 struct {34 struct Layout { 35 35 struct element { 36 36 int height; -
lang/objective-cplusplus/i3/trunk/src/gui-windows/InputWindowPlatform.cpp
r36835 r36862 277 277 //const int ICON_SIZE = 16; 278 278 const int ICON_SIZE = 32; 279 279 InputWindow::Layout& layout = getChild().layout; 280 280 memset((void*)&layout, 0, sizeof(layout)); 281 281 memset((void*)&ce, 0, sizeof(ce)); … … 304 304 template <> 305 305 UINT InputWindowPlatform<InputWindow>::OnNCHitTest(HWND hWnd, int x, int y) { 306 InputWindow::Layout& layout = getChild().layout; 307 306 308 POINT p = POINT(); 307 309 p.x = x; … … 400 402 template <> 401 403 void InputWindowPlatform<InputWindow>::OnSize(HWND hWnd, UINT state, int client_width, int client_height) { 404 InputWindow::Layout& layout = getChild().layout; 402 405 layout.total_width += client_width - layout.window.width; 403 406 layout.total_height += client_height - layout.window.height; … … 596 599 template <> 597 600 void InputWindowPlatform<InputWindow>::OnPaint(HWND hWnd) { 601 InputWindow::Layout& layout = getChild().layout; 598 602 PAINTSTRUCT ps = {}; 599 603 HDC hdc = BeginPaint(hWnd , &ps); … … 673 677 template <> 674 678 void InputWindowPlatform<InputWindow>::createUI() { 679 InputWindow::Layout& layout = getChild().layout; 680 675 681 if (local_window) { 676 682 debug << "createUI re-called"; -
lang/objective-cplusplus/i3/trunk/www/index.php
r36196 r36862 10 10 <h1>i3 - Previous Generation Keyboard Launcher</h1> 11 11 <h2>Introduction</h2> 12 <p> i3 - Previous Generation Keyboard Launcher</p>12 <p>under construction</p> 13 13 <h2>Download</h2> 14 14 <ul> … … 19 19 </li> 20 20 <?php } ?> 21 <li> 22 <a href="http://download.opensuse.org/repositories/home:/saturday06/"> 23 Linux Package 24 </a> 25 </li> 21 26 <li><a href="setup.exe">Windows Installer</a></li> 22 27 <li>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)