Timeline
Nov 30, 2011:
- 7:00 AM Changeset [1413] by
- More Watcom build fixes from abwillis and a change to allow VAC30 to …
- 6:37 AM Changeset [1412] by
- On OS/2 with Watcom add -sg option to attempt to grow the stack …
Nov 29, 2011:
- 10:04 PM Changeset [1411] by
- Fixed location of _System for PMPrintf causing issues with watcom.
- 4:25 PM Changeset [1410] by
- Changes to get the library building with Watcom on OS/2. These …
- 7:07 AM Ticket #1 (Watcom builds to work) created by
- The following diff and files allow build to work with dwtest built …
Nov 28, 2011:
- 6:49 AM Changeset [1409] by
- Need to make the tooltip rect the max possible control size.. …
Nov 27, 2011:
- 11:31 PM Changeset [1408] by
- Disabling tooltips on GTK2 does not seem to work... so... we will set …
- 9:37 PM Changeset [1407] by
- Attempt at fixing tooltips for GTK2.
- 9:28 PM Changeset [1406] by
- Allow removing of tooltips by passing NULL or "" and prevent double …
- 1:08 PM Changeset [1405] by
- On Windows get the buddy from the child window data when creating a …
- 12:19 PM Changeset [1404] by
- Set tooltip on the entryfield part of a combobox... Otherwise the …
- 12:01 PM Changeset [1403] by
- Safety checks in dw_bitmapbutton_new*() on Windows and OS/2.
- 11:54 AM Changeset [1402] by
- Allow on Mac passing NULL as bubbletext to dw_bitmapbutton_new*.
- 11:02 AM Changeset [1401] by
- Updated the tooltip bubble help on OS/2 to display the tooltip after 2 …
- 10:03 AM Changeset [1400] by
- Added generic tooltip support on OS/2. Will be modifying the behavior …
Nov 26, 2011:
- 11:55 PM Changeset [1399] by
- Compile fixes for that last commit on OS/2.
- 11:47 PM Changeset [1398] by
- Refactoring OS/2 and Windows code... eliminating BubbleButton... …
- 10:05 PM Changeset [1397] by
- Similar variable name change required on GTK2.
- 10:03 PM Changeset [1396] by
- Forgot to change variable name... fix GTK3 build.
- 10:00 PM Changeset [1395] by
- Added dw_window_set_tooltip() for adding bubble help to most controls. …
- 9:20 PM Changeset [1394] by
- Fix windows on GTK that aren't supposed to have a close button.. …
- 1:09 AM Changeset [1393] by
- Fixed dw_container_optimize() on Windows was not calculating things …
Nov 25, 2011:
- 10:13 PM Changeset [1392] by
- Updated the readme and comments in the source files
- 8:01 PM Changeset [1391] by
- Don't need to include the / after the .app on Mac.
- 7:31 PM Changeset [1390] by
- Cleanup of the previous commits and added Unix support.
- 6:51 PM Changeset [1389] by
- Thought I was fixing a memory leak but I was seeing the {} wrong.
- 6:45 PM Changeset [1388] by
- Bleah.. VAC doesn't have MAX_PATH... define it ourselves.
- 6:36 PM Changeset [1387] by
- Initial attempt at dw_app_dir() for OS/2, Windows and Mac... This …
Nov 24, 2011:
- 7:07 AM Changeset [1386] by
- Initializing the widgets to size 0 on Windows causes the tooltip rect …
Nov 23, 2011:
- 9:47 PM Changeset [1385] by
- Revert dwtest change to test deleting menu items... I never meant for …
- 9:00 PM Changeset [1384] by
- Fix menu items getting stuck highlighted on Mac if the action …
- 1:49 AM Changeset [1383] by
- Cleanup signal handlers when calling dw_menu_delete_item() on OS/2 and …
Nov 22, 2011:
- 11:20 PM Changeset [1382] by
- Don't release the menu item when destroying it on Mac... causes crashes.
- 10:22 PM Changeset [1381] by
- Implemented dw_menu_delete_item() on the Mac.
- 10:13 PM Changeset [1380] by
- Missing ; in the GTK1/2 source.
- 10:10 PM Changeset [1379] by
- Implemented dw_menu_delete_item() for GTK.
- 9:55 PM Changeset [1378] by
- Fixed typo that made the OS/2 code refuse to compile.
- 9:46 PM Changeset [1377] by
- Initial versions of dw_menu_delete_item() on OS/2 and Windows.
- 12:48 PM WikiStart edited by
- (diff)
- 12:40 PM Changeset [1376] by
- Tagged Dynamic Windows for version 2.2
Nov 20, 2011:
- 5:34 PM Changeset [1375] by
- Test change on Windows to allow dw_container_cursor() to work on …
- 7:45 AM Changeset [1374] by
- Add an uninstall target. Add Version file to dist and zip target so …
- 5:56 AM Changeset [1373] by
- Updated the zip and dist rules to account for new file locations.
Nov 18, 2011:
- 11:49 PM Changeset [1372] by
- Menu clicked callbacks on OS/2 and Windows should pass the menu ID as …
- 9:27 PM Changeset [1371] by
- Updated the changelogs and my email address in the debian packaging.
- 9:05 PM Changeset [1370] by
- Update OS/2 and Windows readmes to version 2.2
- 9:01 PM Changeset [1369] by
- Fixes for compiling with Watcom on OS/2... binaries don't seem to …
- 8:12 PM Changeset [1368] by
- Mingw doesn't like writing to a compile time variable in …
- 7:56 PM Changeset [1367] by
- Attempt to get it building with Mingw again... builds but crashes. Fix …
- 5:50 PM Changeset [1366] by
- Missed a couple .DEF file references on OS/2 and... Fixed a warning …
- 5:45 PM Changeset [1365] by
- Source tree cleanup, move import/export definition files to their …
- 4:19 PM Changeset [1364] by
- Convert line endings in the Version file to Unix style to prevent …
- 4:09 PM Changeset [1363] by
- dw_debug() lines in dw_html_new() should end with a newline.
- 3:56 PM Changeset [1362] by
- Convert WM_ACTIVATE to WM_SETFOCUS for top-level windows on OS/2. When …
- 3:01 PM Changeset [1361] by
- Code change to remove a warning on GTK2 for recent versions of gcc. …
- 2:49 PM Changeset [1360] by
- Removed a now unused variable on GTK in dw_html_new(). Also glib 2.32 …
- 2:34 PM Changeset [1359] by
- Changed the behavior of dw_html_new() to return NULL on failure like …
Nov 16, 2011:
- 9:31 PM Changeset [1358] by
- Apparently it is unsafe to set properties in the GTK3 size allocate …
- 8:47 PM Changeset [1357] by
- Fix entryfields, comboboxes etc being too wide in GTK3. GTK3 …
Nov 15, 2011:
- 3:39 PM Changeset [1356] by
- Changes to the build system to no longer use the version during …
- 2:26 PM Changeset [1355] by
- Upped the version number to 2.2. Added a Version file to reduce the …
- 1:45 PM Changeset [1354] by
- OS/2 calendar fix to make sure the selected day does not exceed the …
- 1:33 PM Changeset [1353] by
- Fixes for handling leap years on the OS/2 calendar control.
- 6:21 AM Changeset [1352] by
- Removed some unused variables in the new OS/2 code... as reported by …
- 6:14 AM Changeset [1351] by
- Ok some final work on the Calendar control for OS/2... Should work …
- 4:38 AM Changeset [1350] by
- Ok get basic drawing working... on the calendar control on OS/2. Font …
- 2:59 AM Changeset [1349] by
- Initial try at a custom calendar widget for OS/2.... not finished... …
Nov 14, 2011:
- 10:22 PM Changeset [1348] by
- More fixes for OS/2 gcc/gmake. Need to use := to evaluate the …
- 6:31 PM Changeset [1347] by
- *sighs* tabs again... I really need to figure out how to change the …
- 6:14 PM Changeset [1346] by
- Added PMPrintf support to dw_debug() on OS/2. Also cleaned up tons of …
- 12:01 AM Changeset [1345] by
- Another printing cancel fix for the Mac and updated the readme.
Nov 13, 2011:
- 11:52 PM Changeset [1344] by
- Similarly need to send DEVESC_ABORTDOC on when canceled on OS/2.
- 11:49 PM Changeset [1343] by
- AbortDoc() needs to be issued instead of EndDoc() to cancel printing …
- 5:15 PM Changeset [1342] by
- Temporary fix for borderless buttons on OS/2 not displaying …
- 3:46 PM Changeset [1341] by
- Fixes to the source on Windows so it will build standalone again. …
- 9:47 AM Changeset [1340] by
- A couple minor code cleanups on Mac.
- 9:16 AM Changeset [1339] by
- Attempt to make dw_container_cursor() scroll to the item on Mac.
- 5:51 AM Changeset [1338] by
- Add -headerpad_max_install_names to compiler switches for MacOS X. …
Nov 10, 2011:
- 8:10 PM Changeset [1337] by
- Fixed too broad of an if() in dw_window_destroy on OS/2 and Windows... …
- 7:06 PM Changeset [1336] by
- Make dw_notebook_page_destroy() on OS/2 and Windows destroy the …
- 3:24 PM Changeset [1335] by
- Mostly fixed dw_listbox_set_top() on GTK3. It still doesn't seem to …
- 2:30 PM Changeset [1334] by
- Hopefully the last socklen_t change... OS/2 needs it too.
- 4:54 AM Changeset [1333] by
- Changed socklen_t typedef #ifdef to check for MSVC.
- 4:46 AM Changeset [1332] by
- Added support for GdkPixbuf inline data in GTK.
Nov 9, 2011:
- 11:34 AM Changeset [1331] by
- Make sure socklen_t gets defined when building with Visual Studio.
- 10:35 AM Changeset [1330] by
- Don't default the MLE to read only on OS/2 since other platforms don't.
Nov 8, 2011:
- 12:29 PM Changeset [1329] by
- Don't include arpa/inet.h on OS/2 with VisualAge.
- 12:07 PM Changeset [1328] by
- Cleaned up the compatibility library header.
Nov 6, 2011:
- 1:13 PM Changeset [1327] by
- Initial fix for being able to do container string comparisons instead …
- 12:48 PM Changeset [1326] by
- Fixed setting font on comboboxes for GTK2... Several other widgets …
- 11:39 AM Changeset [1325] by
- Added support for dw_font_set_default() on GTK for appropriate …
Nov 5, 2011:
- 10:32 PM Changeset [1324] by
- Code change to fix llvm-gcc optimization problem on Mac. long/int size …
- 3:30 PM Changeset [1323] by
- Fixed some issues and deprecations building with Xcode 4.2 on Mac. …
- 3:21 AM Changeset [1322] by
- Reverting change 1278 until we come up with a way to solver the issue …
- 12:58 AM Changeset [1321] by
- Fixed tabs inserted by my editor on OS/2 again.
- 12:56 AM Changeset [1320] by
- Moved the menu IDs used for entryfields on OS/2 into the resevered …
Nov 4, 2011:
- 3:13 PM Changeset [1319] by
- Initial commit allowing dw_window_set_style() to work on menu item handles.
- 1:30 PM Changeset [1318] by
- Autorelease fixes for Mac allowing the objects to dealloc when destroyed.
- 11:57 AM Changeset [1317] by
- Added code to remove signal handlers when objects are destroyed on …
- 6:55 AM Changeset [1316] by
- Fixed DW_MENU_POPUP failing on OS/2 due to an invalid sanity check. …
- 6:06 AM Changeset [1315] by
- Removed an unused variable in the new code on OS/2 and Windows. Also …
- 4:30 AM Changeset [1314] by
- Added support on OS/2 and Windows for looking for signal handlers with …
- 12:42 AM Changeset [1313] by
- Removed a now unsued variable from GTK3.
- 12:41 AM Changeset [1312] by
- Fixed some typos in the GTK2 commit.
- 12:34 AM Changeset [1311] by
- Added dw_debug() logging function which will output a message to the …
Nov 3, 2011:
- 11:09 AM Changeset [1310] by
- Added DW_MENU_AUTO and DW_MENU_POPUP flags that can be passed to …
- 9:38 AM Changeset [1309] by
- Experimental change to menu code on OS/2 to allow …
- 9:37 AM Changeset [1308] by
- Experimental change to menu code on Windows to allow …
- 3:01 AM Changeset [1307] by
- Simplified the DWStepper class a bit on Mac... although it really …
- 2:19 AM Changeset [1306] by
- Only use default directory and filename options for Mac 10.6 and higher.
Nov 1, 2011:
- 10:57 PM Changeset [1305] by
- Fix for file and folder not being selected on GTK if file does not exist.
- 9:29 PM Changeset [1304] by
- Use DosQueryPathInfo() to get the full path of file/dir on OS/2. Using …
- 2:05 PM Changeset [1303] by
- Code to split the file and path apart on Mac... Also fixed issues with …
- 1:21 PM Changeset [1302] by
- Set dw_file_browse() initial directory to . on Windows unless... …
- 12:55 PM Changeset [1301] by
- Added some defpath support and extension support to the Mac …
- 11:48 AM Changeset [1300] by
- Implement default filename support for GTK.
- 11:21 AM Changeset [1299] by
- Code changes to enable default filename on Windows with …
- 7:01 AM Changeset [1298] by
- Grr flippin' tabs again!
- 6:57 AM Changeset [1297] by
- Fix for encoding a COLORREF incorrectly on Windows. Seemed to work …
- 5:06 AM Changeset [1296] by
- Renamed dw_container_set_row_bg() to dw_container_set_stripe().
Oct 31, 2011:
- 12:36 PM Changeset [1295] by
- Simplified fill for ellipses and circles on OS/2 using DRO_OUTLINEFILL.
- 12:04 PM Changeset [1294] by
- Allow removing icons from containers on GTK2. Also a small performance …
- 11:03 AM Changeset [1293] by
- Changes to allow removing icon on BITMAPORICON container columns on Mac.
- 10:37 AM Changeset [1292] by
- Allow passing 0 as icon handle to remove container icon on GTK3.
- 9:57 AM Changeset [1291] by
- Ug fix for editor adding tabs. Wish I could change the default in …
- 9:49 AM Changeset [1290] by
- Switched to using arcparams and GpiFullArc on OS/2 to draw the …
- 7:06 AM Changeset [1289] by
- Fixed ellipses in GTK2.
- 4:03 AM Changeset [1288] by
- Initial support for ellipses on GTK3 and GTK2 Printing.
- 3:39 AM Changeset [1287] by
- Update to draw as an ellipse and fix for circles on OS/2. This sort of …
- 1:57 AM Changeset [1286] by
- Fixed incorrect radius on full circles for GTK.
- 1:30 AM Changeset [1285] by
- Draw a rectangle behind the circle to make sure it fits inside.
- 12:58 AM Changeset [1284] by
- Fixed DW_DRAW_FULL for arcs on Mac. Rectangle was being created …
Oct 30, 2011:
- 1:33 PM Changeset [1283] by
- Some code in dw_file_browse() seems to have gotten clobbered. This …
- 12:50 PM Changeset [1282] by
- Allow dw_window_enable/disable() to work on menu items on the Mac.
- 11:19 AM Changeset [1281] by
- Fixed improper fill method in dw_draw_rect() on OS/2. Also removed …
- 11:14 AM Changeset [1280] by
- Updated dw_draw_rect and dw_draw_polygon to accept flags the same way …
- 3:13 AM Changeset [1279] by
- Implemented DW_DRAW_FULL and DW_DRAW_FILL on OS/2.
- 3:10 AM Changeset [1278] by
- Fix comparison of char * in dw_container_cursor and …
- 2:56 AM Changeset [1277] by
- Implemented DW_DRAW_FULL for GTK2.
- 2:50 AM Changeset [1276] by
- Implemented DW_DRAW_FULL and DW_DRAW_FILL for GTK3 and GTK2 printing. …
- 2:41 AM Changeset [1275] by
- Implemented DW_DRAW_FULL on Windows and implemented DW_DRAW_FILL for …
Oct 30, 2011:
- 2:40 AM Changeset [1274] by
- Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL drawing flags. …
Oct 25, 2011:
- 2:33 PM Changeset [1273] by
- Fixed on Windows sqrt() issue due to missing header... Also swapped …
- 2:12 PM Changeset [1272] by
- Fixed angles being backwards on GTK2... this might actually require a …
- 2:01 PM Changeset [1271] by
- Fixed on GTK passing angles to cairo in degrees instead of radians. …
- 1:14 PM Changeset [1270] by
- Build fixes for dw_draw_arc on GTK2.
- 1:11 PM Changeset [1269] by
- Removed some unused variables on Mac.
- 1:07 PM Changeset [1268] by
- Fixed accidentally calling arctan() instead of atan2() on GTK.
- 1:01 PM Changeset [1267] by
- VisualAge on OS/2 is missing M_PI in math.h so define it ourselves.
- 12:51 PM Changeset [1266] by
- Initial attempt at adding dw_draw_arc() support on all platforms. This …
- 8:21 AM Changeset [1265] by
- Fixed dw_draw_polygon on OS/2 not flipping the Y coordinates.
- 8:13 AM Changeset [1264] by
- Added a polygon to the test code to make sure that works on all platforms.
Oct 24, 2011:
- 10:30 AM Changeset [1263] by
- Updated the list of supported image formats for GTK. This could be …
- 10:01 AM Changeset [1262] by
- Basically a repeat of that last fix except for the data version of the …
- 9:56 AM Changeset [1261] by
- Attempt on Windows to use an icon handle for bitmap buttons before a …
- 8:29 AM Changeset [1260] by
- Fixed GDI+ loading files with no extension needed. Fixed the …
- 7:34 AM Changeset [1259] by
- Changed the test image to be the OS/2 version... Since with GDI+ …
- 7:21 AM Changeset [1258] by
- On GTK2 save the original pixbuf that is loaded so we can use it to …
- 5:44 AM Changeset [1257] by
- Fixed not accounting for the NULL terminator on Windows when …
- 5:10 AM Changeset [1256] by
- Enable GDI Plus on Windows to see how well it works. Had to include a …
Oct 23, 2011:
- 9:54 PM Changeset [1255] by
- Initial commit of GDI+ image loader for Windows to allow use of other …
Oct 19, 2011:
- 11:29 PM Changeset [1254] by
- Got dw_pixmap_stretch_bitblt() mostly working for GTK2... Haven't …
- 1:11 PM Changeset [1253] by
- Updated readme with dw_pixmap_stretch_bitblt() addition.
- 1:01 PM Changeset [1252] by
- Implemented dw_pixmap_stretch_bitblt() on Mac.
- 12:41 PM Changeset [1251] by
- Compile fix for GTK2 and attempt at getting stretching working with …
- 11:40 AM Changeset [1250] by
- Implemented dw_pixmap_stretch_bitblt() on GTK3... GTK2 support for …
- 10:55 AM Changeset [1249] by
- Fixed dw_pixmap_stretch_bitblt() on OS/2. Also cleaned up the code... …
- 10:14 AM Changeset [1248] by
- Added new dw_pixmap_stretch_bitblt() function on Windows and OS/2. …
- 6:24 AM Changeset [1247] by
- Changed FIXEDFONT to "Lucinda Console" on Windows. Terminal looks …
- 5:02 AM Changeset [1246] by
- Slight thread safety fix on Mac.
- 4:41 AM Changeset [1245] by
- Attempt at converting DW style font names on GTK for dw_pixmap_set_font().
Oct 18, 2011:
- 10:39 AM Changeset [1244] by
- Printer info should default to Portrait not Landscape on Mac.
- 10:26 AM Changeset [1243] by
- Divided _acquire_font() into two parts on Windows. Allowing us to use …
- 8:28 AM Changeset [1242] by
- Ok if we setup the print information on Mac we get a better size... …
- 2:37 AM Changeset [1241] by
- Fixed clickdefault not triggering event for buttons on Mac.
Oct 17, 2011:
- 6:15 PM Changeset [1240] by
- Attempt at fixing Copy, Cut, Paste, Select All Mac key combos... when …
- 9:41 AM Changeset [1239] by
- Paper size reported on Mac height is for all pages... so divide height …
Oct 16, 2011:
- 10:03 PM Changeset [1238] by
- Fix for dw_font_text_extents_get() on OS/2 not honoring the font set …
- 9:40 PM Changeset [1237] by
- Fixes for dw_font_text_extents_get() on GTK not honoring the font set …
- 9:26 PM Changeset [1236] by
- Fix for dw_font_text_extents_get() not on Windows honoring the font …
- 9:12 PM Changeset [1235] by
- Fixes to dw_font_text_extents_get() on Mac so it honors the font set …
Oct 12, 2011:
- 1:37 AM Changeset [1234] by
- Fixed a (shift) tab focus change regression on Windows for …
Oct 10, 2011:
- 11:27 PM Changeset [1233] by
- Readme updates... removed some unnecessary statements... With GTK 3.2 …
- 10:23 PM Changeset [1232] by
- Fix for the status popup menu not functioning when a different …
- 1:03 PM Changeset [1231] by
- Added taskbar support for OS/2 using the System Tray XCenter plugin.
- 10:09 AM Changeset [1230] by
- Fixed positioning popup menu when the controlling window is not …
- 7:27 AM Changeset [1229] by
- Return code of 0 from the button press callback on OS/2 was causing …
- 6:38 AM Changeset [1228] by
- Added taskbar support for GTK... This will only work for desktops …
- 4:54 AM Changeset [1227] by
- Fix to get button press events working from the task/statusbar on Mac. …
- 4:04 AM Changeset [1226] by
- Fixes to allow non-toplevel window handles in dw_taskbar_insert() on …
- 2:40 AM Changeset [1225] by
- Initial implementation of dw_taskbar_* for the Mac. Also added code in …
Oct 9, 2011:
- 2:52 PM Changeset [1224] by
- Minor readme update.
- 2:50 PM Changeset [1223] by
- Need to initialize the row data to DW_RGB_TRANSPARENT on GTK2 during …
- 2:40 PM Changeset [1222] by
- Fixes some issues with that last commit for GTK1/2. Alternating row …
- 1:57 PM Changeset [1221] by
- Attempt at alternating rows for GTK1/2... probably will need fixes …
- 12:32 PM Changeset [1220] by
- Can't set the background on Image cells apparently on Mac... Filter …
- 12:24 PM Changeset [1219] by
- Another attempt at fixing alternating row issues on Windows.
- 12:13 PM Changeset [1218] by
- Fixed a slight miscalculation and simplified the Windows container row …
- 11:50 AM Changeset [1217] by
- Implemented dw_container_set_row_bg() on Windows. Current …
Oct 8, 2011:
- 10:47 PM Changeset [1216] by
- Updated GTK3 with the behavior change just commited for Mac. Also …
- 10:43 PM Changeset [1215] by
- Slight change in design behavior for dw_container_set_row_bg()... …
- 9:30 PM Changeset [1214] by
- Added information about dw_container_set_row_bg() to the readme.
- 9:20 PM Changeset [1213] by
- Added dw_container_set_row_bg() stubs on the remaining platforms. It …
- 9:01 PM Changeset [1212] by
- Basic support for row colors on GTK3... Currently the specified colors …
- 8:37 PM Changeset [1211] by
- Switched from using NSBrowserCell to a DWImageAndTextCell subclass on …
Oct 5, 2011:
- 9:43 PM Changeset [1210] by
- Added dw_container_set_row_data() and dw_container_change_row_data() …
Sep 30, 2011:
- 7:03 AM Changeset [1209] by
- Put Mac MLE under mutex protection because of crashes when accessing …
- 6:05 AM Changeset [1208] by
- Same fix for GTK2/3 as I just committed for the Mac.
- 6:00 AM Changeset [1207] by
- Think we need to check the posted state inside the mutex... Also if it …
- 5:32 AM Changeset [1206] by
- Fixed dw_mle_set_cursor() should scroll to the point on Mac. Fixed a …
- 5:19 AM Changeset [1205] by
- Added thread/event tab to the test program. Wrote it to demonstrate …
Sep 29, 2011:
- 11:04 PM Changeset [1204] by
- Added support on OS/2 for querying the printer list... Previously only …
Sep 28, 2011:
- 7:46 PM Changeset [1203] by
- Added a simulated indeterminate state on OS/2. A thread just moves the …
- 6:58 PM Changeset [1202] by
- Fixed a couple slight issues with the last commit. Check >= for the …
- 6:51 PM Changeset [1201] by
- Fixed a longstanding issue on OS/2 of event handlers being triggered …
- 5:29 PM Changeset [1200] by
- Fix issues with OS/2 percent bar at the upper end of range.
- 5:03 PM Changeset [1199] by
- Updated the readme file with the latest changes.
- 10:36 AM Changeset [1198] by
- Fixed the indeterminate percent bar should be animated on the Mac.
- 10:31 AM Changeset [1197] by
- Similar fix for GTK2 as for GTK3.
- 10:28 AM Changeset [1196] by
- Compile fix and fix for returning wrong value from the timeout …
- 10:22 AM Changeset [1195] by
- Added DW_PERCENT_INDETERMINATE which can be passed to …
- 12:38 AM Changeset [1194] by
- Committing the configure script now that it works on both FreeBSD and …
- 12:36 AM Changeset [1193] by
- Ok a slight fix to the last change.
Sep 27, 2011:
- 11:03 PM Changeset [1192] by
- Removed the library search for webkit-1.0 during configure. Not sure …
- 10:10 PM Changeset [1191] by
- Remove the MDI notebook tab from DEPRECATED. Since it should work …
- 9:21 PM Changeset [1190] by
- Fix for MDI support for GTK3. Haven't tested completely... but this …
Sep 21, 2011:
- 2:04 AM Changeset [1189] by
- Address Sysem isn't working for me in the REXX script on OS/2. Also …
- 2:01 AM Changeset [1188] by
- Fix calling convention of print callback on OS/2. Also need to send …
- 1:52 AM Changeset [1187] by
- Switch to using a dummy window handle for pixmap fonts on OS/2.
Sep 20, 2011:
- 11:02 PM Changeset [1186] by
- Initial attempt at printing on OS/2. Need to fix issue with …
- 12:40 AM Changeset [1185] by
- Fixes to that last commit... bitmap not mask and forgot to return.
- 12:36 AM Changeset [1184] by
- Attempt at implementing clip mask for transparency in GTK2 for Cairo.
Sep 19, 2011:
- 11:31 PM Changeset [1183] by
- Ok so gdk_cairo_set_source_window() is only available in GTK 2.24 and …
- 11:09 PM Changeset [1182] by
- Fixed dw_pixmap_bitblt() on printing context pixmaps in GTK3. …
- 9:48 PM Changeset [1181] by
- Ok fixed a problem with the last commit using the wrong representation …
- 9:37 PM Changeset [1180] by
- Added some test code to save what we are trying to print as a PNG on …
- 6:21 PM Changeset [1179] by
- Updated configure to check the presence of a .svn directory before …
- 11:52 AM Changeset [1178] by
- Revert to using a file as the source for SVN revision number.
Sep 18, 2011:
- 11:48 AM Changeset [1177] by
- Change to method of obtaining SVN revision number
Sep 17, 2011:
- 9:47 PM Changeset [1176] by
- Added missing dw_mutex_trylock() prototype to header file.
- 11:20 AM Changeset [1175] by
- Missing return on Windows... surprised this compiled.
- 12:42 AM Changeset [1174] by
- Clean up some GTK2 warnings with newer compilers.
- 12:28 AM Changeset [1173] by
- Added basic printing support for GTK 2.10 and above... Drawing except …
Sep 16, 2011:
- 11:05 PM Changeset [1172] by
- Add *.REV to the clean rules on Windows and OS/2 when using nmake.
- 11:00 PM Changeset [1171] by
- Attempt at importing the svn revision with VAC/nmake. The REXX script …
- 1:20 PM Changeset [1170] by
- Experimental change to link with static -lgcc... this elimates the …
- 12:53 PM Changeset [1169] by
- Include revision number on OS/2 using EMX/gcc. Having trouble figuring …
- 12:08 PM Changeset [1168] by
- Added support for including the svn revision number as the sub version …
- 9:27 AM Changeset [1167] by
- Attempt to fix parsing errors with the double : separated version …
- 8:58 AM Changeset [1166] by
- Update configure script and fix a miscommit of the GTK3 code.
- 8:39 AM Changeset [1165] by
- Attempt to use the subversion revision number as the sub version number.
Sep 15, 2011:
- 11:28 PM Changeset [1164] by
- Added more change information to the readme file.
- 11:13 PM Changeset [1163] by
- Added dw_mutex_trylock() that functions like dw_mutex_lock() except it …
- 7:10 AM Changeset [1162] by
- Added DW_TIMEOUT_INFINITE constant to the header file.
- 5:20 AM Changeset [1161] by
- Fixed a typo on Unix... timeout not time.
- 5:13 AM Changeset [1160] by
- Added support for infinite wait for dw_event_wait() on Mac, Unix and …
Sep 13, 2011:
- 6:58 PM Changeset [1159] by
- dw_event_wait() was returning DW_ERROR_TIMEOUT in the wrong state on …
Sep 12, 2011:
- 10:19 PM Changeset [1158] by
- Updated readme with information from the 2.2 changes.
- 9:26 PM Changeset [1157] by
- Added print jobname parameter to dw_print_new(). If parameter is NULL …
- 4:22 AM Changeset [1156] by
- Test for vsnprintf seemed to be missing... readding it.
- 12:32 AM Changeset [1155] by
- Implemented OS/2 dw_pixmap_set_font() this will need more work... Need …
- 12:19 AM Changeset [1154] by
- Implemented dw_pixmap_set_font() on GTK2 and incorporated the same …
- 12:09 AM Changeset [1153] by
- Implemented dw_pixmap_set_font() on GTK3. Better fix for missing font …
Sep 11, 2011:
- 11:56 PM Changeset [1152] by
- Implemented dw_pixmap_set_font() on Windows. Added to export files on …
- 11:36 PM Changeset [1151] by
- Adding dw_pixmap_set_font() which is equivalent to …
- 10:52 PM Changeset [1150] by
- Added default font of "Sans" on GTK3... This fixes rendering of …
- 4:45 AM Changeset [1149] by
- Need to size the NSImageView to print it apparently on Mac. Also …
Sep 10, 2011:
- 8:34 PM Changeset [1148] by
- Fixed using a pointer after being free()ed on Windows and Mac.
- 7:59 PM Changeset [1147] by
- Some layout updates on the dwtest render page.
- 7:41 PM Changeset [1146] by
- Initial implementation of printing support on Mac. Just getting a …
Sep 9, 2011:
- 11:05 PM Changeset [1145] by
- Fix for issues in printing pages on Windows.
- 12:52 PM Changeset [1144] by
- *sigh* formatting cleanups from that last commit.
- 12:45 PM Changeset [1143] by
- Initial implementation of the print object on Windows. May need to add …
- 11:17 AM Changeset [1142] by
- Added code to test the new print functions in dwtest. GTK3 code …
- 2:28 AM Changeset [1141] by
- Initial implementation of the DynamicWindows Print object for GTK3.
Sep 7, 2011:
- 3:52 AM Changeset [1140] by
- Include the header column text width during container optimize on Mac.
- 2:56 AM Changeset [1139] by
- Avoid an array out of bounds after container clear on Mac.
Sep 6, 2011:
- 9:53 PM Changeset [1138] by
- Similar Mac fix to what I just commited on Windows... Event handler …
- 4:47 PM Changeset [1137] by
- Check that the return code isn't TRUE before passing to handlers on …
Sep 2, 2011:
- 8:02 PM Changeset [1136] by
- With subclasses calling _wndproc directly on Windows, save the …
- 7:02 PM Changeset [1135] by
- Implemented foreground color changes for MLE on Mac.
- 12:54 PM Changeset [1134] by
- Ensure default keypress event is not processed if handler returns 1 …
- 3:17 AM Changeset [1133] by
- Added ability to set background color of MLE; setting foreground still …
Note:
See TracTimeline
for information about the timeline view.